complexType "Exposure"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
exposedPartyReference?, obligatedPartyReference?, exposureAmount?
</...>
Content Model Elements (3):
exposedPartyReference, exposureAmount, obligatedPartyReference
All Direct / Indirect Based Elements (1):
exposure (in markToMarket)
Known Usage Locations
Annotation
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="Exposure">
<xsd:sequence>
<xsd:element minOccurs="0" name="exposureAmount" type="Money"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
exposureAmount
Type:
Money, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="exposureAmount" type="Money"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.