complexType "FxTargetSettlementPeriod"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
barrier (in settlementPeriod in settlementPeriodSchedule in fxTargetKnockoutForward),
expiryDate (defined in SettlementPeriod complexType),
notionalAmount (defined in SettlementPeriod complexType),
payoff (in settlementPeriod in settlementPeriodSchedule in fxTargetKnockoutForward),
pivot (in settlementPeriod in settlementPeriodSchedule in fxTargetKnockoutForward),
settlementDate (defined in SettlementPeriod complexType)
All Direct / Indirect Based Elements (1):
settlementPeriod (in settlementPeriodSchedule in fxTargetKnockoutForward)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
SettlementPeriod (extension)
  FxTargetSettlementPeriod
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxTargetSettlementPeriod">
<xsd:complexContent>
<xsd:extension base="SettlementPeriod">
<xsd:sequence>
<xsd:element minOccurs="0" name="pivot" type="xsd:decimal"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="payoff" type="FxTargetSettlementPeriodPayoff"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="barrier" type="FxSettlementPeriodBarrier"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/6)
barrier
Type:
FxSettlementPeriodBarrier, complex content
The trigger rate of the barrier (Per Expiry or Global Knockout) for the settlement period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="barrier" type="FxSettlementPeriodBarrier"/>

payoff
Type:
Payoff Region within the settlement period to link strike with the relevant payoff components.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="payoff" type="FxTargetSettlementPeriodPayoff"/>

pivot
Type:
xsd:decimal, predefined, simple content
Pivot for the settlement period. When pivot is present, at least two payoff elements must be present within the settlement period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="pivot" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.