Definition Type: ComplexType
Name: FxTargetSettlementPeriod
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:SettlementPeriod
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into barrier in schema fpml-fx-targets-5-10_xsd2 Drilldown into payoff in schema fpml-fx-targets-5-10_xsd2 Drilldown into pivot in schema fpml-fx-targets-5-10_xsd2 Drilldown into notionalAmount in schema fpml-fx-targets-5-10_xsd2 Drilldown into settlementDate in schema fpml-fx-targets-5-10_xsd2 Drilldown into expiryDate in schema fpml-fx-targets-5-10_xsd2 Drilldown into SettlementPeriod in schema fpml-fx-targets-5-10_xsd2XSD Diagram of FxTargetSettlementPeriod in schema fpml-fx-targets-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTargetSettlementPeriod">
    <xsd:complexContent>
        <xsd:extension base="SettlementPeriod">
            <xsd:sequence>
                <xsd:element name="pivot" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Pivot for the settlement period. When pivot is present, at least two payoff elements must be present within the settlement period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="payoff" type="FxTargetSettlementPeriodPayoff" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Payoff Region within the settlement period to link strike with the relevant payoff components.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="barrier" type="FxSettlementPeriodBarrier" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The trigger rate of the barrier (Per Expiry or Global Knockout) for the settlement period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
expiryDate nsE:expiryDate 0 (1)
settlementDate nsE:settlementDate 0 (1)
notionalAmount nsE:notionalAmount 0 (1)
pivot nsE:pivot 0 (1)
payoff nsE:payoff 0 unbounded
barrier nsE:barrier 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:settlementPeriod