Definition Type: ComplexType
Name: PaymentCurrency
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing the currency in which the payment relating to the leg amount (equity amount or interest amount) or the dividend will be denominated.
Collapse XSD Schema Diagram:
Drilldown into determinationMethod in schema fpml-shared-4-4_xsd Drilldown into currency in schema fpml-shared-4-4_xsd Drilldown into href in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsdXSD Diagram of PaymentCurrency in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PaymentCurrency" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The model is wrong since it has an intradocument reference that is not clear. Current PaymentCurrency model and elements using this type are deprecated. Instead, a choice between currency, determinationMethod, and currencyReference (of type CurrencyReference) are inserted at the same level as the elements using PaymentCurrency." xmlns:fpml-annotation="http://www.fpml.org/annotation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the currency in which the payment relating to the leg amount (equity amount or interest amount) or the dividend will be denominated.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice minOccurs="0">
        <xsd:element name="currency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="determinationMethod" type="DeterminationMethod">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the method according to which an amount or a date is determined.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
    <xsd:attribute name="href" type="xsd:IDREF" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency fpml:currency (1) (1)
determinationMethod fpml:determinationMethod (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
href fpml:href (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:paymentCurrency, fpml:paymentCurrency