1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 11:48:38 -04:00

Fix MfType values

"OPEN" and "END" had an accidental space between them before in the
comment the original list was based upon
This commit is contained in:
2017-04-06 19:18:09 -04:00
parent 5009ef3c79
commit 85406e7eb8
2 changed files with 4 additions and 5 deletions

View File

@ -39,7 +39,7 @@ enums = {
"CouponFreq": ["Monthly", "Quarterly", "Semiannual", "Annual", "Other"],
"CallType": ["Call", "Put", "Prefund", "Maturity"],
"AssetClass": ["DomesticBond", "IntlBond", "LargeStock", "SmallStock", "IntlStock", "MoneyMrkt", "Other"],
"MfType": ["Open", "End", "CloseEnd", "Other"],
"MfType": ["OpenEnd", "CloseEnd", "Other"],
"OptType": ["Put", "Call"],
"StockType": ["Common", "Preferred", "Convertible", "Other"],
"OfxSec": ["None", "Type 1"],