PyQuantimClient 1.0.70__tar.gz → 1.0.71__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.
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/PKG-INFO +1 -1
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/PyQuantimClient.egg-info/PKG-INFO +1 -1
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/setup.py +1 -1
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/bi.py +1 -1
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/PyQuantimClient.egg-info/SOURCES.txt +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/PyQuantimClient.egg-info/dependency_links.txt +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/PyQuantimClient.egg-info/top_level.txt +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/README.md +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/setup.cfg +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/__init__.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/api.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/benchmarks.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/data.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/energy.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/portfolios.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/preprocess_co.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/risk.py +0 -0
- {PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/src/utils.py +0 -0
|
@@ -4,7 +4,7 @@ setup(
|
|
|
4
4
|
name='PyQuantimClient',
|
|
5
5
|
packages=['PyQuantimClient'],
|
|
6
6
|
package_dir={'PyQuantimClient': 'src'},
|
|
7
|
-
version='1.0.
|
|
7
|
+
version='1.0.71',
|
|
8
8
|
description='Python client to access quantIM services',
|
|
9
9
|
author='Daniel Velasquez',
|
|
10
10
|
author_email='daniel.velasquez@sura-im.com',
|
|
@@ -28,7 +28,7 @@ class bi_data(quantim):
|
|
|
28
28
|
return keys, resp_dfs
|
|
29
29
|
|
|
30
30
|
def process_positions_afps_cl(self, ref_date=None):
|
|
31
|
-
keys, resp_dfs = self.get_positions_afps_cl(ref_date=
|
|
31
|
+
keys, resp_dfs = self.get_positions_afps_cl(ref_date=ref_date)
|
|
32
32
|
|
|
33
33
|
asset_class_df = resp_dfs['CARTERA AGREGADA DE LOS FONDOS DE PENSIONES POR TIPO DE FONDO'].set_index('glosa')
|
|
34
34
|
asset_class_df['index'] = [k.replace('tipofondo -', '').strip() for k in asset_class_df['index'].values]
|
|
File without changes
|
{PyQuantimClient-1.0.70 → PyQuantimClient-1.0.71}/PyQuantimClient.egg-info/dependency_links.txt
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|