Definition Type: ComplexType
Name: Offset
Namespace: http://www.fpml.org/FpML-5-0/reporting
Type: fpml:Interval
Containing Schema: fpml-shared-5-0.xsd
Abstract False
Documentation:
A type defining an offset used in calculating a new date relative to a reference date. Currently, the only offsets defined are expected to be expressed as either calendar or business day offsets.
Collapse XSD Schema Diagram:
Drilldown into dayType Drilldown into id Drilldown into period Drilldown into periodMultiplier Drilldown into IntervalXSD Diagram of Offset
Collapse XSD Schema Code:
<xsd:complexType name="Offset">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining an offset used in calculating a new date relative to a reference date. Currently, the only offsets defined are expected to be expressed as either calendar or business day offsets.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Interval">
            <xsd:sequence>
                <xsd:element name="dayType" type="DayTypeEnum" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">In the case of an offset specified as a number of days, this element defines whether consideration is given as to whether a day is a good business day or not. If a day type of business days is specified then non-business days are ignored when calculating the offset. The financial business centers to use for determination of business days are implied by the context in which this element is used. This element must only be included when the offset is specified as a number of days. If the offset is zero days then the dayType element should not be included.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
periodMultiplier fpml:periodMultiplier (1) (1)
period fpml:period (1) (1)
dayType fpml:dayType 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:DateOffset, fpml:FxFixingDate, fpml:gracePeriod, fpml:inflationLag, fpml:paymentDateOffset, fpml:paymentDaysOffset, fpml:rateCutOffDaysOffset, fpml:RelativeDateOffset
Collapse Comments:
blog comments powered by Disqus