<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>
|