complexType "Repayment"
Namespace:
Content:
complex, 15 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (15):
agentPartyReference (defined in BusinessEventParties.model group),
amount (defined in Repayment complexType),
borrowerMandatory,
borrowerPartyReference (defined in BusinessEventParties.model group),
businessEventGroupId,
cashPayable,
comment,
effectiveDate (defined in LoanEvent complexType),
eventIdentifier (defined in AbstractEventRequireId complexType),
lenderPartyReference,
loanContractReference (defined in LoanContractEvent complexType),
previousInaccurateEventId,
price (defined in Repayment complexType),
refusalAllowed (defined in RepaymentType.model group),
scheduledRepayment
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
An event describing a principal repayment being made by the borrower.
Type Definition Detail
Type Derivation Tree
AbstractEventRequireId (extension)
  LoanEvent (extension)
      LoanContractEvent (extension)
          Repayment
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Repayment">
<xsd:complexContent>
<xsd:extension base="LoanContractEvent">
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:element minOccurs="0" name="price" type="NonNegativeDecimal"/>
<xsd:group ref="RepaymentType.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/15)
amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

price
Type:
NonNegativeDecimal, simple content
The price at which the repayment occurred. This is usually Par but there could be scenarios where a repayment was made at a discounted level.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="price" type="NonNegativeDecimal"/>

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