DYAMS 0.6__py3-none-any.whl → 0.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- DYAMS/api/get_post_investment_product_asset_allocation.py +2 -2
- DYAMS/api/get_post_investment_product_holdings.py +2 -2
- {dyams-0.6.dist-info → dyams-0.7.dist-info}/METADATA +1 -1
- {dyams-0.6.dist-info → dyams-0.7.dist-info}/RECORD +7 -7
- {dyams-0.6.dist-info → dyams-0.7.dist-info}/WHEEL +0 -0
- {dyams-0.6.dist-info → dyams-0.7.dist-info}/licenses/LICENSE +0 -0
- {dyams-0.6.dist-info → dyams-0.7.dist-info}/top_level.txt +0 -0
|
@@ -17,7 +17,7 @@ def get_post_investment_product_asset_allocation(client,
|
|
|
17
17
|
end_date=None,
|
|
18
18
|
date=None,
|
|
19
19
|
asset_class="交易属性",
|
|
20
|
-
|
|
20
|
+
penetrate_type=PenetrateType.NO_PENETRATE,
|
|
21
21
|
level=1,
|
|
22
22
|
weight_types=WeightType.TOTAL_FILTERED,
|
|
23
23
|
asset_sceening=[]):
|
|
@@ -33,7 +33,7 @@ def get_post_investment_product_asset_allocation(client,
|
|
|
33
33
|
'accountCode': post_investment_product_id,
|
|
34
34
|
'startDate': start_date,
|
|
35
35
|
'endDate': end_date,
|
|
36
|
-
'penetrateWay':
|
|
36
|
+
'penetrateWay': penetrate_type.name if penetrate_type else PenetrateType.NO_PENETRATE,
|
|
37
37
|
'level': level,
|
|
38
38
|
'assetCategoryName': asset_class,
|
|
39
39
|
'ratioAssetType': weight_types.name if weight_types else WeightType.TOTAL_FILTERED,
|
|
@@ -130,7 +130,7 @@ def get_post_investment_product_holdings(client,
|
|
|
130
130
|
end_date=None,
|
|
131
131
|
date=None,
|
|
132
132
|
asset_class="交易属性",
|
|
133
|
-
|
|
133
|
+
penetrate_type=PenetrateType.NO_PENETRATE,
|
|
134
134
|
level=1,
|
|
135
135
|
fields=[]):
|
|
136
136
|
|
|
@@ -145,7 +145,7 @@ def get_post_investment_product_holdings(client,
|
|
|
145
145
|
'accountCode': post_investment_product_id,
|
|
146
146
|
'startDate': start_date,
|
|
147
147
|
'endDate': end_date,
|
|
148
|
-
'penetrateWay':
|
|
148
|
+
'penetrateWay': penetrate_type.name if penetrate_type else PenetrateType.NO_PENETRATE,
|
|
149
149
|
'level': level,
|
|
150
150
|
'assetCategoryName': asset_class
|
|
151
151
|
}
|
|
@@ -2,16 +2,16 @@ DYAMS/__init__.py,sha256=vS1EplSNSpQk9ecUZbKlnkgTurMmZj2exA9OOActxY4,933
|
|
|
2
2
|
DYAMS/client.py,sha256=x-s7htAgveg8uiI8T8bRGk9xh_56admnjN61AZHUCnA,1930
|
|
3
3
|
DYAMS/enums.py,sha256=rW9y7n1G_eYvPyokSN5OrPAp4-raQWB-hTWH4NIFrC8,2490
|
|
4
4
|
DYAMS/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
DYAMS/api/get_post_investment_product_asset_allocation.py,sha256=
|
|
6
|
-
DYAMS/api/get_post_investment_product_holdings.py,sha256=
|
|
5
|
+
DYAMS/api/get_post_investment_product_asset_allocation.py,sha256=LbUDdQdcoE0zBS6c7rhFZqdC_qEJhg23PQsacBrmLLA,2171
|
|
6
|
+
DYAMS/api/get_post_investment_product_holdings.py,sha256=RWt8ci7ypHs_zyz0LwO8O__sVH63ADUWRaJYcPCJNpg,6645
|
|
7
7
|
DYAMS/api/get_post_investment_product_list.py,sha256=lomv2qu04AFQivS2NvenYaLBYn53_P1hyxlBA2m0eJM,1515
|
|
8
8
|
DYAMS/api/get_post_investment_product_net.py,sha256=TWrnKKTp8AGS0Mwe-Wo2t64fXGcVhoFi7ujNjvqPhRo,1103
|
|
9
9
|
DYAMS/api/get_post_investment_product_performance_indicators.py,sha256=EDLz5xswVoBuDETEOXYeUxYu19USZH21rFpMUXaUs6s,1486
|
|
10
10
|
DYAMS/api/get_private_asset_net.py,sha256=os5BzEwpXtQr4_GFJj9-oLmVc6WqxW1IIzJAOzXYrUI,1128
|
|
11
11
|
DYAMS/api/heartbeat.py,sha256=jDjiXRqee4QtGKR7nEoo4VhnlG_wvjT3aMXYizTNt1M,333
|
|
12
12
|
DYAMS/api/util.py,sha256=VVoNbaPTyySwyrGJ60pdUPja2gWUyNBJBxY4l_xRSr8,305
|
|
13
|
-
dyams-0.
|
|
14
|
-
dyams-0.
|
|
15
|
-
dyams-0.
|
|
16
|
-
dyams-0.
|
|
17
|
-
dyams-0.
|
|
13
|
+
dyams-0.7.dist-info/licenses/LICENSE,sha256=WOCX9n2629PC9kRp-MvyMGR4DrNHG7_Q1Woo6QotwZ4,1130
|
|
14
|
+
dyams-0.7.dist-info/METADATA,sha256=3d3eLrsxyA4LqoOvSVQhFw0k8K9CutLwn3FG0u7Ig_k,437
|
|
15
|
+
dyams-0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
dyams-0.7.dist-info/top_level.txt,sha256=7vYrzyi90ywuwd-c24CKytuWbuILmzcU7kQYCuBu7No,6
|
|
17
|
+
dyams-0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|