Definition Type: ComplexType
Name: Frequency
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a time frequency, e.g. one day, three months. Used for specifying payment or calculation frequencies at which the value T (Term) is applicable.
Collapse XSD Schema Diagram:
Drilldown into period in schema fpml-shared-5-10_xsd2 Drilldown into periodMultiplier in schema fpml-shared-5-10_xsd2 Drilldown into id in schema fpml-shared-5-10_xsd2XSD Diagram of Frequency in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Frequency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a time frequency, e.g. one day, three months. Used for specifying payment or calculation frequencies at which the value T (Term) is applicable.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="periodMultiplier" type="xsd:positiveInteger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A time period multiplier, e.g. 1, 2 or 3 etc. If the period value is T (Term) then periodMultiplier must contain the value 1.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="period" type="PeriodExtendedEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A time period, e.g. a day, week, month, year or term of the stream.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
periodMultiplier nsC:periodMultiplier (1) (1)
period nsC:period (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:CalculationPeriodFrequency, nsC:paymentFrequency, nsC:ResetFrequencynsC:stepFrequency,