Definition Type: Element
Name: paymentCurrency
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
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-eqs-4-0_xsd Drilldown into currency in schema fpml-eqs-4-0_xsd Drilldown into href in schema fpml-eqs-4-0_xsd Drilldown into id in schema fpml-eqs-4-0_xsdXSD Diagram of paymentCurrency in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="paymentCurrency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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:complexType>
        <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="xsd:string">
                <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>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
determinationMethod nsA:determinationMethod (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
href nsA:href (Optional)