Definition Type: Group
Name: DealRoles.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that defines all parties playing various roles within a given deal.
Collapse XSD Schema Diagram:
Drilldown into syndicationCoLeadPartyReference in schema fpml-loan-5-10_xsd Drilldown into syndicationLeadPartyReference in schema fpml-loan-5-10_xsd Drilldown into agentPartyReference in schema fpml-loan-5-10_xsd Drilldown into guarantorPartyReference in schema fpml-loan-5-10_xsd Drilldown into issuerPartyReference in schema fpml-loan-5-10_xsdXSD Diagram of DealRoles.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="DealRoles.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that defines all parties playing various roles within a given deal.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="issuerPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A party reference to the (main) issuer of the deal.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="guarantorPartyReference" type="PartyReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Party references to the guarantors associated with the (main) issuer of the deal.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="agentPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A party reference to the agent bank associated with the deal.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence minOccurs="0">
            <xsd:element name="syndicationLeadPartyReference" type="PartyReference">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A party reference to the lead syndication bank of the deal.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="syndicationCoLeadPartyReference" type="PartyReference" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Party references to the syndication co-lead banks of the deal.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
issuerPartyReference nsA:issuerPartyReference (1) (1)
guarantorPartyReference nsA:guarantorPartyReference 0 unbounded
agentPartyReference nsA:agentPartyReference (1) (1)
syndicationLeadPartyReference nsA:syndicationLeadPartyReference (1) (1)
syndicationCoLeadPartyReference nsA:syndicationCoLeadPartyReference 0 unbounded