complexType "CommodityBarrier"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
featurePaymentAmount (defined in CommodityBarrier complexType),
knock (defined in CommodityBarrier complexType),
trigger (defined in CommodityBarrier complexType)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The specification of how a barrier option will trigger (that is, knock-in or knock-out) or expire based on the position of the spot rate relative to trigger level.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="CommodityBarrier">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="knock" type="CommodityKnockEnum"/>
<xsd:element minOccurs="0" name="featurePaymentAmount" type="PositiveMoney"/>
</xsd:sequence>
<xsd:element name="trigger" type="CommodityTrigger"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
featurePaymentAmount
Type:
PositiveMoney, complex content
In the case of barrier options where the option automatically expires and the barrier is breached in such a way to to result in a "knock-out" vent, this amount is paid to the the option holder so as to refund or rebate a portion of any premium paid.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="featurePaymentAmount" type="PositiveMoney"/>

knock
Type:
CommodityKnockEnum, simple content
The knock feature of a commodity barrier option.
Simple Content
enumeration of xsd:token
Enumeration:
"In"
 - 
Option is exercisable.
"Out"
 - 
Option is not exercisable.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="knock" type="CommodityKnockEnum"/>

trigger
Type:
CommodityTrigger, complex content
XML Source (see within schema source)
<xsd:element name="trigger" type="CommodityTrigger"/>

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.