Definition Type: ComplexType
Name: MoneyWithParticipantShare
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:Money
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
An extension of the money type with the ability to specify a lender share amount in addition to the global amount (represented by 'amount').
Collapse XSD Schema Diagram:
Drilldown into shareAmount in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-shared-5-10_xsd Drilldown into currency in schema fpml-shared-5-10_xsd Drilldown into id in schema fpml-shared-5-10_xsd Drilldown into MoneyBase in schema fpml-shared-5-10_xsd Drilldown into Money in schema fpml-shared-5-10_xsdXSD Diagram of MoneyWithParticipantShare in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MoneyWithParticipantShare">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An extension of the money type with the ability to specify a lender share amount in addition to the global amount (represented by 'amount').</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Money">
            <xsd:sequence>
                <xsd:element name="shareAmount" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The lender share amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
amount nsA:amount (1) (1)
shareAmount nsA:shareAmount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:accrualAmount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:amount, nsA:currentDealAmount, nsA:fundedUtilizedAmount, nsA:fundedUtilizedAmount, nsA:minLcIssuanceFeeAmount, nsA:minLcIssuanceFeeAmount, nsA:originalCommitment, nsA:priorAmount, nsA:projectedAmount, nsA:referenceAmount, nsA:remaining, nsA:totalCommitmentAmount, nsA:unavailableToUtilizeAmount, nsA:unfundedUtilizedAmount, nsA:unfundedUtilizedAmount