complexType "FixedRateAccrual"
Namespace:
Content:
complex, 13 elements
Defined:
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
accrualOptionId (defined in AbstractAccrualOptionBase complexType),
endDate (defined in Period.model group),
pikSpread (defined in AbstractFixedRateOptionBase complexType),
rate (defined in AbstractFixedRateOptionBase complexType),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A full definition of the fixed rate 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
      FixedRateAccrual
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="FixedRateAccrual">
<xsd:complexContent>
<xsd:extension base="AbstractFixedRateOptionBase">
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model"/>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="penaltySpread" 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:element minOccurs="0" name="paymentProjection" type="PaymentProjection"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/13)
allInRate
Type:
xsd:decimal, predefined, simple content
The actual percentage rate charged to the borrower. (Base Rate + Spread + Default Rate + Penalty 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"/>

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"/>

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"/>

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

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

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.