Definition Type: ComplexType
Name: FxCashSettlementSimple
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that is used for describing cash settlement of a variance or volatility swap option. It includes the settlement currency together with the spot currency exchange required to calculate the settlement currency amount.
Collapse XSD Schema Diagram:
Drilldown into fixing in schema fpml-shared-5-10_xsd2 Drilldown into settlementCurrency in schema fpml-shared-5-10_xsd2XSD Diagram of FxCashSettlementSimple in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxCashSettlementSimple">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that is used for describing cash settlement of a variance or volatility swap option. It includes the settlement currency together with the spot currency exchange required to calculate the settlement currency amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="settlementCurrency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which cash settlement occurs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixing" type="FxFixing" maxOccurs="unbounded" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Quoted currency pair.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
settlementCurrency nsC:settlementCurrency (1) (1)
fixing nsC:fixing 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsC:cashSettlement, nsC:cashSettlement