Definition Type: ComplexType
Name: InstrumentTradePrincipal
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A structure describing the value in "native" currency of an instrument that was traded.
Collapse XSD Schema Diagram:
Drilldown into principalAmount in schema fpml-doc-5-10_xsd3XSD Diagram of InstrumentTradePrincipal in schema fpml-doc-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InstrumentTradePrincipal">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing the value in "native" currency of an instrument that was traded.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="principalAmount" type="NetAndGross" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The net and/or gross value of the amount traded in native currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
principalAmount nsD:principalAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:principal