Skip to content

Commit

Permalink
Merge pull request #30 from OasisLMF/bug/currency_conversion
Browse files Browse the repository at this point in the history
Update currency_conversion.rst
  • Loading branch information
benhayes21 authored Jul 2, 2024
2 parents fafb4d6 + fbbde60 commit 74c7cb2
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 74c7cb2

Please sign in to comment.