complexType "LoanInterestPayment"
Namespace:
Content:
complex, 17 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (17):
accrualSchedule (in interestPayment),
agentPartyReference (defined in BusinessEventParties.model group),
amount (in interestPayment),
borrowerPartyReference (defined in BusinessEventParties.model group),
calculationMethod (in interestPayment),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
effectiveDate (defined in AbstractLoanServicingEvent complexType),
endDate (defined in Period.model group),
eventIdentifier (defined in AbstractLoanEvent complexType),
lenderPartyReference (defined in LenderAndCashDetails.model group),
loanContractReference (defined in AbstractLoanContractEvent complexType),
parentEventIdentifier,
previousEventIdentifier,
projection (in interestPayment),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (1):
interestPayment
Known Usage Locations
Annotation
An event representing the lender-specific payment of interest amounts for a given accrual period against a single loan contract.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLoanContractEvent (extension)
          LoanInterestPayment
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LoanInterestPayment">
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:group ref="Period.model"/>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:sequence minOccurs="0">
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualSchedule" type="AccrualPeriod"/>
<xsd:element minOccurs="0" name="projection" type="PaymentProjection"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/17)
accrualSchedule
Type:
AccrualPeriod, complex content
A schedule that incorporates all sub-periods of an accrual calculation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualSchedule" type="AccrualPeriod"/>

amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

calculationMethod
Type:
Defines whether the agent bank is making an interest payment based on the lender pro-rata share at the end of the period (snapshot) or based on the lender position throughout the period (which is the default).
Simple Content
enumeration of xsd:token
Enumeration:
"ContractPositionThruPeriod"
 - 
Agent bank is making an interest payment based on the lender's contract position throughout the interest payment period.
"ProRataShareSnapshot"
 - 
Agent bank is making an interest payment based on the lender pro-rata share snapshot at the time of payment.
XML Source (w/o annotations (1); see within schema source)

projection
Type:
PaymentProjection, complex content
Projected interest payment details.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="projection" type="PaymentProjection"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.