complexType "BreakageFeePayment"
Namespace:
Content:
complex, 15 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (15):
comment (defined in AbstractLoanEvent complexType),
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A fee calculated as the cost of breaking financing against a loan contract which is repaid early.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLoanContractEvent (extension)
          AbstractLoanContractPaymentEvent (extension)
              BreakageFeePayment
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="BreakageFeePayment">
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractPaymentEvent">
<xsd:sequence>
<xsd:element minOccurs="0" name="breakageFeeClaimDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="breakageFeeCalculatedBy" type="BreakageCalculatedByEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/15)
breakageFeeCalculatedBy
Type:
BreakageCalculatedByEnum, simple content
Where breakage cost is applicable, this enumeration defines who is calculating it - agent bank or lender.
Simple Content
enumeration of xsd:token
Enumeration:
"AgentBank"
 - 
Breakage cost is calculated by the agent bank.
"Lender"
 - 
Breakage cost is calculated by the lender.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="breakageFeeCalculatedBy" type="BreakageCalculatedByEnum"/>

breakageFeeClaimDate
Type:
xsd:date, predefined, simple content
The date by which any breakage costs (if applicable) must be submitted by Lenders to the Agent.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="breakageFeeClaimDate" type="xsd:date"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.