Skip to content

Commit

Permalink
Fix for 'mlp' asset import
Browse files Browse the repository at this point in the history
  • Loading branch information
titov-vv committed Apr 7, 2024
1 parent 7c67986 commit 23aab10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jal/data_import/statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class Statement(QObject): # derived from QObject to have proper string transla
FOF.ASSET_OPTION: PredefinedAsset.Derivative,
FOF.ASSET_WARRANT: PredefinedAsset.Derivative,
FOF.ASSET_CFD: PredefinedAsset.Derivative,
FOF.ASSET_CRYPTO: PredefinedAsset.Crypto
FOF.ASSET_CRYPTO: PredefinedAsset.Crypto,
FOF.ASSET_MLP: PredefinedAsset.Stock
}
_corp_actions = {
FOF.ACTION_MERGER: CorporateAction.Merger,
Expand Down

0 comments on commit 23aab10

Please sign in to comment.