complexType "FxLeverage"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
barrierReference,
condition (in payoffLeverage defined in FxVanillaPayoffRegion complexType),
counterCurrencyAmount (in payoffLeverage defined in FxVanillaPayoffRegion complexType),
level (defined in FxConditionLevel.model group),
levelReference,
notionalAmount (in payoffLeverage defined in FxVanillaPayoffRegion complexType),
pivotReference,
ratio (in payoffLeverage defined in FxVanillaPayoffRegion complexType),
strikeReference (defined in FxConditionLevel.model group)
All Direct / Indirect Based Elements (1):
payoffLeverage (defined in FxVanillaPayoffRegion complexType)
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxLeverage">
<xsd:sequence>
<xsd:element name="condition" type="ConditionEnum"/>
<xsd:group ref="FxConditionLevel.model"/>
<xsd:choice>
<xsd:element name="ratio" type="Schedule"/>
<!--2015-01-22: FpML FX WG: added "counterCurrencyAmount"-->
<xsd:sequence>
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="counterCurrencyAmount" type="FxCounterCurrencyAmount"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</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"/>
Content Element Detail (all declarations; defined within this component only; 4/9)
condition
Type:
ConditionEnum, simple content
Condition in which leverage applies.
Simple Content
enumeration of xsd:token
Enumeration:
"AtOrAbove"
 - 
The event rate must be greater than or equal to the specified trigger rate.
"AtOrBelow"
 - 
The event rate must be less than or equal to the specified trigger rate.
"Above"
 - 
The event rate must be greater than the specified trigger rate.
"Below"
 - 
The event rate must be less than the specified trigger rate.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="condition" type="ConditionEnum"/>

counterCurrencyAmount
Type:
FxCounterCurrencyAmount, complex content
The opposite currency amount of the Target.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="counterCurrencyAmount" type="FxCounterCurrencyAmount"/>

notionalAmount
Type:
NonNegativeAmountSchedule, complex content
Leveraged notional expressed as amount with optional steps.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule"/>

ratio
Type:
Schedule, complex content
Leverage rate with optional steps. Format is 2 for 200%.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ratio" type="Schedule"/>

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.