<xsd:complexType name="CurrencyExchangeBaseType">
<xsd:annotation>
<xsd:documentation>Base type for all currency conversions. Is the conversion from one one currency to another currency Identifing the conversion factor and the source in which it was obtained, the date in which the conversion factor was set, and the effective period in which it is to be used.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CurrencyExchangeABIEType">
<xsd:sequence>
<xsd:element ref="SourceID" minOccurs="0" />
<xsd:element ref="EffectiveTimePeriod" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="NormalizedStringType">
<xsd:annotation>
<xsd:documentation>Used to distiguish the rate, based on the nature of the business process of the transaction. (e.g. Daily, End of Period, Corporate.)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|