Definition Type: Element
Name: referenceCurrency
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Currency
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies the reference currency of the trade.
Collapse XSD Schema Diagram:
Drilldown into currencyScheme in schema fpml-shared-4-0_xsd Drilldown into Currency in schema fpml-shared-4-0_xsd Drilldown into id in schema fpml-eqs-4-0_xsdXSD Diagram of referenceCurrency in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="referenceCurrency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the reference currency of the trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="Currency">
                <xsd:attribute name="id" type="xsd:ID" use="required" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
currencyScheme nsA:currencyScheme http://www.fpml.org/ext/iso4217-2001-08-15 (Optional)
id nsA:id Required
Collapse Derivation Tree: