Definition Type: ComplexType
Name: AdjustableOrRelativeAndAdjustedDate
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:AdjustableOrRelativeDate
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
An adjustable or relative date with the option to provide the adjusted date.
Collapse XSD Schema Diagram:
Drilldown into adjustedDate in schema fpml-shared-4-4_xsd Drilldown into relativeDate in schema fpml-shared-4-4_xsd Drilldown into adjustableDate in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsd Drilldown into AdjustableOrRelativeDate in schema fpml-shared-4-4_xsdXSD Diagram of AdjustableOrRelativeAndAdjustedDate in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdjustableOrRelativeAndAdjustedDate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An adjustable or relative date with the option to provide the adjusted date.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AdjustableOrRelativeDate">
            <xsd:sequence>
                <xsd:element name="adjustedDate" type="IdentifiedDate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The adjusted date. This date should already be adjusted for any applicable business day convention. This component is not intended for use in trade confirmation but my be specified to allow the fee structure to also serve as a cashflow type component (all dates the the Cashflows type are adjusted payment dates).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustableDate fpml:adjustableDate (1) (1)
relativeDate fpml:relativeDate (1) (1)
adjustedDate fpml:adjustedDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:paymentDate