<xsd:complexType name="BoundedCorrelation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing correlation bounds, which form a cap and a floor on the realized correlation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="minimumBoundaryPercent" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Minimum Boundary as a percentage of the Strike Price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumBoundaryPercent" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Maximum Boundary as a percentage of the Strike Price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|