Definition Type: Element
Name: periodMultiplier
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-shared-4-4.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying an offset relative to another date, e.g. -2 days. If the period value is T (Term) then periodMultiplier must contain the value 1.
Collapse XSD Schema Diagram:
XSD Diagram of periodMultiplier in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="periodMultiplier" type="xsd:integer">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying an offset relative to another date, e.g. -2 days. If the period value is T (Term) then periodMultiplier must contain the value 1.</xsd:documentation>
    </xsd:annotation>
</xsd:element>