complexType "LoanFloatingRateAccrual"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
Content: |
accrualOptionId, dayCountFraction, paymentFrequency?, rate, startDate, endDate, numberOfDays, ( rateEffectiveDate, baseRate?, ( pikSpread?, fundingLossSpread?, defaultSpread?, mandatoryCostRate?, allInRate)?)? |
|
</...> |
Content Model Elements (14):
-
All Direct / Indirect Based Elements (1):
-
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 Derivation Tree
LoanFloatingRateAccrual
|
XML Source (w/o annotations (9); see within schema source)
<xsd:complexContent>
<xsd:extension base="AbstractLoanFloatingRateOptionBase">
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model"/>
<xsd:sequence minOccurs="0">
<xsd:sequence>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="pikSpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="defaultSpread" 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)
-
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"/>
|
-
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"/>
|
-
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"/>
|
-
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)
-
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)
-
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"/>
|
-
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)