XML Schema Documentation

Complex Type: PassThroughItem

[Table of contents]

Super-types: None
Sub-types: None
Name PassThroughItem
Used by (from the same schema document) Complex Type PassThrough
Abstract no
Documentation Type to represent a single pass through payment.
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.'

<underlyerReference> AssetReference </underlyerReference> [1]

'Reference to the underlyer whose payments are being passed through.'

<passThroughPercentage> xsd:decimal </passThroughPercentage> [1]

'Percentage of payments from the underlyer which are passed through.'

</...>
Diagram
group_PayerReceiver.model
Schema Component Representation
<xsd:complexType name="PassThroughItem">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
<xsd:element name="underlyerReference" type=" AssetReference "/>
<xsd:element name="passThroughPercentage" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>