DYPMS 0.1__py3-none-any.whl → 0.2__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.
@@ -109,18 +109,6 @@ field_mapping = {
109
109
  'fxRate': 'valuation_exchange_rate',
110
110
  'positionTime': 'market_quotation_time',
111
111
  'holdDate': 'position_building_date',
112
- 'partyFullName': 'issuing_entity',
113
- 'yearToMaturity': 'remaining_maturity',
114
- 'nominalRatingInst': 'bond_rating_agency',
115
- 'nominalRating': 'bond_rating',
116
- 'margin': 'margin_requirement',
117
- 'city': 'city',
118
- 'province': 'province',
119
- 'instRatingYY': 'issuer_rating_(YY)',
120
- 'instRatingDate': 'issuer_rating_date',
121
- 'instRating': 'issuer_rating',
122
- 'nominalRatingDate': 'bond_rating_date',
123
- 'instRatingInst': 'issuer_rating_agency'
124
112
  }
125
113
 
126
114
 
DYPMS/api/util.py CHANGED
@@ -6,7 +6,7 @@ def get_response_json_with_check(response):
6
6
  if r.get('code') == -403:
7
7
  raise Exception("token认证失败")
8
8
  if r.get('code') != 'S00000':
9
- raise Exception(r.get('message'))
9
+ raise Exception(r.get('msg'))
10
10
  return r
11
11
 
12
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DYPMS
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: 通联数据PMS系统数据SDK
5
5
  Author-email: songjiangduo <jiangduo.song@datayes.com>
6
6
  License-Expression: MIT
@@ -5,13 +5,13 @@ DYPMS/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  DYPMS/api/get_simulate_portfolio_list.py,sha256=1hsMbmQPg_taoStEV2xffVpzczKKtTNU4fmDlsRTXIM,1490
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
- DYPMS/api/get_simulate_portfolio_position.py,sha256=0Jgr3ZH0kBZ9bc6wfz8A-rbQC8gn4mDQ7T7UmHrcXT4,6163
8
+ DYPMS/api/get_simulate_portfolio_position.py,sha256=BeKfAKcsch0HPcjPrCwgfVnq4yibY9Qs310GmvM2jDI,5702
9
9
  DYPMS/api/get_simulate_portfolio_position_hierarchy.py,sha256=lQWJovKS583Hx6AnVNFwzPLHRg-tvcTt07N635pf-R4,3239
10
10
  DYPMS/api/get_style_attr_trend.py,sha256=SW5xDQAOR9K7104cufkJ7syhWeDs1QHWy74lc6piHC8,4484
11
11
  DYPMS/api/heartbeat.py,sha256=jDjiXRqee4QtGKR7nEoo4VhnlG_wvjT3aMXYizTNt1M,333
12
- DYPMS/api/util.py,sha256=UUZlDOKwyf-DvlehEqAMCkfOsRRX6_ftyHCHpFo9VJ0,536
13
- dypms-0.1.dist-info/licenses/LICENSE,sha256=WOCX9n2629PC9kRp-MvyMGR4DrNHG7_Q1Woo6QotwZ4,1130
14
- dypms-0.1.dist-info/METADATA,sha256=oZFeAboqA1L4MJHdiVIplNYvj7_v7-u6w0ssy4akZdc,422
15
- dypms-0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- dypms-0.1.dist-info/top_level.txt,sha256=zRRbJZFPWVwbkxb2JKCz_CqUFabxsGg9DBwZxRoi99Y,6
17
- dypms-0.1.dist-info/RECORD,,
12
+ DYPMS/api/util.py,sha256=EHjPiKX18Hm8q8DwG6tgGadsPQLazzLefukmzEfywbE,532
13
+ dypms-0.2.dist-info/licenses/LICENSE,sha256=WOCX9n2629PC9kRp-MvyMGR4DrNHG7_Q1Woo6QotwZ4,1130
14
+ dypms-0.2.dist-info/METADATA,sha256=gV7Euwskf90wgdUiezrXIVsouN3KbnEIxrCpIOUIY24,422
15
+ dypms-0.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
16
+ dypms-0.2.dist-info/top_level.txt,sha256=zRRbJZFPWVwbkxb2JKCz_CqUFabxsGg9DBwZxRoi99Y,6
17
+ dypms-0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5