Definition Type: ComplexType
Name: Offset
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Period
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining an offset used in calculating a new date relative to a reference date. E.g. calendar days, business days, Commodity Business days, etc..
Collapse XSD Schema Diagram:
Drilldown into dayType in schema fpml-shared-5-10_xsd3 Drilldown into period in schema fpml-shared-5-10_xsd3 Drilldown into periodMultiplier in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into Period in schema fpml-shared-5-10_xsd3XSD Diagram of Offset in schema fpml-shared-5-10_xsd3 (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. E.g. calendar days, business days, Commodity Business days, etc..</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Period">
            <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 nsD:periodMultiplier (1) (1)
period nsD:period (1) (1)
dayType nsD:dayType 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:AdjustableOffset, nsD:DateOffset, nsD:deliveryDateExpirationConvention, nsD:deliveryDateRollConvention, nsD:FxFixingDate, nsD:FxValuationDateOffset, nsD:gracePeriod, nsD:inflationLag, nsD:offset, nsD:paymentDateOffset, nsD:paymentDaysOffset, nsD:rateCutOffDaysOffset, nsD:RelativeDateOffset