Definition Type: ComplexType
Name: AbstractLoanAllocationSettlementEvent
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractLoanEvent
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An abstract structure defining fundamental settlement event information.
Collapse XSD Schema Diagram:
Drilldown into settlementDate in schema fpml-loan-5-10_xsd Drilldown into allocationReference in schema fpml-loan-5-10_xsd Drilldown into comment in schema fpml-loan-5-10_xsd Drilldown into cashPayable in schema fpml-loan-5-10_xsd Drilldown into lenderPartyReference in schema fpml-loan-5-10_xsd Drilldown into LenderAndCashDetails.model in schema fpml-loan-5-10_xsd Drilldown into correctedEventIdentifier in schema fpml-loan-5-10_xsd Drilldown into parentEventIdentifier in schema fpml-loan-5-10_xsd Drilldown into eventIdentifier in schema fpml-loan-5-10_xsd Drilldown into AbstractEventRequireId in schema fpml-loan-5-10_xsd Drilldown into AbstractLoanEvent in schema fpml-loan-5-10_xsdXSD Diagram of AbstractLoanAllocationSettlementEvent in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractLoanAllocationSettlementEvent" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An abstract structure defining fundamental settlement event information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AbstractLoanEvent">
            <xsd:sequence>
                <xsd:element name="allocationReference" type="LoanAllocationReference">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Reference to the loan trade allocation.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="settlementDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation>Date on which settlement will occur.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventIdentifier nsA:eventIdentifier (1) unbounded
parentEventIdentifier nsA:parentEventIdentifier 0 (1)
correctedEventIdentifier nsA:correctedEventIdentifier 0 (1)
lenderPartyReference nsA:lenderPartyReference (1) (1)
cashPayable nsA:cashPayable 0 (1)
comment nsA:comment 0 (1)
allocationReference nsA:allocationReference (1) (1)
settlementDate nsA:settlementDate (1) (1)
<xs:group> nsA:LenderAndCashDetails.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:LoanAllocationSettlementEvent, nsA:LoanTransferSettlementEvent