Definition Type: ComplexType
Name: AdjustableDate2
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that is different from AdjustableDate in two regards. First, date adjustments can be specified with either a dateAdjustments element or a reference to an existing dateAdjustments element. Second, it does not require the specification of date adjustments.
Collapse XSD Schema Diagram:
Drilldown into adjustedDate in schema fpml-shared-5-10_xsd4 Drilldown into dateAdjustmentsReference in schema fpml-shared-5-10_xsd4 Drilldown into dateAdjustments in schema fpml-shared-5-10_xsd4 Drilldown into unadjustedDate in schema fpml-shared-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd4XSD Diagram of AdjustableDate2 in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdjustableDate2">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that is different from AdjustableDate in two regards. First, date adjustments can be specified with either a dateAdjustments element or a reference to an existing dateAdjustments element. Second, it does not require the specification of date adjustments.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="unadjustedDate" type="IdentifiedDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A date subject to adjustment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="dateAdjustments" type="BusinessDayAdjustments">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business dat in the specified business centers.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="dateAdjustmentsReference" type="BusinessDayAdjustmentsReference">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A pointer style reference to date adjustments defined elsewhere in the document.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="adjustedDate" type="IdentifiedDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedDate nsE:unadjustedDate 0 (1)
dateAdjustments nsE:dateAdjustments (1) (1)
dateAdjustmentsReference nsE:dateAdjustmentsReference (1) (1)
adjustedDate nsE:adjustedDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:commencementDate, nsE:effectiveDate, nsE:effectiveDate, nsE:effectiveDate, nsE:expirationDate, nsE:scheduledTerminationDate, nsE:terminationDate, nsE:terminationDate