<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>
|