complexType "LoanFloatingRateAccrual"
Namespace:
Content:
complex, 14 elements
Defined:
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (14):
accrualOptionId (defined in AbstractAccrualOptionBase complexType),
endDate (defined in Period.model group),
rate (defined in AbstractLoanFloatingRateOptionBase complexType),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A full definition of the accrual characteristics of a loan contract. This structure defines both the underlying base rate as well as any additional margins and costs associated with the loan contract.
Type Definition Detail
Type Derivation Tree
      LoanFloatingRateAccrual
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="LoanFloatingRateAccrual">
<xsd:complexContent>
<xsd:extension base="AbstractLoanFloatingRateOptionBase">
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model"/>
<xsd:sequence minOccurs="0">
<xsd:sequence>
<xsd:element name="rateEffectiveDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="baseRate" type="xsd:decimal"/>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="pikSpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="fundingLossSpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="defaultSpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="mandatoryCostRate" type="xsd:decimal"/>
<xsd:element name="allInRate" type="xsd:decimal"/>
</xsd:sequence>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/14)
allInRate
Type:
xsd:decimal, predefined, simple content
The actual percentage rate charged to the borrower. (Base Rate + Interest Spread Adjustment + Spread + Default Rate + Funding Loss Rate + Mandatory Cost Rate) = All In Rate. This rate NEVER includes PIK.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allInRate" type="xsd:decimal"/>

baseRate
Type:
xsd:decimal, predefined, simple content
The actual underlying base rate associated with the period, defined as a percentage.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="baseRate" type="xsd:decimal"/>

defaultSpread
Type:
xsd:decimal, predefined, simple content
The default spread currently applied to the interest rate period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="defaultSpread" type="xsd:decimal"/>

fundingLossSpread
Type:
xsd:decimal, predefined, simple content
The funding loss spread currently applied to the interest rate period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="fundingLossSpread" type="xsd:decimal"/>

mandatoryCostRate
Type:
xsd:decimal, predefined, simple content
The mandatory cost rate currently applied to the interest rate period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="mandatoryCostRate" type="xsd:decimal"/>

pikSpread
Type:
xsd:decimal, predefined, simple content
Optionally defines a PIK spread.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="pikSpread" type="xsd:decimal"/>

rateEffectiveDate
Type:
xsd:date, predefined, simple content
The date on which the underlying interest rate is set or repriced. It is an actual (adjusted) date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rateEffectiveDate" 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.