complexType "FxTargetSettlementPeriod"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
expiryDate (defined in SettlementPeriod complexType),
notionalAmount (defined in SettlementPeriod complexType),
settlementDate (defined in SettlementPeriod complexType)
All Direct / Indirect Based Elements (1):
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" 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" 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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.