Definition Type: Group
Name: PartyExposureCategory.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-10.xsd
Documentation:
A group a specific set of counterparty risk factors for which an exposure record is provided.
Collapse XSD Schema Diagram:
Drilldown into category in schema fpml-reporting-5-10_xsd Drilldown into industryClassification in schema fpml-reporting-5-10_xsd Drilldown into cleared in schema fpml-reporting-5-10_xsd Drilldown into relatedParty in schema fpml-reporting-5-10_xsd Drilldown into accountReference in schema fpml-reporting-5-10_xsd Drilldown into partyReference in schema fpml-reporting-5-10_xsd Drilldown into creditRating in schema fpml-reporting-5-10_xsd Drilldown into counterpartyType in schema fpml-reporting-5-10_xsd Drilldown into country in schema fpml-reporting-5-10_xsd Drilldown into region in schema fpml-reporting-5-10_xsdXSD Diagram of PartyExposureCategory.model in schema fpml-reporting-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PartyExposureCategory.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A group a specific set of counterparty risk factors for which an exposure record is provided.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="region" type="Region" minOccurs="0" />
        <xsd:element name="country" type="CountryCode" minOccurs="0" />
        <xsd:element name="counterpartyType" type="ExposurePartyType" minOccurs="0" />
        <xsd:element name="creditRating" type="CreditRating" minOccurs="0" />
        <xsd:element name="partyReference" type="PartyReference" minOccurs="0" />
        <xsd:element name="accountReference" type="AccountReference" minOccurs="0" />
        <xsd:element name="relatedParty" type="RelatedParty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="cleared" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="industryClassification" type="IndustryClassification" minOccurs="0" />
        <xsd:element name="category" type="TradeCategory" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Used to categorize trades into user-defined categories, such as house trades vs. customer trades.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
region nsE:region 0 (1)
country nsE:country 0 (1)
counterpartyType nsE:counterpartyType 0 (1)
creditRating nsE:creditRating 0 (1)
partyReference nsE:partyReference 0 (1)
accountReference nsE:accountReference 0 (1)
relatedParty nsE:relatedParty 0 unbounded
cleared nsE:cleared 0 (1)
industryClassification nsE:industryClassification 0 (1)
category nsE:category 0 unbounded