Definition Type: ComplexType
Name: PrePayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eqd-4-4.xsd
Abstract
Documentation:
A type for defining PrePayment.
Collapse XSD Schema Diagram:
Drilldown into prePaymentDate in schema fpml-eqd-4-4_xsd Drilldown into prePaymentAmount in schema fpml-eqd-4-4_xsd Drilldown into prePayment in schema fpml-eqd-4-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-4_xsdXSD Diagram of PrePayment in schema fpml-eqd-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PrePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining PrePayment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PayerReceiver.model" />
        <xsd:element name="prePayment" type="xsd:boolean" />
        <xsd:element name="prePaymentAmount" type="Money" />
        <xsd:element name="prePaymentDate" type="AdjustableDate" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
prePayment fpml:prePayment (1) (1)
prePaymentAmount fpml:prePaymentAmount (1) (1)
prePaymentDate fpml:prePaymentDate (1) (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:prePayment