Definition Type: ComplexType
Name: ParticipationAmount
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Generic type to represent amounts at the global (borrower's viewpoint) and the lender share (lender's viewpoint) levels.
Collapse XSD Schema Diagram:
Drilldown into shareAmount in schema fpml-loan-4-5_xsd Drilldown into globalAmount in schema fpml-loan-4-5_xsdXSD Diagram of ParticipationAmount in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ParticipationAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Generic type to represent amounts at the global (borrower's viewpoint) and the lender share (lender's viewpoint) levels.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="globalAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The global amount associated with either a business event or an asset balance amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shareAmount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The lender's share amount associated with a business event or an asset balance amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
globalAmount fpml:globalAmount 0 (1)
shareAmount fpml:shareAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:accrualAmount, fpml:amountfpml:amount, fpml:amount, fpml:amount, fpml:amount, fpml:balanceChangeAmount, fpml:currentAmount, fpml:currentAmount, fpml:currentAmount, fpml:currentAmount, fpml:currentAmount, fpml:participationAmount, fpml:participationAmount, fpml:positionAmount, fpml:priorAmount, fpml:priorAmount, fpml:priorAmount, fpml:priorAmount, fpml:projectedInterestAmount,