Skip to content

Commit ba20774

Browse files
committed
add deal for projectedCashflow
1 parent 8832157 commit ba20774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absbox/local/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ def id_by_pool_assets(z):
16951695
return "FDeal"
16961696
case {"assets": [{'tag': 'Invoice'}, *rest]}:
16971697
return "VDeal"
1698-
case {"assets": [{'tag': 'ProjectedByFactor'}, *rest]} :
1698+
case {"assets": [{'tag': 'ProjectedByFactor'}, *rest]} | {"assets": [{'tag': 'ProjectedCashflow'}, *rest]}:
16991699
return "PDeal"
17001700
case {"assets": [{'tag': 'IL'}, *rest]} | {"assets": [{'tag': 'MO'}, *rest]} | \
17011701
{"assets": [{'tag': 'LO'}, *rest]} | {"assets": [{'tag': 'LS'}, *rest]} | \

0 commit comments

Comments
 (0)