DYPMS 0.2__py3-none-any.whl → 0.3__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.
- DYPMS/api/get_simulate_portfolio_list.py +2 -2
- {dypms-0.2.dist-info → dypms-0.3.dist-info}/METADATA +1 -1
- {dypms-0.2.dist-info → dypms-0.3.dist-info}/RECORD +6 -6
- {dypms-0.2.dist-info → dypms-0.3.dist-info}/WHEEL +0 -0
- {dypms-0.2.dist-info → dypms-0.3.dist-info}/licenses/LICENSE +0 -0
- {dypms-0.2.dist-info → dypms-0.3.dist-info}/top_level.txt +0 -0
|
@@ -10,8 +10,7 @@ field_mapping = {
|
|
|
10
10
|
'reportingBenchmark': 'benchmark', # 参考基准
|
|
11
11
|
'user': 'creator', # 用户作为创建人
|
|
12
12
|
'netValueStartDate': 'NAV_start_date', # 净值开始日期
|
|
13
|
-
'netValueDate': 'latest_NAV_date'
|
|
14
|
-
'navFrequency': 'NAV_update_frequency' # 净值更新频率
|
|
13
|
+
'netValueDate': 'latest_NAV_date' # 最新净值日期
|
|
15
14
|
}
|
|
16
15
|
|
|
17
16
|
|
|
@@ -36,6 +35,7 @@ def get_simulate_portfolio_list(client,
|
|
|
36
35
|
rows.append(row)
|
|
37
36
|
|
|
38
37
|
df = pd.DataFrame(rows)
|
|
38
|
+
df = df.sort_values(by='establishment_date', ascending=False)
|
|
39
39
|
return df
|
|
40
40
|
except Exception as e:
|
|
41
41
|
raise e
|
|
@@ -2,7 +2,7 @@ DYPMS/__init__.py,sha256=d122Awe2ObfaEUQfOvLE8oP28F7yxE-qxqh_18Kcyac,885
|
|
|
2
2
|
DYPMS/client.py,sha256=g7GN0nKMCSgkNeE1QYg4W2deIlaXga2vDKswJ2tsfpo,1834
|
|
3
3
|
DYPMS/enums.py,sha256=PBA4tTVRT0-LSG8T5ySHnyt9ZH9ZyCYM1HL7LIxyAnM,1998
|
|
4
4
|
DYPMS/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
DYPMS/api/get_simulate_portfolio_list.py,sha256=
|
|
5
|
+
DYPMS/api/get_simulate_portfolio_list.py,sha256=TlWySMFe88WGqdw7QRNBhqq8fiPzrCqoAygjLINctWY,1488
|
|
6
6
|
DYPMS/api/get_simulate_portfolio_net.py,sha256=BZO8fKDcy6sfKp8_0wW5U6yTVvte3J4eDdWZH-2VTek,1315
|
|
7
7
|
DYPMS/api/get_simulate_portfolio_performance_indicators.py,sha256=-AndaAVlJ6NsWqZh92iw_DOJY0ulyUC4qYG8TMEuKbc,1851
|
|
8
8
|
DYPMS/api/get_simulate_portfolio_position.py,sha256=BeKfAKcsch0HPcjPrCwgfVnq4yibY9Qs310GmvM2jDI,5702
|
|
@@ -10,8 +10,8 @@ DYPMS/api/get_simulate_portfolio_position_hierarchy.py,sha256=lQWJovKS583Hx6AnVN
|
|
|
10
10
|
DYPMS/api/get_style_attr_trend.py,sha256=SW5xDQAOR9K7104cufkJ7syhWeDs1QHWy74lc6piHC8,4484
|
|
11
11
|
DYPMS/api/heartbeat.py,sha256=jDjiXRqee4QtGKR7nEoo4VhnlG_wvjT3aMXYizTNt1M,333
|
|
12
12
|
DYPMS/api/util.py,sha256=EHjPiKX18Hm8q8DwG6tgGadsPQLazzLefukmzEfywbE,532
|
|
13
|
-
dypms-0.
|
|
14
|
-
dypms-0.
|
|
15
|
-
dypms-0.
|
|
16
|
-
dypms-0.
|
|
17
|
-
dypms-0.
|
|
13
|
+
dypms-0.3.dist-info/licenses/LICENSE,sha256=WOCX9n2629PC9kRp-MvyMGR4DrNHG7_Q1Woo6QotwZ4,1130
|
|
14
|
+
dypms-0.3.dist-info/METADATA,sha256=jJ_6LVG3kSZcfiuDZaTzPoKKqQbGKRzdsfFGClIvQls,422
|
|
15
|
+
dypms-0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
16
|
+
dypms-0.3.dist-info/top_level.txt,sha256=zRRbJZFPWVwbkxb2JKCz_CqUFabxsGg9DBwZxRoi99Y,6
|
|
17
|
+
dypms-0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|