Definition Type: ComplexType
Name: DayCount
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The day count used as the denominator for interest accrual calculation as specififed in the ISDA Standard CSA. The day count applies to all currencies, unless specified.
Collapse XSD Schema Diagram:
Drilldown into currencySpecificDayCount in schema fpml-legal-5-10_xsd Drilldown into defaultDayCount in schema fpml-legal-5-10_xsdXSD Diagram of DayCount in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DayCount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The day count used as the denominator for interest accrual calculation as specififed in the ISDA Standard CSA. The day count applies to all currencies, unless specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="defaultDayCount" type="DayCountDenominator">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The default day count, to be applied across all currencies unless specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currencySpecificDayCount" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The day count denominator that is currency-specific.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="dayCountValue" type="DayCountDenominator" />
                    <xsd:element name="currency" type="Currency" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
defaultDayCount nsB:defaultDayCount (1) (1)
currencySpecificDayCount nsB:currencySpecificDayCount 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:dayCount, nsB:dayCount