Skip to content

Commit

Permalink
Update currency_conversion.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
benhayes21 authored Jul 1, 2024
1 parent fafb4d6 commit fbbde60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/currency_conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ex:
{
"currency_conversion_type": "DictBasedCurrencyRates",
"source_type": "dict",
"source_type": "list",
"currency_rates": [
["USD", "GBP", 0.85],
["USD", "EUR", 0.95],
Expand Down Expand Up @@ -131,4 +131,4 @@ To run the currency conversion as part of the MDK then, the user should use a co
|
Note that this will create and use a copy of the original OED input files with the currency fields converted.
It will also store the original currency and the rate of exchange used in the new OED file for reference.
It will also store the original currency and the rate of exchange used in the new OED file for reference.

0 comments on commit fbbde60

Please sign in to comment.