Definition Type: ComplexType
Name: Exposure
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into exposureAmount in schema fpml-collateral-processes-5-10_xsd Drilldown into obligatedPartyReference in schema fpml-collateral-processes-5-10_xsd Drilldown into exposedPartyReference in schema fpml-collateral-processes-5-10_xsd Drilldown into MarkToMarketExposureParty.model in schema fpml-collateral-processes-5-10_xsdXSD Diagram of Exposure in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exposedPartyReference nsE:exposedPartyReference 0 (1)
obligatedPartyReference nsE:obligatedPartyReference 0 (1)
exposureAmount nsE:exposureAmount 0 (1)
<xs:group> nsE:MarkToMarketExposureParty.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:exposure