<xsd:complexType name="Exposure">
<xsd:annotation>
<xsd:documentation xml:lang="en">Consists of two elements, the first MarkToMarkExposureParty supports the definition of which party is the exposed party and which is the obligated party. Within FpML it is important to state both parties roll in the exposure details to avoid ambiguity. The parties referenced should be one of those defined in the Parties element. Therefore if Party A is the exposed party there Party Reference ID would be quoted and Party B would be the obligated party. The second element is the exposureAmount this is the amount to which the exposed party is exposed. This uses the Money type that can take but an amount and a currency.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="MarkToMarketExposureParty.model" />
<xsd:element name="exposureAmount" type="Money" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|