XML Schema Documentation

Complex Type: PrePayment

[Table of contents]

Super-types: None
Sub-types: None
Name PrePayment
Used by (from the same schema document) Complex Type EquityExerciseValuationSettlement
Abstract no
Documentation A type for defining PrePayment.
XML Instance Representation
<...>
<payerPartyReference> PartyOrAccountReference </payerPartyReference> [1]

'A reference to the party responsible for making the payments defined by this structure.'

<receiverPartyReference> PartyOrAccountReference </receiverPartyReference> [1]

'A reference to the party that receives the payments corresponding to this structure.'

<prePayment> xsd:boolean </prePayment> [1]
<prePaymentAmount> Money </prePaymentAmount> [1]
<prePaymentDate> AdjustableDate </prePaymentDate> [1]
</...>
Diagram
group_PayerReceiver.model type_Money type_AdjustableDate
Schema Component Representation
<xsd:complexType name="PrePayment">
<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>