Definition Type: Group
Name: MarkToMarketExposureParty.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Documentation:
Specifies which party is the exposed party and which is the obligated party.
Collapse XSD Schema Diagram:
Drilldown into obligatedPartyReference in schema fpml-collateral-processes-5-10_xsd Drilldown into exposedPartyReference in schema fpml-collateral-processes-5-10_xsdXSD Diagram of MarkToMarketExposureParty.model in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="MarkToMarketExposureParty.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies which party is the exposed party and which is the obligated party.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="exposedPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party that is exposed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="obligatedPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party that is obligated..</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exposedPartyReference nsE:exposedPartyReference 0 (1)
obligatedPartyReference nsE:obligatedPartyReference 0 (1)