complexType "FxTargetLeverage"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
condition (in leverage defined in FxTargetLinearPayoffRegion complexType),
ratio (in leverage defined in FxTargetLinearPayoffRegion complexType),
All Direct / Indirect Based Elements (1):
leverage  (defined in FxTargetLinearPayoffRegion complexType)
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxTargetLeverage">
<xsd:sequence>
<xsd:element name="condition" type="ConditionEnum"/>
<xsd:group ref="FxTargetConditionLevel.model"/>
<xsd:choice>
<xsd:element name="ratio" type="Schedule"/>
<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.
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.