complexType "FxAccrualPayoffLeverage"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (8):
averageStrikeReference,
condition (in payoffLeverage in vanillaPayoffRegion in fxAccrualForward),
counterCurrencyAmount (in payoffLeverage in vanillaPayoffRegion in fxAccrualForward),
level (defined in FxAccrualConditionLevel.model group),
notionalAmount (in payoffLeverage in vanillaPayoffRegion in fxAccrualForward),
quoteBasis (defined in FxAccrualConditionLevel.model group),
ratio (in payoffLeverage in vanillaPayoffRegion in fxAccrualForward),
strikeReference (defined in FxAccrualConditionLevel.model group)
All Direct / Indirect Based Elements (1):
payoffLeverage (in vanillaPayoffRegion in fxAccrualForward)
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxAccrualPayoffLeverage">
<xsd:sequence>
<xsd:element name="condition" type="ConditionEnum"/>
<xsd:choice>
<xsd:element name="ratio" type="Schedule"/>
<xsd:sequence>
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule"/>
<!--2015-02-05: FpML FX WG: agreed to replace "counterCurrencyAmount" element's "NonNegativeMoney" type with "NonNegativeAmountSchedule" type to support Strips, contract with multiple notionals -->
<!--2015-01-29: FpML FX WG: made element optional to support Average Strike Accrual Option-->
<xsd:element 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/8)
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. The counterCurrencyAmount element is only optional if averageStrike component is present, in all other cases this element must be populated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="counterCurrencyAmount" type="FxCounterCurrencyAmount"/>

notionalAmount
Type:
NonNegativeAmountSchedule, complex content
Notional amount Schedule. The notional value of the product per settlement period. This number divided by the total number of fixings in the fixing schedule is the amount that is accrued at each fixing if the accrual factor is one.
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.