Definition Type: Element
Name: currencySpecificDayCount
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The day count denominator that is currency-specific.
Collapse XSD Schema Diagram:
Drilldown into currency in schema fpml-legal-5-10_xsd Drilldown into dayCountValue in schema fpml-legal-5-10_xsdXSD Diagram of currencySpecificDayCount in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dayCountValue nsB:dayCountValue (1) (1)
currency nsB:currency (1) (1)