XML Schema Documentation

Complex Type: ParticipationAmount

[Table of contents]

Super-types: None
Sub-types: None
Name ParticipationAmount
Used by (from the same schema document) Complex Type FacilityCommitmentPosition , Complex Type FacilityCommitmentPosition , Complex Type FacilityRepayment , Complex Type FeeAccrualPeriod , Complex Type InterestPayment , Complex Type LenderPositionPeriod , Complex Type LoanContractPosition , Complex Type LoanContractPosition , Complex Type LoanContractRepayment , Complex Type OneOffFeePayment , Complex Type OnGoingFeePayment
Abstract no
Documentation Generic type to represent amounts at the global (borrower's viewpoint) and the lender share (lender's viewpoint) levels.
XML Instance Representation
<...>
<globalAmount> Money </globalAmount> [0..1]
<shareAmount> Money </shareAmount> [1]
</...>
Diagram
type_Money type_Money
Schema Component Representation
<xsd:complexType name="ParticipationAmount">
<xsd:sequence>
<xsd:element name="globalAmount" type=" Money " minOccurs="0"/>
<xsd:element name="shareAmount" type=" Money "/>
</xsd:sequence>
</xsd:complexType>