complexType "FxOptionStrikePrice"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definition of 1 element
Used:
Component 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):
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 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 name="strikeQuoteBasis" type="StrikeQuoteBasisEnum"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.