Definition Type: ComplexType
Name: SimplePayment
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-shared-4-5.xsd
Abstract False
Documentation:
A complex type to specified payments in a simpler fashion than the Payment type. This construct should be used from the version 4.3 onwards.
Collapse XSD Schema Diagram:
Drilldown into paymentDate Drilldown into paymentAmount Drilldown into receiverPartyReference Drilldown into payerPartyReferenceXSD Diagram of SimplePayment
Collapse XSD Schema Code:
<xsd:complexType name="SimplePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specified payments in a simpler fashion than the Payment type. This construct should be used from the version 4.3 onwards.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PayerReceiver.model" />
        <xsd:element name="paymentAmount" type="Money" />
        <xsd:element name="paymentDate" type="AdjustableOrRelativeAndAdjustedDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The payment date. This date is subject to adjustment in accordance with any applicable business day convention.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
paymentAmount fpml:paymentAmount (1) (1)
paymentDate fpml:paymentDate (1) (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:ClassifiedPayment, fpml:initialFee, fpml:Premium
Collapse Comments:
blog comments powered by Disqus