complexType "FxForwardStrikePrice"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
quoteBasis (in strike in vanillaPayoffRegion in fxAccrualForward),
rate (in strike in vanillaPayoffRegion in fxAccrualForward)
All Direct / Indirect Based Elements (1):
strike (in vanillaPayoffRegion in fxAccrualForward)
Known Usage Locations
Annotation
A type that describes the rate of exchange at which the option has been struck.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxForwardStrikePrice">
<xsd:sequence>
<xsd:element name="rate" type="PositiveDecimal"/>
<!--2015-01-13:GFXD: Agreed to keep separately the option strike model from the forward strike model (for accrual forwards).
Remove quotedCurrencyPair component, use QuoteBasisEnum directly
-->
<xsd:element name="quoteBasis" type="QuoteBasisEnum"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
quoteBasis
Type:
QuoteBasisEnum, simple content
The Quoted Currency Pair that is used accross 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
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quoteBasis" type="QuoteBasisEnum"/>

rate
Type:
PositiveDecimal, simple content
The rate of exchange between the two currencies of the leg of a deal.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rate" type="PositiveDecimal"/>

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