Definition Type: ComplexType
Name: Frequency
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into periodMultiplier in schema fpml-shared-5-10_xsd Drilldown into id in schema fpml-shared-5-10_xsdXSD Diagram of Frequency in schema fpml-shared-5-10_xsd (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 nsA:periodMultiplier (1) (1)
period nsA:period (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:CalculationPeriodFrequency, nsA:CommodityCalculationPeriodsSchedule, nsA:exerciseFrequency, nsA:exerciseFrequency, nsA:GenericFrequency, nsA:GenericResetFrequency, nsA:paymentFrequency, nsA:ResetFrequencynsA:stepFrequency,