complexType "FxKnockoutLevel"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
knockoutLevel
Known Usage Locations
Annotation
Defines the Target level of gain.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="FxKnockoutLevel">
<xsd:sequence>
<xsd:choice>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:element name="intrinsicValue" type="xsd:decimal"/>
</xsd:choice>
<xsd:element name="targetStyle" type="FxTargetStyleEnum"/>
<xsd:element minOccurs="0" name="settlementAdjustmentStyle" type="FxTargetSettlementAdjustmentMethodEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
amount
Type:
NonNegativeMoney, complex content
Target level expressed as notional amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

intrinsicValue
Type:
xsd:decimal, predefined, simple content
Target level expressed as intrinsic value.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="intrinsicValue" type="xsd:decimal"/>

settlementAdjustmentStyle
Type:
If Target Style is Exact, then Settlement Style should be present.
Simple Content
enumeration of xsd:token
Enumeration:
"VariedStrike", "VariedNotional"
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementAdjustmentStyle" type="FxTargetSettlementAdjustmentMethodEnum"/>

targetStyle
Type:
FxTargetStyleEnum, simple content
Target style when it settles, whether it is Inclusive, Exclusive, or Exact.
Simple Content
enumeration of xsd:token
Enumeration:
"Inclusive", "Exclusive", "Exact"
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="targetStyle" type="FxTargetStyleEnum"/>

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.