Definition Type: SimpleType
Name: WeeklyRollConventionEnum
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The specification of a weekly roll day.
Collapse XSD Schema Diagram:
XSD Diagram of WeeklyRollConventionEnum in schema fpml-enum-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="WeeklyRollConventionEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The specification of a weekly roll day.</xsd:documentation>
    </xsd:annotation>
    <xsd:union memberTypes="DayOfWeekEnum">
        <xsd:simpleType>
            <xsd:restriction base="xsd:token">
                <xsd:enumeration value="TBILL">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.publicdebt.treas.gov" xml:lang="en">13-week and 26-week U.S. Treasury Bill Auction Dates. Each Monday except for U.S. (New York) holidays when it will occur on a Tuesday.</xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsE:weeklyRollConvention