complexType "FxForwardStrikePrice"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
initialValue (defined in Schedule complexType),
quoteBasis (in strike in linearPayoffRegion in fxAccrualForward),
step (defined in Schedule complexType)
All Direct / Indirect Based Elements (1):
strike (in linearPayoffRegion in fxAccrualForward)
Known Usage Locations
Annotation
A type that describes the rate of exchange between the two currencies of the leg of a deal.
Type Definition Detail
Type Derivation Tree
Schedule (extension)
  FxAccrualStrike (extension)
      FxForwardStrikePrice
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="FxForwardStrikePrice">
<xsd:complexContent>
<xsd:extension base="FxAccrualStrike">
<xsd:sequence>
<xsd:element minOccurs="0" name="quoteBasis" type="QuoteBasisEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
quoteBasis
Type:
QuoteBasisEnum, simple content
The Quoted Currency Pair that is used across the product.
Simple Content
enumeration of xsd:token
Enumeration:
"Currency1PerCurrency2"
 - 
The amount of currency1 for one unit of currency2
"Currency2PerCurrency1"
 - 
The amount of currency2 for one unit of currency1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="quoteBasis" type="QuoteBasisEnum"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.