Definition Type: ComplexType
Name: FxCashSettlementSimple
Namespace: http://www.fpml.org/FpML-5/transparency
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 referenceCurrency in schema fpml-shared-5-10_xsd5 Drilldown into settlementCurrency in schema fpml-shared-5-10_xsd5XSD Diagram of FxCashSettlementSimple in schema fpml-shared-5-10_xsd5 (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" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which cash settlement occurs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="referenceCurrency" type="Currency" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference Currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
settlementCurrency nsF:settlementCurrency 0 (1)
referenceCurrency nsF:referenceCurrency 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:cashSettlement, nsF:cashSettlement, nsF:cashSettlement