Definition Type: ComplexType
Name: Offset
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Interval
Containing Schema: fpml-shared-4-4.xsd
Abstract
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 in schema fpml-shared-4-4_xsd Drilldown into period in schema fpml-shared-4-4_xsd Drilldown into periodMultiplier in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsd Drilldown into Interval in schema fpml-shared-4-4_xsdXSD Diagram of Offset in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
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