<xsd:simpleType name="StubPeriodTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Element to define how to deal with a none standard calculation period within a swap stream.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ShortInitial">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the start of the stream</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ShortFinal">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the end of the stream</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LongInitial">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">If there is a non regular period remaining it is placed at the start of the stream and combined with the adjacent calculation period to give a long first calculation period</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LongFinal">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">If there is a non regular period remaining it is placed at the end of the stream and combined with the adjacent calculation period to give a long last calculation period</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|