Definition Type: Group
Name: Days.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying which days are pricing days within a pricing period. Unless a lag element is present, the pricing period will be contained within the calculation period.
Collapse XSD Schema Diagram:
Drilldown into businessDayConvention in schema fpml-com-5-10_xsd3 Drilldown into dayCount in schema fpml-com-5-10_xsd3 Drilldown into dayDistribution in schema fpml-com-5-10_xsd3 Drilldown into dayType in schema fpml-com-5-10_xsd3XSD Diagram of Days.model in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Days.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying which days are pricing days within a pricing period. Unless a lag element is present, the pricing period will be contained within the calculation period.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="dayType" type="CommodityDayTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of day on which pricing occurs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="dayDistribution" type="CommodityFrequencyType">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The method by which the pricing days are distributed across the pricing period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="dayCount" type="xsd:positiveInteger" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The number of days over which pricing should take place.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="businessDayConvention" type="BusinessDayConventionEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The convention for adjusting a date if it would otherwise fall on a day that is not a business day.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dayType nsF:dayType 0 (1)
dayDistribution nsF:dayDistribution (1) (1)
dayCount nsF:dayCount 0 (1)
businessDayConvention nsF:businessDayConvention 0 (1)