Definition Type: Element
Name: CurrencyRate
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Type: nsA:CurrencyRateType
Containing Schema: CIDX_CeS_v4.0_CommonComponents.xsd
Abstract
Documentation:
Structure defining how to convert from a source to a target currency. The formula to be used for conversion of a value in currency A (A) to a value in currency B (B) is as follows: A = Value in currency A B = Value in currency B S = Source currency C = Currency unit E = Exchange operator T = Target currency Formula: (A/SC) E R = (B*TC) Example: Conversion of 7500 Chilean Pesos to UKPounds with exchange rate of 100Pesos=0.09277GBP is (7500/100) CLP * 0.09277=(B*1) GBP. Result is 7500 Pesos = 6.95775 GBP.
Collapse XSD Schema Diagram:
Drilldown into ExchangeRateDate in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ExchangeRate in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ExchangeOperator in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into TargetCurrency in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into SourceCurrency in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into CurrencyRateType in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of CurrencyRate in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:element name="CurrencyRate" type="CurrencyRateType">
    <xsd:annotation>
        <xsd:documentation>
            <Documentation>
                <Description>Structure defining how to convert from a source to a target currency. The formula to be used for conversion of a value in currency A (A) to a value in currency B (B) is as follows:
A = Value in currency A
B = Value in currency B
S = Source currency
C = Currency unit
E = Exchange operator
T = Target currency
Formula: (A/SC) E R = (B*TC)
Example: Conversion of 7500 Chilean Pesos to UKPounds with exchange rate of 100Pesos=0.09277GBP is (7500/100) CLP * 0.09277=(B*1) GBP. Result is 7500 Pesos = 6.95775 GBP.
</Description>
            </Documentation>
        </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceCurrency nsA:SourceCurrency (1) (1)
TargetCurrency nsA:TargetCurrency (1) (1)
ExchangeOperator nsA:ExchangeOperator (1) (1)
ExchangeRate nsA:ExchangeRate (1) (1)
ExchangeRateDate nsA:ExchangeRateDate (1) (1)
Collapse Derivation Tree: