Definition Type: ComplexType
Name: LoanTradingEconomicBenefit
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that combines a simple (money) amount with an optional event, for the purpose of defining economic benefit at settlement.
Collapse XSD Schema Diagram:
Drilldown into commitmentAdjustment in schema fpml-loan-5-10_xsd Drilldown into eventIdentifier in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingEconomicBenefit in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanTradingEconomicBenefit">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that combines a simple (money) amount with an optional event, for the purpose of defining economic benefit at settlement.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="amount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Economic benefit amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="eventIdentifier" type="BusinessEventIdentifier" />
            <xsd:element name="commitmentAdjustment" type="CommitmentAdjustment">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Any commitment adjustments which have occurred during settlement of the trade. Represented by the business event structure.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
eventIdentifier nsA:eventIdentifier (1) (1)
commitmentAdjustment nsA:commitmentAdjustment (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:economicBenefit