Skip to content

Commit

Permalink
fixedincome/treasury some fixes (#4413)
Browse files Browse the repository at this point in the history
* Fix treasury

* Update oecd_model.py

---------

Co-authored-by: James Maslek <[email protected]>
  • Loading branch information
JerBouma and jmaslek committed Apr 12, 2023
1 parent 0e4005e commit 71bfe5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openbb_terminal/fixedincome/oecd_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
}


COUNTRY_TO_CODE = {

COUNTRY_TO_CODE_LONG = {
"australia": "AUS",
"austria": "AUT",
"belgium": "BEL",
Expand All @@ -127,6 +128,7 @@
"czech_republic": "CZE",
"germany": "DEU",
"denmark": "DNK",
"euro_area": "EA19",
"spain": "ESP",
"estonia": "EST",
"finland": "FIN",
Expand Down

0 comments on commit 71bfe5d

Please sign in to comment.