complexType "CommodityTrigger"
Namespace:
Content:
complex, 5 elements
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
levelPercentage (defined in CommodityTrigger complexType),
triggerType (defined in CommodityTrigger complexType)
All Direct / Indirect Based Elements (2):
trigger (defined in CommodityBarrier complexType),
Known Usage Locations
Annotation
The barrier which, when breached, triggers the knock-in or knock-out of the barrier option.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="CommodityTrigger">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element name="levelQuantity" type="xsd:decimal"/>
<xsd:element name="levelUnit" type="QuantityUnit"/>
</xsd:sequence>
<xsd:element name="levelPercentage" type="xsd:decimal"/>
<xsd:element name="levelPrice" type="FixedPrice"/>
</xsd:choice>
<xsd:element name="triggerType" type="TriggerTypeEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
levelPercentage
Type:
xsd:decimal, predefined, simple content
A barrier expressed as a percentage of notional quantity or commodity price level.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="levelPercentage" type="xsd:decimal"/>

levelPrice
Type:
FixedPrice, complex content
A barrier expressed as a price level.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="levelPrice" type="FixedPrice"/>

levelQuantity
Type:
xsd:decimal, predefined, simple content
The amount used the specify the barrier in terms of an quantity of commodity or a change in the quantity of commodity. In confirmations this is often described as the "Strike Volume" or "Strike Quantity".
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="levelQuantity" type="xsd:decimal"/>

levelUnit
Type:
QuantityUnit, simple content
The units (e.g. BCF) used to specify the barrier in terms of an quantity of commodity or change in the quantity of commodity.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="levelUnit" type="QuantityUnit"/>

triggerType
Type:
TriggerTypeEnum, simple content
For barrier options: the specification of how an option will trigger or expire based on the position of the spot rate relative to the trigger level. For trades with selectable notionals: the specification of the conditions where one of the alternative notional values would apply.
Simple Content
enumeration of xsd:token
Enumeration:
"EqualOrLess"
 - 
The underlyer price must be equal to or less than the Trigger level.
"EqualOrGreater"
 - 
The underlyer price must be equal to or greater than the Trigger level.
"Equal"
 - 
The underlyer price must be equal to the Trigger level.
"Less"
 - 
The underlyer price must be less than the Trigger level.
"Greater"
 - 
The underlyer price must be greater than the Trigger level.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="triggerType" type="TriggerTypeEnum"/>

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.