DYPMS 0.2__tar.gz → 0.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DYPMS
3
- Version: 0.2
3
+ Version: 0.3
4
4
  Summary: 通联数据PMS系统数据SDK
5
5
  Author-email: songjiangduo <jiangduo.song@datayes.com>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "DYPMS"
7
- version = "0.2"
7
+ version = "0.3"
8
8
  authors = [
9
9
  { name = "songjiangduo", email = "jiangduo.song@datayes.com" }
10
10
  ]
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DYPMS
3
- Version: 0.2
3
+ Version: 0.3
4
4
  Summary: 通联数据PMS系统数据SDK
5
5
  Author-email: songjiangduo <jiangduo.song@datayes.com>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes