Definition Type: Group
Name: FacilityOptionsFeesAndRates.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes additional (non-static) facility rate details. These are managed separate since they can change independently during the life of the facility.
Collapse XSD Schema Diagram:
Drilldown into penaltyRate in schema fpml-loan-5-10_xsd Drilldown into mandatoryCostRate in schema fpml-loan-5-10_xsd Drilldown into defaultRate in schema fpml-loan-5-10_xsd Drilldown into FacilityRates.model in schema fpml-loan-5-10_xsd Drilldown into accruingFeeOption in schema fpml-loan-5-10_xsd Drilldown into accruingPikOption in schema fpml-loan-5-10_xsd Drilldown into lcOption in schema fpml-loan-5-10_xsd Drilldown into floatingRateOption in schema fpml-loan-5-10_xsd Drilldown into fixedRateOption in schema fpml-loan-5-10_xsdXSD Diagram of FacilityOptionsFeesAndRates.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FacilityOptionsFeesAndRates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that describes additional (non-static) facility rate details. These are managed separate since they can change independently during the life of the facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice maxOccurs="unbounded">
            <xsd:element name="fixedRateOption" type="FixedRateOption">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A set of default cash accrual options. Each option is usually available to any borrowers defined within the facility, but an explicitly defined set of borrower entities (within the option) or be applicable to all borrower(s) within the facility.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="floatingRateOption" type="FloatingRateOption">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A set of default cash accrual options. Each option is usually available to any borrowers defined within the facility, but an explicitly defined set of borrower entities (within the option) or be applicable to all borrower(s) within the facility.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="lcOption" type="LcOption">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A description of all the letter of credit fee types which apply to the facility.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="accruingPikOption" type="AccruingPikOption" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A loan contract PIK accrual option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="accruingFeeOption" type="AccruingFeeOption" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A description of all the different types of accruing fees which apply to the facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="FacilityRates.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A model which contains various facility rate details.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fixedRateOption nsA:fixedRateOption (1) (1)
floatingRateOption nsA:floatingRateOption (1) (1)
lcOption nsA:lcOption (1) (1)
accruingPikOption nsA:accruingPikOption 0 (1)
accruingFeeOption nsA:accruingFeeOption 0 unbounded
defaultRate nsA:defaultRate 0 (1)
mandatoryCostRate nsA:mandatoryCostRate 0 (1)
penaltyRate nsA:penaltyRate 0 (1)
<xs:group> nsA:FacilityRates.model (1) (1)