complexType "FxOptionStrikePrice"
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),
step (defined in Schedule complexType),
All Direct / Indirect Based Elements (1):
strike (in fxAccrualOption)
Known Usage Locations
Annotation
A type that describes the rate of exchange at which the option has been struck.
Type Definition Detail
Type Derivation Tree
Schedule (extension)
  FxAccrualStrike (extension)
      FxOptionStrikePrice
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="FxOptionStrikePrice">
<xsd:complexContent>
<xsd:extension base="FxAccrualStrike">
<xsd:sequence>
<xsd:element minOccurs="0" name="strikeQuoteBasis" type="StrikeQuoteBasisEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
strikeQuoteBasis
Type:
StrikeQuoteBasisEnum, simple content
The method by which the strike rate is quoted.
Simple Content
enumeration of xsd:token
Enumeration:
"PutCurrencyPerCallCurrency"
 - 
The strike price is an amount of putCurrency per one unit of callCurrency.
"CallCurrencyPerPutCurrency"
 - 
The strike price is an amount of callCurrency per one unit of putCurrency.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="strikeQuoteBasis" type="StrikeQuoteBasisEnum"/>

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.