Definition Type: ComplexType
Name: AdjustedRelativeDateOffset
Namespace: http://www.fpml.org/FpML-5-0/reporting
Type: fpml:RelativeDateOffset
Containing Schema: fpml-shared-5-0.xsd
Abstract False
Documentation:
A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date) plus optional date adjustments.
Collapse XSD Schema Diagram:
Drilldown into relativeDateAdjustments Drilldown into dateRelativeTo Drilldown into businessCenters Drilldown into businessCentersReference Drilldown into businessDayConvention Drilldown into dayType Drilldown into id Drilldown into period Drilldown into periodMultiplier Drilldown into Interval Drilldown into Offset Drilldown into RelativeDateOffsetXSD Diagram of AdjustedRelativeDateOffset
Collapse XSD Schema Code:
<xsd:complexType name="AdjustedRelativeDateOffset">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date) plus optional date adjustments.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="RelativeDateOffset">
            <xsd:sequence>
                <xsd:element name="relativeDateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The business day convention and financial business centers used for adjusting the relative date if it would otherwise fall on a day that is not a business date in the specified business centers.</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)
businessDayConvention fpml:businessDayConvention 0 (1)
businessCentersReference fpml:businessCentersReference (1) (1)
businessCenters fpml:businessCenters (1) (1)
dateRelativeTo fpml:dateRelativeTo 0 (1)
relativeDateAdjustments fpml:relativeDateAdjustments 0 (1)
<xs:group> fpml:BusinessCentersOrReference.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:relativeEffectiveDate
Collapse Comments:
blog comments powered by Disqus