<xsd:element name="adjustedEffectiveDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The start date of the calculation period. This date should already be adjusted for any applicable business day convention. This is also the date when the observed rate is applied, the reset date.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:date">
<xsd:attribute name="id" use="required" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|