Definition Type: Group
Name: BusinessEventParties.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that represents the main parties involved in any business event.
Collapse XSD Schema Diagram:
Drilldown into borrowerPartyReference in schema fpml-loan-5-10_xsd Drilldown into agentPartyReference in schema fpml-loan-5-10_xsdXSD Diagram of BusinessEventParties.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="BusinessEventParties.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that represents the main parties involved in any business event.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="agentPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the agent bank for the associated deal.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="borrowerPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the main borrower associated with the specific business event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
agentPartyReference nsA:agentPartyReference 0 (1)
borrowerPartyReference nsA:borrowerPartyReference 0 (1)