diff --git a/Attempt1.ipynb b/Attempt1.ipynb
new file mode 100644
index 0000000..4a1b5df
--- /dev/null
+++ b/Attempt1.ipynb
@@ -0,0 +1,23458 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 80,
+ "id": "619988fb",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "import requests\n",
+ "from bs4 import BeautifulSoup\n",
+ "import pandas as pd\n",
+ "from pandas.io.json import json_normalize\n",
+ "import base64"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 135,
+ "id": "64105ee5-cc5e-45e8-88ce-07f5306eacdc",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_base = 'https://fintual.cl/api/'"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "b7f27949",
+ "metadata": {},
+ "source": [
+ "### BANKS"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 136,
+ "id": "281da9c4",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "url_banks = url_base+'banks'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 137,
+ "id": "513872cc",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "response_banks = requests.get(url_banks)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 138,
+ "id": "2b24fc03",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 138,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response_banks.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 139,
+ "id": "d90f7077",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'data': [{'id': '2',\n",
+ " 'type': 'bank',\n",
+ " 'attributes': {'name': 'Banco Internacional'}},\n",
+ " {'id': '1', 'type': 'bank', 'attributes': {'name': 'Banco de Chile'}},\n",
+ " {'id': '4', 'type': 'bank', 'attributes': {'name': 'Scotiabank Chile'}},\n",
+ " {'id': '3',\n",
+ " 'type': 'bank',\n",
+ " 'attributes': {'name': 'Banco del Estado de Chile'}},\n",
+ " {'id': '9', 'type': 'bank', 'attributes': {'name': 'HSBC Bank'}},\n",
+ " {'id': '6', 'type': 'bank', 'attributes': {'name': 'Banco do Brasil S.A.'}},\n",
+ " {'id': '125', 'type': 'bank', 'attributes': {'name': 'Coopeuch'}},\n",
+ " {'id': '11',\n",
+ " 'type': 'bank',\n",
+ " 'attributes': {'name': 'Banco Itaú - Corpbanca'}},\n",
+ " {'id': '17', 'type': 'bank', 'attributes': {'name': 'BBVA'}},\n",
+ " {'id': '126', 'type': 'bank', 'attributes': {'name': 'Prepago Los Héroes'}},\n",
+ " {'id': '127', 'type': 'bank', 'attributes': {'name': 'Tenpo Prepago'}},\n",
+ " {'id': '5', 'type': 'bank', 'attributes': {'name': 'BCI'}},\n",
+ " {'id': '16', 'type': 'bank', 'attributes': {'name': 'Banco Paris'}},\n",
+ " {'id': '15', 'type': 'bank', 'attributes': {'name': 'Banco Consorcio'}},\n",
+ " {'id': '14', 'type': 'bank', 'attributes': {'name': 'Banco Ripley'}},\n",
+ " {'id': '13', 'type': 'bank', 'attributes': {'name': 'Banco Falabella'}},\n",
+ " {'id': '12', 'type': 'bank', 'attributes': {'name': 'Banco Security'}},\n",
+ " {'id': '10', 'type': 'bank', 'attributes': {'name': 'Banco Santander'}},\n",
+ " {'id': '8', 'type': 'bank', 'attributes': {'name': 'Banco Bice'}}]}"
+ ]
+ },
+ "execution_count": 139,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "results_banks = response_banks.json()\n",
+ "results_banks"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 140,
+ "id": "014f822f",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "[{'id': '2', 'type': 'bank', 'attributes': {'name': 'Banco Internacional'}},\n",
+ " {'id': '1', 'type': 'bank', 'attributes': {'name': 'Banco de Chile'}},\n",
+ " {'id': '4', 'type': 'bank', 'attributes': {'name': 'Scotiabank Chile'}},\n",
+ " {'id': '3',\n",
+ " 'type': 'bank',\n",
+ " 'attributes': {'name': 'Banco del Estado de Chile'}},\n",
+ " {'id': '9', 'type': 'bank', 'attributes': {'name': 'HSBC Bank'}},\n",
+ " {'id': '6', 'type': 'bank', 'attributes': {'name': 'Banco do Brasil S.A.'}},\n",
+ " {'id': '125', 'type': 'bank', 'attributes': {'name': 'Coopeuch'}},\n",
+ " {'id': '11',\n",
+ " 'type': 'bank',\n",
+ " 'attributes': {'name': 'Banco Itaú - Corpbanca'}},\n",
+ " {'id': '17', 'type': 'bank', 'attributes': {'name': 'BBVA'}},\n",
+ " {'id': '126', 'type': 'bank', 'attributes': {'name': 'Prepago Los Héroes'}},\n",
+ " {'id': '127', 'type': 'bank', 'attributes': {'name': 'Tenpo Prepago'}},\n",
+ " {'id': '5', 'type': 'bank', 'attributes': {'name': 'BCI'}},\n",
+ " {'id': '16', 'type': 'bank', 'attributes': {'name': 'Banco Paris'}},\n",
+ " {'id': '15', 'type': 'bank', 'attributes': {'name': 'Banco Consorcio'}},\n",
+ " {'id': '14', 'type': 'bank', 'attributes': {'name': 'Banco Ripley'}},\n",
+ " {'id': '13', 'type': 'bank', 'attributes': {'name': 'Banco Falabella'}},\n",
+ " {'id': '12', 'type': 'bank', 'attributes': {'name': 'Banco Security'}},\n",
+ " {'id': '10', 'type': 'bank', 'attributes': {'name': 'Banco Santander'}},\n",
+ " {'id': '8', 'type': 'bank', 'attributes': {'name': 'Banco Bice'}}]"
+ ]
+ },
+ "execution_count": 140,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "results_banks['data']"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 141,
+ "id": "a827df34",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2 | \n",
+ " bank | \n",
+ " Banco Internacional | \n",
+ "
\n",
+ " \n",
+ " | 1 | \n",
+ " bank | \n",
+ " Banco de Chile | \n",
+ "
\n",
+ " \n",
+ " | 4 | \n",
+ " bank | \n",
+ " Scotiabank Chile | \n",
+ "
\n",
+ " \n",
+ " | 3 | \n",
+ " bank | \n",
+ " Banco del Estado de Chile | \n",
+ "
\n",
+ " \n",
+ " | 9 | \n",
+ " bank | \n",
+ " HSBC Bank | \n",
+ "
\n",
+ " \n",
+ " | 6 | \n",
+ " bank | \n",
+ " Banco do Brasil S.A. | \n",
+ "
\n",
+ " \n",
+ " | 125 | \n",
+ " bank | \n",
+ " Coopeuch | \n",
+ "
\n",
+ " \n",
+ " | 11 | \n",
+ " bank | \n",
+ " Banco Itaú - Corpbanca | \n",
+ "
\n",
+ " \n",
+ " | 17 | \n",
+ " bank | \n",
+ " BBVA | \n",
+ "
\n",
+ " \n",
+ " | 126 | \n",
+ " bank | \n",
+ " Prepago Los Héroes | \n",
+ "
\n",
+ " \n",
+ " | 127 | \n",
+ " bank | \n",
+ " Tenpo Prepago | \n",
+ "
\n",
+ " \n",
+ " | 5 | \n",
+ " bank | \n",
+ " BCI | \n",
+ "
\n",
+ " \n",
+ " | 16 | \n",
+ " bank | \n",
+ " Banco Paris | \n",
+ "
\n",
+ " \n",
+ " | 15 | \n",
+ " bank | \n",
+ " Banco Consorcio | \n",
+ "
\n",
+ " \n",
+ " | 14 | \n",
+ " bank | \n",
+ " Banco Ripley | \n",
+ "
\n",
+ " \n",
+ " | 13 | \n",
+ " bank | \n",
+ " Banco Falabella | \n",
+ "
\n",
+ " \n",
+ " | 12 | \n",
+ " bank | \n",
+ " Banco Security | \n",
+ "
\n",
+ " \n",
+ " | 10 | \n",
+ " bank | \n",
+ " Banco Santander | \n",
+ "
\n",
+ " \n",
+ " | 8 | \n",
+ " bank | \n",
+ " Banco Bice | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name\n",
+ "id \n",
+ "2 bank Banco Internacional\n",
+ "1 bank Banco de Chile\n",
+ "4 bank Scotiabank Chile\n",
+ "3 bank Banco del Estado de Chile\n",
+ "9 bank HSBC Bank\n",
+ "6 bank Banco do Brasil S.A.\n",
+ "125 bank Coopeuch\n",
+ "11 bank Banco Itaú - Corpbanca\n",
+ "17 bank BBVA\n",
+ "126 bank Prepago Los Héroes\n",
+ "127 bank Tenpo Prepago\n",
+ "5 bank BCI\n",
+ "16 bank Banco Paris\n",
+ "15 bank Banco Consorcio\n",
+ "14 bank Banco Ripley\n",
+ "13 bank Banco Falabella\n",
+ "12 bank Banco Security\n",
+ "10 bank Banco Santander\n",
+ "8 bank Banco Bice"
+ ]
+ },
+ "execution_count": 141,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_banks = pd.DataFrame()\n",
+ "\n",
+ "for bank in results_banks['data']:\n",
+ " flattened_data = pd.json_normalize(bank)\n",
+ " flattened_data = flattened_data.set_index('id')\n",
+ " df_banks = df_banks.append(flattened_data)\n",
+ " \n",
+ "df_banks"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "86247d3c",
+ "metadata": {},
+ "source": [
+ "### ASSET PROVIDERS (Proveedores de Activos)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 204,
+ "id": "d4a4b365",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "url_asset_providers = url_base+'asset_providers/'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 143,
+ "id": "f16454f7",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "response_asset_providers = requests.get(url_asset_providers)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 144,
+ "id": "fb828e38",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 144,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response_asset_providers.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 147,
+ "id": "c449259d",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'data': [{'id': '197',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Global X'}},\n",
+ " {'id': '27',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FALCOM ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '62',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INDEPENDENCIA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '63',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INDEPENDENCIA INTERNACIONAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '49',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INVERLINK ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '64',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LINK CAPITAL PARTNERS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '33',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'MONEDA S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '65',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'NEORENTAS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '11',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LARRAINVIAL ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '199', 'type': 'asset_provider', 'attributes': {'name': 'Schroders'}},\n",
+ " {'id': '232',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Finanzas y Negocios S.A. Corredores de Bolsa'}},\n",
+ " {'id': '77',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Franklin Templeton Asset Management México S.A. de C.V'}},\n",
+ " {'id': '198',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Banchile Corredores de Bolsa S.A.'}},\n",
+ " {'id': '125',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BCI Seguros de Vida S.A.'}},\n",
+ " {'id': '129',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Compañía de Seguros de Vida Consorcio Nacional de Seguros S.A.'}},\n",
+ " {'id': '76',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Consorcio Corredores de Bolsa S.A.'}},\n",
+ " {'id': '16',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PRINCIPAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '132',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Principal Compañía de Seguros de Vida Chile S.A.'}},\n",
+ " {'id': '134',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Seguros de Vida SURA S.A.'}},\n",
+ " {'id': '78',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Corredores de Bolsa SURA S.A.'}},\n",
+ " {'id': '51',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ZURICH CHILE ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '21',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ZURICH ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '135',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Zurich Santander Seguros de Vida Chile S.A.'}},\n",
+ " {'id': '138',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BTG Pactual Chile S.A. Corredores de Bolsa'}},\n",
+ " {'id': '9',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BTG PACTUAL CHILE S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '139',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Larraín Vial S.A. Corredores de Bolsa'}},\n",
+ " {'id': '120',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Capital S.A.'}},\n",
+ " {'id': '121',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Cuprum S.A.'}},\n",
+ " {'id': '122',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Habitat S.A.'}},\n",
+ " {'id': '123',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Modelo S.A.'}},\n",
+ " {'id': '124',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Provida S.A.'}},\n",
+ " {'id': '131',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Ohio National Seguros de Vida S.A.'}},\n",
+ " {'id': '130',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Metlife Chile Seguros de Vida S.A.'}},\n",
+ " {'id': '52',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'VANTRUST CAPITAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '69',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'VOLCOMCAPITAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '70',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'WEG ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '38',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AURUS CAPITAL S.A.'}},\n",
+ " {'id': '43',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANDESARROLLO ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '37',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'XLC ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '127',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Chilena Consolidada Seguros de Vida S.A.'}},\n",
+ " {'id': '128',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Compañía de Seguros Confuturo S.A.'}},\n",
+ " {'id': '137',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Moneda Corredores de Bolsa Limitada'}},\n",
+ " {'id': '22',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Banco Central de Chile'}},\n",
+ " {'id': '79', 'type': 'asset_provider', 'attributes': {'name': 'Invesco'}},\n",
+ " {'id': '29',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SINGULAR ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '30',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FYNSA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '31',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SARTOR ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '54',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'VENTURANCE S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '32',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'MBI ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '160',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BNP Paribas Investment Partners México, S.A. de C.V.'}},\n",
+ " {'id': '28',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'HMC S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '73',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'EQUITAS MANAGEMENT PARTNERS S.A.'}},\n",
+ " {'id': '159',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Uno S.A.'}},\n",
+ " {'id': '61',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FRONTAL TRUST ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '161',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'NEVASA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '163',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AVANTE ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '162',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'WisdomTree'}},\n",
+ " {'id': '5',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BBVA ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '14',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ITAU ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '13',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'EUROAMERICA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '45',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CB ADMINISTRADORA DE FONDOS MUTUOS S.A.'}},\n",
+ " {'id': '48',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INVERCHILE ADMINISTRADORA DE FONDOS MUTUOS S.A.'}},\n",
+ " {'id': '36',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FINASSET ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '80', 'type': 'asset_provider', 'attributes': {'name': 'Vanguard'}},\n",
+ " {'id': '81',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'State Street SPDR'}},\n",
+ " {'id': '82',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ETF Managers Group'}},\n",
+ " {'id': '83',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ARK Investment Management'}},\n",
+ " {'id': '84', 'type': 'asset_provider', 'attributes': {'name': 'iShares'}},\n",
+ " {'id': '85', 'type': 'asset_provider', 'attributes': {'name': 'VanEck'}},\n",
+ " {'id': '86', 'type': 'asset_provider', 'attributes': {'name': 'Fidelity'}},\n",
+ " {'id': '23',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AMERIS CAPITAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '56',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ASSET ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '17',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SANTANDER ASSET MANAGEMENT S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '3',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANCHILE ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '4',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANCOESTADO S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '8',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BICE INVERSIONES ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '136',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BICE Inversiones Corredores de Bolsa S.A.'}},\n",
+ " {'id': '126',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BICE Vida Compañía de Seguros S.A.'}},\n",
+ " {'id': '18',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SCOTIA ADMINISTRADORA GENERAL DE FONDOS CHILE S.A.'}},\n",
+ " {'id': '140',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Valores Security S.A. Corredores de Bolsa'}},\n",
+ " {'id': '25',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CAPITAL ADVISORS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '57',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CIMENTA S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '58',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CMB-PRIME ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '10',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'COMPASS GROUP CHILE S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '24',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ECONSULT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '59',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ECUS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '164',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ALZA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '55',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ALTIS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '158',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Planvital S.A.'}},\n",
+ " {'id': '133',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Seguros de Vida Security Previsión S.A.'}},\n",
+ " {'id': '15',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ADMINISTRADORA GENERAL DE FONDOS SECURITY S.A.'}},\n",
+ " {'id': '50',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LARRAIN VIAL S.A. ADMINISTRADORA DE FONDOS MUTUOS'}},\n",
+ " {'id': '39',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LARRAIN VIAL ACTIVOS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '19',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ADMINISTRADORA GENERAL DE FONDOS SURA S.A.'}},\n",
+ " {'id': '66',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PENTA LAS AMERICAS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '119',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AZIMUT INVESTMENTS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '53',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SOYFOCUS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '67',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PICTON ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '34',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'QUEST ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '12',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CREDICORP CAPITAL ASSET MANAGEMENT S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '35',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SENSOR CAPITAL S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '26',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SRM ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '41',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SCOTIA AZUL ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '68',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'TANNER ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '20',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'TOESCA S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '42',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANEDWARDS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '72',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CUSSEN Y EDWARDS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '74',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PATAGON LAND ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '46',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CORPBANCA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '7',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANCO INTERNACIONAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '60',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FINTUAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '47',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CRUZ DEL SUR ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '40',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PENTA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '71',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BCI ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '6',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BCI ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '44',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CONSORCIO S.A. ADMINISTRADORA GENERAL DE FONDOS'}}]}"
+ ]
+ },
+ "execution_count": 147,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "results_asset_providers = response_asset_providers.json()\n",
+ "results_asset_providers"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 148,
+ "id": "850a2792",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "[{'id': '197', 'type': 'asset_provider', 'attributes': {'name': 'Global X'}},\n",
+ " {'id': '27',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FALCOM ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '62',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INDEPENDENCIA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '63',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INDEPENDENCIA INTERNACIONAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '49',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INVERLINK ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '64',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LINK CAPITAL PARTNERS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '33',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'MONEDA S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '65',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'NEORENTAS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '11',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LARRAINVIAL ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '199', 'type': 'asset_provider', 'attributes': {'name': 'Schroders'}},\n",
+ " {'id': '232',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Finanzas y Negocios S.A. Corredores de Bolsa'}},\n",
+ " {'id': '77',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Franklin Templeton Asset Management México S.A. de C.V'}},\n",
+ " {'id': '198',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Banchile Corredores de Bolsa S.A.'}},\n",
+ " {'id': '125',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BCI Seguros de Vida S.A.'}},\n",
+ " {'id': '129',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Compañía de Seguros de Vida Consorcio Nacional de Seguros S.A.'}},\n",
+ " {'id': '76',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Consorcio Corredores de Bolsa S.A.'}},\n",
+ " {'id': '16',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PRINCIPAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '132',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Principal Compañía de Seguros de Vida Chile S.A.'}},\n",
+ " {'id': '134',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Seguros de Vida SURA S.A.'}},\n",
+ " {'id': '78',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Corredores de Bolsa SURA S.A.'}},\n",
+ " {'id': '51',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ZURICH CHILE ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '21',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ZURICH ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '135',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Zurich Santander Seguros de Vida Chile S.A.'}},\n",
+ " {'id': '138',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BTG Pactual Chile S.A. Corredores de Bolsa'}},\n",
+ " {'id': '9',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BTG PACTUAL CHILE S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '139',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Larraín Vial S.A. Corredores de Bolsa'}},\n",
+ " {'id': '120',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Capital S.A.'}},\n",
+ " {'id': '121',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Cuprum S.A.'}},\n",
+ " {'id': '122',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Habitat S.A.'}},\n",
+ " {'id': '123',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Modelo S.A.'}},\n",
+ " {'id': '124',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Provida S.A.'}},\n",
+ " {'id': '131',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Ohio National Seguros de Vida S.A.'}},\n",
+ " {'id': '130',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Metlife Chile Seguros de Vida S.A.'}},\n",
+ " {'id': '52',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'VANTRUST CAPITAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '69',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'VOLCOMCAPITAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '70',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'WEG ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '38',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AURUS CAPITAL S.A.'}},\n",
+ " {'id': '43',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANDESARROLLO ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '37',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'XLC ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '127',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Chilena Consolidada Seguros de Vida S.A.'}},\n",
+ " {'id': '128',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Compañía de Seguros Confuturo S.A.'}},\n",
+ " {'id': '137',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Moneda Corredores de Bolsa Limitada'}},\n",
+ " {'id': '22',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Banco Central de Chile'}},\n",
+ " {'id': '79', 'type': 'asset_provider', 'attributes': {'name': 'Invesco'}},\n",
+ " {'id': '29',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SINGULAR ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '30',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FYNSA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '31',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SARTOR ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '54',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'VENTURANCE S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '32',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'MBI ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '160',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BNP Paribas Investment Partners México, S.A. de C.V.'}},\n",
+ " {'id': '28',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'HMC S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '73',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'EQUITAS MANAGEMENT PARTNERS S.A.'}},\n",
+ " {'id': '159',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Uno S.A.'}},\n",
+ " {'id': '61',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FRONTAL TRUST ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '161',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'NEVASA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '163',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AVANTE ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '162', 'type': 'asset_provider', 'attributes': {'name': 'WisdomTree'}},\n",
+ " {'id': '5',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BBVA ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '14',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ITAU ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '13',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'EUROAMERICA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '45',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CB ADMINISTRADORA DE FONDOS MUTUOS S.A.'}},\n",
+ " {'id': '48',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'INVERCHILE ADMINISTRADORA DE FONDOS MUTUOS S.A.'}},\n",
+ " {'id': '36',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FINASSET ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '80', 'type': 'asset_provider', 'attributes': {'name': 'Vanguard'}},\n",
+ " {'id': '81',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'State Street SPDR'}},\n",
+ " {'id': '82',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ETF Managers Group'}},\n",
+ " {'id': '83',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ARK Investment Management'}},\n",
+ " {'id': '84', 'type': 'asset_provider', 'attributes': {'name': 'iShares'}},\n",
+ " {'id': '85', 'type': 'asset_provider', 'attributes': {'name': 'VanEck'}},\n",
+ " {'id': '86', 'type': 'asset_provider', 'attributes': {'name': 'Fidelity'}},\n",
+ " {'id': '23',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AMERIS CAPITAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '56',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ASSET ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '17',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SANTANDER ASSET MANAGEMENT S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '3',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANCHILE ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '4',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANCOESTADO S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '8',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BICE INVERSIONES ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '136',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BICE Inversiones Corredores de Bolsa S.A.'}},\n",
+ " {'id': '126',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BICE Vida Compañía de Seguros S.A.'}},\n",
+ " {'id': '18',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SCOTIA ADMINISTRADORA GENERAL DE FONDOS CHILE S.A.'}},\n",
+ " {'id': '140',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Valores Security S.A. Corredores de Bolsa'}},\n",
+ " {'id': '25',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CAPITAL ADVISORS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '57',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CIMENTA S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '58',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CMB-PRIME ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '10',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'COMPASS GROUP CHILE S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '24',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ECONSULT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '59',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ECUS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '164',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ALZA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '55',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ALTIS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '158',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'A.F.P. Planvital S.A.'}},\n",
+ " {'id': '133',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'Seguros de Vida Security Previsión S.A.'}},\n",
+ " {'id': '15',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ADMINISTRADORA GENERAL DE FONDOS SECURITY S.A.'}},\n",
+ " {'id': '50',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LARRAIN VIAL S.A. ADMINISTRADORA DE FONDOS MUTUOS'}},\n",
+ " {'id': '39',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'LARRAIN VIAL ACTIVOS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '19',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'ADMINISTRADORA GENERAL DE FONDOS SURA S.A.'}},\n",
+ " {'id': '66',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PENTA LAS AMERICAS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '119',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'AZIMUT INVESTMENTS S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '53',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SOYFOCUS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '67',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PICTON ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '34',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'QUEST ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '12',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CREDICORP CAPITAL ASSET MANAGEMENT S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '35',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SENSOR CAPITAL S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '26',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SRM ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '41',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'SCOTIA AZUL ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '68',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'TANNER ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '20',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'TOESCA S.A. ADMINISTRADORA GENERAL DE FONDOS'}},\n",
+ " {'id': '42',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANEDWARDS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '72',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CUSSEN Y EDWARDS ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '74',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PATAGON LAND ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '46',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CORPBANCA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '7',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BANCO INTERNACIONAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '60',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'FINTUAL ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '47',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CRUZ DEL SUR ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '40',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'PENTA ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '71',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BCI ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '6',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'BCI ASSET MANAGEMENT ADMINISTRADORA GENERAL DE FONDOS S.A.'}},\n",
+ " {'id': '44',\n",
+ " 'type': 'asset_provider',\n",
+ " 'attributes': {'name': 'CONSORCIO S.A. ADMINISTRADORA GENERAL DE FONDOS'}}]"
+ ]
+ },
+ "execution_count": 148,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "results_asset_providers['data']"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 149,
+ "id": "8298700a",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 197 | \n",
+ " asset_provider | \n",
+ " Global X | \n",
+ "
\n",
+ " \n",
+ " | 27 | \n",
+ " asset_provider | \n",
+ " FALCOM ADMINISTRADORA GENERAL DE FONDOS S.A. | \n",
+ "
\n",
+ " \n",
+ " | 62 | \n",
+ " asset_provider | \n",
+ " INDEPENDENCIA ADMINISTRADORA GENERAL DE FONDOS... | \n",
+ "
\n",
+ " \n",
+ " | 63 | \n",
+ " asset_provider | \n",
+ " INDEPENDENCIA INTERNACIONAL ADMINISTRADORA GEN... | \n",
+ "
\n",
+ " \n",
+ " | 49 | \n",
+ " asset_provider | \n",
+ " INVERLINK ADMINISTRADORA GENERAL DE FONDOS S.A. | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 47 | \n",
+ " asset_provider | \n",
+ " CRUZ DEL SUR ADMINISTRADORA GENERAL DE FONDOS ... | \n",
+ "
\n",
+ " \n",
+ " | 40 | \n",
+ " asset_provider | \n",
+ " PENTA ADMINISTRADORA GENERAL DE FONDOS S.A. | \n",
+ "
\n",
+ " \n",
+ " | 71 | \n",
+ " asset_provider | \n",
+ " BCI ADMINISTRADORA GENERAL DE FONDOS S.A. | \n",
+ "
\n",
+ " \n",
+ " | 6 | \n",
+ " asset_provider | \n",
+ " BCI ASSET MANAGEMENT ADMINISTRADORA GENERAL DE... | \n",
+ "
\n",
+ " \n",
+ " | 44 | \n",
+ " asset_provider | \n",
+ " CONSORCIO S.A. ADMINISTRADORA GENERAL DE FONDOS | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
116 rows × 2 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name\n",
+ "id \n",
+ "197 asset_provider Global X\n",
+ "27 asset_provider FALCOM ADMINISTRADORA GENERAL DE FONDOS S.A.\n",
+ "62 asset_provider INDEPENDENCIA ADMINISTRADORA GENERAL DE FONDOS...\n",
+ "63 asset_provider INDEPENDENCIA INTERNACIONAL ADMINISTRADORA GEN...\n",
+ "49 asset_provider INVERLINK ADMINISTRADORA GENERAL DE FONDOS S.A.\n",
+ ".. ... ...\n",
+ "47 asset_provider CRUZ DEL SUR ADMINISTRADORA GENERAL DE FONDOS ...\n",
+ "40 asset_provider PENTA ADMINISTRADORA GENERAL DE FONDOS S.A.\n",
+ "71 asset_provider BCI ADMINISTRADORA GENERAL DE FONDOS S.A.\n",
+ "6 asset_provider BCI ASSET MANAGEMENT ADMINISTRADORA GENERAL DE...\n",
+ "44 asset_provider CONSORCIO S.A. ADMINISTRADORA GENERAL DE FONDOS\n",
+ "\n",
+ "[116 rows x 2 columns]"
+ ]
+ },
+ "execution_count": 149,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_asset_providers = pd.DataFrame()\n",
+ "\n",
+ "for assetprovider in results_asset_providers['data']:\n",
+ " flattened_data = pd.json_normalize(assetprovider)\n",
+ " flattened_data = flattened_data.set_index('id')\n",
+ " df_asset_providers = df_asset_providers.append(flattened_data)\n",
+ " \n",
+ "df_asset_providers"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 150,
+ "id": "fca62eb1",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "List of Asset Providers: ['197', '27', '62', '63', '49', '64', '33', '65', '11', '199', '232', '77', '198', '125', '129', '76', '16', '132', '134', '78', '51', '21', '135', '138', '9', '139', '120', '121', '122', '123', '124', '131', '130', '52', '69', '70', '38', '43', '37', '127', '128', '137', '22', '79', '29', '30', '31', '54', '32', '160', '28', '73', '159', '61', '161', '163', '162', '5', '14', '13', '45', '48', '36', '80', '81', '82', '83', '84', '85', '86', '23', '56', '17', '3', '4', '8', '136', '126', '18', '140', '25', '57', '58', '10', '24', '59', '164', '55', '158', '133', '15', '50', '39', '19', '66', '119', '53', '67', '34', '12', '35', '26', '41', '68', '20', '42', '72', '74', '46', '7', '60', '47', '40', '71', '6', '44']\n"
+ ]
+ }
+ ],
+ "source": [
+ "id_asset_providers = list(df_asset_providers.index)\n",
+ "print(f'Asset Providers List: {id_asset_providers}')"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "b9882166",
+ "metadata": {},
+ "source": [
+ "### PROVIDER'S CONCEPTUAL ASSETS (Activos del Proveedor)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 94,
+ "id": "335667cd",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "url_providers_conceptual_assets = []\n",
+ "\n",
+ "for i_d in id_asset_providers:\n",
+ " url = url_asset_providers+i_d+'/conceptual_assets'\n",
+ " url_providers_conceptual_assets.append(url)\n",
+ " \n",
+ "url_providers_conceptual_assets_1 = url_providers_conceptual_assets[0:9] \n",
+ "url_providers_conceptual_assets_2 = url_providers_conceptual_assets[10:19]\n",
+ "url_providers_conceptual_assets_3 = url_providers_conceptual_assets[20:29]\n",
+ "url_providers_conceptual_assets_4 = url_providers_conceptual_assets[30:39]\n",
+ "url_providers_conceptual_assets_5 = url_providers_conceptual_assets[40:49]\n",
+ "url_providers_conceptual_assets_6 = url_providers_conceptual_assets[50:59]\n",
+ "url_providers_conceptual_assets_7 = url_providers_conceptual_assets[60:69]\n",
+ "url_providers_conceptual_assets_8 = url_providers_conceptual_assets[70:79]\n",
+ "url_providers_conceptual_assets_9 = url_providers_conceptual_assets[80:89]\n",
+ "url_providers_conceptual_assets_10 = url_providers_conceptual_assets[90:99]\n",
+ "url_providers_conceptual_assets_11 = url_providers_conceptual_assets[100:109]\n",
+ "url_providers_conceptual_assets_12 = url_providers_conceptual_assets[110:115]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 95,
+ "id": "dc593255-d979-4ae8-a7c8-9c99b50fb445",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "urls_list = list(url_providers_conceptual_assets_1 + url_providers_conceptual_assets_2 + url_providers_conceptual_assets_3 + url_providers_conceptual_assets_4 + url_providers_conceptual_assets_5 + url_providers_conceptual_assets_6\n",
+ " + url_providers_conceptual_assets_7 + url_providers_conceptual_assets_8 + url_providers_conceptual_assets_9 + url_providers_conceptual_assets_10 + url_providers_conceptual_assets_11 +\n",
+ " url_providers_conceptual_assets_12)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 104,
+ "id": "d6fae07c",
+ "metadata": {
+ "scrolled": true,
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2901 | \n",
+ " conceptual_asset | \n",
+ " FONDO DE INVERSIÓN LARRAINVIAL HEALTH AND BIOTECH | \n",
+ " FINV-9915 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9915-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2903 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL AHORRO LARGO PLAZO | \n",
+ " FFMM-LARRAINVIAL-9929 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9929-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2975 | \n",
+ " conceptual_asset | \n",
+ " FONDO DE INVERSIÓN LARRAINVIAL BROWN ADVISORY ... | \n",
+ " FINV-9997 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9997-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2961 | \n",
+ " conceptual_asset | \n",
+ " FONDO DE INVERSION LARRAINVIAL EMERGING MARKET... | \n",
+ " FINV-9963 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9963-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1867 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL ESTADOS UNIDOS | \n",
+ " FFMM-LARRAINVIAL-8437 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8437-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 2432 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL OPORTUNIDAD CHILE | \n",
+ " FFMM-LARRAINVIAL-9071 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9071-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1760 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CONSORCIO BALANCEADO MODERADO | \n",
+ " FFMM-LARRAINVIAL-8302 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8302-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1870 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL CUENTA ACTIVA DEFENSIVA | \n",
+ " FFMM-LARRAINVIAL-9191 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9191-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2414 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL ASIA | \n",
+ " FFMM-LARRAINVIAL-8462 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8462-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1865 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL MONETARIO | \n",
+ " FFMM-LARRAINVIAL-8177 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8177-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
117 rows × 8 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2901 conceptual_asset FONDO DE INVERSIÓN LARRAINVIAL HEALTH AND BIOTECH \n",
+ "2903 conceptual_asset FONDO MUTUO LARRAINVIAL AHORRO LARGO PLAZO \n",
+ "2975 conceptual_asset FONDO DE INVERSIÓN LARRAINVIAL BROWN ADVISORY ... \n",
+ "2961 conceptual_asset FONDO DE INVERSION LARRAINVIAL EMERGING MARKET... \n",
+ "1867 conceptual_asset FONDO MUTUO LARRAINVIAL ESTADOS UNIDOS \n",
+ "... ... ... \n",
+ "2432 conceptual_asset FONDO MUTUO LARRAINVIAL OPORTUNIDAD CHILE \n",
+ "1760 conceptual_asset FONDO MUTUO CONSORCIO BALANCEADO MODERADO \n",
+ "1870 conceptual_asset FONDO MUTUO LARRAINVIAL CUENTA ACTIVA DEFENSIVA \n",
+ "2414 conceptual_asset FONDO MUTUO LARRAINVIAL ASIA \n",
+ "1865 conceptual_asset FONDO MUTUO LARRAINVIAL MONETARIO \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2901 FINV-9915 investment_fund None \n",
+ "2903 FFMM-LARRAINVIAL-9929 mutual_fund None \n",
+ "2975 FINV-9997 investment_fund None \n",
+ "2961 FINV-9963 investment_fund None \n",
+ "1867 FFMM-LARRAINVIAL-8437 mutual_fund USD \n",
+ "... ... ... ... \n",
+ "2432 FFMM-LARRAINVIAL-9071 mutual_fund None \n",
+ "1760 FFMM-LARRAINVIAL-8302 mutual_fund None \n",
+ "1870 FFMM-LARRAINVIAL-9191 mutual_fund None \n",
+ "2414 FFMM-LARRAINVIAL-8462 mutual_fund None \n",
+ "1865 FFMM-LARRAINVIAL-8177 mutual_fund CLP \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2901 4 9915-5 http://www.cmfchile.cl \n",
+ "2903 4 9929-5 http://www.cmfchile.cl \n",
+ "2975 4 9997-k http://www.cmfchile.cl \n",
+ "2961 4 9963-5 http://www.cmfchile.cl \n",
+ "1867 4 8437-9 http://www.cmfchile.cl \n",
+ "... ... ... ... \n",
+ "2432 4 9071-9 http://www.cmfchile.cl \n",
+ "1760 4 8302-k http://www.cmfchile.cl \n",
+ "1870 4 9191-k http://www.cmfchile.cl \n",
+ "2414 4 8462-k http://www.cmfchile.cl \n",
+ "1865 4 8177-9 http://www.cmfchile.cl \n",
+ "\n",
+ "[117 rows x 8 columns]"
+ ]
+ },
+ "execution_count": 104,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_1 = pd.DataFrame()\n",
+ "for url in url_providers_conceptual_assets_1:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat1_1 = pd.json_normalize(info)\n",
+ " flat1_1 = flat1_1.set_index('id')\n",
+ " df_1 = df_1.append(flat1_1)\n",
+ "df_1"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 105,
+ "id": "d3d408a1-8d3a-40ea-9df8-dfb447a37177",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true,
+ "source_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " data\n",
+ "0 []\n"
+ ]
+ }
+ ],
+ "source": [
+ "df_2 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_2:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "print(flat1)\n",
+ "#for info in flat1['data']:\n",
+ " #flat = pd.json_normalize(info)\n",
+ " #flat = flat.set_index('id')\n",
+ " #df_2 = df_2.append(flat)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 106,
+ "id": "df557758-cbd1-425f-8223-13130c61ba4e",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " data\n",
+ "0 []\n"
+ ]
+ }
+ ],
+ "source": [
+ "df_3 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_3:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "print(flat1)\n",
+ "#for info in flat1['data']:\n",
+ " #flat = pd.json_normalize(info)\n",
+ " #flat = flat.set_index('id')\n",
+ " #df_2 = df_2.append(flat)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 107,
+ "id": "4c834ad6-084d-4c9d-90c6-141271df9161",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2898 | \n",
+ " conceptual_asset | \n",
+ " XLC Deuda Privada Fintech Fondo de Inversión | \n",
+ " FINV-9907 | \n",
+ " investment_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9907-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1589 | \n",
+ " conceptual_asset | \n",
+ " XLC DEUDA PRIVADA FONDO DE INVERSIÓN | \n",
+ " FINV-9453 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9453-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2898 conceptual_asset XLC Deuda Privada Fintech Fondo de Inversión \n",
+ "1589 conceptual_asset XLC DEUDA PRIVADA FONDO DE INVERSIÓN \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2898 FINV-9907 investment_fund CLP \n",
+ "1589 FINV-9453 investment_fund None \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2898 4 9907-4 http://www.cmfchile.cl \n",
+ "1589 4 9453-6 http://www.cmfchile.cl "
+ ]
+ },
+ "execution_count": 107,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_4 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_4:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_4 = df_4.append(flat)\n",
+ "df_4"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 108,
+ "id": "17a6c145-8d02-4bf4-93f6-8ba04762531f",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2916 | \n",
+ " conceptual_asset | \n",
+ " MBI GLOBAL FIXED INCOME FONDO DE INVERSION | \n",
+ " FINV-9950 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9950-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 3161 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO MBI DEUDA CHILENA | \n",
+ " FFMM-MBI-10198 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 10198-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 3077 | \n",
+ " conceptual_asset | \n",
+ " MBI DEUDA CORPORATIVA FONDO DE INVERSIÓN | \n",
+ " FINV-10162 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 10162-1 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1559 | \n",
+ " conceptual_asset | \n",
+ " MBI DEUDA TOTAL FONDO DE INVERSIÓN | \n",
+ " FINV-9202 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9202-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1555 | \n",
+ " conceptual_asset | \n",
+ " MBI DEUDA ALTERNATIVA FONDO DE INVERSIÓN | \n",
+ " FINV-9203 | \n",
+ " investment_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9203-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1564 | \n",
+ " conceptual_asset | \n",
+ " MBI RENTA FIJA PLUS DÓLAR FONDO DE INVERSIÓN | \n",
+ " FINV-9091 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9091-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1556 | \n",
+ " conceptual_asset | \n",
+ " MBI DEUDA EMERGENTE FONDO DE INVERSION | \n",
+ " FINV-9301 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9301-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1561 | \n",
+ " conceptual_asset | \n",
+ " MBI OPORTUNIDADES FONDO DE INVERSION | \n",
+ " FINV-9119 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9119-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1554 | \n",
+ " conceptual_asset | \n",
+ " MBI BEST IDEAS LATAM FONDO DE INVERSION | \n",
+ " FINV-7278 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 7278-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1563 | \n",
+ " conceptual_asset | \n",
+ " MBI RENDIMIENTO TOTAL FONDO DE INVERSIÓN | \n",
+ " FINV-9480 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9480-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1553 | \n",
+ " conceptual_asset | \n",
+ " MBI ARBITRAGE FONDO DE INVERSIÓN | \n",
+ " FINV-7089 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 7089-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1557 | \n",
+ " conceptual_asset | \n",
+ " MBI DEUDA LATAM FONDO DE INVERSION | \n",
+ " FINV-9302 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9302-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1562 | \n",
+ " conceptual_asset | \n",
+ " MBI PERU FONDO DE INVERSION | \n",
+ " FINV-9385 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9385-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1558 | \n",
+ " conceptual_asset | \n",
+ " MBI DEUDA PLUS FONDO DE INVERSION | \n",
+ " FINV-9077 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9077-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1560 | \n",
+ " conceptual_asset | \n",
+ " MBI GLOBAL FONDO DE INVERSION | \n",
+ " FINV-7171 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 7171-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2916 conceptual_asset MBI GLOBAL FIXED INCOME FONDO DE INVERSION \n",
+ "3161 conceptual_asset FONDO MUTUO MBI DEUDA CHILENA \n",
+ "3077 conceptual_asset MBI DEUDA CORPORATIVA FONDO DE INVERSIÓN \n",
+ "1559 conceptual_asset MBI DEUDA TOTAL FONDO DE INVERSIÓN \n",
+ "1555 conceptual_asset MBI DEUDA ALTERNATIVA FONDO DE INVERSIÓN \n",
+ "1564 conceptual_asset MBI RENTA FIJA PLUS DÓLAR FONDO DE INVERSIÓN \n",
+ "1556 conceptual_asset MBI DEUDA EMERGENTE FONDO DE INVERSION \n",
+ "1561 conceptual_asset MBI OPORTUNIDADES FONDO DE INVERSION \n",
+ "1554 conceptual_asset MBI BEST IDEAS LATAM FONDO DE INVERSION \n",
+ "1563 conceptual_asset MBI RENDIMIENTO TOTAL FONDO DE INVERSIÓN \n",
+ "1553 conceptual_asset MBI ARBITRAGE FONDO DE INVERSIÓN \n",
+ "1557 conceptual_asset MBI DEUDA LATAM FONDO DE INVERSION \n",
+ "1562 conceptual_asset MBI PERU FONDO DE INVERSION \n",
+ "1558 conceptual_asset MBI DEUDA PLUS FONDO DE INVERSION \n",
+ "1560 conceptual_asset MBI GLOBAL FONDO DE INVERSION \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2916 FINV-9950 investment_fund None \n",
+ "3161 FFMM-MBI-10198 mutual_fund None \n",
+ "3077 FINV-10162 investment_fund None \n",
+ "1559 FINV-9202 investment_fund None \n",
+ "1555 FINV-9203 investment_fund CLP \n",
+ "1564 FINV-9091 investment_fund None \n",
+ "1556 FINV-9301 investment_fund None \n",
+ "1561 FINV-9119 investment_fund None \n",
+ "1554 FINV-7278 investment_fund None \n",
+ "1563 FINV-9480 investment_fund None \n",
+ "1553 FINV-7089 investment_fund None \n",
+ "1557 FINV-9302 investment_fund None \n",
+ "1562 FINV-9385 investment_fund None \n",
+ "1558 FINV-9077 investment_fund None \n",
+ "1560 FINV-7171 investment_fund None \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2916 4 9950-3 http://www.cmfchile.cl \n",
+ "3161 4 10198-2 http://www.cmfchile.cl \n",
+ "3077 4 10162-1 http://www.cmfchile.cl \n",
+ "1559 4 9202-9 http://www.cmfchile.cl \n",
+ "1555 4 9203-7 http://www.cmfchile.cl \n",
+ "1564 4 9091-3 http://www.cmfchile.cl \n",
+ "1556 4 9301-7 http://www.cmfchile.cl \n",
+ "1561 4 9119-7 http://www.cmfchile.cl \n",
+ "1554 4 7278-8 http://www.cmfchile.cl \n",
+ "1563 4 9480-3 http://www.cmfchile.cl \n",
+ "1553 4 7089-0 http://www.cmfchile.cl \n",
+ "1557 4 9302-5 http://www.cmfchile.cl \n",
+ "1562 4 9385-8 http://www.cmfchile.cl \n",
+ "1558 4 9077-8 http://www.cmfchile.cl \n",
+ "1560 4 7171-4 http://www.cmfchile.cl "
+ ]
+ },
+ "execution_count": 108,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_5 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_5:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_5 = df_5.append(flat)\n",
+ "df_5"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 109,
+ "id": "f4f2dce2-91e6-4efa-807b-c1591a23f600",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2892 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAU COMPASS ACCIONES LATINOAMERIC... | \n",
+ " FFMM-ITAU-9926 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9926-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2887 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAU COMPASS DEUDA CHILENA | \n",
+ " FFMM-ITAU-9927 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9927-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2893 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAU DEUDA EMERGENTE | \n",
+ " FFMM-ITAU-9923 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9923-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2888 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAU LARRAINVIAL AHORRO ESTRATEGICO | \n",
+ " FFMM-ITAU-9928 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9928-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2894 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAÚ INCOME | \n",
+ " FFMM-ITAU-9921 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9921-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 2652 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ÍNDICE ACCIONES BRASIL | \n",
+ " FFMM-ITAU-9757 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9757-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2700 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ÍNDICE BONOS BRASIL | \n",
+ " FFMM-ITAU-9761 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9761-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1845 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAU GESTIONADO CONSERVADOR | \n",
+ " FFMM-ITAU-8994 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8994-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1854 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ITAÚ CASH DOLLAR | \n",
+ " FFMM-ITAU-8333 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8333-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1792 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ETF IT NOW S&P/CLX CHILE DIVIDEND ... | \n",
+ " FFMM-ITAU-9685 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9685-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
86 rows × 8 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2892 conceptual_asset FONDO MUTUO ITAU COMPASS ACCIONES LATINOAMERIC... \n",
+ "2887 conceptual_asset FONDO MUTUO ITAU COMPASS DEUDA CHILENA \n",
+ "2893 conceptual_asset FONDO MUTUO ITAU DEUDA EMERGENTE \n",
+ "2888 conceptual_asset FONDO MUTUO ITAU LARRAINVIAL AHORRO ESTRATEGICO \n",
+ "2894 conceptual_asset FONDO MUTUO ITAÚ INCOME \n",
+ "... ... ... \n",
+ "2652 conceptual_asset FONDO MUTUO ÍNDICE ACCIONES BRASIL \n",
+ "2700 conceptual_asset FONDO MUTUO ÍNDICE BONOS BRASIL \n",
+ "1845 conceptual_asset FONDO MUTUO ITAU GESTIONADO CONSERVADOR \n",
+ "1854 conceptual_asset FONDO MUTUO ITAÚ CASH DOLLAR \n",
+ "1792 conceptual_asset FONDO MUTUO ETF IT NOW S&P/CLX CHILE DIVIDEND ... \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2892 FFMM-ITAU-9926 mutual_fund None \n",
+ "2887 FFMM-ITAU-9927 mutual_fund None \n",
+ "2893 FFMM-ITAU-9923 mutual_fund None \n",
+ "2888 FFMM-ITAU-9928 mutual_fund None \n",
+ "2894 FFMM-ITAU-9921 mutual_fund None \n",
+ "... ... ... ... \n",
+ "2652 FFMM-ITAU-9757 mutual_fund None \n",
+ "2700 FFMM-ITAU-9761 mutual_fund None \n",
+ "1845 FFMM-ITAU-8994 mutual_fund None \n",
+ "1854 FFMM-ITAU-8333 mutual_fund None \n",
+ "1792 FFMM-ITAU-9685 mutual_fund None \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2892 4 9926-0 http://www.cmfchile.cl \n",
+ "2887 4 9927-9 http://www.cmfchile.cl \n",
+ "2893 4 9923-6 http://www.cmfchile.cl \n",
+ "2888 4 9928-7 http://www.cmfchile.cl \n",
+ "2894 4 9921-k http://www.cmfchile.cl \n",
+ "... ... ... ... \n",
+ "2652 4 9757-8 http://www.cmfchile.cl \n",
+ "2700 4 9761-6 http://www.cmfchile.cl \n",
+ "1845 4 8994-k http://www.cmfchile.cl \n",
+ "1854 4 8333-k http://www.cmfchile.cl \n",
+ "1792 4 9685-7 http://www.cmfchile.cl \n",
+ "\n",
+ "[86 rows x 8 columns]"
+ ]
+ },
+ "execution_count": 109,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_6 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_6:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_6 = df_6.append(flat)\n",
+ "df_6"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 110,
+ "id": "f5e212f7-3435-49b0-bfeb-1ed4596d618f",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2845 | \n",
+ " conceptual_asset | \n",
+ " SMH | \n",
+ " SMH | \n",
+ " etf | \n",
+ " USD | \n",
+ " 4 | \n",
+ " | \n",
+ " None | \n",
+ "
\n",
+ " \n",
+ " | 2971 | \n",
+ " conceptual_asset | \n",
+ " ESPO | \n",
+ " ESPO | \n",
+ " etf | \n",
+ " USD | \n",
+ " 4 | \n",
+ " | \n",
+ " None | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name attributes.symbol attributes.category \\\n",
+ "id \n",
+ "2845 conceptual_asset SMH SMH etf \n",
+ "2971 conceptual_asset ESPO ESPO etf \n",
+ "\n",
+ " attributes.currency attributes.max_scale attributes.run \\\n",
+ "id \n",
+ "2845 USD 4 \n",
+ "2971 USD 4 \n",
+ "\n",
+ " attributes.data_source \n",
+ "id \n",
+ "2845 None \n",
+ "2971 None "
+ ]
+ },
+ "execution_count": 110,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_7 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_7:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_7 = df_7.append(flat)\n",
+ "df_7"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 111,
+ "id": "035975dc-1ea3-4825-8d98-1809dd877129",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2002 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACCIONES USA | \n",
+ " FFMM-SCOTIA-8480 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8480-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2003 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PORTAFOLIO MAS CONSERVADOR | \n",
+ " FFMM-SCOTIA-8304 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8304-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1993 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONEY MARKET | \n",
+ " FFMM-SCOTIA-8111 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8111-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2000 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA RENTA NOMINAL | \n",
+ " FFMM-SCOTIA-8609 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8609-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1989 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONETARIO NOMINAL | \n",
+ " FFMM-SCOTIA-8952 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8952-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1983 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DEUDA MEDIANO PLAZO | \n",
+ " FFMM-SCOTIA-8292 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8292-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1966 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACTIVO | \n",
+ " FFMM-SCOTIA-8413 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8413-1 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1979 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA REAL ESTATE GLOBAL | \n",
+ " FFMM-SCOTIA-8604 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8604-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1972 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA CONFIANZA | \n",
+ " FFMM-SCOTIA-9158 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9158-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1970 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACCIONES CHILE MID CAP | \n",
+ " FFMM-SCOTIA-8857 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8857-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1975 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONEY MARKET DOLAR | \n",
+ " FFMM-SCOTIA-8238 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8238-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1981 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA LEADER | \n",
+ " FFMM-SCOTIA-8050 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8050-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1988 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONETARIO I | \n",
+ " FFMM-SCOTIA-8757 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8757-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1990 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONETARIO XIX | \n",
+ " FFMM-SCOTIA-9166 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9166-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1991 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONETARIO XVIII | \n",
+ " FFMM-SCOTIA-9065 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9065-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1992 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONETARIO XX | \n",
+ " FFMM-SCOTIA-9253 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9253-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1997 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA RENTA BALANCEADA | \n",
+ " FFMM-SCOTIA-8966 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8966-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1999 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DEUDA LARGO PLAZO UF | \n",
+ " FFMM-SCOTIA-9154 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9154-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2110 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BANDESARROLLO GARANTIZADO 1 | \n",
+ " FFMM-SCOTIA-8473 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8473-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2546 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA EE.UU. | \n",
+ " FFMM-SCOTIA-8605 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8605-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2547 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA GARANTIZADO 2008 | \n",
+ " FFMM-SCOTIA-8420 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8420-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2548 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA GARANTIZADO LOCKIN | \n",
+ " FFMM-SCOTIA-8571 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8571-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2549 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA GARANTIZADO POTENCIA GLOBAL | \n",
+ " FFMM-SCOTIA-8498 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8498-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2551 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MERCADOS EMERGENTES | \n",
+ " FFMM-SCOTIA-8828 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8828-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2550 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA GLOBAL ACCIONES | \n",
+ " FFMM-SCOTIA-8101 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8101-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2552 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA OPTIMO | \n",
+ " FFMM-SCOTIA-8079 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8079-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2553 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PATRIMONIO ACCIONES | \n",
+ " FFMM-SCOTIA-8068 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8068-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2554 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PRIORIDAD | \n",
+ " FFMM-SCOTIA-8255 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8255-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2555 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PROGRESO | \n",
+ " FFMM-SCOTIA-9156 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9156-1 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2556 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA RETORNO | \n",
+ " FFMM-SCOTIA-8073 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8073-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2557 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA RETORNO (FUSIONADO RUN 8238) | \n",
+ " FFMM-SCOTIA-8281 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8281-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1963 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PORTAFOLIO ARRIESGADO | \n",
+ " FFMM-SCOTIA-8116 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8116-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1969 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DEUDA LATAM DOLAR | \n",
+ " FFMM-SCOTIA-8244 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8244-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1973 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA CORPORATIVO | \n",
+ " FFMM-SCOTIA-8117 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8117-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1974 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DISPONIBLE | \n",
+ " FFMM-SCOTIA-8104 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8104-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1977 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DEUDA MEDIANO PLAZO UF | \n",
+ " FFMM-SCOTIA-8106 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8106-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1978 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA FUTURO | \n",
+ " FFMM-SCOTIA-8105 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8105-1 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1986 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MILA | \n",
+ " FFMM-SCOTIA-8858 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8858-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2558 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA VALORIZA | \n",
+ " FFMM-SCOTIA-8110 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8110-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1984 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MERCADOS DESARROLLADOS | \n",
+ " FFMM-SCOTIA-8885 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8885-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1985 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACCIONES SUSTENTABLES GLOBAL | \n",
+ " FFMM-SCOTIA-8822 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8822-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1987 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MIXTO | \n",
+ " FFMM-SCOTIA-8392 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8392-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1994 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA OPTIMO | \n",
+ " FFMM-SCOTIA-8907 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8907-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1995 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PERMANENCIA | \n",
+ " FFMM-SCOTIA-8188 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8188-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1996 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA LIQUIDEZ | \n",
+ " FFMM-SCOTIA-8187 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8187-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1998 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DEUDA CHILE FLEXIBLE | \n",
+ " FFMM-SCOTIA-9021 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9021-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2001 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA RETAIL DÓLAR | \n",
+ " FFMM-SCOTIA-8367 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8367-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2004 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA DEUDA CORTO PLAZO UF | \n",
+ " FFMM-SCOTIA-8991 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8991-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1962 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PORTAFOLIO MAS ARRIESGADO | \n",
+ " FFMM-SCOTIA-8740 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8740-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1964 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PORTAFOLIO MODERADO | \n",
+ " FFMM-SCOTIA-8741 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8741-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1965 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA PORTAFOLIO CONSERVADOR | \n",
+ " FFMM-SCOTIA-8886 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8886-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1967 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ASIA | \n",
+ " FFMM-SCOTIA-8481 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8481-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1968 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA BALANCEADO CONSERVADOR AMÉRICA | \n",
+ " FFMM-SCOTIA-9079 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9079-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1971 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA MONEY MARKET | \n",
+ " FFMM-SCOTIA-8049 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8049-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1976 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACCIONES EUROPA | \n",
+ " FFMM-SCOTIA-8484 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8484-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1980 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA RENTA VARIABLE LATAM | \n",
+ " FFMM-SCOTIA-8482 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8482-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1982 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA LIQUIDEZ DOLAR | \n",
+ " FFMM-SCOTIA-8325 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8325-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1960 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACCIONES CHILE | \n",
+ " FFMM-SCOTIA-8289 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8289-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1961 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO SCOTIA ACCIONES NACIONALES | \n",
+ " FFMM-SCOTIA-8529 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8529-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2002 conceptual_asset FONDO MUTUO SCOTIA ACCIONES USA \n",
+ "2003 conceptual_asset FONDO MUTUO SCOTIA PORTAFOLIO MAS CONSERVADOR \n",
+ "1993 conceptual_asset FONDO MUTUO SCOTIA MONEY MARKET \n",
+ "2000 conceptual_asset FONDO MUTUO SCOTIA RENTA NOMINAL \n",
+ "1989 conceptual_asset FONDO MUTUO SCOTIA MONETARIO NOMINAL \n",
+ "1983 conceptual_asset FONDO MUTUO SCOTIA DEUDA MEDIANO PLAZO \n",
+ "1966 conceptual_asset FONDO MUTUO SCOTIA ACTIVO \n",
+ "1979 conceptual_asset FONDO MUTUO SCOTIA REAL ESTATE GLOBAL \n",
+ "1972 conceptual_asset FONDO MUTUO SCOTIA CONFIANZA \n",
+ "1970 conceptual_asset FONDO MUTUO SCOTIA ACCIONES CHILE MID CAP \n",
+ "1975 conceptual_asset FONDO MUTUO SCOTIA MONEY MARKET DOLAR \n",
+ "1981 conceptual_asset FONDO MUTUO SCOTIA LEADER \n",
+ "1988 conceptual_asset FONDO MUTUO SCOTIA MONETARIO I \n",
+ "1990 conceptual_asset FONDO MUTUO SCOTIA MONETARIO XIX \n",
+ "1991 conceptual_asset FONDO MUTUO SCOTIA MONETARIO XVIII \n",
+ "1992 conceptual_asset FONDO MUTUO SCOTIA MONETARIO XX \n",
+ "1997 conceptual_asset FONDO MUTUO SCOTIA RENTA BALANCEADA \n",
+ "1999 conceptual_asset FONDO MUTUO SCOTIA DEUDA LARGO PLAZO UF \n",
+ "2110 conceptual_asset FONDO MUTUO BANDESARROLLO GARANTIZADO 1 \n",
+ "2546 conceptual_asset FONDO MUTUO SCOTIA EE.UU. \n",
+ "2547 conceptual_asset FONDO MUTUO SCOTIA GARANTIZADO 2008 \n",
+ "2548 conceptual_asset FONDO MUTUO SCOTIA GARANTIZADO LOCKIN \n",
+ "2549 conceptual_asset FONDO MUTUO SCOTIA GARANTIZADO POTENCIA GLOBAL \n",
+ "2551 conceptual_asset FONDO MUTUO SCOTIA MERCADOS EMERGENTES \n",
+ "2550 conceptual_asset FONDO MUTUO SCOTIA GLOBAL ACCIONES \n",
+ "2552 conceptual_asset FONDO MUTUO SCOTIA OPTIMO \n",
+ "2553 conceptual_asset FONDO MUTUO SCOTIA PATRIMONIO ACCIONES \n",
+ "2554 conceptual_asset FONDO MUTUO SCOTIA PRIORIDAD \n",
+ "2555 conceptual_asset FONDO MUTUO SCOTIA PROGRESO \n",
+ "2556 conceptual_asset FONDO MUTUO SCOTIA RETORNO \n",
+ "2557 conceptual_asset FONDO MUTUO SCOTIA RETORNO (FUSIONADO RUN 8238) \n",
+ "1963 conceptual_asset FONDO MUTUO SCOTIA PORTAFOLIO ARRIESGADO \n",
+ "1969 conceptual_asset FONDO MUTUO SCOTIA DEUDA LATAM DOLAR \n",
+ "1973 conceptual_asset FONDO MUTUO SCOTIA CORPORATIVO \n",
+ "1974 conceptual_asset FONDO MUTUO SCOTIA DISPONIBLE \n",
+ "1977 conceptual_asset FONDO MUTUO SCOTIA DEUDA MEDIANO PLAZO UF \n",
+ "1978 conceptual_asset FONDO MUTUO SCOTIA FUTURO \n",
+ "1986 conceptual_asset FONDO MUTUO SCOTIA MILA \n",
+ "2558 conceptual_asset FONDO MUTUO SCOTIA VALORIZA \n",
+ "1984 conceptual_asset FONDO MUTUO SCOTIA MERCADOS DESARROLLADOS \n",
+ "1985 conceptual_asset FONDO MUTUO SCOTIA ACCIONES SUSTENTABLES GLOBAL \n",
+ "1987 conceptual_asset FONDO MUTUO SCOTIA MIXTO \n",
+ "1994 conceptual_asset FONDO MUTUO SCOTIA OPTIMO \n",
+ "1995 conceptual_asset FONDO MUTUO SCOTIA PERMANENCIA \n",
+ "1996 conceptual_asset FONDO MUTUO SCOTIA LIQUIDEZ \n",
+ "1998 conceptual_asset FONDO MUTUO SCOTIA DEUDA CHILE FLEXIBLE \n",
+ "2001 conceptual_asset FONDO MUTUO SCOTIA RETAIL DÓLAR \n",
+ "2004 conceptual_asset FONDO MUTUO SCOTIA DEUDA CORTO PLAZO UF \n",
+ "1962 conceptual_asset FONDO MUTUO SCOTIA PORTAFOLIO MAS ARRIESGADO \n",
+ "1964 conceptual_asset FONDO MUTUO SCOTIA PORTAFOLIO MODERADO \n",
+ "1965 conceptual_asset FONDO MUTUO SCOTIA PORTAFOLIO CONSERVADOR \n",
+ "1967 conceptual_asset FONDO MUTUO SCOTIA ASIA \n",
+ "1968 conceptual_asset FONDO MUTUO SCOTIA BALANCEADO CONSERVADOR AMÉRICA \n",
+ "1971 conceptual_asset FONDO MUTUO SCOTIA MONEY MARKET \n",
+ "1976 conceptual_asset FONDO MUTUO SCOTIA ACCIONES EUROPA \n",
+ "1980 conceptual_asset FONDO MUTUO SCOTIA RENTA VARIABLE LATAM \n",
+ "1982 conceptual_asset FONDO MUTUO SCOTIA LIQUIDEZ DOLAR \n",
+ "1960 conceptual_asset FONDO MUTUO SCOTIA ACCIONES CHILE \n",
+ "1961 conceptual_asset FONDO MUTUO SCOTIA ACCIONES NACIONALES \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2002 FFMM-SCOTIA-8480 mutual_fund CLP \n",
+ "2003 FFMM-SCOTIA-8304 mutual_fund CLP \n",
+ "1993 FFMM-SCOTIA-8111 mutual_fund CLP \n",
+ "2000 FFMM-SCOTIA-8609 mutual_fund CLP \n",
+ "1989 FFMM-SCOTIA-8952 mutual_fund CLP \n",
+ "1983 FFMM-SCOTIA-8292 mutual_fund CLP \n",
+ "1966 FFMM-SCOTIA-8413 mutual_fund CLP \n",
+ "1979 FFMM-SCOTIA-8604 mutual_fund CLP \n",
+ "1972 FFMM-SCOTIA-9158 mutual_fund CLP \n",
+ "1970 FFMM-SCOTIA-8857 mutual_fund None \n",
+ "1975 FFMM-SCOTIA-8238 mutual_fund USD \n",
+ "1981 FFMM-SCOTIA-8050 mutual_fund CLP \n",
+ "1988 FFMM-SCOTIA-8757 mutual_fund None \n",
+ "1990 FFMM-SCOTIA-9166 mutual_fund None \n",
+ "1991 FFMM-SCOTIA-9065 mutual_fund None \n",
+ "1992 FFMM-SCOTIA-9253 mutual_fund None \n",
+ "1997 FFMM-SCOTIA-8966 mutual_fund None \n",
+ "1999 FFMM-SCOTIA-9154 mutual_fund None \n",
+ "2110 FFMM-SCOTIA-8473 mutual_fund None \n",
+ "2546 FFMM-SCOTIA-8605 mutual_fund None \n",
+ "2547 FFMM-SCOTIA-8420 mutual_fund None \n",
+ "2548 FFMM-SCOTIA-8571 mutual_fund None \n",
+ "2549 FFMM-SCOTIA-8498 mutual_fund None \n",
+ "2551 FFMM-SCOTIA-8828 mutual_fund None \n",
+ "2550 FFMM-SCOTIA-8101 mutual_fund None \n",
+ "2552 FFMM-SCOTIA-8079 mutual_fund None \n",
+ "2553 FFMM-SCOTIA-8068 mutual_fund None \n",
+ "2554 FFMM-SCOTIA-8255 mutual_fund None \n",
+ "2555 FFMM-SCOTIA-9156 mutual_fund None \n",
+ "2556 FFMM-SCOTIA-8073 mutual_fund None \n",
+ "2557 FFMM-SCOTIA-8281 mutual_fund None \n",
+ "1963 FFMM-SCOTIA-8116 mutual_fund CLP \n",
+ "1969 FFMM-SCOTIA-8244 mutual_fund USD \n",
+ "1973 FFMM-SCOTIA-8117 mutual_fund CLP \n",
+ "1974 FFMM-SCOTIA-8104 mutual_fund CLP \n",
+ "1977 FFMM-SCOTIA-8106 mutual_fund None \n",
+ "1978 FFMM-SCOTIA-8105 mutual_fund CLP \n",
+ "1986 FFMM-SCOTIA-8858 mutual_fund CLP \n",
+ "2558 FFMM-SCOTIA-8110 mutual_fund None \n",
+ "1984 FFMM-SCOTIA-8885 mutual_fund CLP \n",
+ "1985 FFMM-SCOTIA-8822 mutual_fund CLP \n",
+ "1987 FFMM-SCOTIA-8392 mutual_fund CLP \n",
+ "1994 FFMM-SCOTIA-8907 mutual_fund CLP \n",
+ "1995 FFMM-SCOTIA-8188 mutual_fund CLP \n",
+ "1996 FFMM-SCOTIA-8187 mutual_fund CLP \n",
+ "1998 FFMM-SCOTIA-9021 mutual_fund CLP \n",
+ "2001 FFMM-SCOTIA-8367 mutual_fund USD \n",
+ "2004 FFMM-SCOTIA-8991 mutual_fund CLP \n",
+ "1962 FFMM-SCOTIA-8740 mutual_fund CLP \n",
+ "1964 FFMM-SCOTIA-8741 mutual_fund CLP \n",
+ "1965 FFMM-SCOTIA-8886 mutual_fund CLP \n",
+ "1967 FFMM-SCOTIA-8481 mutual_fund CLP \n",
+ "1968 FFMM-SCOTIA-9079 mutual_fund CLP \n",
+ "1971 FFMM-SCOTIA-8049 mutual_fund CLP \n",
+ "1976 FFMM-SCOTIA-8484 mutual_fund CLP \n",
+ "1980 FFMM-SCOTIA-8482 mutual_fund CLP \n",
+ "1982 FFMM-SCOTIA-8325 mutual_fund USD \n",
+ "1960 FFMM-SCOTIA-8289 mutual_fund None \n",
+ "1961 FFMM-SCOTIA-8529 mutual_fund None \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2002 4 8480-8 http://www.cmfchile.cl \n",
+ "2003 4 8304-6 http://www.cmfchile.cl \n",
+ "1993 4 8111-6 http://www.cmfchile.cl \n",
+ "2000 4 8609-6 http://www.cmfchile.cl \n",
+ "1989 4 8952-4 http://www.cmfchile.cl \n",
+ "1983 4 8292-9 http://www.cmfchile.cl \n",
+ "1966 4 8413-1 http://www.cmfchile.cl \n",
+ "1979 4 8604-5 http://www.cmfchile.cl \n",
+ "1972 4 9158-8 http://www.cmfchile.cl \n",
+ "1970 4 8857-9 http://www.cmfchile.cl \n",
+ "1975 4 8238-4 http://www.cmfchile.cl \n",
+ "1981 4 8050-0 http://www.cmfchile.cl \n",
+ "1988 4 8757-2 http://www.cmfchile.cl \n",
+ "1990 4 9166-9 http://www.cmfchile.cl \n",
+ "1991 4 9065-4 http://www.cmfchile.cl \n",
+ "1992 4 9253-3 http://www.cmfchile.cl \n",
+ "1997 4 8966-4 http://www.cmfchile.cl \n",
+ "1999 4 9154-5 http://www.cmfchile.cl \n",
+ "2110 4 8473-5 http://www.cmfchile.cl \n",
+ "2546 4 8605-3 http://www.cmfchile.cl \n",
+ "2547 4 8420-4 http://www.cmfchile.cl \n",
+ "2548 4 8571-5 http://www.cmfchile.cl \n",
+ "2549 4 8498-0 http://www.cmfchile.cl \n",
+ "2551 4 8828-5 http://www.cmfchile.cl \n",
+ "2550 4 8101-9 http://www.cmfchile.cl \n",
+ "2552 4 8079-9 http://www.cmfchile.cl \n",
+ "2553 4 8068-3 http://www.cmfchile.cl \n",
+ "2554 4 8255-4 http://www.cmfchile.cl \n",
+ "2555 4 9156-1 http://www.cmfchile.cl \n",
+ "2556 4 8073-k http://www.cmfchile.cl \n",
+ "2557 4 8281-3 http://www.cmfchile.cl \n",
+ "1963 4 8116-7 http://www.cmfchile.cl \n",
+ "1969 4 8244-9 http://www.cmfchile.cl \n",
+ "1973 4 8117-5 http://www.cmfchile.cl \n",
+ "1974 4 8104-3 http://www.cmfchile.cl \n",
+ "1977 4 8106-k http://www.cmfchile.cl \n",
+ "1978 4 8105-1 http://www.cmfchile.cl \n",
+ "1986 4 8858-7 http://www.cmfchile.cl \n",
+ "2558 4 8110-8 http://www.cmfchile.cl \n",
+ "1984 4 8885-4 http://www.cmfchile.cl \n",
+ "1985 4 8822-6 http://www.cmfchile.cl \n",
+ "1987 4 8392-5 http://www.cmfchile.cl \n",
+ "1994 4 8907-9 http://www.cmfchile.cl \n",
+ "1995 4 8188-4 http://www.cmfchile.cl \n",
+ "1996 4 8187-6 http://www.cmfchile.cl \n",
+ "1998 4 9021-2 http://www.cmfchile.cl \n",
+ "2001 4 8367-4 http://www.cmfchile.cl \n",
+ "2004 4 8991-5 http://www.cmfchile.cl \n",
+ "1962 4 8740-8 http://www.cmfchile.cl \n",
+ "1964 4 8741-6 http://www.cmfchile.cl \n",
+ "1965 4 8886-2 http://www.cmfchile.cl \n",
+ "1967 4 8481-6 http://www.cmfchile.cl \n",
+ "1968 4 9079-4 http://www.cmfchile.cl \n",
+ "1971 4 8049-7 http://www.cmfchile.cl \n",
+ "1976 4 8484-0 http://www.cmfchile.cl \n",
+ "1980 4 8482-4 http://www.cmfchile.cl \n",
+ "1982 4 8325-9 http://www.cmfchile.cl \n",
+ "1960 4 8289-9 http://www.cmfchile.cl \n",
+ "1961 4 8529-4 http://www.cmfchile.cl "
+ ]
+ },
+ "execution_count": 111,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_8 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_8:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_8 = df_8.append(flat)\n",
+ "df_8"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 112,
+ "id": "502b41ae-88f7-41b1-b0ec-53fdf32f0c08",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " data\n",
+ "0 []\n"
+ ]
+ }
+ ],
+ "source": [
+ "df_9 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_9:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "print(flat1)\n",
+ "#for info in flat1['data']:\n",
+ " #flat = pd.json_normalize(info)\n",
+ " #flat = flat.set_index('id')\n",
+ " #df_9 = df_9.append(flat)\n",
+ "#df_9"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 113,
+ "id": "4eab99a7-286d-4465-9e09-2c3336ae80be",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2881 | \n",
+ " conceptual_asset | \n",
+ " QUEST DEUDA CHILE INVESTMENT GRADE FONDO DE IN... | \n",
+ " FINV-9885 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9885-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 3114 | \n",
+ " conceptual_asset | \n",
+ " QUEST DEUDA PRIVADA CP FONDO DE INVERSION | \n",
+ " FINV-10163 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 10163-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 3013 | \n",
+ " conceptual_asset | \n",
+ " QUEST GLOBAL VALUE FONDO DE INVERSION | \n",
+ " FINV-10081 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 10081-1 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1575 | \n",
+ " conceptual_asset | \n",
+ " QUEST GLOBAL DEBT FONDO DE INVERSIÓN | \n",
+ " FINV-9503 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9503-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1577 | \n",
+ " conceptual_asset | \n",
+ " QUEST RENTA GLOBAL FONDO DE INVERSION | \n",
+ " FINV-9274 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9274-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1576 | \n",
+ " conceptual_asset | \n",
+ " QUEST GLOBAL EQUITY FONDO DE INVERSIÓN | \n",
+ " FINV-9504 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9504-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1574 | \n",
+ " conceptual_asset | \n",
+ " QUEST ACCIONES CHILE FONDO DE INVERSION | \n",
+ " FINV-9152 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9152-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1578 | \n",
+ " conceptual_asset | \n",
+ " QUEST RENTA GLOBAL HEDGE FONDO DE INVERSIÓN | \n",
+ " FINV-9336 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9336-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1579 | \n",
+ " conceptual_asset | \n",
+ " QUEST RENTA LOCAL FONDO DE INVERSIÓN | \n",
+ " FINV-9153 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9153-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2881 conceptual_asset QUEST DEUDA CHILE INVESTMENT GRADE FONDO DE IN... \n",
+ "3114 conceptual_asset QUEST DEUDA PRIVADA CP FONDO DE INVERSION \n",
+ "3013 conceptual_asset QUEST GLOBAL VALUE FONDO DE INVERSION \n",
+ "1575 conceptual_asset QUEST GLOBAL DEBT FONDO DE INVERSIÓN \n",
+ "1577 conceptual_asset QUEST RENTA GLOBAL FONDO DE INVERSION \n",
+ "1576 conceptual_asset QUEST GLOBAL EQUITY FONDO DE INVERSIÓN \n",
+ "1574 conceptual_asset QUEST ACCIONES CHILE FONDO DE INVERSION \n",
+ "1578 conceptual_asset QUEST RENTA GLOBAL HEDGE FONDO DE INVERSIÓN \n",
+ "1579 conceptual_asset QUEST RENTA LOCAL FONDO DE INVERSIÓN \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2881 FINV-9885 investment_fund None \n",
+ "3114 FINV-10163 investment_fund None \n",
+ "3013 FINV-10081 investment_fund None \n",
+ "1575 FINV-9503 investment_fund None \n",
+ "1577 FINV-9274 investment_fund None \n",
+ "1576 FINV-9504 investment_fund None \n",
+ "1574 FINV-9152 investment_fund None \n",
+ "1578 FINV-9336 investment_fund None \n",
+ "1579 FINV-9153 investment_fund None \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2881 4 9885-k http://www.cmfchile.cl \n",
+ "3114 4 10163-k http://www.cmfchile.cl \n",
+ "3013 4 10081-1 http://www.cmfchile.cl \n",
+ "1575 4 9503-6 http://www.cmfchile.cl \n",
+ "1577 4 9274-6 http://www.cmfchile.cl \n",
+ "1576 4 9504-4 http://www.cmfchile.cl \n",
+ "1574 4 9152-9 http://www.cmfchile.cl \n",
+ "1578 4 9336-k http://www.cmfchile.cl \n",
+ "1579 4 9153-7 http://www.cmfchile.cl "
+ ]
+ },
+ "execution_count": 113,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_10 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_10:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_10 = df_10.append(flat)\n",
+ "df_10"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 114,
+ "id": "0aa472c6-1fcb-4b14-812b-8199e671f7b4",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2273 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP EMEA | \n",
+ " FFMM-CORPBANCA-8794 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8794-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2274 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP FINANCIAL BANKING | \n",
+ " FFMM-CORPBANCA-8268 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8268-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2275 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP GARANTIZADO LA NUEVA POTENCIA | \n",
+ " FFMM-CORPBANCA-8630 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8630-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2268 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP CAPITAL BALANCEADO | \n",
+ " FFMM-CORPBANCA-8591 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8591-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2269 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP CAPITAL MODERADO | \n",
+ " FFMM-CORPBANCA-8602 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8602-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2266 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP BIOTECH | \n",
+ " FFMM-CORPBANCA-8232 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8232-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2267 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP CAPITAL ALTO CRECIMIENTO | \n",
+ " FFMM-CORPBANCA-8592 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8592-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2270 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP COMMODITIES | \n",
+ " FFMM-CORPBANCA-8163 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8163-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2271 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP CUSTODIA | \n",
+ " FFMM-CORPBANCA-8856 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8856-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2272 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP DOLAR | \n",
+ " FFMM-CORPBANCA-8243 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8243-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2264 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP AHORRO INTERNACIONAL | \n",
+ " FFMM-CORPBANCA-8123 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8123-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2265 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP ASIA PACIFICO | \n",
+ " FFMM-CORPBANCA-8768 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8768-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2276 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP GLOBAL MARKETS | \n",
+ " FFMM-CORPBANCA-8140 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8140-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2278 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP INVESTMENT A | \n",
+ " FFMM-CORPBANCA-8390 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8390-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2283 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP MAS VALOR | \n",
+ " FFMM-CORPBANCA-8155 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8155-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2284 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP SELECTO | \n",
+ " FFMM-CORPBANCA-8109 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8109-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2280 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP INVESTMENT D | \n",
+ " FFMM-CORPBANCA-8389 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8389-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2282 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP MAS INGRESO | \n",
+ " FFMM-CORPBANCA-8091 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8091-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2285 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP TECHNOCOM | \n",
+ " FFMM-CORPBANCA-8164 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8164-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2279 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP INVESTMENT C | \n",
+ " FFMM-CORPBANCA-8597 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8597-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2281 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO CORP MAS INGRESO | \n",
+ " FFMM-CORPBANCA-8284 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8284-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2273 conceptual_asset FONDO MUTUO CORP EMEA \n",
+ "2274 conceptual_asset FONDO MUTUO CORP FINANCIAL BANKING \n",
+ "2275 conceptual_asset FONDO MUTUO CORP GARANTIZADO LA NUEVA POTENCIA \n",
+ "2268 conceptual_asset FONDO MUTUO CORP CAPITAL BALANCEADO \n",
+ "2269 conceptual_asset FONDO MUTUO CORP CAPITAL MODERADO \n",
+ "2266 conceptual_asset FONDO MUTUO CORP BIOTECH \n",
+ "2267 conceptual_asset FONDO MUTUO CORP CAPITAL ALTO CRECIMIENTO \n",
+ "2270 conceptual_asset FONDO MUTUO CORP COMMODITIES \n",
+ "2271 conceptual_asset FONDO MUTUO CORP CUSTODIA \n",
+ "2272 conceptual_asset FONDO MUTUO CORP DOLAR \n",
+ "2264 conceptual_asset FONDO MUTUO CORP AHORRO INTERNACIONAL \n",
+ "2265 conceptual_asset FONDO MUTUO CORP ASIA PACIFICO \n",
+ "2276 conceptual_asset FONDO MUTUO CORP GLOBAL MARKETS \n",
+ "2278 conceptual_asset FONDO MUTUO CORP INVESTMENT A \n",
+ "2283 conceptual_asset FONDO MUTUO CORP MAS VALOR \n",
+ "2284 conceptual_asset FONDO MUTUO CORP SELECTO \n",
+ "2280 conceptual_asset FONDO MUTUO CORP INVESTMENT D \n",
+ "2282 conceptual_asset FONDO MUTUO CORP MAS INGRESO \n",
+ "2285 conceptual_asset FONDO MUTUO CORP TECHNOCOM \n",
+ "2279 conceptual_asset FONDO MUTUO CORP INVESTMENT C \n",
+ "2281 conceptual_asset FONDO MUTUO CORP MAS INGRESO \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2273 FFMM-CORPBANCA-8794 mutual_fund None \n",
+ "2274 FFMM-CORPBANCA-8268 mutual_fund None \n",
+ "2275 FFMM-CORPBANCA-8630 mutual_fund None \n",
+ "2268 FFMM-CORPBANCA-8591 mutual_fund None \n",
+ "2269 FFMM-CORPBANCA-8602 mutual_fund None \n",
+ "2266 FFMM-CORPBANCA-8232 mutual_fund None \n",
+ "2267 FFMM-CORPBANCA-8592 mutual_fund None \n",
+ "2270 FFMM-CORPBANCA-8163 mutual_fund None \n",
+ "2271 FFMM-CORPBANCA-8856 mutual_fund None \n",
+ "2272 FFMM-CORPBANCA-8243 mutual_fund None \n",
+ "2264 FFMM-CORPBANCA-8123 mutual_fund None \n",
+ "2265 FFMM-CORPBANCA-8768 mutual_fund None \n",
+ "2276 FFMM-CORPBANCA-8140 mutual_fund None \n",
+ "2278 FFMM-CORPBANCA-8390 mutual_fund None \n",
+ "2283 FFMM-CORPBANCA-8155 mutual_fund None \n",
+ "2284 FFMM-CORPBANCA-8109 mutual_fund None \n",
+ "2280 FFMM-CORPBANCA-8389 mutual_fund None \n",
+ "2282 FFMM-CORPBANCA-8091 mutual_fund None \n",
+ "2285 FFMM-CORPBANCA-8164 mutual_fund None \n",
+ "2279 FFMM-CORPBANCA-8597 mutual_fund None \n",
+ "2281 FFMM-CORPBANCA-8284 mutual_fund None \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2273 4 8794-7 http://www.cmfchile.cl \n",
+ "2274 4 8268-6 http://www.cmfchile.cl \n",
+ "2275 4 8630-4 http://www.cmfchile.cl \n",
+ "2268 4 8591-k http://www.cmfchile.cl \n",
+ "2269 4 8602-9 http://www.cmfchile.cl \n",
+ "2266 4 8232-5 http://www.cmfchile.cl \n",
+ "2267 4 8592-8 http://www.cmfchile.cl \n",
+ "2270 4 8163-9 http://www.cmfchile.cl \n",
+ "2271 4 8856-0 http://www.cmfchile.cl \n",
+ "2272 4 8243-0 http://www.cmfchile.cl \n",
+ "2264 4 8123-k http://www.cmfchile.cl \n",
+ "2265 4 8768-8 http://www.cmfchile.cl \n",
+ "2276 4 8140-k http://www.cmfchile.cl \n",
+ "2278 4 8390-9 http://www.cmfchile.cl \n",
+ "2283 4 8155-8 http://www.cmfchile.cl \n",
+ "2284 4 8109-4 http://www.cmfchile.cl \n",
+ "2280 4 8389-5 http://www.cmfchile.cl \n",
+ "2282 4 8091-8 http://www.cmfchile.cl \n",
+ "2285 4 8164-7 http://www.cmfchile.cl \n",
+ "2279 4 8597-9 http://www.cmfchile.cl \n",
+ "2281 4 8284-8 http://www.cmfchile.cl "
+ ]
+ },
+ "execution_count": 114,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_11 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_11:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_11 = df_11.append(flat)\n",
+ "df_11"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 115,
+ "id": "7fb47f21-1e09-4c8f-acae-04a137ce6cca",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 1679 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8036-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1670 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI ESTRATEGIA UF > 5 AÑOS | \n",
+ " FFMM-BCI-8460 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8460-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1683 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI USA | \n",
+ " FFMM-BCI-8515 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8515-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1661 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI FRONTERA | \n",
+ " FFMM-BCI-8588 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8588-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1650 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI EMERGENTE GLOBAL | \n",
+ " FFMM-BCI-8625 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8625-8 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 2187 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI GARANTIZADO DEPOSITO 107 III | \n",
+ " FFMM-BCI-9035 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9035-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2206 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI TECNOLOGIA GLOBAL | \n",
+ " FFMM-BCI-8147 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8147-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2204 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI SMALL & MID CAP LATAM | \n",
+ " FFMM-BCI-8968 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8968-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2205 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI SOLIDEZ | \n",
+ " FFMM-BCI-8149 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8149-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1640 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI DE NEGOCIOS DOLAR | \n",
+ " FFMM-BCI-9412 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 9412-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
114 rows × 8 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "1679 conceptual_asset FONDO MUTUO BCI RENDIMIENTO \n",
+ "1670 conceptual_asset FONDO MUTUO BCI ESTRATEGIA UF > 5 AÑOS \n",
+ "1683 conceptual_asset FONDO MUTUO BCI USA \n",
+ "1661 conceptual_asset FONDO MUTUO BCI FRONTERA \n",
+ "1650 conceptual_asset FONDO MUTUO BCI EMERGENTE GLOBAL \n",
+ "... ... ... \n",
+ "2187 conceptual_asset FONDO MUTUO BCI GARANTIZADO DEPOSITO 107 III \n",
+ "2206 conceptual_asset FONDO MUTUO BCI TECNOLOGIA GLOBAL \n",
+ "2204 conceptual_asset FONDO MUTUO BCI SMALL & MID CAP LATAM \n",
+ "2205 conceptual_asset FONDO MUTUO BCI SOLIDEZ \n",
+ "1640 conceptual_asset FONDO MUTUO BCI DE NEGOCIOS DOLAR \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "1679 FFMM-BCI-8036 mutual_fund CLP \n",
+ "1670 FFMM-BCI-8460 mutual_fund CLP \n",
+ "1683 FFMM-BCI-8515 mutual_fund USD \n",
+ "1661 FFMM-BCI-8588 mutual_fund CLP \n",
+ "1650 FFMM-BCI-8625 mutual_fund CLP \n",
+ "... ... ... ... \n",
+ "2187 FFMM-BCI-9035 mutual_fund None \n",
+ "2206 FFMM-BCI-8147 mutual_fund None \n",
+ "2204 FFMM-BCI-8968 mutual_fund None \n",
+ "2205 FFMM-BCI-8149 mutual_fund None \n",
+ "1640 FFMM-BCI-9412 mutual_fund USD \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "1679 4 8036-5 http://www.cmfchile.cl \n",
+ "1670 4 8460-3 http://www.cmfchile.cl \n",
+ "1683 4 8515-4 http://www.cmfchile.cl \n",
+ "1661 4 8588-k http://www.cmfchile.cl \n",
+ "1650 4 8625-8 http://www.cmfchile.cl \n",
+ "... ... ... ... \n",
+ "2187 4 9035-2 http://www.cmfchile.cl \n",
+ "2206 4 8147-7 http://www.cmfchile.cl \n",
+ "2204 4 8968-0 http://www.cmfchile.cl \n",
+ "2205 4 8149-3 http://www.cmfchile.cl \n",
+ "1640 4 9412-9 http://www.cmfchile.cl \n",
+ "\n",
+ "[114 rows x 8 columns]"
+ ]
+ },
+ "execution_count": 115,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_12 = pd.DataFrame()\n",
+ "\n",
+ "for url in url_providers_conceptual_assets_12:\n",
+ " resp = requests.get(url)\n",
+ " res = resp.json()\n",
+ " flat1 = pd.json_normalize(res)\n",
+ "for info in flat1['data']:\n",
+ " flat = pd.json_normalize(info)\n",
+ " flat = flat.set_index('id')\n",
+ " df_12 = df_12.append(flat)\n",
+ "df_12"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 116,
+ "id": "b31ca05f-2816-4c75-8f05-c402d38323f2",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2901 | \n",
+ " conceptual_asset | \n",
+ " FONDO DE INVERSIÓN LARRAINVIAL HEALTH AND BIOTECH | \n",
+ " FINV-9915 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9915-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2903 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL AHORRO LARGO PLAZO | \n",
+ " FFMM-LARRAINVIAL-9929 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9929-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2975 | \n",
+ " conceptual_asset | \n",
+ " FONDO DE INVERSIÓN LARRAINVIAL BROWN ADVISORY ... | \n",
+ " FINV-9997 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9997-k | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2961 | \n",
+ " conceptual_asset | \n",
+ " FONDO DE INVERSION LARRAINVIAL EMERGING MARKET... | \n",
+ " FINV-9963 | \n",
+ " investment_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9963-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1867 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL ESTADOS UNIDOS | \n",
+ " FFMM-LARRAINVIAL-8437 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 8437-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 2187 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI GARANTIZADO DEPOSITO 107 III | \n",
+ " FFMM-BCI-9035 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 9035-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2206 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI TECNOLOGIA GLOBAL | \n",
+ " FFMM-BCI-8147 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8147-7 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2204 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI SMALL & MID CAP LATAM | \n",
+ " FFMM-BCI-8968 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8968-0 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2205 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI SOLIDEZ | \n",
+ " FFMM-BCI-8149 | \n",
+ " mutual_fund | \n",
+ " None | \n",
+ " 4 | \n",
+ " 8149-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1640 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI DE NEGOCIOS DOLAR | \n",
+ " FFMM-BCI-9412 | \n",
+ " mutual_fund | \n",
+ " USD | \n",
+ " 4 | \n",
+ " 9412-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
425 rows × 8 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "2901 conceptual_asset FONDO DE INVERSIÓN LARRAINVIAL HEALTH AND BIOTECH \n",
+ "2903 conceptual_asset FONDO MUTUO LARRAINVIAL AHORRO LARGO PLAZO \n",
+ "2975 conceptual_asset FONDO DE INVERSIÓN LARRAINVIAL BROWN ADVISORY ... \n",
+ "2961 conceptual_asset FONDO DE INVERSION LARRAINVIAL EMERGING MARKET... \n",
+ "1867 conceptual_asset FONDO MUTUO LARRAINVIAL ESTADOS UNIDOS \n",
+ "... ... ... \n",
+ "2187 conceptual_asset FONDO MUTUO BCI GARANTIZADO DEPOSITO 107 III \n",
+ "2206 conceptual_asset FONDO MUTUO BCI TECNOLOGIA GLOBAL \n",
+ "2204 conceptual_asset FONDO MUTUO BCI SMALL & MID CAP LATAM \n",
+ "2205 conceptual_asset FONDO MUTUO BCI SOLIDEZ \n",
+ "1640 conceptual_asset FONDO MUTUO BCI DE NEGOCIOS DOLAR \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "2901 FINV-9915 investment_fund None \n",
+ "2903 FFMM-LARRAINVIAL-9929 mutual_fund None \n",
+ "2975 FINV-9997 investment_fund None \n",
+ "2961 FINV-9963 investment_fund None \n",
+ "1867 FFMM-LARRAINVIAL-8437 mutual_fund USD \n",
+ "... ... ... ... \n",
+ "2187 FFMM-BCI-9035 mutual_fund None \n",
+ "2206 FFMM-BCI-8147 mutual_fund None \n",
+ "2204 FFMM-BCI-8968 mutual_fund None \n",
+ "2205 FFMM-BCI-8149 mutual_fund None \n",
+ "1640 FFMM-BCI-9412 mutual_fund USD \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "2901 4 9915-5 http://www.cmfchile.cl \n",
+ "2903 4 9929-5 http://www.cmfchile.cl \n",
+ "2975 4 9997-k http://www.cmfchile.cl \n",
+ "2961 4 9963-5 http://www.cmfchile.cl \n",
+ "1867 4 8437-9 http://www.cmfchile.cl \n",
+ "... ... ... ... \n",
+ "2187 4 9035-2 http://www.cmfchile.cl \n",
+ "2206 4 8147-7 http://www.cmfchile.cl \n",
+ "2204 4 8968-0 http://www.cmfchile.cl \n",
+ "2205 4 8149-3 http://www.cmfchile.cl \n",
+ "1640 4 9412-9 http://www.cmfchile.cl \n",
+ "\n",
+ "[425 rows x 8 columns]"
+ ]
+ },
+ "execution_count": 116,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_providers_conceptual_assets = pd.concat([df_1, df_4, df_5, df_6, df_7, df_8, df_10, df_11, df_12])\n",
+ "df_providers_conceptual_assets"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "aac0dbdd-0506-4423-911a-2dc1b893ed37",
+ "metadata": {},
+ "source": [
+ "### CONCEPTUAL ASSETS"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 151,
+ "id": "8daa7675-6a0d-456f-8df2-893ffb30da14",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_conceptual_assets = url_base+'conceptual_assets/'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 152,
+ "id": "7e6d5442-b84e-48f4-9070-d399bb706083",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "response_conceptual_assets = requests.get(url_conceptual_assets)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 153,
+ "id": "a7bad305-3c7b-442d-aede-ffae43bb1a33",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 153,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response_conceptual_assets.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 154,
+ "id": "eb64d440-c194-481d-acfd-e1de4159694c",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'data': [{'id': '25',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Dólar Observado',\n",
+ " 'symbol': 'USDCLP',\n",
+ " 'category': 'currency',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '1679',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI RENDIMIENTO',\n",
+ " 'symbol': 'FFMM-BCI-8036',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8036-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2826',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'GLD',\n",
+ " 'symbol': 'GLD',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1670',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF > 5 AÑOS',\n",
+ " 'symbol': 'FFMM-BCI-8460',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8460-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2642',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRUCTURADO 108',\n",
+ " 'symbol': 'FFMM-BICE-9728',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9728-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2892',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU COMPASS ACCIONES LATINOAMERICANAS',\n",
+ " 'symbol': 'FFMM-ITAU-9926',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9926-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1774',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL INDICE CHILE',\n",
+ " 'symbol': 'FFMM-CREDICORP-8929',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8929-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2889',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN TRONADOR DEUDA PRIVADA',\n",
+ " 'symbol': 'FINV-9918',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9918-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2898',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'XLC Deuda Privada Fintech Fondo de Inversión',\n",
+ " 'symbol': 'FINV-9907',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9907-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2887',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU COMPASS DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-ITAU-9927',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9927-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2893',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA EMERGENTE',\n",
+ " 'symbol': 'FFMM-ITAU-9923',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9923-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2646',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE DEUDA LATAM HY FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9734',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9734-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1844',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO AGRESIVO',\n",
+ " 'symbol': 'FFMM-ITAU-8993',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8993-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2881',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QUEST DEUDA CHILE INVESTMENT GRADE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9885',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9885-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3051',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE DEUDA DOLAR CORTO PLAZO',\n",
+ " 'symbol': 'FINV-10120',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10120-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '16',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CLF/CLP',\n",
+ " 'symbol': 'CLFCLP',\n",
+ " 'category': 'currency',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '1847',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU LATAM CORPORATE',\n",
+ " 'symbol': 'FFMM-ITAU-8254',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8254-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1841',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DINAMICO',\n",
+ " 'symbol': 'FFMM-ITAU-8959',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8959-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2888',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU LARRAINVIAL AHORRO ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-ITAU-9928',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9928-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2842',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ARKK',\n",
+ " 'symbol': 'ARKK',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2846',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VCIT',\n",
+ " 'symbol': 'VCIT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2894',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ INCOME',\n",
+ " 'symbol': 'FFMM-ITAU-9921',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9921-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2973',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VGT',\n",
+ " 'symbol': 'VGT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1843',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO ACCIONES',\n",
+ " 'symbol': 'FFMM-ITAU-8971',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8971-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2895',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA MÁS LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BICE-9934',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9934-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '47',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPY',\n",
+ " 'symbol': 'SPY',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3153',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COOPEUCH DVA ACCIONARIO TENDENCIAS GLOBALES FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10206',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10206-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1462',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA ALL CAP CHILE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9395',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9395-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3053',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER DNA SCIENCE',\n",
+ " 'symbol': 'FFMM-BICE-10130',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10130-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2825',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BLV',\n",
+ " 'symbol': 'BLV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1519',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ZURICH RENTA VARIABLE GLOBAL',\n",
+ " 'symbol': 'FINV-9198',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9198-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2900',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL TRENDS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9930',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9930-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2899',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU TOESCA CHILE EQUITIES',\n",
+ " 'symbol': 'FFMM-ITAU-9936',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9936-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2901',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL HEALTH AND BIOTECH',\n",
+ " 'symbol': 'FINV-9915',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9915-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3052',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA GLOBAL',\n",
+ " 'symbol': 'FFMM-BICE-10139',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10139-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3054',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER GLOBAL FINTECH',\n",
+ " 'symbol': 'FFMM-BICE-10132',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10132-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1543',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SANTANDER DEUDA LATAM',\n",
+ " 'symbol': 'FINV-9666',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9666-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2784',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Franklin Templeton Deuda Corto Plazo',\n",
+ " 'symbol': 'FT-LIQU',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 6,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2848',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FTEC',\n",
+ " 'symbol': 'FTEC',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2847',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN WEG-7',\n",
+ " 'symbol': 'FINV-9891',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9891-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2902',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FRONTAL TRUST RENDIMIENTO CON LIQUIDEZ FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9917',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9917-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2827',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FYNSA RENTA FIJA PRIVADA PERÚ',\n",
+ " 'symbol': 'FINV-9461',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9641-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1678',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BCI-9063',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9063-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2903',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9929',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9929-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2843',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ARKW',\n",
+ " 'symbol': 'ARKW',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1661',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI FRONTERA',\n",
+ " 'symbol': 'FFMM-BCI-8588',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8588-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1650',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EMERGENTE GLOBAL',\n",
+ " 'symbol': 'FFMM-BCI-8625',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8625-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2974',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CLOU',\n",
+ " 'symbol': 'CLOU',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1672',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEUDA LATAM HY',\n",
+ " 'symbol': 'FFMM-BCI-8967',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8967-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1669',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI GLOBAL TITAN',\n",
+ " 'symbol': 'FFMM-BCI-8710',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8710-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1664',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI GESTIÓN FLEXIBLE',\n",
+ " 'symbol': 'FFMM-BCI-8813',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8813-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2896',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GLOBAL BRANDS',\n",
+ " 'symbol': 'FFMM-ITAU-9931',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9931-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1641',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEUDA LATAM IG',\n",
+ " 'symbol': 'FFMM-BCI-9231',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9231-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1683',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI USA',\n",
+ " 'symbol': 'FFMM-BCI-8515',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8515-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3055',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER VIDEO GAMES & ESPORTS',\n",
+ " 'symbol': 'FFMM-BICE-10131',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10131-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1642',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF HASTA 1 AÑO',\n",
+ " 'symbol': 'FFMM-BCI-8941',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8941-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3111',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA RENTAS MÉXICO',\n",
+ " 'symbol': 'FINV-9979',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9979-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3154',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COOPEUCH DVA BALANCEADO INNOVADOR FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10207',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10207-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3112',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA ESTRUCTURADO UF CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10201',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10201-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1493',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ITAU ACCIONARIO GLOBAL',\n",
+ " 'symbol': 'FINV-9550',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9550-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1797',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH DEUDA CORPORATIVA CHILENA',\n",
+ " 'symbol': 'FFMM-ZURICH-9054',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9054-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2891',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FFMM-ITAU-9922',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9922-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2897',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU US ADVANTAGE',\n",
+ " 'symbol': 'FFMM-ITAU-9932',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9932-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2975',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL BROWN ADVISORY US SUSTAINABLE GROWTH',\n",
+ " 'symbol': 'FINV-9997',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9997-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2745',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VT',\n",
+ " 'symbol': 'VT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1488',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RETORNO ABSOLUTO LATAM',\n",
+ " 'symbol': 'FFMM-CREDICORP-9107',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9107-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2179',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 108 III',\n",
+ " 'symbol': 'FFMM-BCI-9262',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9262-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2841',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE GLOBAL REAL ESTATE',\n",
+ " 'symbol': 'FINV-9854',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9854-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3156',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COOPEUCH COMPASS CONSERVADOR',\n",
+ " 'symbol': 'FFMM-COMPASS-10208',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10208-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1520',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ZURICH AHORRO DINÁMICO',\n",
+ " 'symbol': 'FINV-9276',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9276-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1715',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA PESOS',\n",
+ " 'symbol': 'FFMM-BICE-8029',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8029-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1675',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL ACTIVA',\n",
+ " 'symbol': 'FFMM-BCI-9060',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9060-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1676',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL AHORRO',\n",
+ " 'symbol': 'FFMM-BCI-9061',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9061-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3155',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COOPEUCH COMPASS AHORRO MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-COMPASS-10205',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10205-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1696',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES INDIA',\n",
+ " 'symbol': 'FFMM-BICE-9223',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9223-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3205',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA ESTRUCTURADO PESOS CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10264',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10264-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2006',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8820',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8820-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2883',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA DEUDA CORPORATIVA LATINOAMERICANA USD',\n",
+ " 'symbol': 'FINV-9897',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9897-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2908',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR TÁCTICO PERÚ',\n",
+ " 'symbol': 'FINV-9882',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9882-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2010',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DEUDA CORPORATIVA LATINOAMERICANA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8940',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8940-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2747',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ETHO',\n",
+ " 'symbol': 'ETHO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2844',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ESGU',\n",
+ " 'symbol': 'ESGU',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2016',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EUROPA ESTRATÉGICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9187',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9187-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2024',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LOCAL EMERGING DEBT',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8823',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8823-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1836',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU AHORRO PLUS',\n",
+ " 'symbol': 'FFMM-ITAU-9539',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9539-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2906',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA MEDTECH FUND FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9937',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9937-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1849',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU PERFORMANCE',\n",
+ " 'symbol': 'FFMM-ITAU-8092',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8092-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2364',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU CAPITAL BALANCEADO',\n",
+ " 'symbol': 'FFMM-ITAU-9016',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9016-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1494',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ITAU CHILE CORPORATIVO',\n",
+ " 'symbol': 'FINV-9551',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9551-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2365',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU CAPITAL MODERADO',\n",
+ " 'symbol': 'FFMM-ITAU-9017',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9017-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2369',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU EUROPA',\n",
+ " 'symbol': 'FFMM-ITAU-8269',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8269-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2370',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO MODERADO',\n",
+ " 'symbol': 'FFMM-ITAU-8928',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8928-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2371',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU INVESTMENT C',\n",
+ " 'symbol': 'FFMM-ITAU-9014',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9014-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2372',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU INVESTMENT D',\n",
+ " 'symbol': 'FFMM-ITAU-9015',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9015-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2374',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MAS INGRESO',\n",
+ " 'symbol': 'FFMM-ITAU-8590',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8590-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2379',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU PLUS',\n",
+ " 'symbol': 'FFMM-ITAU-8235',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8235-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2380',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU RENTA ESTRATEGICA',\n",
+ " 'symbol': 'FFMM-ITAU-9189',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9189-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2381',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU SELECCION NACIONAL',\n",
+ " 'symbol': 'FFMM-ITAU-8030',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8030-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2390',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO DEUDA LOCAL',\n",
+ " 'symbol': 'FFMM-ITAU-8265',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8265-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2391',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO MUY CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ITAU-8926',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8926-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2392',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ LATAM PACIFIC',\n",
+ " 'symbol': 'FFMM-ITAU-8891',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8891-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2393',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ MIX',\n",
+ " 'symbol': 'FFMM-ITAU-8290',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8290-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2394',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ SELECCIÓN BRASIL',\n",
+ " 'symbol': 'FFMM-ITAU-8519',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8519-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2395',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ SMALL & MID CAP BRASIL',\n",
+ " 'symbol': 'FFMM-ITAU-8520',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8520-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2396',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ WORLD EQUITY',\n",
+ " 'symbol': 'FFMM-ITAU-8237',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8237-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2907',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE EQUITY TRENDS',\n",
+ " 'symbol': 'FINV-9933',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9933-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2909',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AUTOCALL DOLLAR COUPON USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9947',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9947-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1525',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FYNSA DEUDA CHILE',\n",
+ " 'symbol': 'FINV-9559',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9559-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2910',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BEST COUPON EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9946',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9946-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1850',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU SELECT',\n",
+ " 'symbol': 'FFMM-ITAU-8338',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8338-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2002',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA ACCIONES USA',\n",
+ " 'symbol': 'FFMM-SCOTIA-8480',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8480-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2911',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MONEDA CREDITO LATAM',\n",
+ " 'symbol': 'FFMM-ITAU-9935',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9935-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2912',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ACTIVA DEUDA AUTOMOTRIZ PERÚ',\n",
+ " 'symbol': 'FINV-9703',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9703-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2977',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL GLOBAL BDCS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10039',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10039-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2976',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Schroders International Selection Fund China A',\n",
+ " 'symbol': 'LU1713307699',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2904',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Risky Hayek',\n",
+ " 'symbol': '+HAYEK+',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2845',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SMH',\n",
+ " 'symbol': 'SMH',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2009',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CRECIMIENTO ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8492',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8492-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2913',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ACTIVA FINANCIAMIENTO ESTRUCTURADO PERU',\n",
+ " 'symbol': 'FINV-9710',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9710-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2305',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA ESTATAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8102',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8102-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2306',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA ESTATAL PESOS 2-4 AÑOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8275',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8275-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2308',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA PESOS 1-5 AÑOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8134',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8134-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1886',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO EQUILIBRADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9043',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9043-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1887',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO MODERADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9067',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9067-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1552',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA ACCIONES EUROPEAS EN LIQUIDACION',\n",
+ " 'symbol': 'FINV-9493',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9493-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1888',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO POTENCIADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8448',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8448-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1917',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE QUANT GLOBAL STRATEGY',\n",
+ " 'symbol': 'FFMM-BANCHILE-9038',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9038-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1550',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FINV-9491',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9491-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1551',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA ACCIONES ESTADOS UNIDOS',\n",
+ " 'symbol': 'FINV-9492',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9492-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3056',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE MARKETPLUS TECNOLOGIA',\n",
+ " 'symbol': 'FINV-10116',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10116-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1918',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA FUTURA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8357',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8357-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1719',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES BRASIL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9585',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9585-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2905',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Moderate Portman',\n",
+ " 'symbol': 'PORTMAN',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2028',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PLUS',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8253',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8253-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2033',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SOLVENTE BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8319',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8319-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1795',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ASIA',\n",
+ " 'symbol': 'FFMM-ZURICH-8457',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8457-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1819',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-ZURICH-8458',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8458-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2003',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA PORTAFOLIO MAS CONSERVADOR',\n",
+ " 'symbol': 'FFMM-SCOTIA-8304',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8304-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3157',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ELECTROMOVILIDAD',\n",
+ " 'symbol': 'FFMM-BTG-10225',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10225-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2332',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GARANTIZADO SANTANDER EFICIENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8767',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8767-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2453',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OHIGGINS CUENTA VISTA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8060',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8060-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3206',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA CORTO PLAZO UF CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10261',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10261-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2492',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES EUROPA DESARROLLADO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8158',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8158-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2493',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES EUROPA EMERGENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8179',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8179-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2495',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES SELECTAS BRASIL',\n",
+ " 'symbol': 'FFMM-SANTANDER-8593',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8593-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2497',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER BONOS DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8231',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8231-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2498',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER CIRCULANTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8083',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8083-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1629',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO RENTA FUTURA',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9074',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9074-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1643',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF HASTA 3 AÑOS',\n",
+ " 'symbol': 'FFMM-BCI-8064',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8064-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1639',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA PESOS HASTA 1 AÑO',\n",
+ " 'symbol': 'FFMM-BCI-8327',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8327-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1633',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI AMERICA LATINA',\n",
+ " 'symbol': 'FFMM-BCI-8434',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8434-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1659',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EUROPA',\n",
+ " 'symbol': 'FFMM-BCI-8513',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8513-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2917',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA DEUDA CALIFICADOS',\n",
+ " 'symbol': 'FFMM-BCI-9981',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9981-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1636',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CHINDIA',\n",
+ " 'symbol': 'FFMM-BCI-8777',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8777-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2203',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI SELECCION ANDINA',\n",
+ " 'symbol': 'FFMM-BCI-8870',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8870-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2200',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI MERCADOS DESARROLLADOS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BCI-9066',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9066-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2190',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI GARANTIZADO DEPÓSITO 110',\n",
+ " 'symbol': 'FFMM-BCI-9200',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9200-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2182',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EUROPA GARANTIZADO II',\n",
+ " 'symbol': 'FFMM-BCI-9197',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9197-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1673',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI PB STRATEGY DEBT',\n",
+ " 'symbol': 'FFMM-BCI-9226',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9226-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1662',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINAMICA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BCI-8731',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8731-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1690',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE',\n",
+ " 'symbol': 'FFMM-BICE-8046',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8046-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2914',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM LATAM USD DEBT ESG',\n",
+ " 'symbol': 'FINV-9912',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9912-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2916',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'MBI GLOBAL FIXED INCOME FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9950',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9950-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2915',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO AHORRO 3',\n",
+ " 'symbol': 'FFMM-BCI-9961',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9961-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2884',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC DEUDA PRIVADA GLOBAL',\n",
+ " 'symbol': 'FINV-9914',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9914-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2920',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AGRESIVO',\n",
+ " 'symbol': 'FFMM-BICE-9964',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9964-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1667',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINAMICA ACTIVA',\n",
+ " 'symbol': 'FFMM-BCI-8640',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8640-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3158',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN USA',\n",
+ " 'symbol': 'FFMM-BTG-10224',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10224-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2978',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Frontal Trust Xepelin Deuda México Fondo de Inversión',\n",
+ " 'symbol': 'FINV-10062',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10062-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1668',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINÁMICA AHORRO',\n",
+ " 'symbol': 'FFMM-BCI-9228',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9228-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1647',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DOLAR CASH',\n",
+ " 'symbol': 'FFMM-BCI-8257',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8257-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2918',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR GLOBAL CORPORATES',\n",
+ " 'symbol': 'FINV-9948',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9948-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3207',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEPÓSITO PLUS X',\n",
+ " 'symbol': 'FFMM-BANCHILE-10269',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10269-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3208',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN UF III',\n",
+ " 'symbol': 'FFMM-BTG-10240',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10240-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2882',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BI ESTRATÉGICO',\n",
+ " 'symbol': 'FFMM-BANCO-9905',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9905-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2499',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER DE RESERVA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8072',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8072-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2500',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER EFICIENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8989',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8989-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2501',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8180',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8180-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2502',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER EURO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8267',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8267-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2979',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION AZIMUT FUTURE OPPORTUNITIES',\n",
+ " 'symbol': 'FINV-10095',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10095-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2786',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC BALANCEADO GLOBAL',\n",
+ " 'symbol': 'FINV-9865',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9865-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2956',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CXSE',\n",
+ " 'symbol': 'CXSE',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1473',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA LATINOAMERICANA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7141',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7141-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2885',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL GLOBAL REITS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9910',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9910-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2237',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES EUROPA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BTG-8728',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8728-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '59',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VEU',\n",
+ " 'symbol': 'VEU',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2238',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ANDINO',\n",
+ " 'symbol': 'FFMM-BTG-9000',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9000-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1648',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BCI-8976',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8976-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2921',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA DEUDA PRIVADA USA FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9958',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9958-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1665',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINÁMICA CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BCI-8638',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8638-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2244',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN ACCIONES ASIA DESARROLLADA',\n",
+ " 'symbol': 'FFMM-BTG-8596',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8596-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2955',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ARRAYÁN ACCIONES CHILENAS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9989',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9989-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1635',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI BONOS LATINOAMERICANOS',\n",
+ " 'symbol': 'FFMM-BCI-8970',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8970-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1666',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINÁMICA BALANCEADA',\n",
+ " 'symbol': 'FFMM-BCI-8639',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8639-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1474',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL ESTADOS UNIDOS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9527',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9527-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2245',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN ACCIONES EUROPEAS',\n",
+ " 'symbol': 'FFMM-BTG-8374',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8374-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2246',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN DINAMICO ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BTG-8445',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8445-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2247',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN DINAMICO BALANCEADO',\n",
+ " 'symbol': 'FFMM-BTG-8446',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8446-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2248',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN DINAMICO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BTG-8410',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8410-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1475',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL LATAM INVESTMENT GRADE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9360',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9360-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1476',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL T. ROWE PRICE FLEXIBLE EMERGING MARKET DEBT FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9677',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9677-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1688',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES ASIA',\n",
+ " 'symbol': 'FFMM-BICE-8178',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8178-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1695',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES EUROPA',\n",
+ " 'symbol': 'FFMM-BICE-8114',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8114-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1699',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-BICE-8475',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8475-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1702',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES NORTEAMERICA',\n",
+ " 'symbol': 'FFMM-BICE-8183',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8183-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1704',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE BONOS LATAM',\n",
+ " 'symbol': 'FFMM-BICE-8750',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8750-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1689',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES BRASIL',\n",
+ " 'symbol': 'FFMM-BICE-8725',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8725-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1694',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES COLOMBIA',\n",
+ " 'symbol': 'FFMM-BICE-8935',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8935-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1705',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE COMMODITIES',\n",
+ " 'symbol': 'FFMM-BICE-8749',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8749-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1709',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA MÁS AGRESIVA',\n",
+ " 'symbol': 'FFMM-BICE-8785',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8785-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1706',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA AGRESIVA',\n",
+ " 'symbol': 'FFMM-BICE-8687',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8687-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2980',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA DEUDA PRIVADA CHILE',\n",
+ " 'symbol': 'FINV-9977',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9977-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1649',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EFICIENTE',\n",
+ " 'symbol': 'FFMM-BCI-8730',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8730-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3057',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ZURICH ACTIVOS ALTERNATIVOS',\n",
+ " 'symbol': 'FINV-10128',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10128-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1613',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VISION ROGGE GLOBAL INCOME FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9092',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9092-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3159',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR US REAL ESTATE',\n",
+ " 'symbol': 'FINV-10218',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10218-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1610',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA DEUDA GLOBAL',\n",
+ " 'symbol': 'FINV-9494',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9494-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1611',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'PENTA RETORNO LATINOAMERICA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7261',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7261-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1497',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION NEVASA AHORRO',\n",
+ " 'symbol': 'FINV-9101',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9101-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1697',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES JAPÓN',\n",
+ " 'symbol': 'FFMM-BICE-9007',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9007-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1698',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES LATAM',\n",
+ " 'symbol': 'FFMM-BICE-8537',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8537-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1718',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TESORERIA',\n",
+ " 'symbol': 'FFMM-BICE-8100',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8100-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1708',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BICE-8295',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8295-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1701',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES MÉXICO',\n",
+ " 'symbol': 'FFMM-BICE-8801',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8801-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1703',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES PERÚ',\n",
+ " 'symbol': 'FFMM-BICE-8937',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8937-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1707',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA BALANCEADA',\n",
+ " 'symbol': 'FFMM-BICE-8032',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8032-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1717',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TENDENCIAS',\n",
+ " 'symbol': 'FFMM-BICE-8944',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8944-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1728',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES USA',\n",
+ " 'symbol': 'FFMM-BTG-8205',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8205-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2249',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN ENERGIA',\n",
+ " 'symbol': 'FFMM-BTG-8426',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8426-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1727',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES LATINOAMERICANAS',\n",
+ " 'symbol': 'FFMM-BTG-8206',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8206-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2250',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN INFRAESTRUCTURA',\n",
+ " 'symbol': 'FFMM-BTG-8793',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8793-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1741',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA LATINOAMERICANA HIGH YIELD',\n",
+ " 'symbol': 'FFMM-BTG-8207',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8207-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1693',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE SELECTIVO',\n",
+ " 'symbol': 'FFMM-BICE-8142',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8142-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2251',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN PERU',\n",
+ " 'symbol': 'FFMM-BTG-8865',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8865-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2252',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN RENTA GLOBAL',\n",
+ " 'symbol': 'FFMM-BTG-8404',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8404-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2253',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-BTG-8208',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8208-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2254',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-BTG-8405',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8405-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1725',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BTG-8373',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8373-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1729',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL BRASIL',\n",
+ " 'symbol': 'FFMM-BTG-8575',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8575-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1736',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL MONEY MARKET DOLAR',\n",
+ " 'symbol': 'FFMM-BTG-8618',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8618-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1730',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL CHILE ACCIÓN',\n",
+ " 'symbol': 'FFMM-BTG-8898',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8898-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1700',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES MUNDO SUSTENTABLE',\n",
+ " 'symbol': 'FFMM-BICE-8924',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8924-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2650',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Unidades de Inversión',\n",
+ " 'symbol': 'MXVMXN',\n",
+ " 'category': 'currency',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 6,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1733',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL GLOBAL DESARROLLADO',\n",
+ " 'symbol': 'FFMM-BTG-9005',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9005-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1734',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL GLOBAL EMERGENTE',\n",
+ " 'symbol': 'FFMM-BTG-9024',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9024-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1740',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-BTG-9209',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9209-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3160',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPASS PROTECCIÓN',\n",
+ " 'symbol': 'FFMM-COMPASS-10235',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10235-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1732',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL GESTION ACTIVA',\n",
+ " 'symbol': 'FFMM-BTG-9006',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9006-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2922',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BICE-9965',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9965-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2923',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MODERADO',\n",
+ " 'symbol': 'FFMM-BICE-9966',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9966-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1735',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL MONEY MARKET',\n",
+ " 'symbol': 'FFMM-BTG-8202',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8202-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1738',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA ACTIVA',\n",
+ " 'symbol': 'FFMM-BTG-8950',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8950-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2957',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ESG NORDEA EMERGING STARS',\n",
+ " 'symbol': 'FFMM-ITAU-9987',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9987-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2958',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ESG GLOBAL CREDITS',\n",
+ " 'symbol': 'FFMM-ITAU-9988',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9988-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3058',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR NASDAQ 100',\n",
+ " 'symbol': 'FINV-10150',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10150-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3059',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA DEUDA PRIVADA',\n",
+ " 'symbol': 'FINV-9826',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9826-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3060',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RACLINFI',\n",
+ " 'symbol': 'RACLINFI',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3061',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RIAMI0UF',\n",
+ " 'symbol': 'RIAMI0UF',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3113',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN UF II',\n",
+ " 'symbol': 'FFMM-BTG-10200',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10200-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1739',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA CHILENA',\n",
+ " 'symbol': 'FFMM-BTG-8203',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8203-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2510',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO MATRIOSKA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8634',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8634-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1638',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CONVENIENCIA',\n",
+ " 'symbol': 'FFMM-BCI-8045',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8045-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1646',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DIVISA',\n",
+ " 'symbol': 'FFMM-BCI-8702',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8702-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1651',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-BCI-8712',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8712-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2959',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FYNSA RENTA FIJA INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9974',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9974-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2960',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FYNSA RENTA VARIABLE INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9975',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9975-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2656',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Modelo',\n",
+ " 'symbol': 'modelo',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2657',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Habitat',\n",
+ " 'symbol': 'habitat',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2658',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Capital',\n",
+ " 'symbol': 'capital',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2965',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS BRAZIL EQUITY LB FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9973',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9973-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2209',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE DREYFUS VITAE',\n",
+ " 'symbol': 'FFMM-BICE-8126',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8126-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2659',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Cuprum',\n",
+ " 'symbol': 'cuprum',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1746',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CAPITAL EMPRESARIAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9022',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9022-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2210',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE EE.UU.',\n",
+ " 'symbol': 'FFMM-BICE-8975',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8975-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2660',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Planvital',\n",
+ " 'symbol': 'planvital',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2661',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Provida',\n",
+ " 'symbol': 'provida',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2703',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Unidad Tributaria Mensual',\n",
+ " 'symbol': 'UTMCLP',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '2662',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Uno',\n",
+ " 'symbol': 'uno',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2964',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo Mutuo Security Deuda Corporativa Lationamericana',\n",
+ " 'symbol': 'CFMSECDCL',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8940-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2962',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo de inversión FYNSA Migrante',\n",
+ " 'symbol': 'CFIFYNMIG',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9992-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1954',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8280',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8280-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2890',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEUDA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9916',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9916-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2165',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI BRASIL',\n",
+ " 'symbol': 'FFMM-BCI-8763',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8763-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1681',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA PESOS LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BCI-8766',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8766-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1752',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL DEBT FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FFMM-COMPASS-9094',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9094-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2961',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION LARRAINVIAL EMERGING MARKETS DEBT',\n",
+ " 'symbol': 'FINV-9963',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9963-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1748',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA VARIABLE NACIONAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9489',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9489-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2981',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ACCIONES SOSTENIBLES ESG',\n",
+ " 'symbol': 'FFMM-BCI-10067',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10067-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2966',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS LIQUIDEZ FONDO MUTUO',\n",
+ " 'symbol': 'FFMM-AMERIS-9994',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9994-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3062',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RIAMDEPT',\n",
+ " 'symbol': 'RIAMDEPT',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1481',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL EQUITY FONDO DE INVERSION',\n",
+ " 'symbol': 'FFMM-COMPASS-9095',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9095-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3161',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MBI DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-MBI-10198',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10198-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1899',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL EUROPE EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8097',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8097-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2963',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BNPP 1',\n",
+ " 'symbol': 'BNPP-CP',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2967',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo de Inversión Activa Deuda Hipotecaria con Subsidio Habitacional II',\n",
+ " 'symbol': 'CFIDHS2',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9082-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1754',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS LATAM CORPORATE DEBT FONDO DE INVERSION',\n",
+ " 'symbol': 'FFMM-COMPASS-9102',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9102-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3114',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QUEST DEUDA PRIVADA CP FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-10163',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10163-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2511',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTION ACTIVA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8385',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8385-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2512',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTION DINAMICA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8386',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8386-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2513',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTION DINAMICA DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8503',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8503-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2514',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER INTERES',\n",
+ " 'symbol': 'FFMM-SANTANDER-8071',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8071-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2515',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER INTERMEDIACION',\n",
+ " 'symbol': 'FFMM-SANTANDER-8041',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8041-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2516',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MATRIOSKA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8896',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8896-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '528',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Tasa de Política Monetaria',\n",
+ " 'symbol': 'TPM',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '2361',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-ITAU-8587',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8587-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1671',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF HASTA 5 AÑOS',\n",
+ " 'symbol': 'FFMM-BCI-8108',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8108-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1838',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU CONVENIENCIA',\n",
+ " 'symbol': 'FFMM-ITAU-8234',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8234-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '534',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 1Y',\n",
+ " 'symbol': 'SPC-CLP-1Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1867',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8437',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8437-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2362',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FFMM-ITAU-8162',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8162-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1637',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI COMPETITIVO',\n",
+ " 'symbol': 'FFMM-BCI-8107',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8107-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2982',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DOLAR BALANCEADA',\n",
+ " 'symbol': 'FFMM-BCI-10071',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10071-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1644',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEPOSITO EFECTIVO',\n",
+ " 'symbol': 'FFMM-BCI-8037',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8037-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2212',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE VITAE',\n",
+ " 'symbol': 'FFMM-BICE-8085',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8085-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2323',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-ZURICH-8239',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8239-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2324',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA VENTAJALOCAL',\n",
+ " 'symbol': 'FFMM-ZURICH-8278',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8278-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3063',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO DOLAR AGRESIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10151',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10151-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3064',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO DOLAR CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BANCHILE-10152',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10152-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1840',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA NOMINAL',\n",
+ " 'symbol': 'FFMM-ITAU-8620',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8620-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1846',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO MODERADO',\n",
+ " 'symbol': 'FFMM-ITAU-8992',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8992-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1848',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU NATIONAL EQUITY',\n",
+ " 'symbol': 'FFMM-ITAU-8305',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8305-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1851',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU TOP USA',\n",
+ " 'symbol': 'FFMM-ITAU-8479',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8479-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1853',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ BRASIL ACTIVO',\n",
+ " 'symbol': 'FFMM-ITAU-8799',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8799-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1852',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU UF PLUS',\n",
+ " 'symbol': 'FFMM-ITAU-9201',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9201-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2742',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU RENTA DINAMICA GLOBAL',\n",
+ " 'symbol': 'FFMM-ITAU-9834',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9834-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1758',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO BALANCEADO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8193',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8193-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1861',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8240',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8240-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1877',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PORTFOLIO LIDER',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8245',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8245-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1859',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO CAPITAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8263',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8263-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1759',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO BALANCEADO CRECIMIENTO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8303',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8303-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1873',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO CORPORATIVO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8315',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8315-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1632',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEUDA GLOBAL',\n",
+ " 'symbol': 'FFMM-BCI-9371',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9371-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1946',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET',\n",
+ " 'symbol': 'FFMM-SANTANDER-8057',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8057-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '530',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 3Y',\n",
+ " 'symbol': 'SPC-CLP-3Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '531',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 4Y',\n",
+ " 'symbol': 'SPC-CLP-4Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '532',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 5Y',\n",
+ " 'symbol': 'SPC-CLP-5Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '533',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 10Y',\n",
+ " 'symbol': 'SPC-CLP-10Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3066',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC US VENTURE OPPORTUNITIES',\n",
+ " 'symbol': 'FINV-10079',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10079-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3067',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO UF MÁS II',\n",
+ " 'symbol': 'FFMM-BCI-10171',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10171-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1772',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL DEUDA CORPORATIVA LATAM INVESTMENT GRADE',\n",
+ " 'symbol': 'FFMM-CREDICORP-9365',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9365-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1652',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 120',\n",
+ " 'symbol': 'FFMM-BCI-9440',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9440-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1677',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL BALANCEADA',\n",
+ " 'symbol': 'FFMM-BCI-9062',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9062-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2968',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA TENDENCIAS GLOBALES',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9986',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9986-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1680',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI RETORNO DÓLAR IG',\n",
+ " 'symbol': 'FFMM-BCI-9445',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9445-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1663',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINAMICA CHILE',\n",
+ " 'symbol': 'FFMM-BCI-9511',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9511-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1868',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA AGRESIVA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9193',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9193-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1871',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA MODERADA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9190',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9190-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2983',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DÓLAR CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BCI-10072',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10072-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1660',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EXPRESS',\n",
+ " 'symbol': 'FFMM-BCI-8608',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8608-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1834',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES LATINOAMERICA',\n",
+ " 'symbol': 'FFMM-ITAU-8133',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8133-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2363',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU BONOS CORPORATIVOS',\n",
+ " 'symbol': 'FFMM-ITAU-8953',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8953-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1657',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO GLOBAL FIXED INCOME',\n",
+ " 'symbol': 'FFMM-BCI-9587',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9587-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1656',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO DEUDA GLOBAL',\n",
+ " 'symbol': 'FFMM-BCI-9586',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9586-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1864',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BONOS LATAM',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8502',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8502-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1876',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MONEY MARKET',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8606',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8606-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1857',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO A PLAZO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8755',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8755-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1878',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PROTECCION',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8788',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8788-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1860',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9221',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9221-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1897',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL DEUDA MEDIANO PLAZO UF',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9597',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9597-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1911',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL PERMANENCIA DEUDA EXTRA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9033',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9033-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3068',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL BRAVE DISCO',\n",
+ " 'symbol': 'FFMM-CREDICORP-10135',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10135-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3069',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL HEAVY METAL',\n",
+ " 'symbol': 'FFMM-CREDICORP-10136',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10136-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1951',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8615',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8615-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1952',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA LARGO PLAZO PESOS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8082',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8082-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1793',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ETF IT NOW S&P IPSA',\n",
+ " 'symbol': 'FFMM-ITAU-9019',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9019-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1469',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL BRASIL INDEX FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9368',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9368-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1470',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA ACTIVA PLUS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9358',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9358-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1894',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL CARTERA PRUDENTE',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9595',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9595-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1900',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA A',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8824',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8824-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1466',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE DEUDA LATAM FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9478',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9478-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1467',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE DEUDA NACIONAL FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9375',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9375-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1468',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE RENTA VARIABLE INTERNACIONAL FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9477',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9477-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1465',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE ARGENTINA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9369',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9369-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1912',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL PROGRESION DEUDA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8089',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8089-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1464',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BCI FONDO DE INVERSION DEUDA ARGENTINA',\n",
+ " 'symbol': 'FINV-9612',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9612-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1805',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH LATAM LOCAL CURRENCY DEBT',\n",
+ " 'symbol': 'FFMM-ZURICH-9162',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9162-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2045',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA BONOS CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8676',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8676-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2040',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA MULTIACTIVO AGRESIVO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9473',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9473-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2042',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA MULTIACTIVO MODERADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9474',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9474-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1472',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA LATAM DÓLAR FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-7173',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7173-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1471',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA CORPORATIVA CHILE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7184',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7184-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1463',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA MULTIAXIS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9118',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9118-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3070',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL LIGHT REGGAE',\n",
+ " 'symbol': 'FFMM-CREDICORP-10137',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10137-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1945',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONETARIO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8059',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8059-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2538',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER TECNOLOGICO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8154',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8154-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2539',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO ACCIONES 2',\n",
+ " 'symbol': 'FFMM-SANTANDER-8075',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8075-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2540',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO ACTIVO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8093',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8093-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2541',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO ACUMULACION',\n",
+ " 'symbol': 'FFMM-SANTANDER-8061',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8061-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2542',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO FLEXIBLE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8087',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8087-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2543',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO INCREMENTO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8066',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8066-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2544',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO NORTEAMERICANO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8157',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8157-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '38',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Conservative Clooney',\n",
+ " 'symbol': 'FM-FIN-CGC',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9568-0',\n",
+ " 'data_source': 'https://fintual.cl'}},\n",
+ " {'id': '37',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Moderate Pitt',\n",
+ " 'symbol': 'FM-FIN-MBP',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9569-9',\n",
+ " 'data_source': 'https://fintual.cl'}},\n",
+ " {'id': '36',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Risky Norris',\n",
+ " 'symbol': 'FM-FIN-RCN',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9570-2',\n",
+ " 'data_source': 'https://fintual.cl'}},\n",
+ " {'id': '1483',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS PERÚ FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9174',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9174-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '49',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QQQ',\n",
+ " 'symbol': 'QQQ',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1489',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION CREDICORP CAPITAL SPREAD CORPORATIVO LOCAL',\n",
+ " 'symbol': 'FINV-7275',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7275-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2041',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA MULTIACTIVO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9564',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9564-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1993',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONEY MARKET',\n",
+ " 'symbol': 'FFMM-SCOTIA-8111',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8111-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3071',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL POWER POP',\n",
+ " 'symbol': 'FFMM-CREDICORP-10138',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10138-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1486',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BCI OPORTUNIDADES DEUDA',\n",
+ " 'symbol': 'FINV-9280',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9280-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1477',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS ARGENTINA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9524',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9524-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1480',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL CREDIT USD FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9364',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9364-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1478',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS DEUDA PLUS FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7200',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7200-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1484',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ECONSULT GLOBAL DOLAR FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9100',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9100-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1479',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL CREDIT CLP FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9363',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9363-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1485',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ECONSULT GLOBAL PESOS FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9099',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9099-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1482',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS LATAM EQUITY FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9522',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9522-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2000',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA RENTA NOMINAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8609',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8609-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1989',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO NOMINAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8952',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8952-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1966',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA ACTIVO',\n",
+ " 'symbol': 'FFMM-SCOTIA-8413',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8413-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1492',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION FALCOM CHILEAN FIXED INCOME',\n",
+ " 'symbol': 'FINV-9289',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9289-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2739',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ETF SINGULAR CHILE CORTA DURACION',\n",
+ " 'symbol': 'FINV-9823',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9823-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1972',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA CONFIANZA',\n",
+ " 'symbol': 'FFMM-SCOTIA-9158',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9158-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1979',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA REAL ESTATE GLOBAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8604',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8604-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2984',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO DEUDA GLOBAL II',\n",
+ " 'symbol': 'FFMM-BCI-10045',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10045-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1983',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA DEUDA MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-SCOTIA-8292',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8292-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2744',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'XLK',\n",
+ " 'symbol': 'XLK',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1487',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION CAPITAL ADVISORS RENTA VARIABLE GLOBAL',\n",
+ " 'symbol': 'FINV-9305',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9305-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '48',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'EEM',\n",
+ " 'symbol': 'EEM',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2749',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA GLOBAL DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-9843',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9843-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3072',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RISKY ROCK',\n",
+ " 'symbol': 'FFMM-CREDICORP-10141',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10141-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1461',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DEUDA CHILE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9383',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9383-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2969',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA PRIVADA USD',\n",
+ " 'symbol': 'FINV-9870',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9870-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2746',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ITOT',\n",
+ " 'symbol': 'ITOT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1901',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA B',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8825',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8825-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2985',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BI PROTECCIÓN',\n",
+ " 'symbol': 'FFMM-BANCO-10026',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10026-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1953',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA LARGO PLAZO UF',\n",
+ " 'symbol': 'FFMM-SANTANDER-8077',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8077-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1506',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL DEUDA CORPORATIVA INVESTMENT GRADE',\n",
+ " 'symbol': 'FFMM-CREDICORP-9251',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9251-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2375',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MAS VALOR',\n",
+ " 'symbol': 'FFMM-ITAU-8286',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8286-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2376',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU OPORTUNIDAD',\n",
+ " 'symbol': 'FFMM-ITAU-8156',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8156-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2377',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU OPORTUNIDAD DOLAR',\n",
+ " 'symbol': 'FFMM-ITAU-8648',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8648-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2970',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CNRG',\n",
+ " 'symbol': 'CNRG',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1806',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-ZURICH-8277',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8277-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1803',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH GESTION CONSERVADORA',\n",
+ " 'symbol': 'FFMM-ZURICH-8805',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8805-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1804',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH HIGH YIELD LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-8946',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8946-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2743',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ESGV',\n",
+ " 'symbol': 'ESGV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2046',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA CORPORATIVA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8956',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8956-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2043',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA ACTIVA CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9003',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9003-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1508',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL LATIN AMERICAN EQUITY',\n",
+ " 'symbol': 'FINV-9623',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9623-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2640',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA ACCIONES GLOBALES',\n",
+ " 'symbol': 'FINV-9679',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9679-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1902',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA C',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8826',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8826-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1753',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPASS INVESTMENT GRADE LATAM',\n",
+ " 'symbol': 'FFMM-COMPASS-9345',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9345-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1751',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPASS DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-COMPASS-9072',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9072-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1504',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL ACCIONES US',\n",
+ " 'symbol': 'FINV-9250',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9250-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2378',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU PERFIL AGRESIVO',\n",
+ " 'symbol': 'FFMM-ITAU-9012',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9012-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1503',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BCI SOCIEDAD MATRIZ',\n",
+ " 'symbol': 'FINV-9143',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9143-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1502',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA DEUDA CHILE LARGO PLAZO',\n",
+ " 'symbol': 'FINV-9444',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9444-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '61',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'EMB',\n",
+ " 'symbol': 'EMB',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3075',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRUCTURADO UF',\n",
+ " 'symbol': 'FFMM-BICE-10176',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10176-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '60',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VEA',\n",
+ " 'symbol': 'VEA',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2972',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC DEUDA PRIVADA PESOS',\n",
+ " 'symbol': 'FINV-10007',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10007-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1630',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-BCI-8430',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8430-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2919',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'TOESCA DEUDA PRIVADA FACTURAS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9970',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9970-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3073',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN UF',\n",
+ " 'symbol': 'FFMM-BTG-10169',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10169-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3074',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM DEUDA CORPORATIVA CHILE',\n",
+ " 'symbol': 'FINV-9902',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9902-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2986',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TEMÁTICO GLOBAL',\n",
+ " 'symbol': 'FFMM-BICE-10009',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10009-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2987',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CLEAN ENERGY',\n",
+ " 'symbol': 'FFMM-BANCHILE-10034',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10034-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3110',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE BALANCEADO GLOBAL DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-10184',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10184-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1802',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH EXPERTO',\n",
+ " 'symbol': 'FFMM-ZURICH-8455',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8455-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3077',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'MBI DEUDA CORPORATIVA FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10162',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10162-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1801',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH EUROPA',\n",
+ " 'symbol': 'FFMM-ZURICH-8456',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8456-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2988',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER INNOVATION',\n",
+ " 'symbol': 'FFMM-BANCHILE-10085',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10085-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '64',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VTI',\n",
+ " 'symbol': 'VTI',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2382',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU SELECTO GLOBAL',\n",
+ " 'symbol': 'FFMM-ITAU-8589',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8589-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1769',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL ACCIONES ESTRATEGICAS',\n",
+ " 'symbol': 'FFMM-CREDICORP-8982',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8982-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1794',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ACCIONES LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-8247',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8247-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '51',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'HYG',\n",
+ " 'symbol': 'HYG',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '62',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'IVV',\n",
+ " 'symbol': 'IVV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1514',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ZURICH DEUDA ARGENTINA',\n",
+ " 'symbol': 'FINV-9554',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9554-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1771',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL DEUDA 360',\n",
+ " 'symbol': 'FFMM-CREDICORP-9056',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9056-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2971',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ESPO',\n",
+ " 'symbol': 'ESPO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2383',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU USA',\n",
+ " 'symbol': 'FFMM-ITAU-8233',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8233-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2384',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ CAPITAL',\n",
+ " 'symbol': 'FFMM-ITAU-8623',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8623-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2385',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ DOLLAR',\n",
+ " 'symbol': 'FFMM-ITAU-8236',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8236-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2386',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO ACCIONES',\n",
+ " 'symbol': 'FFMM-ITAU-8960',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8960-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2387',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO AGRESIVO',\n",
+ " 'symbol': 'FFMM-ITAU-8925',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8925-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2388',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ITAU-8927',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8927-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2389',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO CONSERVADOR DOLAR',\n",
+ " 'symbol': 'FFMM-ITAU-8521',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8521-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1507',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-CREDICORP-9108',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9108-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2989',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL AUDAZ OJOS DEL SALADO',\n",
+ " 'symbol': 'FFMM-BTG-10030',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10030-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1800',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ESG LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-9625',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9625-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1903',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA D',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8827',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8827-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2990',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL AVENTURERO CERRO EL PLOMO',\n",
+ " 'symbol': 'FFMM-BTG-10032',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10032-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1808',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH PERFIL AGRESIVO',\n",
+ " 'symbol': 'FFMM-ZURICH-9576',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9576-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1509',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL PACIFIC ALLIANCE EQUITY',\n",
+ " 'symbol': 'FINV-9155',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9155-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1505',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL ALLIANZ GLOBAL EQUITIES',\n",
+ " 'symbol': 'FINV-9582',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9582-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2023',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LATAM',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8795',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8795-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2517',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET DÓLAR 2',\n",
+ " 'symbol': 'FFMM-SANTANDER-8616',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8616-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2518',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET DÓLAR 3',\n",
+ " 'symbol': 'FFMM-SANTANDER-8675',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8675-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2519',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET EURO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8686',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8686-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2522',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER OVERNIGHT',\n",
+ " 'symbol': 'FFMM-SANTANDER-8044',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8044-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '63',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VOO',\n",
+ " 'symbol': 'VOO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '65',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'DSI',\n",
+ " 'symbol': 'DSI',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '50',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'IWM',\n",
+ " 'symbol': 'IWM',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '52',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VWO',\n",
+ " 'symbol': 'VWO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2994',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA EXPLORADORA',\n",
+ " 'symbol': 'FFMM-ITAU-10021',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10021-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2991',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL PRECAVIDO CERRO MANQUEHUE',\n",
+ " 'symbol': 'FFMM-BTG-10031',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10031-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '53',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'EWJ',\n",
+ " 'symbol': 'EWJ',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1776',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL MACRO CLP 1.5',\n",
+ " 'symbol': 'FFMM-CREDICORP-9310',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9310-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1773',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL GLOBALES I',\n",
+ " 'symbol': 'FFMM-CREDICORP-8427',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8427-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '54',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'JNK',\n",
+ " 'symbol': 'JNK',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1512',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR CHILE CORPORATIVO',\n",
+ " 'symbol': 'FINV-9705',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9705-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1775',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-CREDICORP-8401',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8401-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '57',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VNQ',\n",
+ " 'symbol': 'VNQ',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '58',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ACWI',\n",
+ " 'symbol': 'ACWI',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1778',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RENTA ESTRATEGICA',\n",
+ " 'symbol': 'FFMM-CREDICORP-8421',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8421-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '56',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BND',\n",
+ " 'symbol': 'BND',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2992',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU LARRAINVIAL AHORRO DOLAR',\n",
+ " 'symbol': 'FFMM-ITAU-10027',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10027-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1947',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8230',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8230-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1948',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRIVATE BANKING AGRESIVO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8908',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8908-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1523',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM LATINOAMERICA DEUDA LOCAL',\n",
+ " 'symbol': 'FINV-9085',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9085-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1950',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRIVATE BANKING EQUILIBRIO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8911',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8911-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1809',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH PERFIL CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ZURICH-9575',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9575-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1513',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR GLOBAL EQUITIES',\n",
+ " 'symbol': 'FINV-9706',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9706-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1949',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRIVATE BANKING PRUDENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8910',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8910-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1511',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL SMALL CAP',\n",
+ " 'symbol': 'FINV-7176',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7176-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1522',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM GLOBAL STRATEGY FUND',\n",
+ " 'symbol': 'FINV-9297',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9297-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1510',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL RF LATAM',\n",
+ " 'symbol': 'FINV-7225',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7225-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2993',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA AVENTURERA',\n",
+ " 'symbol': 'FFMM-ITAU-10063',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10063-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1777',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL MONEY MARKET',\n",
+ " 'symbol': 'FFMM-CREDICORP-8945',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8945-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1955',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA SELECTA CHILE',\n",
+ " 'symbol': 'FFMM-SANTANDER-9034',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9034-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1524',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM TACTICAL CHILEAN EQUITIES',\n",
+ " 'symbol': 'FINV-9194',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9194-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1959',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER TESORERIA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8209',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8209-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1521',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM GLOBAL EQUITY FUND',\n",
+ " 'symbol': 'FINV-9674',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9674-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2503',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO 110',\n",
+ " 'symbol': 'FFMM-SANTANDER-8273',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8273-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2504',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO 110',\n",
+ " 'symbol': 'FFMM-SANTANDER-8501',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8501-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1498',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SANTANDER DEUDA CHILE',\n",
+ " 'symbol': 'FINV-9543',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9543-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1499',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SANTANDER DEUDA CORPORATIVA CHILE',\n",
+ " 'symbol': 'FINV-9348',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9348-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1500',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SANTANDER RENTA VARIABLE GLOBAL',\n",
+ " 'symbol': 'FINV-9540',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9540-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2505',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO CARIOCA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8598',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8598-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2506',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO CHILE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8511',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8511-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2507',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO EN VERDES',\n",
+ " 'symbol': 'FFMM-SANTANDER-8443',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8443-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2508',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO EXTRA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8293',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8293-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2509',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO MANDARIN',\n",
+ " 'symbol': 'FFMM-SANTANDER-8628',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8628-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '55',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'LQD',\n",
+ " 'symbol': 'LQD',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1682',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI TOP PICKS',\n",
+ " 'symbol': 'FFMM-BCI-8787',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8787-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3000',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY QFUND BRAZIL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10000',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10000-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2998',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER FUTURE WEALTH',\n",
+ " 'symbol': 'FFMM-SANTANDER-10057',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10057-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1905',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL LATAM EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8098',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8098-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1908',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL LIFETIME 2040',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8600',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8600-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2995',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA LANZADA',\n",
+ " 'symbol': 'FFMM-ITAU-10064',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10064-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1779',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-CREDICORP-8442',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8442-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2997',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA AGRESIVA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-10002',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10002-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1904',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL SELECCIÓN INMOBILIARIA',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9450',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9450-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2996',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA TRANQUI',\n",
+ " 'symbol': 'FFMM-ITAU-10020',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10020-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1814',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENDIMIENTO NOMINAL',\n",
+ " 'symbol': 'FFMM-ZURICH-8411',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8411-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1815',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENDIMIENTO UF',\n",
+ " 'symbol': 'FFMM-ZURICH-8853',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8853-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2318',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA GARANTIZADO NORTEAMÉRICA 100',\n",
+ " 'symbol': 'FFMM-ZURICH-8665',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8665-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2320',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA DESARROLLO SUSTENTABLE',\n",
+ " 'symbol': 'FFMM-ZURICH-8607',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8607-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2321',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA DÓLAR',\n",
+ " 'symbol': 'FFMM-ZURICH-8417',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8417-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2322',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA INVESTMENTS DEUDA',\n",
+ " 'symbol': 'FFMM-ZURICH-8961',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8961-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1813',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH PROYECCIÓN E',\n",
+ " 'symbol': 'FFMM-ZURICH-8696',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8696-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1817',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENTA CHILENA',\n",
+ " 'symbol': 'FFMM-ZURICH-9025',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9025-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1818',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH SMALL CAP LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-8948',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8948-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1816',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENTA A PLAZO',\n",
+ " 'symbol': 'FFMM-ZURICH-8363',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8363-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1914',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL USA EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8113',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8113-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2999',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER EQUILIBRIO DÓLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-10024',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10024-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3001',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH TENDENCIAS GLOBALES',\n",
+ " 'symbol': 'FFMM-ZURICH-10036',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10036-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2523',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER OVERNIGHT 2',\n",
+ " 'symbol': 'FFMM-SANTANDER-8585',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8585-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2524',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER OVERNIGHT 4',\n",
+ " 'symbol': 'FFMM-SANTANDER-8586',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8586-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2525',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PORTFOLIO ACTIVO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8228',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8228-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2536',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPERCUENTA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8047',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8047-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1921',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER A',\n",
+ " 'symbol': 'FFMM-SANTANDER-8577',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8577-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1547',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR TACTICO',\n",
+ " 'symbol': 'FINV-9373',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9373-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2017',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY FIRST',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8055',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8055-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3162',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RIAMIGM1',\n",
+ " 'symbol': 'RIAMIGM1',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2029',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PROTECCION ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8306',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8306-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3007',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE AGRESIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10058',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10058-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2537',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPERPLAN DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8070',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8070-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1770',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION CREDICORP CAPITAL ARGENTINA LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-CREDICORP-9535',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9535-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3012',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO DOLAR MODERADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10111',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10111-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3164',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo de Inversión Activa Mercado Pago',\n",
+ " 'symbol': 'CFIMERPA',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10121-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3163',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU AHORRO UF',\n",
+ " 'symbol': 'FFMM-ITAU-10243',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10243-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3008',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BANCHILE-10059',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10059-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2737',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ARRIESGADO FOCUS',\n",
+ " 'symbol': 'FFMM-SOYFOCUS-9811',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9811-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1609',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SECURITY EUROPA PROTEGIDO',\n",
+ " 'symbol': 'FINV-9124',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9124-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1608',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SECURITY EMERGENTE PROTEGIDO',\n",
+ " 'symbol': 'FINV-9126',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9126-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2011',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DEUDA CORPORATIVA LATINOAMERICANA I.G.',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9073',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9073-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3013',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QUEST GLOBAL VALUE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-10081',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10081-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3009',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE MODERADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10060',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10060-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '535',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 2Y',\n",
+ " 'symbol': 'SPC-UF-2Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '536',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 3Y',\n",
+ " 'symbol': 'SPC-UF-3Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3005',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL DEUDA CHINA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-10066',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10066-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3002',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE SMART AUDAZ',\n",
+ " 'symbol': 'FFMM-BICE-10049',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10049-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3003',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE SMART ENTUSIASTA',\n",
+ " 'symbol': 'FFMM-BICE-10048',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10048-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3004',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE SMART PRUDENTE',\n",
+ " 'symbol': 'FFMM-BICE-10050',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10050-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3006',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ETF IT NOW S&P IPSA ESG',\n",
+ " 'symbol': 'FFMM-ITAU-10068',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10068-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '537',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 4Y',\n",
+ " 'symbol': 'SPC-UF-4Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '538',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 5Y',\n",
+ " 'symbol': 'SPC-UF-5Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3010',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10061',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10061-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3011',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER TOP TECH',\n",
+ " 'symbol': 'FFMM-BICE-10109',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10109-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '539',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 10Y',\n",
+ " 'symbol': 'SPC-UF-10Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3015',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA GLOBAL AHORRO DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-10125',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10125-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2748',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FYNSA TOTAL RETURN FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9820',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9820-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '540',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 20Y',\n",
+ " 'symbol': 'SPC-UF-20Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '529',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 2Y',\n",
+ " 'symbol': 'SPC-CLP-2Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '2545',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO SISTEMATICO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8067',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8067-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3016',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'KOMP',\n",
+ " 'symbol': 'KOMP',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3014',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA CONSERVADOR FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-10074',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10074-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3050',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL SHORT DURATION LATAM',\n",
+ " 'symbol': 'FFMM-CREDICORP-10087',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10087-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1923',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8076',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8076-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1926',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES GLOBAL EMERGENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8058',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8058-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1747',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CAPITAL FINANCIERO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8026',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8026-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1767',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CORPORATE DOLLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8248',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8248-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1829',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIONES ALTERNATIVAS',\n",
+ " 'symbol': 'FFMM-BANCHILE-9294',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9294-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1722',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EMERGENTES III',\n",
+ " 'symbol': 'FFMM-BANCHILE-9673',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9673-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2792',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BEST COUPON USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9884',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9884-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1723',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EUROPA III',\n",
+ " 'symbol': 'FFMM-BANCHILE-9672',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9672-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2835',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS GLOBAL',\n",
+ " 'symbol': 'FINV-9332',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9332-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2084',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO ESTABLE I GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8868',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8868-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2828',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GLOBAL HIGH YIELD',\n",
+ " 'symbol': 'FFMM-BANCHILE-9859',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9859-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2085',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO ESTABLE II GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8905',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8905-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2086',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO ESTABLE III GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8919',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8919-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2087',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO PLUS I GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8871',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8871-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2090',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AMERICA LATINA ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8086',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8086-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2091',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BAMBÚ GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8418',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8418-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2092',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCA AMERICANA VOLTARGET GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8782',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8782-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2093',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8120',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8120-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2094',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GARANTIZADO 112',\n",
+ " 'symbol': 'FFMM-BANCHILE-8353',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8353-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2095',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GARANTIZADO PLUS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8283',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8283-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2096',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE UTILIDADES GLOBALES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8122',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8122-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2832',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE EMERGING DEBT',\n",
+ " 'symbol': 'FINV-9778',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9778-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2830',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE DEUDA CHILENA',\n",
+ " 'symbol': 'FINV-9252',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9252-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2838',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS ESTADOS UNIDOS',\n",
+ " 'symbol': 'FINV-9333',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9333-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2829',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE CHILE BLEND.',\n",
+ " 'symbol': 'FINV-7213',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7213-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2836',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE MARKETPLUS EUROPA',\n",
+ " 'symbol': 'FINV-9606',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9606-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2831',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE DEUDA ALTO RENDIMIENTO',\n",
+ " 'symbol': 'FINV-9534',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9534-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2840',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE EMERGING EQUITY',\n",
+ " 'symbol': 'FINV-9471',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9471-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2833',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE LATAM CORPORATE HIGH YIELD',\n",
+ " 'symbol': 'FINV-9089',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9089-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2837',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS EMERGENTE',\n",
+ " 'symbol': 'FINV-9661',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9661-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2839',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE ESTRATEGIAS ALTERNATIVAS',\n",
+ " 'symbol': 'FINV-9470',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9470-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2445',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MI AHORRO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8718',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8718-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3017',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'TIP',\n",
+ " 'symbol': 'TIP',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1943',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTIÓN ACTIVA PRUDENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-9649',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9649-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2834',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS DEUDA INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9318',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9318-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1930',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES SELECTAS CHILE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8372',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8372-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3165',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO INVERSION UF',\n",
+ " 'symbol': 'FFMM-BCI-10250',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10250-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3166',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA ESTRUCTURADO UF II CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10246',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10246-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1674',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI PB US HIGH YIELD',\n",
+ " 'symbol': 'FFMM-BCI-9456',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9456-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2211',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TENDENCIAS DEUDA',\n",
+ " 'symbol': 'FFMM-BICE-9086',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9086-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3115',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Vanguard Value ETF',\n",
+ " 'symbol': 'VTV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2277',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP INVESTMENT A',\n",
+ " 'symbol': 'FFMM-ITAU-9011',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9011-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2257',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CHILE GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8382',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8382-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3149',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER AGRESIVO DÓLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-10202',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10202-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3065',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRUDENTE DÓLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-10147',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10147-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3171',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION NEVASA PROTECCION',\n",
+ " 'symbol': 'FINV-10234',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10234-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3167',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC SUSTENTABLE',\n",
+ " 'symbol': 'FINV-10170',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10170-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2527',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PORTFOLIO MODERADO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8214',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8214-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3168',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER AHORRO',\n",
+ " 'symbol': 'FFMM-BICE-10253',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10253-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2529',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTAMAS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8056',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8056-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1956',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SELECT DINAMICO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8996',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8996-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1957',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SELECT EQUILIBRIO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8995',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8995-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3152',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO UF +',\n",
+ " 'symbol': 'FFMM-BCI-10229',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10229-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3169',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ESTRUCTURADO AHORRO+',\n",
+ " 'symbol': 'FFMM-SANTANDER-10254',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10254-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3116',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE BLACKROCK ESG',\n",
+ " 'symbol': 'FINV-10173',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10173-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3172',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO INVERSION NOMINAL',\n",
+ " 'symbol': 'FFMM-BCI-10267',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10267-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3150',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRUCTURADO UF II',\n",
+ " 'symbol': 'FFMM-BICE-10222',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10222-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3151',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEPÓSITO PLUS IX',\n",
+ " 'symbol': 'FFMM-BANCHILE-10226',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10226-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3170',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE GLOBAL MEGATENDENCIAS',\n",
+ " 'symbol': 'FINV-10227',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10227-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1501',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SECURITY RENTA FIJA NACIONAL',\n",
+ " 'symbol': 'FINV-9117',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9117-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2012',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DEUDA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9655',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9655-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2014',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EMERGING MARKET',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8323',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8323-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2135',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BBVA GARANTIZADO SELECCION CONSUMO',\n",
+ " 'symbol': 'FFMM-SCOTIA-8810',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8810-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2144',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BBVA JAPÓN',\n",
+ " 'symbol': 'FFMM-SCOTIA-8483',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8483-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2307',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA LOCAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8904',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8904-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2577',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EMERGENTE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8453',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8453-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2578',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ENERGY FUND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8461',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8461-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2579',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8500',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8500-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2580',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EURO BOND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8337',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8337-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2581',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EVOLUCIÓN CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8958',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8958-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2583',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EXPLORER',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8165',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8165-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2582',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EXPLORER',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8361',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8361-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2018',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY FIXED INCOME BRL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8661',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8661-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2584',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY FUNDACION',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8262',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8262-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2585',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY GLOBAL INVESTMENT',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8095',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8095-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2586',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY INDEX FUND CHILE MID & SMALL CAP',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8814',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8814-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2587',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LATINOAMERICANO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8567',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8567-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2588',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LATINOAMÉRICA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8486',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8486-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2594',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY NOMINAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8491',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8491-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2595',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY OPPORTUNITY 105 GARANTIZADO II',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8444',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8444-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2596',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PREMIUM',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8359',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8359-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2178',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 103',\n",
+ " 'symbol': 'FFMM-BCI-9329',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9329-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2180',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 108 IV',\n",
+ " 'symbol': 'FFMM-BCI-9399',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9399-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2181',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EUROPA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BCI-8942',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8942-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2166',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI BRIC 40',\n",
+ " 'symbol': 'FFMM-BCI-8581',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8581-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2167',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CAPITAL TRUST 100',\n",
+ " 'symbol': 'FFMM-BCI-8334',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8334-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2171',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CAPITAL TRUST MARCOPOLO',\n",
+ " 'symbol': 'FFMM-BCI-8478',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8478-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2214',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9447',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9447-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1721',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EMERGENTES II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9519',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9519-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2217',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EUROPA II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9487',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9487-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2597',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PREMIUM',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8065',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8065-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2598',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PREVISION',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8258',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8258-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2599',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PROTECCION UF',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8790',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8790-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2600',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY RENTA DÓLAR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8493',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8493-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2601',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8409',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8409-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2602',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY RENTA LOCAL MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8313',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8313-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2603',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY U.S.A.',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8360',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8360-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2604',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY USA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8425',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8425-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2605',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY VISIÓN GLOBAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8351',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8351-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2097',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO AHORRO BALANCEADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9147',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9147-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2098',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO AHORRO GARANTIZADO 1',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8512',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8512-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2099',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO AHORRO MEDIANO Y LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9148',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9148-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2100',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO BNP PARIBAS ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8745',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8745-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2102',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO EMPRESAS EUROPEAS',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9210',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9210-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2103',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO GARANTIZADO DOBLE OPORTUNIDAD',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8746',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8746-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2104',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO GARANTIZADO NUEVO MUNDO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8611',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8611-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2105',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO GARANTIZADO TESORO AMERICANO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8646',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8646-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2106',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO PERLAS EMERGENTES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8614',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8614-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1622',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO BNP PARIBAS ACCIONES DESARROLLADAS',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8744',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8744-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2287',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORPORATIVO BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8318',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8318-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2366',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-ITAU-8954',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8954-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2367',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-ITAU-8285',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8285-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2368',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA LATAM',\n",
+ " 'symbol': 'FFMM-ITAU-9029',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9029-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2107',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDA DÓLAR GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8693',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8693-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2108',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDA ESTADOS UNIDOS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8719',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8719-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2109',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDA EUROPA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8720',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8720-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2213',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BONSAI 106 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8335',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8335-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1720',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES BRASIL II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9714',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9714-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2216',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EUROPA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9286',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9286-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2101',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO BNP PARIBAS RENTA DESARROLLADA',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8754',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8754-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1724',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES JAPÓN II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9547',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9547-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1781',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEPÓSITO XXI',\n",
+ " 'symbol': 'FFMM-BANCHILE-8152',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8152-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1782',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEUDA DÓLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8957',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8957-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1783',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEUDA SOBERANA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8934',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8934-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1784',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DISPONIBLE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8052',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8052-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2218',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES JAPÓN',\n",
+ " 'symbol': 'FFMM-BANCHILE-9321',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9321-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2219',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9047',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9047-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2220',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER AUSTRALIA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8869',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8869-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2222',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHILE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8909',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8909-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2223',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHINA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8752',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8752-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2224',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHINA STOCKS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8985',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8985-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2225',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHINA STOCKS II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9083',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9083-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2226',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER EUROPA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8972',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8972-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2227',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER EUROPA II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9070',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9070-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2228',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER JAPON',\n",
+ " 'symbol': 'FFMM-BANCHILE-9059',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9059-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1614',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8035',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8035-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2229',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER REAL ESTATE EUROPE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9234',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9234-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2230',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER REAL ESTATE USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8973',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8973-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2231',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER SMALL CAP USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8866',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8866-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2232',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER USA PESOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-9218',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9218-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2234',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BRIC ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8830',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8830-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2235',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BRICS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8415',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8415-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2243',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CASH',\n",
+ " 'symbol': 'FFMM-BANCHILE-8121',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8121-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2787',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE ORO',\n",
+ " 'symbol': 'FINV-9837',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9837-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2751',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BEST COUPON EUROPE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9864',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9864-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2255',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CHILE ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8027',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8027-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1787',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGIA AGRESIVA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9042',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9042-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1788',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGIA CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9041',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9041-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1496',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE LATAM EQUITY',\n",
+ " 'symbol': 'FINV-7195',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7195-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2256',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CHILE BURSATIL GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8964',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8964-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1768',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8274',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8274-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2456',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OPPORTUNITY 100 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8362',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8362-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1745',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CAPITAL EFECTIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8931',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8931-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1618',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8125',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8125-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1831',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIÓN BRASIL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8533',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8533-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1832',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIÓN CHINA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8534',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8534-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1833',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIÓN USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8078',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8078-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1879',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE LATAM ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8811',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8811-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1883',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO AGRESIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8555',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8555-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1884',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8377',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8377-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2741',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES BRASIL III',\n",
+ " 'symbol': 'FFMM-BANCHILE-9839',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9839-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1855',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE JAPÓN ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9255',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9255-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1880',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE LATAM CORPORATE INVESTMENT GRADE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8249',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8249-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1881',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-BANCHILE-8115',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8115-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2263',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSUMO ESTABLE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8554',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8554-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2286',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORPORATIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8094',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8094-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2289',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DE CRECIMIENTO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8014',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8014-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2290',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DE LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-BANCHILE-8017',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8017-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2291',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DECISIÓN ESTRATÉGICA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8356',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8356-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2293',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS II GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9050',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9050-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2292',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS II GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8965',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8965-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2294',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS III GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9051',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9051-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2295',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS III GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8969',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8969-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2297',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS IV GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8984',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8984-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2296',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS IV GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9052',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9052-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2298',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS V GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9046',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9046-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2273',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP EMEA',\n",
+ " 'symbol': 'FFMM-CORPBANCA-8794',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8794-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2274',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP FINANCIAL BANKING',\n",
+ " 'symbol': 'FFMM-CORPBANCA-8268',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8268-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2275',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP GARANTIZADO LA NUEVA POTENCIA',\n",
+ " 'symbol': 'FFMM-CORPBANCA-8630',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8630-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2299',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS V GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9053',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9053-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2319',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA SELECCIÓN CHILENA',\n",
+ " 'symbol': 'FFMM-ZURICH-9044',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9044-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2566',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ASIATICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8613',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8613-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2567',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY BONOS LATINOAMERICANOS',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8260',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8260-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2568',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY BRASIL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8612',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8612-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2569',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CHILE 105 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8632',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8632-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2570',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CHILE LONG-SHORT',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8756',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8756-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2571',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CONFIANZA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8463',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8463-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2572',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CONFIANZA DÓLAR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8664',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8664-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2300',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS VI GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9058',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9058-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2301',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPÿSITO PLUS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9049',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9049-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2302',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPÓSITO PLUS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8947',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8947-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2303',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPÓSITO PLUS VII',\n",
+ " 'symbol': 'FFMM-BANCHILE-9319',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9319-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2304',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA CORPORATIVA DÓLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8264',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8264-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2309',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ECONOMIAS EMERGENTES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8128',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8128-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2310',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRATEGIA COMMODITIES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8761',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8761-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2311',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO BONOS UF PLUS I',\n",
+ " 'symbol': 'FFMM-BANCHILE-9400',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9400-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1790',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO BONOS UF PLUS II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9484',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9484-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2312',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO EUROPA DESARROLLADA NIVEL 100',\n",
+ " 'symbol': 'FFMM-BANCHILE-9205',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9205-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2313',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO EUROPA DESARROLLADA NIVEL 90',\n",
+ " 'symbol': 'FFMM-BANCHILE-9206',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9206-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2314',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO JAPÓN NIVEL 100',\n",
+ " 'symbol': 'FFMM-BANCHILE-9232',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9232-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2315',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO SMALL - MID CAP USA NIVEL 90',\n",
+ " 'symbol': 'FFMM-BANCHILE-9233',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9233-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2316',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EURO MONEY MARKET',\n",
+ " 'symbol': 'FFMM-BANCHILE-8272',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8272-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2317',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EURO TECHNOLOGY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8153',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8153-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2325',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROPA ACCIONARIO GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8951',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8951-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2326',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROPEO ESTRUCTURADO NIVEL 90',\n",
+ " 'symbol': 'FFMM-BANCHILE-9330',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9330-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2327',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FINANCIERO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8556',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8556-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2328',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FLEXIBLE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8025',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8025-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2007',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CHECK',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8048',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8048-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2329',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FORTALEZAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8595',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8595-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2330',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FRONTERAS DEL ESTE GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8472',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8472-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2333',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GIGANTES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8510',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8510-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2336',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GLOBAL STOCKS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9001',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9001-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2345',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INDUSTRIA Y CONSUMO CÍCLICO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8557',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8557-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2350',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INTERNATIONAL BOND FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8137',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8137-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2356',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERSIÓN CHILE 30',\n",
+ " 'symbol': 'FFMM-BANCHILE-8355',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8355-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2221',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER BALANCED CHILE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8921',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8921-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1970',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA ACCIONES CHILE MID CAP',\n",
+ " 'symbol': 'FFMM-SCOTIA-8857',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8857-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2241',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CAPITALISA ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8001',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8001-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2242',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CARRY TRADE MONEDAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8727',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8727-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2438',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LATAM MARKET',\n",
+ " 'symbol': 'FFMM-BANCHILE-8851',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8851-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2439',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LATIN AMERICA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8136',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8136-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2441',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LIQUIDEZ FULL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8504',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8504-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2442',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MARFIL GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8468',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8468-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2443',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MEDICAL & HEALTH-CARE FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8151',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8151-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2451',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MURALLA CHINA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8734',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8734-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2452',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MÉXICO ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8842',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8842-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2454',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OPERACIONAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8034',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8034-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2351',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERLINK MILLENIUM',\n",
+ " 'symbol': 'FFMM-INVERLINK-8184',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8184-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2455',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OPORTUNIDADES EMERGENTES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8667',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8667-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2457',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PATRIMONIAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8039',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8039-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2475',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PERFORMANCE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8053',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8053-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1885',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PORTAFOLIO ACTIVO DEFENSIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8452',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8452-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2478',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO POTENCIAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8594',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8594-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2606',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SMALL CAP USA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9018',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9018-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2611',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TECHNOLOGY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8150',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8150-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2612',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TECNOLOGIA Y TELECOMUNICACIONES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8558',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8558-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2631',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA C',\n",
+ " 'symbol': 'FFMM-BANCHILE-8450',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8450-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2632',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA D',\n",
+ " 'symbol': 'FFMM-BANCHILE-8451',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8451-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2633',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO WALL STREET 107 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8548',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8548-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1975',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONEY MARKET DOLAR',\n",
+ " 'symbol': 'FFMM-SCOTIA-8238',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8238-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2488',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO RENTA VARIABLE CHILE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8789',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8789-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2574',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DIVERSIFICACION',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8298',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8298-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2576',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DOLAR BOND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8324',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8324-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2575',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DOLAR BOND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8229',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8229-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2005',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECOND BEST ACCIONES LATINOAMERICANAS – ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9521',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9521-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1981',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA LEADER',\n",
+ " 'symbol': 'FFMM-SCOTIA-8050',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8050-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1542',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION NEVASA VISION',\n",
+ " 'symbol': 'FINV-9402',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9402-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2607',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SUPER FONDO TOP 50',\n",
+ " 'symbol': 'FFMM-SANTANDER-8340',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8340-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2608',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SUPER FONDO TOP 50 DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8341',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8341-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1544',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR ACCIONES GLOBALES',\n",
+ " 'symbol': 'FINV-9393',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9393-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1546',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR PROYECCIÓN',\n",
+ " 'symbol': 'FINV-9553',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9553-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1958',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SELECT PRUDENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8997',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8997-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2530',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER FONDO 105',\n",
+ " 'symbol': 'FFMM-SANTANDER-8330',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8330-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2531',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER FONDO 110',\n",
+ " 'symbol': 'FFMM-SANTANDER-8331',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8331-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2532',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER FONDO 110 DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8339',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8339-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2535',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER INTERES',\n",
+ " 'symbol': 'FFMM-SANTANDER-8191',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8191-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2613',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TELECOMMUNICATION FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8146',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8146-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2614',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TIGRES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8509',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8509-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2617',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN EUROPA 103 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8949',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8949-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2619',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN EUROPE EQUITY',\n",
+ " 'symbol': 'FFMM-BANCHILE-9026',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9026-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2618',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN EUROPE EQUITY',\n",
+ " 'symbol': 'FFMM-BANCHILE-9037',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9037-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2620',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8936',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8936-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2621',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN USA PESOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-9008',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9008-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2622',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO U.S. STABILITY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8138',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8138-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2623',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO U.S.HIGH TECHNOLOGY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8143',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8143-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2624',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO USA CUPON PLUS NIVEL 100',\n",
+ " 'symbol': 'FFMM-BANCHILE-9322',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9322-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2625',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO USA EQUITY TAX ADVANTAGE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8983',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8983-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2626',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VERDE AMARELO GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8526',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8526-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2627',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VIEJO CONTINENTE ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8210',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8210-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2629',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA ACCIONES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8447',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8447-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2630',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA B',\n",
+ " 'symbol': 'FFMM-BANCHILE-8449',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8449-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2064',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH CASH',\n",
+ " 'symbol': 'FFMM-ZURICH-8345',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8345-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1999',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA DEUDA LARGO PLAZO UF',\n",
+ " 'symbol': 'FFMM-SCOTIA-9154',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9154-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1988',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO I',\n",
+ " 'symbol': 'FFMM-SCOTIA-8757',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8757-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2077',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH USA',\n",
+ " 'symbol': 'FFMM-ZURICH-9048',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9048-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1990',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO XIX',\n",
+ " 'symbol': 'FFMM-SCOTIA-9166',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9166-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1991',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO XVIII',\n",
+ " 'symbol': 'FFMM-SCOTIA-9065',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9065-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1992',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO XX',\n",
+ " 'symbol': 'FFMM-SCOTIA-9253',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9253-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1997',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA RENTA BALANCEADA',\n",
+ " 'symbol': 'FFMM-SCOTIA-8966',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8966-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1895',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL DEUDA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8250',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8250-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2110',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDESARROLLO GARANTIZADO 1',\n",
+ " 'symbol': 'FFMM-SCOTIA-8473',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8473-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2546',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA EE.UU.',\n",
+ " 'symbol': 'FFMM-SCOTIA-8605',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8605-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2547',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA GARANTIZADO 2008',\n",
+ " 'symbol': 'FFMM-SCOTIA-8420',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8420-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2548',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA GARANTIZADO LOCKIN',\n",
+ " 'symbol': 'FFMM-SCOTIA-8571',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8571-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2549',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA GARANTIZADO POTENCIA GLOBAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8498',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8498-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2551',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-SCOTIA-8828',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8828-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1896',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL DEUDA MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8422',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8422-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2609',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SUPER SELECCION',\n",
+ " 'symbol': 'FFMM-SANTANDER-8383',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8383-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2479',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL BONOS INTERNACIONALES',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8279',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8279-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2480',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL BRAZIL EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8791',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8791-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1586',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VISION ACCIONES GLOBALES FONDO DE INVERSION',\n",
+ " 'symbol': 'FFMM-FINASSET-9334',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9334-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2477',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO POTENCIAS CONSOLIDADAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8735',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8735-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2886',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION LARRAINVIAL DEUDA LATAM LOW CARBON ESG',\n",
+ " 'symbol': 'FINV-9867',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9867-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1540',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL OPORTUNIDAD LATAM',\n",
+ " 'symbol': 'FINV-9350',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9350-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1862',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ASIA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9023',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9023-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1603',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ACCIONES GLOBALES',\n",
+ " 'symbol': 'FINV-9320',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9320-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1604',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL GLOBAL',\n",
+ " 'symbol': 'FINV-9159',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9159-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1605',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL OPPORTUNITIES',\n",
+ " 'symbol': 'FINV-9160',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9160-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1606',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL PATRIMONIO',\n",
+ " 'symbol': 'FINV-9370',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9370-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2335',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GLOBAL EQUITY',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8173',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8173-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2354',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERSION BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8652',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8652-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2355',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERSION PERU',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8654',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8654-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1495',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION LARRAINVIAL QUANT LATAM',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9298',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9298-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2750',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA CONSERVADORA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9853',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9853-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2740',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA MODERADA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9816',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9816-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1863',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA DEFENSIVA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8172',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8172-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1756',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8170',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8170-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1526',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ARGENTINA EQUITY',\n",
+ " 'symbol': 'FINV-9659',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9659-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2397',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ACCIONES BENEFICIO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8282',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8282-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2398',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ACCIONES NACIONALES',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8096',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8096-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2399',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL AHORRO A PLAZO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8124',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8124-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2400',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ALTO RENDIMIENTO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8388',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8388-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2401',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL BRASIL RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8432',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8432-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2402',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL DEPOSITO INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8166',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8166-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2403',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ENFOQUE',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8368',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8368-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2469',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PENTA RENTA NOMINAL CHILE',\n",
+ " 'symbol': 'FFMM-PENTA-8312',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8312-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2485',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO RENTA FUTURA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8201',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8201-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1875',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MERCADO MONETARIO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8130',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8130-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1529',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA CHILE',\n",
+ " 'symbol': 'FINV-7210',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7210-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2405',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL EUROPA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8497',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8497-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2406',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL LATINOAMERICANO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8192',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8192-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2410',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL PROTECCION',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8369',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8369-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1527',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ACCIONARIO GLOBAL',\n",
+ " 'symbol': 'FINV-9389',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9389-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1528',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL CHILE EQUITY',\n",
+ " 'symbol': 'FINV-9169',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9169-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1530',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA LATAM HIGH YIELD',\n",
+ " 'symbol': 'FINV-7064',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7064-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1532',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA LOCAL',\n",
+ " 'symbol': 'FINV-9279',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9279-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2411',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ACCIONES BENEFICIO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8873',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8873-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2412',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO CENTRAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8241',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8241-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2413',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO LARGO NOMINAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9064',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9064-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2415',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BONOS CORPORATIVOS BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8171',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8171-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2416',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8780',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8780-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2417',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BRASIL SMALL & MID CAPS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8833',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8833-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2418',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BRIC',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8431',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8431-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2419',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL COLOMBIA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8874',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8874-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2420',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CRECIMIENTO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8469',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8469-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1539',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA ESTRATÉGICA',\n",
+ " 'symbol': 'FINV-9391',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9391-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1531',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA LATAM UF',\n",
+ " 'symbol': 'FINV-9150',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9150-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1533',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA RETORNO ABSOLUTO',\n",
+ " 'symbol': 'FINV-9346',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9346-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1535',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL FACTURAS',\n",
+ " 'symbol': 'FINV-9306',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9306-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1537',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL LATAM LOCAL CURRENCY DEBT',\n",
+ " 'symbol': 'FINV-7185',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7185-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1536',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL LATAM EQUITY',\n",
+ " 'symbol': 'FINV-9149',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9149-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2421',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL DISPONIBLE',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8938',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8938-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2422',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL DOLAR GLOBAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8704',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8704-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2423',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ESPAÑA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9068',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9068-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2424',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL INVERSION MUNDIAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8436',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8436-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2425',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL LATAM EX BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8917',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8917-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2426',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL LATAM SMALL & MID CAPS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8531',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8531-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2427',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL LIDER BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8552',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8552-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2428',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MANDARIN',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8499',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8499-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2429',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MEGATENDENCIAS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8818',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8818-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2430',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8198',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8198-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2433',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PERU',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8706',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8706-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2434',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PORTFOLIO ALTERNATIVO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9293',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9293-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1534',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ESTADOS UNIDOS',\n",
+ " 'symbol': 'FINV-9443',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9443-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2526',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PORTFOLIO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8213',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8213-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2435',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PRECISION',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8419',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8419-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2436',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8376',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8376-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2437',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL RETORNO TOTAL DOLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8530',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8530-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2449',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MULTI BALANCEADO DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8470',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8470-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2450',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MULTI PROTECCIÓN DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8476',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8476-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1714',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BICE-9238',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9238-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2589',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LEADER 100 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8391',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8391-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2258',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COLOMBIA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8540',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8540-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2590',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8261',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8261-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2261',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO AHORRO NOMINAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8532',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8532-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2591',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY MONEY MARKET',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8311',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8311-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2262',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO AHORRO UF',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8246',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8246-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2407',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL LIDER DOLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8314',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8314-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2592',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY MONEY MARKET DÓLAR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8572',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8572-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2408',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL MULTIMERCADO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8545',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8545-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2409',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL PERU',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8617',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8617-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2404',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL EURO DOLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8271',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8271-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2593',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY MUNDO EMERGENTE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8568',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8568-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2634',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO XTRA INCOME',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8291',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8291-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1716',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA UF',\n",
+ " 'symbol': 'FFMM-BICE-8141',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8141-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1710',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA MÁS CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BICE-8933',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8933-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1712',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE LIQUIDEZ PESOS',\n",
+ " 'symbol': 'FFMM-BICE-8063',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8063-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1711',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE LIQUIDEZ DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-8506',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8506-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1713',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BICE-8902',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8902-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1799',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH DOLAR',\n",
+ " 'symbol': 'FFMM-ZURICH-8629',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8629-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1549',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SECURITY DEUDA LATAM EN UF',\n",
+ " 'symbol': 'FINV-9128',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9128-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1785',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE EMERGING',\n",
+ " 'symbol': 'FFMM-BANCHILE-8054',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8054-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1786',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE EMERGING MARKET',\n",
+ " 'symbol': 'FFMM-BANCHILE-8299',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8299-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1821',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE EUROPA DESARROLLADA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8129',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8129-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1826',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GLOBAL DOLLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8301',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8301-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1828',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE HORIZONTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8023',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8023-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1749',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE COBERTURA DEUDA GLOBAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9561',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9561-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1755',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPROMISO BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8317',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8317-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1766',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONVENIENCIA BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8320',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8320-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1538',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL SMALL AND MID CAP LATAM',\n",
+ " 'symbol': 'FINV-7127',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7127-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1541',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL PERÚ EQUITY',\n",
+ " 'symbol': 'FINV-9171',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9171-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1559',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'MBI DEUDA TOTAL FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9202',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9202-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1827',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GLOBAL ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8088',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8088-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1548',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR TACTICO INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9628',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9628-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1545',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR LEASING',\n",
+ " 'symbol': 'FINV-9392',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9392-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1691',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE ACTIVO',\n",
+ " 'symbol': 'FFMM-BICE-8819',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8819-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1692',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE MID CAP',\n",
+ " 'symbol': 'FFMM-BICE-8553',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8553-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1835',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU AHORRO CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-ITAU-8352',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8352-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1837',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ANDINO RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-ITAU-8979',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8979-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " ...]}"
+ ]
+ },
+ "execution_count": 154,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "results_conceptual_assets = response_conceptual_assets.json()\n",
+ "results_conceptual_assets"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 155,
+ "id": "7b39f66c-d86c-499f-909d-1e73062f31a0",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "[{'id': '25',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Dólar Observado',\n",
+ " 'symbol': 'USDCLP',\n",
+ " 'category': 'currency',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '1679',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI RENDIMIENTO',\n",
+ " 'symbol': 'FFMM-BCI-8036',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8036-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2826',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'GLD',\n",
+ " 'symbol': 'GLD',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1670',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF > 5 AÑOS',\n",
+ " 'symbol': 'FFMM-BCI-8460',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8460-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2642',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRUCTURADO 108',\n",
+ " 'symbol': 'FFMM-BICE-9728',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9728-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2892',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU COMPASS ACCIONES LATINOAMERICANAS',\n",
+ " 'symbol': 'FFMM-ITAU-9926',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9926-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1774',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL INDICE CHILE',\n",
+ " 'symbol': 'FFMM-CREDICORP-8929',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8929-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2889',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN TRONADOR DEUDA PRIVADA',\n",
+ " 'symbol': 'FINV-9918',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9918-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2898',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'XLC Deuda Privada Fintech Fondo de Inversión',\n",
+ " 'symbol': 'FINV-9907',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9907-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2887',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU COMPASS DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-ITAU-9927',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9927-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2893',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA EMERGENTE',\n",
+ " 'symbol': 'FFMM-ITAU-9923',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9923-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2646',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE DEUDA LATAM HY FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9734',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9734-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1844',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO AGRESIVO',\n",
+ " 'symbol': 'FFMM-ITAU-8993',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8993-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2881',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QUEST DEUDA CHILE INVESTMENT GRADE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9885',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9885-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3051',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE DEUDA DOLAR CORTO PLAZO',\n",
+ " 'symbol': 'FINV-10120',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10120-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '16',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CLF/CLP',\n",
+ " 'symbol': 'CLFCLP',\n",
+ " 'category': 'currency',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '1847',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU LATAM CORPORATE',\n",
+ " 'symbol': 'FFMM-ITAU-8254',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8254-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1841',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DINAMICO',\n",
+ " 'symbol': 'FFMM-ITAU-8959',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8959-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2888',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU LARRAINVIAL AHORRO ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-ITAU-9928',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9928-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2842',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ARKK',\n",
+ " 'symbol': 'ARKK',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2846',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VCIT',\n",
+ " 'symbol': 'VCIT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2894',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ INCOME',\n",
+ " 'symbol': 'FFMM-ITAU-9921',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9921-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2973',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VGT',\n",
+ " 'symbol': 'VGT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1843',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO ACCIONES',\n",
+ " 'symbol': 'FFMM-ITAU-8971',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8971-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2895',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA MÁS LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BICE-9934',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9934-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '47',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPY',\n",
+ " 'symbol': 'SPY',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3153',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COOPEUCH DVA ACCIONARIO TENDENCIAS GLOBALES FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10206',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10206-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1462',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA ALL CAP CHILE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9395',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9395-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3053',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER DNA SCIENCE',\n",
+ " 'symbol': 'FFMM-BICE-10130',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10130-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2825',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BLV',\n",
+ " 'symbol': 'BLV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1519',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ZURICH RENTA VARIABLE GLOBAL',\n",
+ " 'symbol': 'FINV-9198',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9198-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2900',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL TRENDS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9930',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9930-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2899',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU TOESCA CHILE EQUITIES',\n",
+ " 'symbol': 'FFMM-ITAU-9936',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9936-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2901',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL HEALTH AND BIOTECH',\n",
+ " 'symbol': 'FINV-9915',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9915-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3052',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA GLOBAL',\n",
+ " 'symbol': 'FFMM-BICE-10139',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10139-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3054',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER GLOBAL FINTECH',\n",
+ " 'symbol': 'FFMM-BICE-10132',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10132-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1543',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SANTANDER DEUDA LATAM',\n",
+ " 'symbol': 'FINV-9666',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9666-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2784',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Franklin Templeton Deuda Corto Plazo',\n",
+ " 'symbol': 'FT-LIQU',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 6,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2848',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FTEC',\n",
+ " 'symbol': 'FTEC',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2847',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN WEG-7',\n",
+ " 'symbol': 'FINV-9891',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9891-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2902',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FRONTAL TRUST RENDIMIENTO CON LIQUIDEZ FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9917',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9917-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2827',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FYNSA RENTA FIJA PRIVADA PERÚ',\n",
+ " 'symbol': 'FINV-9461',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9641-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1678',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BCI-9063',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9063-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2903',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9929',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9929-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2843',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ARKW',\n",
+ " 'symbol': 'ARKW',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1661',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI FRONTERA',\n",
+ " 'symbol': 'FFMM-BCI-8588',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8588-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1650',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EMERGENTE GLOBAL',\n",
+ " 'symbol': 'FFMM-BCI-8625',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8625-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2974',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CLOU',\n",
+ " 'symbol': 'CLOU',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1672',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEUDA LATAM HY',\n",
+ " 'symbol': 'FFMM-BCI-8967',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8967-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1669',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI GLOBAL TITAN',\n",
+ " 'symbol': 'FFMM-BCI-8710',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8710-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1664',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI GESTIÓN FLEXIBLE',\n",
+ " 'symbol': 'FFMM-BCI-8813',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8813-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2896',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GLOBAL BRANDS',\n",
+ " 'symbol': 'FFMM-ITAU-9931',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9931-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1641',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEUDA LATAM IG',\n",
+ " 'symbol': 'FFMM-BCI-9231',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9231-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1683',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI USA',\n",
+ " 'symbol': 'FFMM-BCI-8515',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8515-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3055',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER VIDEO GAMES & ESPORTS',\n",
+ " 'symbol': 'FFMM-BICE-10131',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10131-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1642',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF HASTA 1 AÑO',\n",
+ " 'symbol': 'FFMM-BCI-8941',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8941-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3111',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA RENTAS MÉXICO',\n",
+ " 'symbol': 'FINV-9979',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9979-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3154',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COOPEUCH DVA BALANCEADO INNOVADOR FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10207',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10207-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3112',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA ESTRUCTURADO UF CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10201',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10201-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1493',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ITAU ACCIONARIO GLOBAL',\n",
+ " 'symbol': 'FINV-9550',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9550-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1797',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH DEUDA CORPORATIVA CHILENA',\n",
+ " 'symbol': 'FFMM-ZURICH-9054',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9054-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2891',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FFMM-ITAU-9922',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9922-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2897',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU US ADVANTAGE',\n",
+ " 'symbol': 'FFMM-ITAU-9932',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9932-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2975',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL BROWN ADVISORY US SUSTAINABLE GROWTH',\n",
+ " 'symbol': 'FINV-9997',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9997-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2745',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VT',\n",
+ " 'symbol': 'VT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1488',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RETORNO ABSOLUTO LATAM',\n",
+ " 'symbol': 'FFMM-CREDICORP-9107',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9107-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2179',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 108 III',\n",
+ " 'symbol': 'FFMM-BCI-9262',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9262-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2841',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE GLOBAL REAL ESTATE',\n",
+ " 'symbol': 'FINV-9854',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9854-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3156',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COOPEUCH COMPASS CONSERVADOR',\n",
+ " 'symbol': 'FFMM-COMPASS-10208',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10208-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1520',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ZURICH AHORRO DINÁMICO',\n",
+ " 'symbol': 'FINV-9276',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9276-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1715',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA PESOS',\n",
+ " 'symbol': 'FFMM-BICE-8029',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8029-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1675',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL ACTIVA',\n",
+ " 'symbol': 'FFMM-BCI-9060',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9060-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1676',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL AHORRO',\n",
+ " 'symbol': 'FFMM-BCI-9061',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9061-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3155',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COOPEUCH COMPASS AHORRO MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-COMPASS-10205',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10205-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1696',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES INDIA',\n",
+ " 'symbol': 'FFMM-BICE-9223',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9223-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3205',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA ESTRUCTURADO PESOS CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10264',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10264-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2006',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8820',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8820-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2883',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA DEUDA CORPORATIVA LATINOAMERICANA USD',\n",
+ " 'symbol': 'FINV-9897',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9897-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2908',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR TÁCTICO PERÚ',\n",
+ " 'symbol': 'FINV-9882',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9882-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2010',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DEUDA CORPORATIVA LATINOAMERICANA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8940',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8940-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2747',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ETHO',\n",
+ " 'symbol': 'ETHO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2844',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ESGU',\n",
+ " 'symbol': 'ESGU',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2016',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EUROPA ESTRATÉGICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9187',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9187-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2024',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LOCAL EMERGING DEBT',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8823',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8823-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1836',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU AHORRO PLUS',\n",
+ " 'symbol': 'FFMM-ITAU-9539',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9539-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2906',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA MEDTECH FUND FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9937',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9937-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1849',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU PERFORMANCE',\n",
+ " 'symbol': 'FFMM-ITAU-8092',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8092-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2364',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU CAPITAL BALANCEADO',\n",
+ " 'symbol': 'FFMM-ITAU-9016',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9016-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1494',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ITAU CHILE CORPORATIVO',\n",
+ " 'symbol': 'FINV-9551',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9551-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2365',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU CAPITAL MODERADO',\n",
+ " 'symbol': 'FFMM-ITAU-9017',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9017-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2369',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU EUROPA',\n",
+ " 'symbol': 'FFMM-ITAU-8269',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8269-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2370',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO MODERADO',\n",
+ " 'symbol': 'FFMM-ITAU-8928',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8928-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2371',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU INVESTMENT C',\n",
+ " 'symbol': 'FFMM-ITAU-9014',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9014-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2372',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU INVESTMENT D',\n",
+ " 'symbol': 'FFMM-ITAU-9015',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9015-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2374',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MAS INGRESO',\n",
+ " 'symbol': 'FFMM-ITAU-8590',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8590-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2379',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU PLUS',\n",
+ " 'symbol': 'FFMM-ITAU-8235',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8235-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2380',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU RENTA ESTRATEGICA',\n",
+ " 'symbol': 'FFMM-ITAU-9189',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9189-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2381',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU SELECCION NACIONAL',\n",
+ " 'symbol': 'FFMM-ITAU-8030',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8030-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2390',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO DEUDA LOCAL',\n",
+ " 'symbol': 'FFMM-ITAU-8265',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8265-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2391',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO MUY CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ITAU-8926',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8926-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2392',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ LATAM PACIFIC',\n",
+ " 'symbol': 'FFMM-ITAU-8891',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8891-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2393',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ MIX',\n",
+ " 'symbol': 'FFMM-ITAU-8290',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8290-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2394',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ SELECCIÓN BRASIL',\n",
+ " 'symbol': 'FFMM-ITAU-8519',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8519-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2395',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ SMALL & MID CAP BRASIL',\n",
+ " 'symbol': 'FFMM-ITAU-8520',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8520-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2396',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ WORLD EQUITY',\n",
+ " 'symbol': 'FFMM-ITAU-8237',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8237-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2907',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE EQUITY TRENDS',\n",
+ " 'symbol': 'FINV-9933',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9933-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2909',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AUTOCALL DOLLAR COUPON USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9947',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9947-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1525',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FYNSA DEUDA CHILE',\n",
+ " 'symbol': 'FINV-9559',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9559-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2910',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BEST COUPON EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9946',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9946-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1850',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU SELECT',\n",
+ " 'symbol': 'FFMM-ITAU-8338',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8338-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2002',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA ACCIONES USA',\n",
+ " 'symbol': 'FFMM-SCOTIA-8480',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8480-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2911',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MONEDA CREDITO LATAM',\n",
+ " 'symbol': 'FFMM-ITAU-9935',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9935-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2912',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ACTIVA DEUDA AUTOMOTRIZ PERÚ',\n",
+ " 'symbol': 'FINV-9703',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9703-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2977',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL GLOBAL BDCS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10039',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10039-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2976',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Schroders International Selection Fund China A',\n",
+ " 'symbol': 'LU1713307699',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2904',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Risky Hayek',\n",
+ " 'symbol': '+HAYEK+',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2845',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SMH',\n",
+ " 'symbol': 'SMH',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2009',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CRECIMIENTO ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8492',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8492-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2913',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ACTIVA FINANCIAMIENTO ESTRUCTURADO PERU',\n",
+ " 'symbol': 'FINV-9710',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9710-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2305',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA ESTATAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8102',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8102-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2306',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA ESTATAL PESOS 2-4 AÑOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8275',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8275-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2308',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA PESOS 1-5 AÑOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8134',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8134-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1886',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO EQUILIBRADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9043',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9043-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1887',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO MODERADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9067',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9067-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1552',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA ACCIONES EUROPEAS EN LIQUIDACION',\n",
+ " 'symbol': 'FINV-9493',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9493-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1888',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO POTENCIADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8448',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8448-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1917',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE QUANT GLOBAL STRATEGY',\n",
+ " 'symbol': 'FFMM-BANCHILE-9038',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9038-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1550',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FINV-9491',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9491-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1551',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA ACCIONES ESTADOS UNIDOS',\n",
+ " 'symbol': 'FINV-9492',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9492-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3056',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE MARKETPLUS TECNOLOGIA',\n",
+ " 'symbol': 'FINV-10116',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10116-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1918',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA FUTURA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8357',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8357-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1719',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES BRASIL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9585',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9585-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2905',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Moderate Portman',\n",
+ " 'symbol': 'PORTMAN',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2028',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PLUS',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8253',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8253-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2033',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SOLVENTE BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8319',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8319-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1795',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ASIA',\n",
+ " 'symbol': 'FFMM-ZURICH-8457',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8457-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1819',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-ZURICH-8458',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8458-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2003',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA PORTAFOLIO MAS CONSERVADOR',\n",
+ " 'symbol': 'FFMM-SCOTIA-8304',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8304-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3157',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ELECTROMOVILIDAD',\n",
+ " 'symbol': 'FFMM-BTG-10225',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10225-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2332',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GARANTIZADO SANTANDER EFICIENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8767',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8767-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2453',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OHIGGINS CUENTA VISTA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8060',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8060-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3206',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA CORTO PLAZO UF CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10261',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10261-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2492',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES EUROPA DESARROLLADO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8158',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8158-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2493',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES EUROPA EMERGENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8179',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8179-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2495',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES SELECTAS BRASIL',\n",
+ " 'symbol': 'FFMM-SANTANDER-8593',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8593-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2497',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER BONOS DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8231',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8231-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2498',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER CIRCULANTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8083',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8083-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1629',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO RENTA FUTURA',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9074',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9074-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1643',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF HASTA 3 AÑOS',\n",
+ " 'symbol': 'FFMM-BCI-8064',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8064-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1639',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA PESOS HASTA 1 AÑO',\n",
+ " 'symbol': 'FFMM-BCI-8327',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8327-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1633',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI AMERICA LATINA',\n",
+ " 'symbol': 'FFMM-BCI-8434',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8434-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1659',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EUROPA',\n",
+ " 'symbol': 'FFMM-BCI-8513',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8513-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2917',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA DEUDA CALIFICADOS',\n",
+ " 'symbol': 'FFMM-BCI-9981',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9981-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1636',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CHINDIA',\n",
+ " 'symbol': 'FFMM-BCI-8777',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8777-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2203',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI SELECCION ANDINA',\n",
+ " 'symbol': 'FFMM-BCI-8870',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8870-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2200',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI MERCADOS DESARROLLADOS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BCI-9066',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9066-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2190',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI GARANTIZADO DEPÓSITO 110',\n",
+ " 'symbol': 'FFMM-BCI-9200',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9200-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2182',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EUROPA GARANTIZADO II',\n",
+ " 'symbol': 'FFMM-BCI-9197',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9197-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1673',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI PB STRATEGY DEBT',\n",
+ " 'symbol': 'FFMM-BCI-9226',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9226-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1662',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINAMICA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BCI-8731',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8731-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1690',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE',\n",
+ " 'symbol': 'FFMM-BICE-8046',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8046-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2914',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM LATAM USD DEBT ESG',\n",
+ " 'symbol': 'FINV-9912',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9912-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2916',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'MBI GLOBAL FIXED INCOME FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9950',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9950-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2915',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO AHORRO 3',\n",
+ " 'symbol': 'FFMM-BCI-9961',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9961-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2884',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC DEUDA PRIVADA GLOBAL',\n",
+ " 'symbol': 'FINV-9914',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9914-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2920',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AGRESIVO',\n",
+ " 'symbol': 'FFMM-BICE-9964',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9964-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1667',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINAMICA ACTIVA',\n",
+ " 'symbol': 'FFMM-BCI-8640',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8640-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3158',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN USA',\n",
+ " 'symbol': 'FFMM-BTG-10224',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10224-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2978',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Frontal Trust Xepelin Deuda México Fondo de Inversión',\n",
+ " 'symbol': 'FINV-10062',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10062-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1668',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINÁMICA AHORRO',\n",
+ " 'symbol': 'FFMM-BCI-9228',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9228-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1647',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DOLAR CASH',\n",
+ " 'symbol': 'FFMM-BCI-8257',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8257-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2918',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR GLOBAL CORPORATES',\n",
+ " 'symbol': 'FINV-9948',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9948-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3207',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEPÓSITO PLUS X',\n",
+ " 'symbol': 'FFMM-BANCHILE-10269',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10269-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3208',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN UF III',\n",
+ " 'symbol': 'FFMM-BTG-10240',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10240-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2882',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BI ESTRATÉGICO',\n",
+ " 'symbol': 'FFMM-BANCO-9905',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9905-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2499',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER DE RESERVA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8072',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8072-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2500',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER EFICIENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8989',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8989-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2501',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8180',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8180-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2502',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER EURO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8267',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8267-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2979',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION AZIMUT FUTURE OPPORTUNITIES',\n",
+ " 'symbol': 'FINV-10095',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10095-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2786',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC BALANCEADO GLOBAL',\n",
+ " 'symbol': 'FINV-9865',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9865-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2956',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CXSE',\n",
+ " 'symbol': 'CXSE',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1473',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA LATINOAMERICANA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7141',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7141-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2885',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL GLOBAL REITS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9910',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9910-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2237',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES EUROPA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BTG-8728',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8728-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '59',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VEU',\n",
+ " 'symbol': 'VEU',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2238',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ANDINO',\n",
+ " 'symbol': 'FFMM-BTG-9000',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9000-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1648',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BCI-8976',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8976-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2921',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA DEUDA PRIVADA USA FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9958',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9958-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1665',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINÁMICA CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BCI-8638',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8638-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2244',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN ACCIONES ASIA DESARROLLADA',\n",
+ " 'symbol': 'FFMM-BTG-8596',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8596-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2955',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ARRAYÁN ACCIONES CHILENAS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9989',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9989-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1635',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI BONOS LATINOAMERICANOS',\n",
+ " 'symbol': 'FFMM-BCI-8970',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8970-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1666',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINÁMICA BALANCEADA',\n",
+ " 'symbol': 'FFMM-BCI-8639',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8639-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1474',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL ESTADOS UNIDOS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9527',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9527-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2245',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN ACCIONES EUROPEAS',\n",
+ " 'symbol': 'FFMM-BTG-8374',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8374-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2246',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN DINAMICO ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BTG-8445',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8445-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2247',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN DINAMICO BALANCEADO',\n",
+ " 'symbol': 'FFMM-BTG-8446',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8446-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2248',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN DINAMICO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BTG-8410',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8410-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1475',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL LATAM INVESTMENT GRADE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9360',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9360-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1476',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL T. ROWE PRICE FLEXIBLE EMERGING MARKET DEBT FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9677',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9677-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1688',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES ASIA',\n",
+ " 'symbol': 'FFMM-BICE-8178',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8178-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1695',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES EUROPA',\n",
+ " 'symbol': 'FFMM-BICE-8114',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8114-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1699',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-BICE-8475',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8475-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1702',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES NORTEAMERICA',\n",
+ " 'symbol': 'FFMM-BICE-8183',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8183-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1704',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE BONOS LATAM',\n",
+ " 'symbol': 'FFMM-BICE-8750',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8750-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1689',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES BRASIL',\n",
+ " 'symbol': 'FFMM-BICE-8725',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8725-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1694',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES COLOMBIA',\n",
+ " 'symbol': 'FFMM-BICE-8935',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8935-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1705',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE COMMODITIES',\n",
+ " 'symbol': 'FFMM-BICE-8749',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8749-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1709',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA MÁS AGRESIVA',\n",
+ " 'symbol': 'FFMM-BICE-8785',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8785-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1706',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA AGRESIVA',\n",
+ " 'symbol': 'FFMM-BICE-8687',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8687-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2980',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA DEUDA PRIVADA CHILE',\n",
+ " 'symbol': 'FINV-9977',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9977-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1649',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EFICIENTE',\n",
+ " 'symbol': 'FFMM-BCI-8730',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8730-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3057',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ZURICH ACTIVOS ALTERNATIVOS',\n",
+ " 'symbol': 'FINV-10128',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10128-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1613',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VISION ROGGE GLOBAL INCOME FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9092',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9092-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3159',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR US REAL ESTATE',\n",
+ " 'symbol': 'FINV-10218',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10218-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1610',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA DEUDA GLOBAL',\n",
+ " 'symbol': 'FINV-9494',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9494-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1611',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'PENTA RETORNO LATINOAMERICA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7261',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7261-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1497',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION NEVASA AHORRO',\n",
+ " 'symbol': 'FINV-9101',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9101-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1697',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES JAPÓN',\n",
+ " 'symbol': 'FFMM-BICE-9007',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9007-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1698',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES LATAM',\n",
+ " 'symbol': 'FFMM-BICE-8537',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8537-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1718',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TESORERIA',\n",
+ " 'symbol': 'FFMM-BICE-8100',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8100-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1708',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BICE-8295',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8295-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1701',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES MÉXICO',\n",
+ " 'symbol': 'FFMM-BICE-8801',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8801-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1703',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES PERÚ',\n",
+ " 'symbol': 'FFMM-BICE-8937',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8937-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1707',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA BALANCEADA',\n",
+ " 'symbol': 'FFMM-BICE-8032',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8032-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1717',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TENDENCIAS',\n",
+ " 'symbol': 'FFMM-BICE-8944',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8944-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1728',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES USA',\n",
+ " 'symbol': 'FFMM-BTG-8205',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8205-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2249',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN ENERGIA',\n",
+ " 'symbol': 'FFMM-BTG-8426',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8426-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1727',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES LATINOAMERICANAS',\n",
+ " 'symbol': 'FFMM-BTG-8206',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8206-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2250',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN INFRAESTRUCTURA',\n",
+ " 'symbol': 'FFMM-BTG-8793',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8793-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1741',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA LATINOAMERICANA HIGH YIELD',\n",
+ " 'symbol': 'FFMM-BTG-8207',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8207-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1693',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE SELECTIVO',\n",
+ " 'symbol': 'FFMM-BICE-8142',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8142-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2251',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN PERU',\n",
+ " 'symbol': 'FFMM-BTG-8865',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8865-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2252',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN RENTA GLOBAL',\n",
+ " 'symbol': 'FFMM-BTG-8404',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8404-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2253',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-BTG-8208',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8208-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2254',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CELFIN RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-BTG-8405',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8405-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1725',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ACCIONES ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BTG-8373',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8373-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1729',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL BRASIL',\n",
+ " 'symbol': 'FFMM-BTG-8575',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8575-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1736',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL MONEY MARKET DOLAR',\n",
+ " 'symbol': 'FFMM-BTG-8618',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8618-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1730',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL CHILE ACCIÓN',\n",
+ " 'symbol': 'FFMM-BTG-8898',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8898-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1700',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES MUNDO SUSTENTABLE',\n",
+ " 'symbol': 'FFMM-BICE-8924',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8924-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2650',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Unidades de Inversión',\n",
+ " 'symbol': 'MXVMXN',\n",
+ " 'category': 'currency',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 6,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1733',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL GLOBAL DESARROLLADO',\n",
+ " 'symbol': 'FFMM-BTG-9005',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9005-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1734',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL GLOBAL EMERGENTE',\n",
+ " 'symbol': 'FFMM-BTG-9024',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9024-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1740',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-BTG-9209',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9209-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3160',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPASS PROTECCIÓN',\n",
+ " 'symbol': 'FFMM-COMPASS-10235',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10235-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1732',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL GESTION ACTIVA',\n",
+ " 'symbol': 'FFMM-BTG-9006',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9006-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2922',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BICE-9965',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9965-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2923',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MODERADO',\n",
+ " 'symbol': 'FFMM-BICE-9966',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9966-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1735',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL MONEY MARKET',\n",
+ " 'symbol': 'FFMM-BTG-8202',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8202-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1738',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA ACTIVA',\n",
+ " 'symbol': 'FFMM-BTG-8950',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8950-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2957',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ESG NORDEA EMERGING STARS',\n",
+ " 'symbol': 'FFMM-ITAU-9987',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9987-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2958',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ESG GLOBAL CREDITS',\n",
+ " 'symbol': 'FFMM-ITAU-9988',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9988-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3058',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR NASDAQ 100',\n",
+ " 'symbol': 'FINV-10150',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10150-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3059',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA DEUDA PRIVADA',\n",
+ " 'symbol': 'FINV-9826',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9826-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3060',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RACLINFI',\n",
+ " 'symbol': 'RACLINFI',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3061',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RIAMI0UF',\n",
+ " 'symbol': 'RIAMI0UF',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3113',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN UF II',\n",
+ " 'symbol': 'FFMM-BTG-10200',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10200-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1739',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL RENTA CHILENA',\n",
+ " 'symbol': 'FFMM-BTG-8203',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8203-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2510',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO MATRIOSKA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8634',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8634-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1638',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CONVENIENCIA',\n",
+ " 'symbol': 'FFMM-BCI-8045',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8045-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1646',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DIVISA',\n",
+ " 'symbol': 'FFMM-BCI-8702',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8702-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1651',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-BCI-8712',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8712-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2959',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FYNSA RENTA FIJA INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9974',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9974-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2960',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FYNSA RENTA VARIABLE INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9975',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9975-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2656',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Modelo',\n",
+ " 'symbol': 'modelo',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2657',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Habitat',\n",
+ " 'symbol': 'habitat',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2658',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Capital',\n",
+ " 'symbol': 'capital',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2965',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS BRAZIL EQUITY LB FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9973',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9973-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2209',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE DREYFUS VITAE',\n",
+ " 'symbol': 'FFMM-BICE-8126',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8126-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2659',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Cuprum',\n",
+ " 'symbol': 'cuprum',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1746',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CAPITAL EMPRESARIAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9022',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9022-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2210',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE EE.UU.',\n",
+ " 'symbol': 'FFMM-BICE-8975',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8975-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2660',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Planvital',\n",
+ " 'symbol': 'planvital',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2661',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Provida',\n",
+ " 'symbol': 'provida',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2703',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Unidad Tributaria Mensual',\n",
+ " 'symbol': 'UTMCLP',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '2662',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Uno',\n",
+ " 'symbol': 'uno',\n",
+ " 'category': 'afp',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2964',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo Mutuo Security Deuda Corporativa Lationamericana',\n",
+ " 'symbol': 'CFMSECDCL',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8940-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2962',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo de inversión FYNSA Migrante',\n",
+ " 'symbol': 'CFIFYNMIG',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9992-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1954',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8280',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8280-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2890',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEUDA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9916',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9916-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2165',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI BRASIL',\n",
+ " 'symbol': 'FFMM-BCI-8763',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8763-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1681',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA PESOS LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BCI-8766',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8766-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1752',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL DEBT FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FFMM-COMPASS-9094',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9094-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2961',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION LARRAINVIAL EMERGING MARKETS DEBT',\n",
+ " 'symbol': 'FINV-9963',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9963-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1748',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA VARIABLE NACIONAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9489',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9489-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2981',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ACCIONES SOSTENIBLES ESG',\n",
+ " 'symbol': 'FFMM-BCI-10067',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10067-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2966',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS LIQUIDEZ FONDO MUTUO',\n",
+ " 'symbol': 'FFMM-AMERIS-9994',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9994-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3062',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RIAMDEPT',\n",
+ " 'symbol': 'RIAMDEPT',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1481',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL EQUITY FONDO DE INVERSION',\n",
+ " 'symbol': 'FFMM-COMPASS-9095',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9095-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3161',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MBI DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-MBI-10198',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10198-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1899',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL EUROPE EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8097',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8097-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2963',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BNPP 1',\n",
+ " 'symbol': 'BNPP-CP',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'MXN',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2967',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo de Inversión Activa Deuda Hipotecaria con Subsidio Habitacional II',\n",
+ " 'symbol': 'CFIDHS2',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9082-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1754',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS LATAM CORPORATE DEBT FONDO DE INVERSION',\n",
+ " 'symbol': 'FFMM-COMPASS-9102',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9102-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3114',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QUEST DEUDA PRIVADA CP FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-10163',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10163-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2511',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTION ACTIVA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8385',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8385-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2512',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTION DINAMICA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8386',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8386-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2513',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTION DINAMICA DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8503',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8503-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2514',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER INTERES',\n",
+ " 'symbol': 'FFMM-SANTANDER-8071',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8071-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2515',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER INTERMEDIACION',\n",
+ " 'symbol': 'FFMM-SANTANDER-8041',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8041-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2516',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MATRIOSKA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8896',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8896-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '528',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Tasa de Política Monetaria',\n",
+ " 'symbol': 'TPM',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '2361',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-ITAU-8587',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8587-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1671',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRATEGIA UF HASTA 5 AÑOS',\n",
+ " 'symbol': 'FFMM-BCI-8108',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8108-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1838',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU CONVENIENCIA',\n",
+ " 'symbol': 'FFMM-ITAU-8234',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8234-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '534',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 1Y',\n",
+ " 'symbol': 'SPC-CLP-1Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1867',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8437',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8437-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2362',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FFMM-ITAU-8162',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8162-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1637',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI COMPETITIVO',\n",
+ " 'symbol': 'FFMM-BCI-8107',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8107-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2982',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DOLAR BALANCEADA',\n",
+ " 'symbol': 'FFMM-BCI-10071',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10071-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1644',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEPOSITO EFECTIVO',\n",
+ " 'symbol': 'FFMM-BCI-8037',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8037-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2212',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE VITAE',\n",
+ " 'symbol': 'FFMM-BICE-8085',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8085-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2323',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-ZURICH-8239',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8239-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2324',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA VENTAJALOCAL',\n",
+ " 'symbol': 'FFMM-ZURICH-8278',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8278-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3063',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO DOLAR AGRESIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10151',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10151-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3064',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO DOLAR CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BANCHILE-10152',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10152-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1840',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA NOMINAL',\n",
+ " 'symbol': 'FFMM-ITAU-8620',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8620-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1846',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU GESTIONADO MODERADO',\n",
+ " 'symbol': 'FFMM-ITAU-8992',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8992-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1848',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU NATIONAL EQUITY',\n",
+ " 'symbol': 'FFMM-ITAU-8305',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8305-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1851',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU TOP USA',\n",
+ " 'symbol': 'FFMM-ITAU-8479',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8479-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1853',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ BRASIL ACTIVO',\n",
+ " 'symbol': 'FFMM-ITAU-8799',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8799-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1852',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU UF PLUS',\n",
+ " 'symbol': 'FFMM-ITAU-9201',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9201-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2742',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU RENTA DINAMICA GLOBAL',\n",
+ " 'symbol': 'FFMM-ITAU-9834',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9834-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1758',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO BALANCEADO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8193',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8193-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1861',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8240',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8240-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1877',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PORTFOLIO LIDER',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8245',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8245-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1859',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO CAPITAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8263',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8263-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1759',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO BALANCEADO CRECIMIENTO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8303',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8303-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1873',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO CORPORATIVO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8315',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8315-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1632',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI DEUDA GLOBAL',\n",
+ " 'symbol': 'FFMM-BCI-9371',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9371-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1946',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET',\n",
+ " 'symbol': 'FFMM-SANTANDER-8057',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8057-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '530',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 3Y',\n",
+ " 'symbol': 'SPC-CLP-3Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '531',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 4Y',\n",
+ " 'symbol': 'SPC-CLP-4Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '532',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 5Y',\n",
+ " 'symbol': 'SPC-CLP-5Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '533',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 10Y',\n",
+ " 'symbol': 'SPC-CLP-10Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3066',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC US VENTURE OPPORTUNITIES',\n",
+ " 'symbol': 'FINV-10079',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10079-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3067',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO UF MÁS II',\n",
+ " 'symbol': 'FFMM-BCI-10171',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10171-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1772',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL DEUDA CORPORATIVA LATAM INVESTMENT GRADE',\n",
+ " 'symbol': 'FFMM-CREDICORP-9365',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9365-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1652',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 120',\n",
+ " 'symbol': 'FFMM-BCI-9440',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9440-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1677',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA PATRIMONIAL BALANCEADA',\n",
+ " 'symbol': 'FFMM-BCI-9062',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9062-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2968',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA TENDENCIAS GLOBALES',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9986',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9986-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1680',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI RETORNO DÓLAR IG',\n",
+ " 'symbol': 'FFMM-BCI-9445',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9445-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1663',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DINAMICA CHILE',\n",
+ " 'symbol': 'FFMM-BCI-9511',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9511-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1868',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA AGRESIVA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9193',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9193-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1871',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA MODERADA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9190',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9190-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2983',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CARTERA DÓLAR CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BCI-10072',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10072-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1660',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EXPRESS',\n",
+ " 'symbol': 'FFMM-BCI-8608',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8608-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1834',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ACCIONES LATINOAMERICA',\n",
+ " 'symbol': 'FFMM-ITAU-8133',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8133-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2363',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU BONOS CORPORATIVOS',\n",
+ " 'symbol': 'FFMM-ITAU-8953',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8953-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1657',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO GLOBAL FIXED INCOME',\n",
+ " 'symbol': 'FFMM-BCI-9587',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9587-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1656',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO DEUDA GLOBAL',\n",
+ " 'symbol': 'FFMM-BCI-9586',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9586-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1864',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BONOS LATAM',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8502',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8502-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1876',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MONEY MARKET',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8606',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8606-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1857',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO A PLAZO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8755',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8755-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1878',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PROTECCION',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8788',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8788-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1860',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9221',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9221-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1897',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL DEUDA MEDIANO PLAZO UF',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9597',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9597-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1911',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL PERMANENCIA DEUDA EXTRA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9033',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9033-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3068',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL BRAVE DISCO',\n",
+ " 'symbol': 'FFMM-CREDICORP-10135',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10135-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3069',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL HEAVY METAL',\n",
+ " 'symbol': 'FFMM-CREDICORP-10136',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10136-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1951',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8615',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8615-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1952',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA LARGO PLAZO PESOS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8082',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8082-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1793',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ETF IT NOW S&P IPSA',\n",
+ " 'symbol': 'FFMM-ITAU-9019',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9019-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1469',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL BRASIL INDEX FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9368',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9368-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1470',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA ACTIVA PLUS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9358',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9358-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1894',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL CARTERA PRUDENTE',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9595',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9595-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1900',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA A',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8824',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8824-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1466',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE DEUDA LATAM FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9478',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9478-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1467',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE DEUDA NACIONAL FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9375',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9375-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1468',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE RENTA VARIABLE INTERNACIONAL FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9477',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9477-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1465',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BICE ARGENTINA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9369',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9369-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1912',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL PROGRESION DEUDA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8089',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8089-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1464',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BCI FONDO DE INVERSION DEUDA ARGENTINA',\n",
+ " 'symbol': 'FINV-9612',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9612-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1805',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH LATAM LOCAL CURRENCY DEBT',\n",
+ " 'symbol': 'FFMM-ZURICH-9162',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9162-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2045',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA BONOS CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8676',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8676-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2040',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA MULTIACTIVO AGRESIVO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9473',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9473-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2042',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA MULTIACTIVO MODERADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9474',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9474-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1472',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA LATAM DÓLAR FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-7173',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7173-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1471',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BTG PACTUAL DEUDA CORPORATIVA CHILE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7184',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7184-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1463',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA MULTIAXIS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9118',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9118-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3070',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL LIGHT REGGAE',\n",
+ " 'symbol': 'FFMM-CREDICORP-10137',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10137-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1945',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONETARIO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8059',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8059-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2538',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER TECNOLOGICO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8154',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8154-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2539',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO ACCIONES 2',\n",
+ " 'symbol': 'FFMM-SANTANDER-8075',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8075-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2540',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO ACTIVO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8093',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8093-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2541',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO ACUMULACION',\n",
+ " 'symbol': 'FFMM-SANTANDER-8061',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8061-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2542',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO FLEXIBLE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8087',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8087-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2543',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO INCREMENTO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8066',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8066-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2544',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO NORTEAMERICANO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8157',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8157-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '38',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Conservative Clooney',\n",
+ " 'symbol': 'FM-FIN-CGC',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9568-0',\n",
+ " 'data_source': 'https://fintual.cl'}},\n",
+ " {'id': '37',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Moderate Pitt',\n",
+ " 'symbol': 'FM-FIN-MBP',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9569-9',\n",
+ " 'data_source': 'https://fintual.cl'}},\n",
+ " {'id': '36',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Risky Norris',\n",
+ " 'symbol': 'FM-FIN-RCN',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9570-2',\n",
+ " 'data_source': 'https://fintual.cl'}},\n",
+ " {'id': '1483',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS PERÚ FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9174',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9174-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '49',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QQQ',\n",
+ " 'symbol': 'QQQ',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1489',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION CREDICORP CAPITAL SPREAD CORPORATIVO LOCAL',\n",
+ " 'symbol': 'FINV-7275',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7275-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2041',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA MULTIACTIVO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9564',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9564-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1993',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONEY MARKET',\n",
+ " 'symbol': 'FFMM-SCOTIA-8111',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8111-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3071',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL POWER POP',\n",
+ " 'symbol': 'FFMM-CREDICORP-10138',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10138-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1486',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BCI OPORTUNIDADES DEUDA',\n",
+ " 'symbol': 'FINV-9280',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9280-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1477',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS ARGENTINA FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9524',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9524-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1480',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL CREDIT USD FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9364',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9364-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1478',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS DEUDA PLUS FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-7200',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7200-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1484',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ECONSULT GLOBAL DOLAR FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9100',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9100-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1479',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS GLOBAL CREDIT CLP FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9363',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9363-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1485',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ECONSULT GLOBAL PESOS FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9099',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9099-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1482',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'COMPASS LATAM EQUITY FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9522',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9522-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2000',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA RENTA NOMINAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8609',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8609-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1989',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO NOMINAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8952',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8952-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1966',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA ACTIVO',\n",
+ " 'symbol': 'FFMM-SCOTIA-8413',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8413-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1492',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION FALCOM CHILEAN FIXED INCOME',\n",
+ " 'symbol': 'FINV-9289',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9289-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2739',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION ETF SINGULAR CHILE CORTA DURACION',\n",
+ " 'symbol': 'FINV-9823',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9823-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1972',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA CONFIANZA',\n",
+ " 'symbol': 'FFMM-SCOTIA-9158',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9158-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1979',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA REAL ESTATE GLOBAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8604',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8604-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2984',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO DEUDA GLOBAL II',\n",
+ " 'symbol': 'FFMM-BCI-10045',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10045-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1983',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA DEUDA MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-SCOTIA-8292',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8292-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2744',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'XLK',\n",
+ " 'symbol': 'XLK',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1487',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION CAPITAL ADVISORS RENTA VARIABLE GLOBAL',\n",
+ " 'symbol': 'FINV-9305',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9305-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '48',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'EEM',\n",
+ " 'symbol': 'EEM',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2749',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA GLOBAL DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-9843',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9843-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3072',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RISKY ROCK',\n",
+ " 'symbol': 'FFMM-CREDICORP-10141',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10141-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1461',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DEUDA CHILE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-9383',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9383-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2969',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA PRIVADA USD',\n",
+ " 'symbol': 'FINV-9870',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9870-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2746',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ITOT',\n",
+ " 'symbol': 'ITOT',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1901',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA B',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8825',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8825-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2985',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BI PROTECCIÓN',\n",
+ " 'symbol': 'FFMM-BANCO-10026',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10026-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1953',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA LARGO PLAZO UF',\n",
+ " 'symbol': 'FFMM-SANTANDER-8077',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8077-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1506',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL DEUDA CORPORATIVA INVESTMENT GRADE',\n",
+ " 'symbol': 'FFMM-CREDICORP-9251',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9251-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2375',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MAS VALOR',\n",
+ " 'symbol': 'FFMM-ITAU-8286',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8286-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2376',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU OPORTUNIDAD',\n",
+ " 'symbol': 'FFMM-ITAU-8156',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8156-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2377',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU OPORTUNIDAD DOLAR',\n",
+ " 'symbol': 'FFMM-ITAU-8648',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8648-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2970',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'CNRG',\n",
+ " 'symbol': 'CNRG',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1806',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-ZURICH-8277',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8277-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1803',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH GESTION CONSERVADORA',\n",
+ " 'symbol': 'FFMM-ZURICH-8805',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8805-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1804',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH HIGH YIELD LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-8946',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8946-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2743',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ESGV',\n",
+ " 'symbol': 'ESGV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2046',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA CORPORATIVA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8956',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8956-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2043',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA RENTA ACTIVA CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9003',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9003-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1508',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL LATIN AMERICAN EQUITY',\n",
+ " 'symbol': 'FINV-9623',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9623-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2640',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SURA ACCIONES GLOBALES',\n",
+ " 'symbol': 'FINV-9679',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9679-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1902',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA C',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8826',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8826-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1753',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPASS INVESTMENT GRADE LATAM',\n",
+ " 'symbol': 'FFMM-COMPASS-9345',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9345-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1751',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPASS DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-COMPASS-9072',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9072-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1504',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL ACCIONES US',\n",
+ " 'symbol': 'FINV-9250',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9250-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2378',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU PERFIL AGRESIVO',\n",
+ " 'symbol': 'FFMM-ITAU-9012',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9012-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1503',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BCI SOCIEDAD MATRIZ',\n",
+ " 'symbol': 'FINV-9143',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9143-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1502',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SURA DEUDA CHILE LARGO PLAZO',\n",
+ " 'symbol': 'FINV-9444',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9444-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '61',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'EMB',\n",
+ " 'symbol': 'EMB',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3075',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRUCTURADO UF',\n",
+ " 'symbol': 'FFMM-BICE-10176',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10176-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '60',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VEA',\n",
+ " 'symbol': 'VEA',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2972',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC DEUDA PRIVADA PESOS',\n",
+ " 'symbol': 'FINV-10007',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10007-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1630',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-BCI-8430',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8430-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2919',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'TOESCA DEUDA PRIVADA FACTURAS FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9970',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9970-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3073',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL ESTRUCTURADO PROTECCIÓN UF',\n",
+ " 'symbol': 'FFMM-BTG-10169',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10169-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3074',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM DEUDA CORPORATIVA CHILE',\n",
+ " 'symbol': 'FINV-9902',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9902-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2986',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TEMÁTICO GLOBAL',\n",
+ " 'symbol': 'FFMM-BICE-10009',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10009-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2987',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CLEAN ENERGY',\n",
+ " 'symbol': 'FFMM-BANCHILE-10034',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10034-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3110',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE BALANCEADO GLOBAL DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-10184',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10184-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1802',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH EXPERTO',\n",
+ " 'symbol': 'FFMM-ZURICH-8455',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8455-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3077',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'MBI DEUDA CORPORATIVA FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-10162',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10162-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1801',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH EUROPA',\n",
+ " 'symbol': 'FFMM-ZURICH-8456',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8456-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2988',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER INNOVATION',\n",
+ " 'symbol': 'FFMM-BANCHILE-10085',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10085-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '64',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VTI',\n",
+ " 'symbol': 'VTI',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2382',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU SELECTO GLOBAL',\n",
+ " 'symbol': 'FFMM-ITAU-8589',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8589-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1769',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL ACCIONES ESTRATEGICAS',\n",
+ " 'symbol': 'FFMM-CREDICORP-8982',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8982-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1794',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ACCIONES LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-8247',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8247-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '51',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'HYG',\n",
+ " 'symbol': 'HYG',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '62',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'IVV',\n",
+ " 'symbol': 'IVV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1514',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ZURICH DEUDA ARGENTINA',\n",
+ " 'symbol': 'FINV-9554',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9554-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1771',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL DEUDA 360',\n",
+ " 'symbol': 'FFMM-CREDICORP-9056',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9056-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2971',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ESPO',\n",
+ " 'symbol': 'ESPO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2383',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU USA',\n",
+ " 'symbol': 'FFMM-ITAU-8233',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8233-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2384',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ CAPITAL',\n",
+ " 'symbol': 'FFMM-ITAU-8623',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8623-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2385',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ DOLLAR',\n",
+ " 'symbol': 'FFMM-ITAU-8236',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8236-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2386',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO ACCIONES',\n",
+ " 'symbol': 'FFMM-ITAU-8960',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8960-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2387',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO AGRESIVO',\n",
+ " 'symbol': 'FFMM-ITAU-8925',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8925-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2388',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ITAU-8927',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8927-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2389',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAÚ GESTIONADO CONSERVADOR DOLAR',\n",
+ " 'symbol': 'FFMM-ITAU-8521',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8521-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1507',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-CREDICORP-9108',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9108-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2989',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL AUDAZ OJOS DEL SALADO',\n",
+ " 'symbol': 'FFMM-BTG-10030',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10030-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1800',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH ESG LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-9625',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9625-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1903',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL GESTION ESTRATEGICA D',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8827',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8827-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2990',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL AVENTURERO CERRO EL PLOMO',\n",
+ " 'symbol': 'FFMM-BTG-10032',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10032-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1808',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH PERFIL AGRESIVO',\n",
+ " 'symbol': 'FFMM-ZURICH-9576',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9576-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1509',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL PACIFIC ALLIANCE EQUITY',\n",
+ " 'symbol': 'FINV-9155',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9155-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1505',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL ALLIANZ GLOBAL EQUITIES',\n",
+ " 'symbol': 'FINV-9582',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9582-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2023',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LATAM',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8795',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8795-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2517',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET DÓLAR 2',\n",
+ " 'symbol': 'FFMM-SANTANDER-8616',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8616-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2518',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET DÓLAR 3',\n",
+ " 'symbol': 'FFMM-SANTANDER-8675',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8675-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2519',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET EURO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8686',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8686-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2522',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER OVERNIGHT',\n",
+ " 'symbol': 'FFMM-SANTANDER-8044',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8044-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '63',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VOO',\n",
+ " 'symbol': 'VOO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '65',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'DSI',\n",
+ " 'symbol': 'DSI',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '50',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'IWM',\n",
+ " 'symbol': 'IWM',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '52',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VWO',\n",
+ " 'symbol': 'VWO',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2994',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA EXPLORADORA',\n",
+ " 'symbol': 'FFMM-ITAU-10021',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10021-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2991',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BTG PACTUAL PRECAVIDO CERRO MANQUEHUE',\n",
+ " 'symbol': 'FFMM-BTG-10031',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10031-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '53',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'EWJ',\n",
+ " 'symbol': 'EWJ',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1776',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL MACRO CLP 1.5',\n",
+ " 'symbol': 'FFMM-CREDICORP-9310',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9310-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1773',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL GLOBALES I',\n",
+ " 'symbol': 'FFMM-CREDICORP-8427',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8427-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '54',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'JNK',\n",
+ " 'symbol': 'JNK',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1512',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR CHILE CORPORATIVO',\n",
+ " 'symbol': 'FINV-9705',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9705-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1775',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-CREDICORP-8401',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8401-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '57',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VNQ',\n",
+ " 'symbol': 'VNQ',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '58',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'ACWI',\n",
+ " 'symbol': 'ACWI',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1778',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RENTA ESTRATEGICA',\n",
+ " 'symbol': 'FFMM-CREDICORP-8421',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8421-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '56',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'BND',\n",
+ " 'symbol': 'BND',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2992',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU LARRAINVIAL AHORRO DOLAR',\n",
+ " 'symbol': 'FFMM-ITAU-10027',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10027-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1947',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER MONEY MARKET DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8230',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8230-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1948',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRIVATE BANKING AGRESIVO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8908',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8908-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1523',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM LATINOAMERICA DEUDA LOCAL',\n",
+ " 'symbol': 'FINV-9085',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9085-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1950',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRIVATE BANKING EQUILIBRIO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8911',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8911-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1809',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH PERFIL CONSERVADOR',\n",
+ " 'symbol': 'FFMM-ZURICH-9575',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9575-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1513',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN ETF SINGULAR GLOBAL EQUITIES',\n",
+ " 'symbol': 'FINV-9706',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9706-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1949',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRIVATE BANKING PRUDENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8910',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8910-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1511',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL SMALL CAP',\n",
+ " 'symbol': 'FINV-7176',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7176-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1522',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM GLOBAL STRATEGY FUND',\n",
+ " 'symbol': 'FINV-9297',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9297-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1510',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN CREDICORP CAPITAL RF LATAM',\n",
+ " 'symbol': 'FINV-7225',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7225-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2993',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA AVENTURERA',\n",
+ " 'symbol': 'FFMM-ITAU-10063',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10063-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1777',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL MONEY MARKET',\n",
+ " 'symbol': 'FFMM-CREDICORP-8945',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8945-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1955',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTA SELECTA CHILE',\n",
+ " 'symbol': 'FFMM-SANTANDER-9034',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9034-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1524',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM TACTICAL CHILEAN EQUITIES',\n",
+ " 'symbol': 'FINV-9194',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9194-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1959',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER TESORERIA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8209',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8209-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1521',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN FALCOM GLOBAL EQUITY FUND',\n",
+ " 'symbol': 'FINV-9674',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9674-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2503',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO 110',\n",
+ " 'symbol': 'FFMM-SANTANDER-8273',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8273-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2504',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO 110',\n",
+ " 'symbol': 'FFMM-SANTANDER-8501',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8501-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1498',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SANTANDER DEUDA CHILE',\n",
+ " 'symbol': 'FINV-9543',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9543-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1499',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SANTANDER DEUDA CORPORATIVA CHILE',\n",
+ " 'symbol': 'FINV-9348',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9348-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1500',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SANTANDER RENTA VARIABLE GLOBAL',\n",
+ " 'symbol': 'FINV-9540',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9540-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2505',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO CARIOCA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8598',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8598-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2506',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO CHILE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8511',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8511-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2507',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO EN VERDES',\n",
+ " 'symbol': 'FFMM-SANTANDER-8443',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8443-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2508',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO EXTRA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8293',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8293-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2509',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GARANTIZADO MANDARIN',\n",
+ " 'symbol': 'FFMM-SANTANDER-8628',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8628-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '55',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'LQD',\n",
+ " 'symbol': 'LQD',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1682',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI TOP PICKS',\n",
+ " 'symbol': 'FFMM-BCI-8787',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8787-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3000',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY QFUND BRAZIL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10000',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10000-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2998',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER FUTURE WEALTH',\n",
+ " 'symbol': 'FFMM-SANTANDER-10057',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10057-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1905',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL LATAM EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8098',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8098-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1908',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL LIFETIME 2040',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8600',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8600-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2995',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA LANZADA',\n",
+ " 'symbol': 'FFMM-ITAU-10064',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10064-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1779',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-CREDICORP-8442',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8442-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2997',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA AGRESIVA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-10002',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10002-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1904',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL SELECCIÓN INMOBILIARIA',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-9450',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9450-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2996',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU MI CARTERA TRANQUI',\n",
+ " 'symbol': 'FFMM-ITAU-10020',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10020-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1814',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENDIMIENTO NOMINAL',\n",
+ " 'symbol': 'FFMM-ZURICH-8411',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8411-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1815',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENDIMIENTO UF',\n",
+ " 'symbol': 'FFMM-ZURICH-8853',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8853-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2318',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA GARANTIZADO NORTEAMÉRICA 100',\n",
+ " 'symbol': 'FFMM-ZURICH-8665',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8665-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2320',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA DESARROLLO SUSTENTABLE',\n",
+ " 'symbol': 'FFMM-ZURICH-8607',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8607-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2321',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA DÓLAR',\n",
+ " 'symbol': 'FFMM-ZURICH-8417',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8417-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2322',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA INVESTMENTS DEUDA',\n",
+ " 'symbol': 'FFMM-ZURICH-8961',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8961-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1813',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH PROYECCIÓN E',\n",
+ " 'symbol': 'FFMM-ZURICH-8696',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8696-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1817',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENTA CHILENA',\n",
+ " 'symbol': 'FFMM-ZURICH-9025',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9025-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1818',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH SMALL CAP LATAM',\n",
+ " 'symbol': 'FFMM-ZURICH-8948',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8948-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1816',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH RENTA A PLAZO',\n",
+ " 'symbol': 'FFMM-ZURICH-8363',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8363-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1914',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL USA EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8113',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8113-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2999',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER EQUILIBRIO DÓLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-10024',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10024-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3001',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH TENDENCIAS GLOBALES',\n",
+ " 'symbol': 'FFMM-ZURICH-10036',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10036-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2523',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER OVERNIGHT 2',\n",
+ " 'symbol': 'FFMM-SANTANDER-8585',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8585-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2524',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER OVERNIGHT 4',\n",
+ " 'symbol': 'FFMM-SANTANDER-8586',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8586-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2525',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PORTFOLIO ACTIVO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8228',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8228-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2536',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPERCUENTA',\n",
+ " 'symbol': 'FFMM-SANTANDER-8047',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8047-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1921',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER A',\n",
+ " 'symbol': 'FFMM-SANTANDER-8577',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8577-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1547',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR TACTICO',\n",
+ " 'symbol': 'FINV-9373',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9373-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2017',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY FIRST',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8055',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8055-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3162',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'RIAMIGM1',\n",
+ " 'symbol': 'RIAMIGM1',\n",
+ " 'category': 'index',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2029',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PROTECCION ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8306',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8306-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3007',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE AGRESIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10058',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10058-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2537',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPERPLAN DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8070',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8070-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1770',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION CREDICORP CAPITAL ARGENTINA LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-CREDICORP-9535',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9535-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3012',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO DOLAR MODERADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10111',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10111-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3164',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Fondo de Inversión Activa Mercado Pago',\n",
+ " 'symbol': 'CFIMERPA',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10121-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3163',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU AHORRO UF',\n",
+ " 'symbol': 'FFMM-ITAU-10243',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10243-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3008',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BANCHILE-10059',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10059-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2737',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ARRIESGADO FOCUS',\n",
+ " 'symbol': 'FFMM-SOYFOCUS-9811',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9811-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1609',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SECURITY EUROPA PROTEGIDO',\n",
+ " 'symbol': 'FINV-9124',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9124-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1608',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SECURITY EMERGENTE PROTEGIDO',\n",
+ " 'symbol': 'FINV-9126',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9126-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2011',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DEUDA CORPORATIVA LATINOAMERICANA I.G.',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9073',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9073-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3013',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'QUEST GLOBAL VALUE FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-10081',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10081-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3009',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE MODERADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10060',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10060-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '535',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 2Y',\n",
+ " 'symbol': 'SPC-UF-2Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '536',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 3Y',\n",
+ " 'symbol': 'SPC-UF-3Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3005',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL DEUDA CHINA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-10066',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10066-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3002',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE SMART AUDAZ',\n",
+ " 'symbol': 'FFMM-BICE-10049',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10049-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3003',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE SMART ENTUSIASTA',\n",
+ " 'symbol': 'FFMM-BICE-10048',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10048-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3004',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE SMART PRUDENTE',\n",
+ " 'symbol': 'FFMM-BICE-10050',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10050-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3006',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ETF IT NOW S&P IPSA ESG',\n",
+ " 'symbol': 'FFMM-ITAU-10068',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10068-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '537',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 4Y',\n",
+ " 'symbol': 'SPC-UF-4Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '538',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 5Y',\n",
+ " 'symbol': 'SPC-UF-5Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3010',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BANCHILE-10061',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10061-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3011',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER TOP TECH',\n",
+ " 'symbol': 'FFMM-BICE-10109',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10109-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '539',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 10Y',\n",
+ " 'symbol': 'SPC-UF-10Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '3015',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA GLOBAL AHORRO DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-10125',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10125-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2748',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FYNSA TOTAL RETURN FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9820',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9820-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '540',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC UF 20Y',\n",
+ " 'symbol': 'SPC-UF-20Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'UF',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '529',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'SPC CLP 2Y',\n",
+ " 'symbol': 'SPC-CLP-2Y',\n",
+ " 'category': 'rate',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': 'https://www.bcentral.cl'}},\n",
+ " {'id': '2545',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTIAGO SISTEMATICO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8067',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8067-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3016',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'KOMP',\n",
+ " 'symbol': 'KOMP',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '3014',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'AMERIS DVA CONSERVADOR FONDO DE INVERSION',\n",
+ " 'symbol': 'FINV-10074',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10074-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3050',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CREDICORP CAPITAL SHORT DURATION LATAM',\n",
+ " 'symbol': 'FFMM-CREDICORP-10087',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10087-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1923',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8076',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8076-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1926',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES GLOBAL EMERGENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8058',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8058-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1747',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CAPITAL FINANCIERO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8026',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8026-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1767',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CORPORATE DOLLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8248',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8248-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1829',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIONES ALTERNATIVAS',\n",
+ " 'symbol': 'FFMM-BANCHILE-9294',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9294-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1722',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EMERGENTES III',\n",
+ " 'symbol': 'FFMM-BANCHILE-9673',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9673-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2792',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BEST COUPON USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9884',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9884-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1723',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EUROPA III',\n",
+ " 'symbol': 'FFMM-BANCHILE-9672',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9672-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2835',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS GLOBAL',\n",
+ " 'symbol': 'FINV-9332',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9332-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2084',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO ESTABLE I GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8868',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8868-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2828',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GLOBAL HIGH YIELD',\n",
+ " 'symbol': 'FFMM-BANCHILE-9859',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9859-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2085',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO ESTABLE II GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8905',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8905-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2086',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO ESTABLE III GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8919',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8919-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2087',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO PLUS I GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8871',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8871-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2090',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AMERICA LATINA ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8086',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8086-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2091',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BAMBÚ GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8418',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8418-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2092',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCA AMERICANA VOLTARGET GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8782',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8782-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2093',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8120',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8120-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2094',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GARANTIZADO 112',\n",
+ " 'symbol': 'FFMM-BANCHILE-8353',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8353-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2095',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GARANTIZADO PLUS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8283',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8283-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2096',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE UTILIDADES GLOBALES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8122',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8122-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2832',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE EMERGING DEBT',\n",
+ " 'symbol': 'FINV-9778',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9778-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2830',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE DEUDA CHILENA',\n",
+ " 'symbol': 'FINV-9252',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9252-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2838',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS ESTADOS UNIDOS',\n",
+ " 'symbol': 'FINV-9333',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9333-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2829',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE CHILE BLEND.',\n",
+ " 'symbol': 'FINV-7213',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7213-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2836',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE MARKETPLUS EUROPA',\n",
+ " 'symbol': 'FINV-9606',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9606-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2831',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE DEUDA ALTO RENDIMIENTO',\n",
+ " 'symbol': 'FINV-9534',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9534-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2840',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE EMERGING EQUITY',\n",
+ " 'symbol': 'FINV-9471',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9471-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2833',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE LATAM CORPORATE HIGH YIELD',\n",
+ " 'symbol': 'FINV-9089',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9089-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2837',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS EMERGENTE',\n",
+ " 'symbol': 'FINV-9661',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9661-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2839',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE ESTRATEGIAS ALTERNATIVAS',\n",
+ " 'symbol': 'FINV-9470',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9470-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2445',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MI AHORRO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8718',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8718-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3017',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'TIP',\n",
+ " 'symbol': 'TIP',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '1943',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER GESTIÓN ACTIVA PRUDENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-9649',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9649-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2834',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE MARKETPLUS DEUDA INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9318',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9318-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1930',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ACCIONES SELECTAS CHILE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8372',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8372-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3165',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO INVERSION UF',\n",
+ " 'symbol': 'FFMM-BCI-10250',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10250-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3166',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SURA ESTRUCTURADO UF II CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-10246',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10246-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1674',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI PB US HIGH YIELD',\n",
+ " 'symbol': 'FFMM-BCI-9456',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9456-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2211',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE TENDENCIAS DEUDA',\n",
+ " 'symbol': 'FFMM-BICE-9086',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9086-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3115',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'Vanguard Value ETF',\n",
+ " 'symbol': 'VTV',\n",
+ " 'category': 'etf',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '',\n",
+ " 'data_source': None}},\n",
+ " {'id': '2277',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP INVESTMENT A',\n",
+ " 'symbol': 'FFMM-ITAU-9011',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9011-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2257',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CHILE GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8382',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8382-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3149',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER AGRESIVO DÓLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-10202',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10202-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3065',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PRUDENTE DÓLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-10147',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10147-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3171',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION NEVASA PROTECCION',\n",
+ " 'symbol': 'FINV-10234',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10234-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3167',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN HMC SUSTENTABLE',\n",
+ " 'symbol': 'FINV-10170',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10170-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2527',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PORTFOLIO MODERADO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8214',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8214-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3168',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CLEVER AHORRO',\n",
+ " 'symbol': 'FFMM-BICE-10253',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10253-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2529',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER RENTAMAS',\n",
+ " 'symbol': 'FFMM-SANTANDER-8056',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8056-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1956',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SELECT DINAMICO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8996',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8996-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1957',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SELECT EQUILIBRIO',\n",
+ " 'symbol': 'FFMM-SANTANDER-8995',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8995-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3152',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO UF +',\n",
+ " 'symbol': 'FFMM-BCI-10229',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10229-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3169',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER ESTRUCTURADO AHORRO+',\n",
+ " 'symbol': 'FFMM-SANTANDER-10254',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10254-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3116',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE BLACKROCK ESG',\n",
+ " 'symbol': 'FINV-10173',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10173-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3172',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO INVERSION NOMINAL',\n",
+ " 'symbol': 'FFMM-BCI-10267',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10267-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3150',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRUCTURADO UF II',\n",
+ " 'symbol': 'FFMM-BICE-10222',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10222-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3151',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEPÓSITO PLUS IX',\n",
+ " 'symbol': 'FFMM-BANCHILE-10226',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10226-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '3170',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE GLOBAL MEGATENDENCIAS',\n",
+ " 'symbol': 'FINV-10227',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '10227-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1501',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION SECURITY RENTA FIJA NACIONAL',\n",
+ " 'symbol': 'FINV-9117',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9117-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2012',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DEUDA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-9655',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9655-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2014',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EMERGING MARKET',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8323',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8323-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2135',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BBVA GARANTIZADO SELECCION CONSUMO',\n",
+ " 'symbol': 'FFMM-SCOTIA-8810',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8810-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2144',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BBVA JAPÓN',\n",
+ " 'symbol': 'FFMM-SCOTIA-8483',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8483-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2307',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA LOCAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8904',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8904-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2577',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EMERGENTE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8453',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8453-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2578',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ENERGY FUND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8461',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8461-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2579',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ESTADOS UNIDOS',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8500',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8500-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2580',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EURO BOND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8337',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8337-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2581',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EVOLUCIÓN CHILE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8958',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8958-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2583',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EXPLORER',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8165',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8165-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2582',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY EXPLORER',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8361',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8361-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2018',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY FIXED INCOME BRL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8661',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8661-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2584',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY FUNDACION',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8262',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8262-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2585',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY GLOBAL INVESTMENT',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8095',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8095-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2586',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY INDEX FUND CHILE MID & SMALL CAP',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8814',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8814-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2587',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LATINOAMERICANO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8567',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8567-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2588',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LATINOAMÉRICA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8486',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8486-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2594',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY NOMINAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8491',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8491-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2595',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY OPPORTUNITY 105 GARANTIZADO II',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8444',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8444-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2596',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PREMIUM',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8359',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8359-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2178',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 103',\n",
+ " 'symbol': 'FFMM-BCI-9329',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9329-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2180',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI ESTRUCTURADO 108 IV',\n",
+ " 'symbol': 'FFMM-BCI-9399',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9399-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2181',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI EUROPA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BCI-8942',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8942-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2166',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI BRIC 40',\n",
+ " 'symbol': 'FFMM-BCI-8581',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8581-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2167',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CAPITAL TRUST 100',\n",
+ " 'symbol': 'FFMM-BCI-8334',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8334-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2171',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BCI CAPITAL TRUST MARCOPOLO',\n",
+ " 'symbol': 'FFMM-BCI-8478',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8478-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2214',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9447',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9447-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1721',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EMERGENTES II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9519',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9519-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2217',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EUROPA II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9487',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9487-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2597',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PREMIUM',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8065',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8065-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2598',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PREVISION',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8258',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8258-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2599',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY PROTECCION UF',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8790',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8790-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2600',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY RENTA DÓLAR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8493',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8493-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2601',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY RENTA INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8409',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8409-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2602',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY RENTA LOCAL MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8313',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8313-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2603',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY U.S.A.',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8360',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8360-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2604',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY USA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8425',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8425-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2605',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY VISIÓN GLOBAL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8351',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8351-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2097',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO AHORRO BALANCEADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9147',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9147-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2098',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO AHORRO GARANTIZADO 1',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8512',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8512-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2099',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO AHORRO MEDIANO Y LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9148',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9148-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2100',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO BNP PARIBAS ACCIONES EMERGENTES',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8745',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8745-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2102',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO EMPRESAS EUROPEAS',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-9210',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9210-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2103',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO GARANTIZADO DOBLE OPORTUNIDAD',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8746',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8746-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2104',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO GARANTIZADO NUEVO MUNDO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8611',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8611-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2105',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO GARANTIZADO TESORO AMERICANO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8646',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8646-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2106',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO PERLAS EMERGENTES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8614',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8614-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1622',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO BNP PARIBAS ACCIONES DESARROLLADAS',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8744',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8744-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2287',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORPORATIVO BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8318',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8318-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2366',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA CHILENA',\n",
+ " 'symbol': 'FFMM-ITAU-8954',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8954-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2367',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-ITAU-8285',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8285-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2368',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU DEUDA LATAM',\n",
+ " 'symbol': 'FFMM-ITAU-9029',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9029-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2107',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDA DÓLAR GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8693',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8693-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2108',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDA ESTADOS UNIDOS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8719',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8719-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2109',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDA EUROPA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8720',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8720-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2213',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BONSAI 106 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8335',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8335-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1720',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES BRASIL II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9714',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9714-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2216',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES EUROPA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9286',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9286-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2101',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCOESTADO BNP PARIBAS RENTA DESARROLLADA',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8754',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8754-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1724',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES JAPÓN II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9547',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9547-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1781',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEPÓSITO XXI',\n",
+ " 'symbol': 'FFMM-BANCHILE-8152',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8152-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1782',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEUDA DÓLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8957',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8957-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1783',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DEUDA SOBERANA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8934',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8934-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1784',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE DISPONIBLE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8052',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8052-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2218',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES JAPÓN',\n",
+ " 'symbol': 'FFMM-BANCHILE-9321',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9321-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2219',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9047',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9047-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2220',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER AUSTRALIA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8869',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8869-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2222',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHILE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8909',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8909-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2223',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHINA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8752',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8752-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2224',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHINA STOCKS',\n",
+ " 'symbol': 'FFMM-BANCHILE-8985',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8985-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2225',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER CHINA STOCKS II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9083',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9083-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2226',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER EUROPA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8972',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8972-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2227',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER EUROPA II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9070',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9070-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2228',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER JAPON',\n",
+ " 'symbol': 'FFMM-BANCHILE-9059',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9059-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1614',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO AHORRO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8035',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8035-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2229',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER REAL ESTATE EUROPE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9234',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9234-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2230',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER REAL ESTATE USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8973',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8973-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2231',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER SMALL CAP USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8866',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8866-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2232',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER USA PESOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-9218',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9218-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2234',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BRIC ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8830',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8830-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2235',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BRICS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8415',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8415-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2243',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CASH',\n",
+ " 'symbol': 'FFMM-BANCHILE-8121',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8121-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2787',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN BANCHILE ORO',\n",
+ " 'symbol': 'FINV-9837',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9837-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2751',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BEST COUPON EUROPE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9864',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9864-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2255',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CHILE ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8027',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8027-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1787',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGIA AGRESIVA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9042',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9042-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1788',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGIA CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BANCHILE-9041',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9041-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1496',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION BANCHILE LATAM EQUITY',\n",
+ " 'symbol': 'FINV-7195',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7195-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2256',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CHILE BURSATIL GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8964',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8964-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1768',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE RENTA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8274',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8274-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2456',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OPPORTUNITY 100 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8362',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8362-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1745',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE CAPITAL EFECTIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8931',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8931-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1618',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE ESTRATEGICO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8125',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8125-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1831',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIÓN BRASIL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8533',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8533-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1832',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIÓN CHINA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8534',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8534-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1833',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE INVERSIÓN USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8078',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8078-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1879',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE LATAM ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8811',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8811-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1883',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO AGRESIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8555',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8555-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1884',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE PORTAFOLIO ACTIVO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8377',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8377-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2741',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER ACCIONES BRASIL III',\n",
+ " 'symbol': 'FFMM-BANCHILE-9839',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9839-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1855',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE JAPÓN ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9255',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9255-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1880',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE LATAM CORPORATE INVESTMENT GRADE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8249',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8249-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1881',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-BANCHILE-8115',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8115-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2263',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSUMO ESTABLE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8554',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8554-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2286',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORPORATIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8094',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8094-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2289',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DE CRECIMIENTO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8014',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8014-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2290',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DE LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-BANCHILE-8017',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8017-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2291',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DECISIÓN ESTRATÉGICA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8356',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8356-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2293',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS II GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9050',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9050-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2292',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS II GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8965',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8965-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2294',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS III GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9051',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9051-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2295',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS III GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8969',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8969-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2297',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS IV GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8984',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8984-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2296',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS IV GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9052',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9052-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2298',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS V GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9046',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9046-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2273',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP EMEA',\n",
+ " 'symbol': 'FFMM-CORPBANCA-8794',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8794-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2274',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP FINANCIAL BANKING',\n",
+ " 'symbol': 'FFMM-CORPBANCA-8268',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8268-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2275',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CORP GARANTIZADO LA NUEVA POTENCIA',\n",
+ " 'symbol': 'FFMM-CORPBANCA-8630',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8630-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2299',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS V GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9053',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9053-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2319',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROAMERICA SELECCIÓN CHILENA',\n",
+ " 'symbol': 'FFMM-ZURICH-9044',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9044-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2566',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY ASIATICO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8613',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8613-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2567',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY BONOS LATINOAMERICANOS',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8260',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8260-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2568',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY BRASIL',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8612',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8612-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2569',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CHILE 105 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8632',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8632-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2570',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CHILE LONG-SHORT',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8756',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8756-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2571',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CONFIANZA',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8463',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8463-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2572',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CONFIANZA DÓLAR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8664',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8664-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2300',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPOSITO PLUS VI GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9058',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9058-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2301',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPÿSITO PLUS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9049',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9049-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2302',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPÓSITO PLUS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8947',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8947-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2303',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEPÓSITO PLUS VII',\n",
+ " 'symbol': 'FFMM-BANCHILE-9319',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9319-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2304',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO DEUDA CORPORATIVA DÓLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8264',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8264-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2309',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ECONOMIAS EMERGENTES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8128',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8128-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2310',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRATEGIA COMMODITIES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8761',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8761-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2311',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO BONOS UF PLUS I',\n",
+ " 'symbol': 'FFMM-BANCHILE-9400',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9400-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1790',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO BONOS UF PLUS II',\n",
+ " 'symbol': 'FFMM-BANCHILE-9484',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9484-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2312',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO EUROPA DESARROLLADA NIVEL 100',\n",
+ " 'symbol': 'FFMM-BANCHILE-9205',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9205-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2313',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO EUROPA DESARROLLADA NIVEL 90',\n",
+ " 'symbol': 'FFMM-BANCHILE-9206',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9206-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2314',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO JAPÓN NIVEL 100',\n",
+ " 'symbol': 'FFMM-BANCHILE-9232',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9232-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2315',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ESTRUCTURADO SMALL - MID CAP USA NIVEL 90',\n",
+ " 'symbol': 'FFMM-BANCHILE-9233',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9233-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2316',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EURO MONEY MARKET',\n",
+ " 'symbol': 'FFMM-BANCHILE-8272',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8272-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2317',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EURO TECHNOLOGY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8153',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8153-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2325',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROPA ACCIONARIO GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8951',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8951-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2326',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO EUROPEO ESTRUCTURADO NIVEL 90',\n",
+ " 'symbol': 'FFMM-BANCHILE-9330',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9330-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2327',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FINANCIERO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8556',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8556-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2328',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FLEXIBLE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8025',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8025-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2007',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY CHECK',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8048',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8048-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2329',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FORTALEZAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8595',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8595-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2330',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO FRONTERAS DEL ESTE GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8472',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8472-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2333',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GIGANTES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8510',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8510-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2336',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GLOBAL STOCKS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9001',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9001-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2345',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INDUSTRIA Y CONSUMO CÍCLICO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8557',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8557-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2350',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INTERNATIONAL BOND FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8137',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8137-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2356',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERSIÓN CHILE 30',\n",
+ " 'symbol': 'FFMM-BANCHILE-8355',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8355-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2221',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BOOSTER BALANCED CHILE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8921',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8921-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1970',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA ACCIONES CHILE MID CAP',\n",
+ " 'symbol': 'FFMM-SCOTIA-8857',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8857-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2241',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CAPITALISA ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8001',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8001-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2242',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CARRY TRADE MONEDAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8727',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8727-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2438',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LATAM MARKET',\n",
+ " 'symbol': 'FFMM-BANCHILE-8851',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8851-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2439',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LATIN AMERICA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8136',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8136-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2441',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LIQUIDEZ FULL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8504',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8504-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2442',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MARFIL GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8468',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8468-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2443',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MEDICAL & HEALTH-CARE FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8151',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8151-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2451',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MURALLA CHINA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8734',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8734-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2452',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MÉXICO ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8842',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8842-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2454',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OPERACIONAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8034',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8034-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2351',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERLINK MILLENIUM',\n",
+ " 'symbol': 'FFMM-INVERLINK-8184',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8184-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2455',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO OPORTUNIDADES EMERGENTES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8667',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8667-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2457',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PATRIMONIAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-8039',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8039-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2475',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PERFORMANCE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8053',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8053-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1885',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PORTAFOLIO ACTIVO DEFENSIVO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8452',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8452-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2478',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO POTENCIAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8594',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8594-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2606',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SMALL CAP USA GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-9018',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9018-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2611',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TECHNOLOGY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8150',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8150-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2612',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TECNOLOGIA Y TELECOMUNICACIONES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8558',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8558-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2631',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA C',\n",
+ " 'symbol': 'FFMM-BANCHILE-8450',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8450-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2632',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA D',\n",
+ " 'symbol': 'FFMM-BANCHILE-8451',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8451-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2633',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO WALL STREET 107 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8548',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8548-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1975',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONEY MARKET DOLAR',\n",
+ " 'symbol': 'FFMM-SCOTIA-8238',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8238-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2488',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO RENTA VARIABLE CHILE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8789',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8789-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2574',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DIVERSIFICACION',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8298',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8298-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2576',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DOLAR BOND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8324',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8324-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2575',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY DOLAR BOND',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8229',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8229-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2005',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECOND BEST ACCIONES LATINOAMERICANAS – ASIA EMERGENTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-9521',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9521-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1981',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA LEADER',\n",
+ " 'symbol': 'FFMM-SCOTIA-8050',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8050-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1542',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION NEVASA VISION',\n",
+ " 'symbol': 'FINV-9402',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9402-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2607',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SUPER FONDO TOP 50',\n",
+ " 'symbol': 'FFMM-SANTANDER-8340',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8340-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2608',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SUPER FONDO TOP 50 DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8341',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8341-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1544',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR ACCIONES GLOBALES',\n",
+ " 'symbol': 'FINV-9393',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9393-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1546',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR PROYECCIÓN',\n",
+ " 'symbol': 'FINV-9553',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9553-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1958',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SELECT PRUDENTE',\n",
+ " 'symbol': 'FFMM-SANTANDER-8997',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8997-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2530',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER FONDO 105',\n",
+ " 'symbol': 'FFMM-SANTANDER-8330',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8330-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2531',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER FONDO 110',\n",
+ " 'symbol': 'FFMM-SANTANDER-8331',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8331-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2532',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER FONDO 110 DOLAR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8339',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8339-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2535',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER SUPER INTERES',\n",
+ " 'symbol': 'FFMM-SANTANDER-8191',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8191-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2613',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TELECOMMUNICATION FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8146',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8146-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2614',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TIGRES GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8509',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8509-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2617',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN EUROPA 103 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8949',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8949-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2619',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN EUROPE EQUITY',\n",
+ " 'symbol': 'FFMM-BANCHILE-9026',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9026-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2618',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN EUROPE EQUITY',\n",
+ " 'symbol': 'FFMM-BANCHILE-9037',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9037-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2620',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN USA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8936',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8936-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2621',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO TWIN WIN USA PESOS',\n",
+ " 'symbol': 'FFMM-BANCHILE-9008',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9008-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2622',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO U.S. STABILITY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8138',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8138-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2623',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO U.S.HIGH TECHNOLOGY FUND',\n",
+ " 'symbol': 'FFMM-BANCHILE-8143',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8143-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2624',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO USA CUPON PLUS NIVEL 100',\n",
+ " 'symbol': 'FFMM-BANCHILE-9322',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9322-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2625',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO USA EQUITY TAX ADVANTAGE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8983',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8983-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2626',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VERDE AMARELO GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8526',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8526-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2627',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VIEJO CONTINENTE ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8210',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8210-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2629',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA ACCIONES',\n",
+ " 'symbol': 'FFMM-BANCHILE-8447',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8447-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2630',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO VISIÓN DINÁMICA B',\n",
+ " 'symbol': 'FFMM-BANCHILE-8449',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8449-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2064',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH CASH',\n",
+ " 'symbol': 'FFMM-ZURICH-8345',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8345-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1999',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA DEUDA LARGO PLAZO UF',\n",
+ " 'symbol': 'FFMM-SCOTIA-9154',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9154-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1988',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO I',\n",
+ " 'symbol': 'FFMM-SCOTIA-8757',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8757-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2077',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH USA',\n",
+ " 'symbol': 'FFMM-ZURICH-9048',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9048-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1990',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO XIX',\n",
+ " 'symbol': 'FFMM-SCOTIA-9166',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9166-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1991',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO XVIII',\n",
+ " 'symbol': 'FFMM-SCOTIA-9065',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9065-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1992',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MONETARIO XX',\n",
+ " 'symbol': 'FFMM-SCOTIA-9253',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9253-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1997',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA RENTA BALANCEADA',\n",
+ " 'symbol': 'FFMM-SCOTIA-8966',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8966-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1895',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL DEUDA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8250',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8250-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2110',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANDESARROLLO GARANTIZADO 1',\n",
+ " 'symbol': 'FFMM-SCOTIA-8473',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8473-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2546',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA EE.UU.',\n",
+ " 'symbol': 'FFMM-SCOTIA-8605',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8605-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2547',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA GARANTIZADO 2008',\n",
+ " 'symbol': 'FFMM-SCOTIA-8420',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8420-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2548',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA GARANTIZADO LOCKIN',\n",
+ " 'symbol': 'FFMM-SCOTIA-8571',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8571-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2549',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA GARANTIZADO POTENCIA GLOBAL',\n",
+ " 'symbol': 'FFMM-SCOTIA-8498',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8498-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2551',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SCOTIA MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-SCOTIA-8828',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8828-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1896',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL DEUDA MEDIANO PLAZO',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8422',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8422-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2609',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SUPER SELECCION',\n",
+ " 'symbol': 'FFMM-SANTANDER-8383',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8383-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2479',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL BONOS INTERNACIONALES',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8279',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8279-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2480',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PRINCIPAL BRAZIL EQUITY',\n",
+ " 'symbol': 'FFMM-PRINCIPAL-8791',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8791-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1586',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'VISION ACCIONES GLOBALES FONDO DE INVERSION',\n",
+ " 'symbol': 'FFMM-FINASSET-9334',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9334-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2477',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO POTENCIAS CONSOLIDADAS GARANTIZADO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8735',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8735-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2886',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION LARRAINVIAL DEUDA LATAM LOW CARBON ESG',\n",
+ " 'symbol': 'FINV-9867',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9867-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1540',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL OPORTUNIDAD LATAM',\n",
+ " 'symbol': 'FINV-9350',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9350-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1862',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ASIA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9023',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9023-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1603',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ACCIONES GLOBALES',\n",
+ " 'symbol': 'FINV-9320',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9320-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1604',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL GLOBAL',\n",
+ " 'symbol': 'FINV-9159',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9159-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1605',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL OPPORTUNITIES',\n",
+ " 'symbol': 'FINV-9160',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9160-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1606',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL PATRIMONIO',\n",
+ " 'symbol': 'FINV-9370',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9370-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2335',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO GLOBAL EQUITY',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8173',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8173-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2354',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERSION BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8652',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8652-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2355',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO INVERSION PERU',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8654',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8654-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1495',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSION LARRAINVIAL QUANT LATAM',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9298',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9298-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2750',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA CONSERVADORA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9853',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9853-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2740',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA MODERADA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9816',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9816-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1863',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CUENTA ACTIVA DEFENSIVA DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8172',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8172-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1756',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO ACCIONES CHILENAS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8170',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8170-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1526',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ARGENTINA EQUITY',\n",
+ " 'symbol': 'FINV-9659',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9659-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2397',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ACCIONES BENEFICIO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8282',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8282-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2398',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ACCIONES NACIONALES',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8096',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8096-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2399',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL AHORRO A PLAZO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8124',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8124-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2400',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ALTO RENDIMIENTO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8388',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8388-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2401',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL BRASIL RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8432',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8432-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2402',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL DEPOSITO INTERNACIONAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8166',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8166-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2403',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL ENFOQUE',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8368',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8368-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2469',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO PENTA RENTA NOMINAL CHILE',\n",
+ " 'symbol': 'FFMM-PENTA-8312',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8312-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2485',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO RENTA FUTURA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8201',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8201-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1875',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MERCADO MONETARIO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8130',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8130-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1529',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA CHILE',\n",
+ " 'symbol': 'FINV-7210',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7210-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2405',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL EUROPA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8497',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8497-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2406',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL LATINOAMERICANO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8192',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8192-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2410',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL PROTECCION',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8369',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8369-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1527',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ACCIONARIO GLOBAL',\n",
+ " 'symbol': 'FINV-9389',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9389-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1528',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL CHILE EQUITY',\n",
+ " 'symbol': 'FINV-9169',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9169-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1530',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA LATAM HIGH YIELD',\n",
+ " 'symbol': 'FINV-7064',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7064-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1532',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA LOCAL',\n",
+ " 'symbol': 'FINV-9279',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9279-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2411',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ACCIONES BENEFICIO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8873',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8873-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2412',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO CENTRAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8241',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8241-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2413',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL AHORRO LARGO NOMINAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9064',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9064-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2415',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BONOS CORPORATIVOS BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8171',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8171-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2416',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8780',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8780-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2417',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BRASIL SMALL & MID CAPS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8833',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8833-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2418',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL BRIC',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8431',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8431-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2419',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL COLOMBIA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8874',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8874-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2420',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL CRECIMIENTO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8469',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8469-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1539',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA ESTRATÉGICA',\n",
+ " 'symbol': 'FINV-9391',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9391-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1531',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA LATAM UF',\n",
+ " 'symbol': 'FINV-9150',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9150-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1533',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL DEUDA RETORNO ABSOLUTO',\n",
+ " 'symbol': 'FINV-9346',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9346-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1535',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL FACTURAS',\n",
+ " 'symbol': 'FINV-9306',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9306-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1537',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL LATAM LOCAL CURRENCY DEBT',\n",
+ " 'symbol': 'FINV-7185',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7185-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1536',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL LATAM EQUITY',\n",
+ " 'symbol': 'FINV-9149',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9149-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2421',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL DISPONIBLE',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8938',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8938-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2422',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL DOLAR GLOBAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8704',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8704-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2423',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL ESPAÑA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9068',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9068-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2424',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL INVERSION MUNDIAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8436',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8436-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2425',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL LATAM EX BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8917',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8917-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2426',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL LATAM SMALL & MID CAPS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8531',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8531-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2427',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL LIDER BRASIL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8552',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8552-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2428',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MANDARIN',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8499',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8499-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2429',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MEGATENDENCIAS',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8818',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8818-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2430',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL MERCADOS EMERGENTES',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8198',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8198-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2433',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PERU',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8706',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8706-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2434',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PORTFOLIO ALTERNATIVO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-9293',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9293-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1534',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL ESTADOS UNIDOS',\n",
+ " 'symbol': 'FINV-9443',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9443-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2526',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SANTANDER PORTFOLIO CONSERVADOR',\n",
+ " 'symbol': 'FFMM-SANTANDER-8213',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8213-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2435',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL PRECISION',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8419',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8419-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2436',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8376',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8376-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2437',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAINVIAL RETORNO TOTAL DOLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8530',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8530-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2449',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MULTI BALANCEADO DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8470',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8470-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2450',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO MULTI PROTECCIÓN DÓLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8476',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8476-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1714',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA LARGO PLAZO',\n",
+ " 'symbol': 'FFMM-BICE-9238',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9238-k',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2589',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LEADER 100 GARANTIZADO',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8391',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8391-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2258',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COLOMBIA',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8540',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8540-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2590',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY LIQUIDEZ',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8261',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8261-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2261',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO AHORRO NOMINAL',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8532',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8532-4',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2591',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY MONEY MARKET',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8311',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8311-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2262',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONSORCIO AHORRO UF',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8246',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8246-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2407',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL LIDER DOLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8314',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8314-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2592',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY MONEY MARKET DÓLAR',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8572',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8572-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2408',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL MULTIMERCADO',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8545',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8545-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2409',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL PERU',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8617',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8617-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2404',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO LARRAIN VIAL EURO DOLAR',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8271',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8271-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2593',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO SECURITY MUNDO EMERGENTE',\n",
+ " 'symbol': 'FFMM-ADMINISTRADORA-8568',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8568-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '2634',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO XTRA INCOME',\n",
+ " 'symbol': 'FFMM-LARRAINVIAL-8291',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8291-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1716',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA UF',\n",
+ " 'symbol': 'FFMM-BICE-8141',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8141-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1710',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ESTRATEGIA MÁS CONSERVADORA',\n",
+ " 'symbol': 'FFMM-BICE-8933',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8933-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1712',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE LIQUIDEZ PESOS',\n",
+ " 'symbol': 'FFMM-BICE-8063',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8063-2',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1711',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE LIQUIDEZ DÓLAR',\n",
+ " 'symbol': 'FFMM-BICE-8506',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8506-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1713',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE RENTA CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-BICE-8902',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8902-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1799',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ZURICH DOLAR',\n",
+ " 'symbol': 'FFMM-ZURICH-8629',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8629-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1549',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SECURITY DEUDA LATAM EN UF',\n",
+ " 'symbol': 'FINV-9128',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9128-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1785',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE EMERGING',\n",
+ " 'symbol': 'FFMM-BANCHILE-8054',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8054-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1786',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE EMERGING MARKET',\n",
+ " 'symbol': 'FFMM-BANCHILE-8299',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8299-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1821',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE EUROPA DESARROLLADA',\n",
+ " 'symbol': 'FFMM-BANCHILE-8129',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8129-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1826',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GLOBAL DOLLAR',\n",
+ " 'symbol': 'FFMM-BANCHILE-8301',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'USD',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8301-1',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1828',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE HORIZONTE',\n",
+ " 'symbol': 'FFMM-BANCHILE-8023',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8023-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1749',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE COBERTURA DEUDA GLOBAL',\n",
+ " 'symbol': 'FFMM-BANCHILE-9561',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9561-3',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1755',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO COMPROMISO BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8317',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8317-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1766',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO CONVENIENCIA BANCOESTADO',\n",
+ " 'symbol': 'FFMM-BANCOESTADO-8320',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8320-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1538',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL SMALL AND MID CAP LATAM',\n",
+ " 'symbol': 'FINV-7127',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '7127-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1541',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN LARRAINVIAL PERÚ EQUITY',\n",
+ " 'symbol': 'FINV-9171',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9171-5',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1559',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'MBI DEUDA TOTAL FONDO DE INVERSIÓN',\n",
+ " 'symbol': 'FINV-9202',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9202-9',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1827',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BANCHILE GLOBAL ACCIONARIO',\n",
+ " 'symbol': 'FFMM-BANCHILE-8088',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8088-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1548',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR TACTICO INTERNACIONAL',\n",
+ " 'symbol': 'FINV-9628',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9628-8',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1545',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO DE INVERSIÓN SARTOR LEASING',\n",
+ " 'symbol': 'FINV-9392',\n",
+ " 'category': 'investment_fund',\n",
+ " 'currency': None,\n",
+ " 'max_scale': 4,\n",
+ " 'run': '9392-0',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1691',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE ACTIVO',\n",
+ " 'symbol': 'FFMM-BICE-8819',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8819-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1692',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO BICE ACCIONES CHILE MID CAP',\n",
+ " 'symbol': 'FFMM-BICE-8553',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8553-7',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1835',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU AHORRO CORTO PLAZO',\n",
+ " 'symbol': 'FFMM-ITAU-8352',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8352-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " {'id': '1837',\n",
+ " 'type': 'conceptual_asset',\n",
+ " 'attributes': {'name': 'FONDO MUTUO ITAU ANDINO RETORNO TOTAL',\n",
+ " 'symbol': 'FFMM-ITAU-8979',\n",
+ " 'category': 'mutual_fund',\n",
+ " 'currency': 'CLP',\n",
+ " 'max_scale': 4,\n",
+ " 'run': '8979-6',\n",
+ " 'data_source': 'http://www.cmfchile.cl'}},\n",
+ " ...]"
+ ]
+ },
+ "execution_count": 155,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "results_conceptual_assets['data']"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 156,
+ "id": "a0cbe832-04e2-4bab-a2dd-6386a2f2443c",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 25 | \n",
+ " conceptual_asset | \n",
+ " Dólar Observado | \n",
+ " USDCLP | \n",
+ " currency | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " | \n",
+ " https://www.bcentral.cl | \n",
+ "
\n",
+ " \n",
+ " | 1679 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8036-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2826 | \n",
+ " conceptual_asset | \n",
+ " GLD | \n",
+ " GLD | \n",
+ " etf | \n",
+ " USD | \n",
+ " 4 | \n",
+ " | \n",
+ " None | \n",
+ "
\n",
+ " \n",
+ " | 1670 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI ESTRATEGIA UF > 5 AÑOS | \n",
+ " FFMM-BCI-8460 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8460-3 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2642 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BICE ESTRUCTURADO 108 | \n",
+ " FFMM-BICE-9728 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9728-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 2075 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ZURICH REFUGIO UF | \n",
+ " FFMM-ZURICH-9260 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9260-6 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2074 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ZURICH REFUGIO NOMINAL | \n",
+ " FFMM-ZURICH-9259 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9259-2 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2068 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ZURICH DINAMICO | \n",
+ " FFMM-ZURICH-9261 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 9261-4 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 1865 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO LARRAINVIAL MONETARIO | \n",
+ " FFMM-LARRAINVIAL-8177 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8177-9 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2073 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO ZURICH PATRIMONIO | \n",
+ " FFMM-ZURICH-8346 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8346-1 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
1465 rows × 8 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name \\\n",
+ "id \n",
+ "25 conceptual_asset Dólar Observado \n",
+ "1679 conceptual_asset FONDO MUTUO BCI RENDIMIENTO \n",
+ "2826 conceptual_asset GLD \n",
+ "1670 conceptual_asset FONDO MUTUO BCI ESTRATEGIA UF > 5 AÑOS \n",
+ "2642 conceptual_asset FONDO MUTUO BICE ESTRUCTURADO 108 \n",
+ "... ... ... \n",
+ "2075 conceptual_asset FONDO MUTUO ZURICH REFUGIO UF \n",
+ "2074 conceptual_asset FONDO MUTUO ZURICH REFUGIO NOMINAL \n",
+ "2068 conceptual_asset FONDO MUTUO ZURICH DINAMICO \n",
+ "1865 conceptual_asset FONDO MUTUO LARRAINVIAL MONETARIO \n",
+ "2073 conceptual_asset FONDO MUTUO ZURICH PATRIMONIO \n",
+ "\n",
+ " attributes.symbol attributes.category attributes.currency \\\n",
+ "id \n",
+ "25 USDCLP currency CLP \n",
+ "1679 FFMM-BCI-8036 mutual_fund CLP \n",
+ "2826 GLD etf USD \n",
+ "1670 FFMM-BCI-8460 mutual_fund CLP \n",
+ "2642 FFMM-BICE-9728 mutual_fund CLP \n",
+ "... ... ... ... \n",
+ "2075 FFMM-ZURICH-9260 mutual_fund CLP \n",
+ "2074 FFMM-ZURICH-9259 mutual_fund CLP \n",
+ "2068 FFMM-ZURICH-9261 mutual_fund CLP \n",
+ "1865 FFMM-LARRAINVIAL-8177 mutual_fund CLP \n",
+ "2073 FFMM-ZURICH-8346 mutual_fund CLP \n",
+ "\n",
+ " attributes.max_scale attributes.run attributes.data_source \n",
+ "id \n",
+ "25 4 https://www.bcentral.cl \n",
+ "1679 4 8036-5 http://www.cmfchile.cl \n",
+ "2826 4 None \n",
+ "1670 4 8460-3 http://www.cmfchile.cl \n",
+ "2642 4 9728-4 http://www.cmfchile.cl \n",
+ "... ... ... ... \n",
+ "2075 4 9260-6 http://www.cmfchile.cl \n",
+ "2074 4 9259-2 http://www.cmfchile.cl \n",
+ "2068 4 9261-4 http://www.cmfchile.cl \n",
+ "1865 4 8177-9 http://www.cmfchile.cl \n",
+ "2073 4 8346-1 http://www.cmfchile.cl \n",
+ "\n",
+ "[1465 rows x 8 columns]"
+ ]
+ },
+ "execution_count": 156,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_conceptual_assets = pd.DataFrame()\n",
+ "for conseptualassets in results_conceptual_assets['data']:\n",
+ " flattened_data = pd.json_normalize(conseptualassets)\n",
+ " flattened_data = flattened_data.set_index('id')\n",
+ " df_conceptual_assets = df_conceptual_assets.append(flattened_data)\n",
+ "df_conceptual_assets"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "id": "a702609c-2e14-4392-9b2a-09aeebfffd1f",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [
+ {
+ "ename": "NameError",
+ "evalue": "name 'df_conceptual_assets' is not defined",
+ "output_type": "error",
+ "traceback": [
+ "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
+ "\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)",
+ "\u001b[1;32m~\\AppData\\Local\\Temp/ipykernel_19140/453029774.py\u001b[0m in \u001b[0;36m\u001b[1;34m\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mconceptual_assets_id_list\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mlist\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mdf_conceptual_assets\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;36m5\u001b[0m\u001b[1;33m]\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mindex\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 2\u001b[0m \u001b[0mprint\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mconceptual_assets_id_list\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n",
+ "\u001b[1;31mNameError\u001b[0m: name 'df_conceptual_assets' is not defined"
+ ]
+ }
+ ],
+ "source": [
+ "conceptual_assets_id_list = list(df_conceptual_assets[:5].index)\n",
+ "print(conceptual_assets_id_list)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "029c7eb2-9ce8-4d8f-965c-fdca52a11f41",
+ "metadata": {},
+ "source": [
+ "### REAL ASSETS"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 200,
+ "id": "3172628e-af09-46fc-9714-b680336eb836",
+ "metadata": {
+ "collapsed": true,
+ "jupyter": {
+ "outputs_hidden": true
+ },
+ "tags": []
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.serie | \n",
+ " attributes.start_date | \n",
+ " attributes.end_date | \n",
+ " attributes.previous_asset_id | \n",
+ " attributes.last_day.close_price | \n",
+ " attributes.last_day.date | \n",
+ " attributes.conceptual_asset_id | \n",
+ " ... | \n",
+ " attributes.last_day.shareholders | \n",
+ " attributes.last_day.fixed_fee | \n",
+ " attributes.last_day.adjusted_close_price | \n",
+ " attributes.last_day.high_price | \n",
+ " attributes.last_day.low_price | \n",
+ " attributes.last_day.open_price | \n",
+ " attributes.last_day.volume | \n",
+ " attributes.last_day.dividend | \n",
+ " attributes.last_day.split | \n",
+ " attributes.last_day.book_value | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 175 | \n",
+ " real_asset | \n",
+ " Dólar Observado | \n",
+ " USDCLP | \n",
+ " None | \n",
+ " None | \n",
+ " None | \n",
+ " None | \n",
+ " 835.43 | \n",
+ " 2022-05-26 | \n",
+ " 25 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 175 | \n",
+ " real_asset | \n",
+ " Dólar Observado | \n",
+ " USDCLP | \n",
+ " None | \n",
+ " None | \n",
+ " None | \n",
+ " None | \n",
+ " 835.43 | \n",
+ " 2022-05-26 | \n",
+ " 25 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8799 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-UNICA | \n",
+ " UNICA | \n",
+ " 1988-05-03 | \n",
+ " 2003-01-07 | \n",
+ " None | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8800 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-DELTA | \n",
+ " DELTA | \n",
+ " 2003-01-08 | \n",
+ " 2004-02-25 | \n",
+ " None | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8803 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-GAMMA | \n",
+ " GAMMA | \n",
+ " 2003-01-08 | \n",
+ " 2012-11-26 | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2012-11-25 | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " 0.0 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 8746 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI GLOBAL TITAN | \n",
+ " FFMM-BCI-8710-ALTOP | \n",
+ " ALTOP | \n",
+ " 2009-05-11 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-25 | \n",
+ " 1669 | \n",
+ " ... | \n",
+ " 48.0 | \n",
+ " 0.000075 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8749 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI GLOBAL TITAN | \n",
+ " FFMM-BCI-8710-BPRIV | \n",
+ " BPRIV | \n",
+ " 2012-01-09 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-25 | \n",
+ " 1669 | \n",
+ " ... | \n",
+ " 19.0 | \n",
+ " 0.000062 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8751 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI GLOBAL TITAN | \n",
+ " FFMM-BCI-8710-FAMIL | \n",
+ " FAMIL | \n",
+ " 2012-01-09 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-25 | \n",
+ " 1669 | \n",
+ " ... | \n",
+ " 0.0 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8750 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI GLOBAL TITAN | \n",
+ " FFMM-BCI-8710-CLASI | \n",
+ " CLASI | \n",
+ " 2009-05-11 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-25 | \n",
+ " 1669 | \n",
+ " ... | \n",
+ " 1528.0 | \n",
+ " 0.000123 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8747 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI GLOBAL TITAN | \n",
+ " FFMM-BCI-8710-APV | \n",
+ " APV | \n",
+ " 2009-05-11 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-25 | \n",
+ " 1669 | \n",
+ " ... | \n",
+ " 102.0 | \n",
+ " 0.000048 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
4555 rows × 33 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name attributes.symbol \\\n",
+ "id \n",
+ "175 real_asset Dólar Observado USDCLP \n",
+ "175 real_asset Dólar Observado USDCLP \n",
+ "8799 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-UNICA \n",
+ "8800 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-DELTA \n",
+ "8803 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-GAMMA \n",
+ "... ... ... ... \n",
+ "8746 real_asset FONDO MUTUO BCI GLOBAL TITAN FFMM-BCI-8710-ALTOP \n",
+ "8749 real_asset FONDO MUTUO BCI GLOBAL TITAN FFMM-BCI-8710-BPRIV \n",
+ "8751 real_asset FONDO MUTUO BCI GLOBAL TITAN FFMM-BCI-8710-FAMIL \n",
+ "8750 real_asset FONDO MUTUO BCI GLOBAL TITAN FFMM-BCI-8710-CLASI \n",
+ "8747 real_asset FONDO MUTUO BCI GLOBAL TITAN FFMM-BCI-8710-APV \n",
+ "\n",
+ " attributes.serie attributes.start_date attributes.end_date \\\n",
+ "id \n",
+ "175 None None None \n",
+ "175 None None None \n",
+ "8799 UNICA 1988-05-03 2003-01-07 \n",
+ "8800 DELTA 2003-01-08 2004-02-25 \n",
+ "8803 GAMMA 2003-01-08 2012-11-26 \n",
+ "... ... ... ... \n",
+ "8746 ALTOP 2009-05-11 None \n",
+ "8749 BPRIV 2012-01-09 None \n",
+ "8751 FAMIL 2012-01-09 None \n",
+ "8750 CLASI 2009-05-11 None \n",
+ "8747 APV 2009-05-11 None \n",
+ "\n",
+ " attributes.previous_asset_id attributes.last_day.close_price \\\n",
+ "id \n",
+ "175 None 835.43 \n",
+ "175 None 835.43 \n",
+ "8799 None NaN \n",
+ "8800 None NaN \n",
+ "8803 None NaN \n",
+ "... ... ... \n",
+ "8746 None NaN \n",
+ "8749 None NaN \n",
+ "8751 None NaN \n",
+ "8750 None NaN \n",
+ "8747 None NaN \n",
+ "\n",
+ " attributes.last_day.date attributes.conceptual_asset_id ... \\\n",
+ "id ... \n",
+ "175 2022-05-26 25 ... \n",
+ "175 2022-05-26 25 ... \n",
+ "8799 NaN 1679 ... \n",
+ "8800 NaN 1679 ... \n",
+ "8803 2012-11-25 1679 ... \n",
+ "... ... ... ... \n",
+ "8746 2022-05-25 1669 ... \n",
+ "8749 2022-05-25 1669 ... \n",
+ "8751 2022-05-25 1669 ... \n",
+ "8750 2022-05-25 1669 ... \n",
+ "8747 2022-05-25 1669 ... \n",
+ "\n",
+ " attributes.last_day.shareholders attributes.last_day.fixed_fee \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 0.0 NaN \n",
+ "... ... ... \n",
+ "8746 48.0 0.000075 \n",
+ "8749 19.0 0.000062 \n",
+ "8751 0.0 NaN \n",
+ "8750 1528.0 0.000123 \n",
+ "8747 102.0 0.000048 \n",
+ "\n",
+ " attributes.last_day.adjusted_close_price \\\n",
+ "id \n",
+ "175 NaN \n",
+ "175 NaN \n",
+ "8799 NaN \n",
+ "8800 NaN \n",
+ "8803 NaN \n",
+ "... ... \n",
+ "8746 NaN \n",
+ "8749 NaN \n",
+ "8751 NaN \n",
+ "8750 NaN \n",
+ "8747 NaN \n",
+ "\n",
+ " attributes.last_day.high_price attributes.last_day.low_price \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "... ... ... \n",
+ "8746 NaN NaN \n",
+ "8749 NaN NaN \n",
+ "8751 NaN NaN \n",
+ "8750 NaN NaN \n",
+ "8747 NaN NaN \n",
+ "\n",
+ " attributes.last_day.open_price attributes.last_day.volume \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "... ... ... \n",
+ "8746 NaN NaN \n",
+ "8749 NaN NaN \n",
+ "8751 NaN NaN \n",
+ "8750 NaN NaN \n",
+ "8747 NaN NaN \n",
+ "\n",
+ " attributes.last_day.dividend attributes.last_day.split \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "... ... ... \n",
+ "8746 NaN NaN \n",
+ "8749 NaN NaN \n",
+ "8751 NaN NaN \n",
+ "8750 NaN NaN \n",
+ "8747 NaN NaN \n",
+ "\n",
+ " attributes.last_day.book_value \n",
+ "id \n",
+ "175 NaN \n",
+ "175 NaN \n",
+ "8799 NaN \n",
+ "8800 NaN \n",
+ "8803 NaN \n",
+ "... ... \n",
+ "8746 NaN \n",
+ "8749 NaN \n",
+ "8751 NaN \n",
+ "8750 NaN \n",
+ "8747 NaN \n",
+ "\n",
+ "[4555 rows x 33 columns]"
+ ]
+ },
+ "execution_count": 200,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "url_real_assets = []\n",
+ "df_real_assets = pd.DataFrame()\n",
+ "for id_ in conceptual_assets_id_list:\n",
+ " urlrealassets = url_conceptual_assets+id_+'/real_assets'\n",
+ " url_real_assets.append(urlrealassets)\n",
+ " try: \n",
+ " for url_ in url_real_assets:\n",
+ " rspns = requests.get(url_)\n",
+ " rslts = rspns.json()\n",
+ " for info_rslts in rslts['data']:\n",
+ " flat_data_real_assets = pd.json_normalize(info_rslts)\n",
+ " flat_data_real_assets = flat_data_real_assets.set_index('id')\n",
+ " df_real_assets = df_real_assets.append(flat_data_real_assets)\n",
+ " except:\n",
+ " pass\n",
+ "df_real_assets"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 206,
+ "id": "8a4bc389-183a-4ee7-a0f0-abf5a7a30c2e",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "['25', '1679', '2826', '1670', '2642', '2892', '1774', '2889', '2898', '2887', '2893', '2646', '1844', '2881', '3051', '16', '1847', '1841', '2888', '2842', '2846', '2894', '2973', '1843', '2895', '47', '3153', '1462', '3053', '2825']\n"
+ ]
+ }
+ ],
+ "source": [
+ "conceptual_assets_id_list = list(df_conceptual_assets[:30].index)\n",
+ "print(conceptual_assets_id_list)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "7560e1b7-538e-4582-aa55-584e20774d48",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_real_assets = []\n",
+ "df_real_assets = pd.DataFrame()\n",
+ "for id_ in conceptual_assets_id_list:\n",
+ " urlrealassets = url_conceptual_assets+id_+'/real_assets'\n",
+ " url_real_assets.append(urlrealassets)\n",
+ " try: \n",
+ " for url_ in url_real_assets:\n",
+ " rspns = requests.get(url_)\n",
+ " rslts = rspns.json()\n",
+ " for info_rslts in rslts['data']:\n",
+ " flat_data_real_assets = pd.json_normalize(info_rslts)\n",
+ " flat_data_real_assets = flat_data_real_assets.set_index('id')\n",
+ " df_real_assets = df_real_assets.append(flat_data_real_assets)\n",
+ " except:\n",
+ " pass\n",
+ "df_real_assets"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "aa3b4d99-be8e-4bbd-98d2-8017df4b7900",
+ "metadata": {},
+ "source": [
+ "## Real Assets"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "fb8addc7-048d-4472-8bd3-202185b21cc6",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "db80d1a1-d4bb-41bb-b112-65722fa8d84e",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "65804dd9-bc54-41e7-86ec-8feec7ff7a63",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.9.7"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/Attempt2.ipynb b/Attempt2.ipynb
new file mode 100644
index 0000000..17953ce
--- /dev/null
+++ b/Attempt2.ipynb
@@ -0,0 +1,1112 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "id": "c2d11cd0-12c7-4741-a848-1853cad2e895",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import requests\n",
+ "from bs4 import BeautifulSoup\n",
+ "import pandas as pd\n",
+ "from pandas.io.json import json_normalize\n",
+ "import base64"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "id": "3db16d3a-5653-4dca-8ac7-af89bae10646",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_base = 'https://fintual.cl/api/'"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "65cc503b-4da6-43f8-b944-732c5a416477",
+ "metadata": {},
+ "source": [
+ "## BANKS"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "id": "fc4bf189-4a5c-41a2-b500-ae363740e0d2",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_banks = url_base+'banks'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "id": "057d92d7-ee8c-4f14-a68f-ef90a9d0478c",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "response_banks = requests.get(url_banks)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "id": "90c87f1a-d13e-4a7c-964f-06528bedfa47",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 6,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response_banks.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 7,
+ "id": "c788762b-16d0-451e-a142-fbdee0087637",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "results_banks = response_banks.json()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "id": "f83a9dda-7c57-4dda-b8ae-d74d1d7786b4",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 2 | \n",
+ " bank | \n",
+ " Banco Internacional | \n",
+ "
\n",
+ " \n",
+ " | 1 | \n",
+ " bank | \n",
+ " Banco de Chile | \n",
+ "
\n",
+ " \n",
+ " | 4 | \n",
+ " bank | \n",
+ " Scotiabank Chile | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name\n",
+ "id \n",
+ "2 bank Banco Internacional\n",
+ "1 bank Banco de Chile\n",
+ "4 bank Scotiabank Chile"
+ ]
+ },
+ "execution_count": 8,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_banks = pd.DataFrame()\n",
+ "for bank in results_banks['data']:\n",
+ " flattened_data = pd.json_normalize(bank)\n",
+ " flattened_data = flattened_data.set_index('id')\n",
+ " df_banks = df_banks.append(flattened_data)\n",
+ "df_banks.head(3)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "cfdef208-b111-49e3-b737-c2d75738d94e",
+ "metadata": {},
+ "source": [
+ "##### Yo trabajo en el 1! :D"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "8170f639-7ab4-49ea-91b1-a8fb89b4a15f",
+ "metadata": {},
+ "source": [
+ "## ASSET PROVIDERS"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "id": "48c93f08-c242-4f8e-82aa-a36a7f69c47d",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_asset_providers = url_base+'asset_providers/'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "id": "e610086e-b963-4ae7-a8ee-c691ad4e87d7",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "response_asset_providers = requests.get(url_asset_providers)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 11,
+ "id": "e98c22a7-4325-4058-a49d-bf8e69e0a2c5",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 11,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response_asset_providers.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "id": "7e4342fd-4b9c-48b9-9fc1-2314de9a69e2",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "results_asset_providers = response_asset_providers.json()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "id": "d6aefe8e-62af-448a-8e28-e11dd6d945be",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 197 | \n",
+ " asset_provider | \n",
+ " Global X | \n",
+ "
\n",
+ " \n",
+ " | 27 | \n",
+ " asset_provider | \n",
+ " FALCOM ADMINISTRADORA GENERAL DE FONDOS S.A. | \n",
+ "
\n",
+ " \n",
+ " | 62 | \n",
+ " asset_provider | \n",
+ " INDEPENDENCIA ADMINISTRADORA GENERAL DE FONDOS... | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name\n",
+ "id \n",
+ "197 asset_provider Global X\n",
+ "27 asset_provider FALCOM ADMINISTRADORA GENERAL DE FONDOS S.A.\n",
+ "62 asset_provider INDEPENDENCIA ADMINISTRADORA GENERAL DE FONDOS..."
+ ]
+ },
+ "execution_count": 13,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_asset_providers = pd.DataFrame()\n",
+ "for assetprovider in results_asset_providers['data']:\n",
+ " flattened_data = pd.json_normalize(assetprovider)\n",
+ " flattened_data = flattened_data.set_index('id')\n",
+ " df_asset_providers = df_asset_providers.append(flattened_data)\n",
+ "df_asset_providers.head(3)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 14,
+ "id": "98dc1231-86d5-4080-86a1-67278e4bf9ab",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Asset Providers List: ['197', '27', '62', '63', '49', '64', '33', '65', '11', '199', '232', '77', '198', '125', '129', '76', '16', '132', '134', '78', '51', '21', '135', '138', '9', '139', '120', '121', '122', '123', '124', '131', '130', '52', '69', '70', '38', '43', '37', '127', '128', '137', '22', '79', '29', '30', '31', '54', '32', '160', '28', '73', '159', '61', '161', '163', '162', '5', '14', '13', '45', '48', '36', '80', '81', '82', '83', '84', '85', '86', '23', '56', '17', '3', '4', '8', '136', '126', '18', '140', '25', '57', '58', '10', '24', '59', '164', '55', '158', '133', '15', '50', '39', '19', '66', '119', '53', '67', '34', '12', '35', '26', '41', '68', '20', '42', '72', '74', '46', '7', '60', '47', '40', '71', '6', '44']\n"
+ ]
+ }
+ ],
+ "source": [
+ "id_asset_providers = list(df_asset_providers.index)\n",
+ "print(f'Asset Providers List: {id_asset_providers}')"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "1899b3b1-d506-4075-98b9-3a0349f27ac6",
+ "metadata": {},
+ "source": [
+ "## CONCEPTUAL ASSETS"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 15,
+ "id": "343dc46f-fa3e-4f5c-98d4-50a57d51b870",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_conceptual_assets = url_base+'conceptual_assets/'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 16,
+ "id": "88e5d406-0931-4bb4-8667-b5d23924f994",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "response_conceptual_assets = requests.get(url_conceptual_assets)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 17,
+ "id": "185c346f-4cba-45ef-a4a5-2a46d66bc55f",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 17,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response_conceptual_assets.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 18,
+ "id": "f48428c8-e816-4421-bd86-bb6e128c859d",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "results_conceptual_assets = response_conceptual_assets.json()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 19,
+ "id": "603e5bea-586e-4d48-8b46-97345ed30a9c",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.category | \n",
+ " attributes.currency | \n",
+ " attributes.max_scale | \n",
+ " attributes.run | \n",
+ " attributes.data_source | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 25 | \n",
+ " conceptual_asset | \n",
+ " Dólar Observado | \n",
+ " USDCLP | \n",
+ " currency | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " | \n",
+ " https://www.bcentral.cl | \n",
+ "
\n",
+ " \n",
+ " | 1679 | \n",
+ " conceptual_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036 | \n",
+ " mutual_fund | \n",
+ " CLP | \n",
+ " 4 | \n",
+ " 8036-5 | \n",
+ " http://www.cmfchile.cl | \n",
+ "
\n",
+ " \n",
+ " | 2826 | \n",
+ " conceptual_asset | \n",
+ " GLD | \n",
+ " GLD | \n",
+ " etf | \n",
+ " USD | \n",
+ " 4 | \n",
+ " | \n",
+ " None | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name attributes.symbol \\\n",
+ "id \n",
+ "25 conceptual_asset Dólar Observado USDCLP \n",
+ "1679 conceptual_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036 \n",
+ "2826 conceptual_asset GLD GLD \n",
+ "\n",
+ " attributes.category attributes.currency attributes.max_scale \\\n",
+ "id \n",
+ "25 currency CLP 4 \n",
+ "1679 mutual_fund CLP 4 \n",
+ "2826 etf USD 4 \n",
+ "\n",
+ " attributes.run attributes.data_source \n",
+ "id \n",
+ "25 https://www.bcentral.cl \n",
+ "1679 8036-5 http://www.cmfchile.cl \n",
+ "2826 None "
+ ]
+ },
+ "execution_count": 19,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_conceptual_assets = pd.DataFrame()\n",
+ "for conseptualassets in results_conceptual_assets['data']:\n",
+ " flattened_data = pd.json_normalize(conseptualassets)\n",
+ " flattened_data = flattened_data.set_index('id')\n",
+ " df_conceptual_assets = df_conceptual_assets.append(flattened_data)\n",
+ "df_conceptual_assets.head(3)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 95,
+ "id": "1423615b-d945-4b11-87d2-538dac78119e",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "1465"
+ ]
+ },
+ "execution_count": 95,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "conceptual_assets_id_list = list(df_conceptual_assets.index)\n",
+ "len(conceptual_assets_id_list)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 96,
+ "id": "d93cb669-67c5-4b25-a857-5405b314c0c4",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.name | \n",
+ " attributes.symbol | \n",
+ " attributes.serie | \n",
+ " attributes.start_date | \n",
+ " attributes.end_date | \n",
+ " attributes.previous_asset_id | \n",
+ " attributes.last_day.close_price | \n",
+ " attributes.last_day.date | \n",
+ " attributes.conceptual_asset_id | \n",
+ " ... | \n",
+ " attributes.last_day.high_price | \n",
+ " attributes.last_day.low_price | \n",
+ " attributes.last_day.open_price | \n",
+ " attributes.last_day.volume | \n",
+ " attributes.last_day.dividend | \n",
+ " attributes.last_day.split | \n",
+ " attributes.last_day.book_value | \n",
+ " attributes.last_day.dividend_distribution_factor | \n",
+ " attributes.last_day.variable_fee | \n",
+ " attributes.last_day.rate | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 175 | \n",
+ " real_asset | \n",
+ " Dólar Observado | \n",
+ " USDCLP | \n",
+ " None | \n",
+ " None | \n",
+ " None | \n",
+ " None | \n",
+ " 822.25 | \n",
+ " 2022-05-30 | \n",
+ " 25 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8799 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-UNICA | \n",
+ " UNICA | \n",
+ " 1988-05-03 | \n",
+ " 2003-01-07 | \n",
+ " None | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8800 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-DELTA | \n",
+ " DELTA | \n",
+ " 2003-01-08 | \n",
+ " 2004-02-25 | \n",
+ " None | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8803 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-GAMMA | \n",
+ " GAMMA | \n",
+ " 2003-01-08 | \n",
+ " 2012-11-26 | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2012-11-25 | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 8802 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO BCI RENDIMIENTO | \n",
+ " FFMM-BCI-8036-BETA | \n",
+ " BETA | \n",
+ " 2003-01-08 | \n",
+ " 2011-12-29 | \n",
+ " 8799 | \n",
+ " NaN | \n",
+ " 2011-12-29 | \n",
+ " 1679 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 16201 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO ZURICH PATRIMONIO | \n",
+ " FFMM-ZURICH-8346-I-APV/APVC | \n",
+ " I-APV/APVC | \n",
+ " 2020-12-23 | \n",
+ " None | \n",
+ " 12633 | \n",
+ " NaN | \n",
+ " 2022-05-26 | \n",
+ " 2073 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 16196 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO ZURICH PATRIMONIO | \n",
+ " FFMM-ZURICH-8346-B-APV/APVC | \n",
+ " B-APV/APVC | \n",
+ " 2020-12-23 | \n",
+ " None | \n",
+ " 12631 | \n",
+ " NaN | \n",
+ " 2022-05-26 | \n",
+ " 2073 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 16197 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO ZURICH PATRIMONIO | \n",
+ " FFMM-ZURICH-8346-CUI | \n",
+ " CUI | \n",
+ " 2020-12-23 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-26 | \n",
+ " 2073 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 12629 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO ZURICH PATRIMONIO | \n",
+ " FFMM-ZURICH-8346-A | \n",
+ " A | \n",
+ " 2005-01-24 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-26 | \n",
+ " 2073 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 12636 | \n",
+ " real_asset | \n",
+ " FONDO MUTUO ZURICH PATRIMONIO | \n",
+ " FFMM-ZURICH-8346-P | \n",
+ " P | \n",
+ " 2017-11-15 | \n",
+ " None | \n",
+ " None | \n",
+ " NaN | \n",
+ " 2022-05-26 | \n",
+ " 2073 | \n",
+ " ... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
9131 rows × 36 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.name attributes.symbol \\\n",
+ "id \n",
+ "175 real_asset Dólar Observado USDCLP \n",
+ "8799 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-UNICA \n",
+ "8800 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-DELTA \n",
+ "8803 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-GAMMA \n",
+ "8802 real_asset FONDO MUTUO BCI RENDIMIENTO FFMM-BCI-8036-BETA \n",
+ "... ... ... ... \n",
+ "16201 real_asset FONDO MUTUO ZURICH PATRIMONIO FFMM-ZURICH-8346-I-APV/APVC \n",
+ "16196 real_asset FONDO MUTUO ZURICH PATRIMONIO FFMM-ZURICH-8346-B-APV/APVC \n",
+ "16197 real_asset FONDO MUTUO ZURICH PATRIMONIO FFMM-ZURICH-8346-CUI \n",
+ "12629 real_asset FONDO MUTUO ZURICH PATRIMONIO FFMM-ZURICH-8346-A \n",
+ "12636 real_asset FONDO MUTUO ZURICH PATRIMONIO FFMM-ZURICH-8346-P \n",
+ "\n",
+ " attributes.serie attributes.start_date attributes.end_date \\\n",
+ "id \n",
+ "175 None None None \n",
+ "8799 UNICA 1988-05-03 2003-01-07 \n",
+ "8800 DELTA 2003-01-08 2004-02-25 \n",
+ "8803 GAMMA 2003-01-08 2012-11-26 \n",
+ "8802 BETA 2003-01-08 2011-12-29 \n",
+ "... ... ... ... \n",
+ "16201 I-APV/APVC 2020-12-23 None \n",
+ "16196 B-APV/APVC 2020-12-23 None \n",
+ "16197 CUI 2020-12-23 None \n",
+ "12629 A 2005-01-24 None \n",
+ "12636 P 2017-11-15 None \n",
+ "\n",
+ " attributes.previous_asset_id attributes.last_day.close_price \\\n",
+ "id \n",
+ "175 None 822.25 \n",
+ "8799 None NaN \n",
+ "8800 None NaN \n",
+ "8803 None NaN \n",
+ "8802 8799 NaN \n",
+ "... ... ... \n",
+ "16201 12633 NaN \n",
+ "16196 12631 NaN \n",
+ "16197 None NaN \n",
+ "12629 None NaN \n",
+ "12636 None NaN \n",
+ "\n",
+ " attributes.last_day.date attributes.conceptual_asset_id ... \\\n",
+ "id ... \n",
+ "175 2022-05-30 25 ... \n",
+ "8799 NaN 1679 ... \n",
+ "8800 NaN 1679 ... \n",
+ "8803 2012-11-25 1679 ... \n",
+ "8802 2011-12-29 1679 ... \n",
+ "... ... ... ... \n",
+ "16201 2022-05-26 2073 ... \n",
+ "16196 2022-05-26 2073 ... \n",
+ "16197 2022-05-26 2073 ... \n",
+ "12629 2022-05-26 2073 ... \n",
+ "12636 2022-05-26 2073 ... \n",
+ "\n",
+ " attributes.last_day.high_price attributes.last_day.low_price \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "8802 NaN NaN \n",
+ "... ... ... \n",
+ "16201 NaN NaN \n",
+ "16196 NaN NaN \n",
+ "16197 NaN NaN \n",
+ "12629 NaN NaN \n",
+ "12636 NaN NaN \n",
+ "\n",
+ " attributes.last_day.open_price attributes.last_day.volume \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "8802 NaN NaN \n",
+ "... ... ... \n",
+ "16201 NaN NaN \n",
+ "16196 NaN NaN \n",
+ "16197 NaN NaN \n",
+ "12629 NaN NaN \n",
+ "12636 NaN NaN \n",
+ "\n",
+ " attributes.last_day.dividend attributes.last_day.split \\\n",
+ "id \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "8802 NaN NaN \n",
+ "... ... ... \n",
+ "16201 NaN NaN \n",
+ "16196 NaN NaN \n",
+ "16197 NaN NaN \n",
+ "12629 NaN NaN \n",
+ "12636 NaN NaN \n",
+ "\n",
+ " attributes.last_day.book_value \\\n",
+ "id \n",
+ "175 NaN \n",
+ "8799 NaN \n",
+ "8800 NaN \n",
+ "8803 NaN \n",
+ "8802 NaN \n",
+ "... ... \n",
+ "16201 NaN \n",
+ "16196 NaN \n",
+ "16197 NaN \n",
+ "12629 NaN \n",
+ "12636 NaN \n",
+ "\n",
+ " attributes.last_day.dividend_distribution_factor \\\n",
+ "id \n",
+ "175 NaN \n",
+ "8799 NaN \n",
+ "8800 NaN \n",
+ "8803 NaN \n",
+ "8802 NaN \n",
+ "... ... \n",
+ "16201 NaN \n",
+ "16196 NaN \n",
+ "16197 NaN \n",
+ "12629 NaN \n",
+ "12636 NaN \n",
+ "\n",
+ " attributes.last_day.variable_fee attributes.last_day.rate \n",
+ "id \n",
+ "175 NaN NaN \n",
+ "8799 NaN NaN \n",
+ "8800 NaN NaN \n",
+ "8803 NaN NaN \n",
+ "8802 NaN NaN \n",
+ "... ... ... \n",
+ "16201 NaN NaN \n",
+ "16196 NaN NaN \n",
+ "16197 NaN NaN \n",
+ "12629 NaN NaN \n",
+ "12636 NaN NaN \n",
+ "\n",
+ "[9131 rows x 36 columns]"
+ ]
+ },
+ "execution_count": 96,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "url_real_assets = []\n",
+ "df_real_assets = pd.DataFrame()\n",
+ "\n",
+ "for id_ in conceptual_assets_id_list:\n",
+ " urlrealassets = url_conceptual_assets+id_+'/real_assets'\n",
+ " url_real_assets.append(urlrealassets) \n",
+ " \n",
+ "for url_ in url_real_assets:\n",
+ " rspns = requests.get(url_)\n",
+ " rslts = rspns.json()\n",
+ " \n",
+ " for info_rslts in rslts['data']:\n",
+ " flat_data_real_assets = pd.json_normalize(info_rslts)\n",
+ " flat_data_real_assets = flat_data_real_assets.set_index('id')\n",
+ " df_real_assets = df_real_assets.append(flat_data_real_assets)\n",
+ "\n",
+ "df_real_assets"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 101,
+ "id": "b7bd5088-78a8-42de-954a-b5d08e04a590",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "real_assets_id_list = list(df_real_assets.index)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "8aabe88a-a402-4833-a214-67cd235e1fea",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "url_real_assets1 = []\n",
+ "df_real_assets1 = pd.DataFrame()\n",
+ "\n",
+ "for id_1 in real_assets_id_list:\n",
+ " urlrealassets1 = url_base+'/real_assets/'+id_1\n",
+ " url_real_assets1.append(urlrealassets1)\n",
+ "\n",
+ "for url_1 in url_real_assets1:\n",
+ " rspns1 = requests.get(url_1)\n",
+ " rslts1 = rspns1.json()\n",
+ " \n",
+ " for info_rslts1 in rslts['data']:\n",
+ " flat_data_real_assets1 = pd.json_normalize(info_rslts1)\n",
+ " flat_data_real_assets1 = flat_data_real_assets1.set_index('id')\n",
+ " df_real_assets1 = df_real_assets1.append(flat_data_real_assets1)\n",
+ "\n",
+ "df_real_assets1"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "2cc893f6-e93d-41f8-af4c-de339c0d0248",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.9.7"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/Fintual API.ipynb b/Fintual API.ipynb
new file mode 100644
index 0000000..5dcd042
--- /dev/null
+++ b/Fintual API.ipynb
@@ -0,0 +1,1295 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "id": "d37661cf-55f1-40de-a4b3-6c5add913c8e",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import requests\n",
+ "import pandas as pd\n",
+ "from pandas.io.json import json_normalize\n",
+ "from datetime import datetime\n",
+ "import re\n",
+ "from bs4 import BeautifulSoup"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "id": "ca50c86f-0e45-48f2-9502-1d8a634dae94",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_web_scraping = \"https://fintualist.com/chile/noticias/el-api-de-fintual/\""
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "id": "d8a3cbbe-a1cc-4ba3-9ed9-1bce4d3311b2",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "response = requests.get(url_web_scraping)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "id": "846d422f-da39-4451-a18f-e8af2368b6d4",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 4,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "response.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "id": "b068dbd6-0393-4df4-817c-045f173383bb",
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
+ "source": [
+ "results = BeautifulSoup(response.content)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "id": "68e332ed-ea78-4586-9397-df281a315934",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "results_list = [ texto.text for texto in results.select('div.post-article > p') ]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 7,
+ "id": "28201e21-bddd-40c9-b973-4c5d95fd6d6d",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Very Conservative Streep: casi pura renta fija. id: 15077\n",
+ "Conservative Clooney: principalmente renta fija. id: 188\n",
+ "Moderate Pit: la justa mezcla de renta fija y ETFs accionarios. id: 187\n",
+ "Risky Norris: casi solamente ETFs accionarios. id: 186\n"
+ ]
+ }
+ ],
+ "source": [
+ "for element in results_list:\n",
+ " if re.findall(r\"\\bid: [0-9]\", element):\n",
+ " print(element)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "id": "62fa59b6-5f92-4aac-b6f9-b4206e37aa3f",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "fintualfunds = {'conservative_clooney': 188, 'moderate_pit': 187, 'risky_norris': 186, 'very_conservative_streep': 15077}"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "id": "e953bf7d-bc6e-4c70-b62c-a1347e7ece5b",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "url_base = 'https://fintual.cl/api/real_assets/'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "id": "cab896f2-c1d9-428b-bc0f-3cfc1d91734f",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "startdate = '2019-01-01'"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 11,
+ "id": "a5ad1b3c-03ab-4067-9baa-5b7355898682",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "enddate = datetime.today().strftime('%Y-%m-%d')"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "048c0b16-e023-47ef-b0b6-e6db84a648f4",
+ "metadata": {},
+ "source": [
+ "## Conservative Cloney"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "id": "6ab438bc-d29c-4d38-ac62-fb151f5c4104",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.date | \n",
+ " attributes.fixed_fee | \n",
+ " attributes.fixed_fee_type | \n",
+ " attributes.fixed_management_fee | \n",
+ " attributes.fixed_management_fee_type | \n",
+ " attributes.institutional_investors | \n",
+ " attributes.institutional_investors_type | \n",
+ " attributes.iva_exclusive_expenses | \n",
+ " attributes.iva_exclusive_expenses_type | \n",
+ " ... | \n",
+ " attributes.redemption_fee_type | \n",
+ " attributes.shareholders | \n",
+ " attributes.shareholders_type | \n",
+ " attributes.total_assets | \n",
+ " attributes.total_assets_type | \n",
+ " attributes.total_net_assets | \n",
+ " attributes.total_net_assets_type | \n",
+ " attributes.variable_management_fee | \n",
+ " attributes.variable_management_fee_type | \n",
+ " attributes.price | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 188-2019-01-01 | \n",
+ " real_asset_day | \n",
+ " 2019-01-01 | \n",
+ " 0.0000326039168567 | \n",
+ " decimal | \n",
+ " 30164.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 659.0 | \n",
+ " integer | \n",
+ " 956808894.0 | \n",
+ " clp | \n",
+ " 925164916.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1014.4585 | \n",
+ "
\n",
+ " \n",
+ " | 188-2019-01-02 | \n",
+ " real_asset_day | \n",
+ " 2019-01-02 | \n",
+ " 0.000032604008461247430502323 | \n",
+ " decimal | \n",
+ " 30239.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 664.0 | \n",
+ " integer | \n",
+ " 964646847.0 | \n",
+ " clp | \n",
+ " 936520688.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1016.9780 | \n",
+ "
\n",
+ " \n",
+ " | 188-2019-01-03 | \n",
+ " real_asset_day | \n",
+ " 2019-01-03 | \n",
+ " 0.000032603345482273642488842 | \n",
+ " decimal | \n",
+ " 30424.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 665.0 | \n",
+ " integer | \n",
+ " 955957193.0 | \n",
+ " clp | \n",
+ " 927975971.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1013.3240 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
3 rows × 33 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.date attributes.fixed_fee \\\n",
+ "id \n",
+ "188-2019-01-01 real_asset_day 2019-01-01 0.0000326039168567 \n",
+ "188-2019-01-02 real_asset_day 2019-01-02 0.000032604008461247430502323 \n",
+ "188-2019-01-03 real_asset_day 2019-01-03 0.000032603345482273642488842 \n",
+ "\n",
+ " attributes.fixed_fee_type attributes.fixed_management_fee \\\n",
+ "id \n",
+ "188-2019-01-01 decimal 30164.0 \n",
+ "188-2019-01-02 decimal 30239.0 \n",
+ "188-2019-01-03 decimal 30424.0 \n",
+ "\n",
+ " attributes.fixed_management_fee_type \\\n",
+ "id \n",
+ "188-2019-01-01 clp \n",
+ "188-2019-01-02 clp \n",
+ "188-2019-01-03 clp \n",
+ "\n",
+ " attributes.institutional_investors \\\n",
+ "id \n",
+ "188-2019-01-01 0.0 \n",
+ "188-2019-01-02 0.0 \n",
+ "188-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.institutional_investors_type \\\n",
+ "id \n",
+ "188-2019-01-01 integer \n",
+ "188-2019-01-02 integer \n",
+ "188-2019-01-03 integer \n",
+ "\n",
+ " attributes.iva_exclusive_expenses \\\n",
+ "id \n",
+ "188-2019-01-01 0.0 \n",
+ "188-2019-01-02 0.0 \n",
+ "188-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.iva_exclusive_expenses_type ... \\\n",
+ "id ... \n",
+ "188-2019-01-01 clp ... \n",
+ "188-2019-01-02 clp ... \n",
+ "188-2019-01-03 clp ... \n",
+ "\n",
+ " attributes.redemption_fee_type attributes.shareholders \\\n",
+ "id \n",
+ "188-2019-01-01 clp 659.0 \n",
+ "188-2019-01-02 clp 664.0 \n",
+ "188-2019-01-03 clp 665.0 \n",
+ "\n",
+ " attributes.shareholders_type attributes.total_assets \\\n",
+ "id \n",
+ "188-2019-01-01 integer 956808894.0 \n",
+ "188-2019-01-02 integer 964646847.0 \n",
+ "188-2019-01-03 integer 955957193.0 \n",
+ "\n",
+ " attributes.total_assets_type attributes.total_net_assets \\\n",
+ "id \n",
+ "188-2019-01-01 clp 925164916.0 \n",
+ "188-2019-01-02 clp 936520688.0 \n",
+ "188-2019-01-03 clp 927975971.0 \n",
+ "\n",
+ " attributes.total_net_assets_type \\\n",
+ "id \n",
+ "188-2019-01-01 clp \n",
+ "188-2019-01-02 clp \n",
+ "188-2019-01-03 clp \n",
+ "\n",
+ " attributes.variable_management_fee \\\n",
+ "id \n",
+ "188-2019-01-01 0.0 \n",
+ "188-2019-01-02 0.0 \n",
+ "188-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.variable_management_fee_type attributes.price \n",
+ "id \n",
+ "188-2019-01-01 clp 1014.4585 \n",
+ "188-2019-01-02 clp 1016.9780 \n",
+ "188-2019-01-03 clp 1013.3240 \n",
+ "\n",
+ "[3 rows x 33 columns]"
+ ]
+ },
+ "execution_count": 12,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "conservative_clooney_id = [ value for key, value in fintualfunds.items() if key == 'conservative_clooney']\n",
+ "\n",
+ "df_conservative_clooney = pd.DataFrame()\n",
+ "\n",
+ "url_conservative_clooney = f\"{url_base}{conservative_clooney_id[0]}/days?from_date={startdate}&to_date={enddate}\"\n",
+ "response_conservative_clooney = requests.get(url_conservative_clooney)\n",
+ "results_conservative_clooney = response_conservative_clooney.json()\n",
+ "\n",
+ "for info_conservative_clooney in results_conservative_clooney['data']:\n",
+ " flattened_data_conservative_clooney = pd.json_normalize(info_conservative_clooney)\n",
+ " flattened_data_conservative_clooney = flattened_data_conservative_clooney.set_index('id')\n",
+ " df_conservative_clooney = df_conservative_clooney.append(flattened_data_conservative_clooney)\n",
+ " \n",
+ "df_conservative_clooney.head(3)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "c6642ffd-ca4b-4f32-b389-e416349793c0",
+ "metadata": {},
+ "source": [
+ "## Moderate Pit"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "id": "e2df95ea-66b3-4892-b2ad-132e1c899e35",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.date | \n",
+ " attributes.fixed_fee | \n",
+ " attributes.fixed_fee_type | \n",
+ " attributes.fixed_management_fee | \n",
+ " attributes.fixed_management_fee_type | \n",
+ " attributes.institutional_investors | \n",
+ " attributes.institutional_investors_type | \n",
+ " attributes.iva_exclusive_expenses | \n",
+ " attributes.iva_exclusive_expenses_type | \n",
+ " ... | \n",
+ " attributes.redemption_fee_type | \n",
+ " attributes.shareholders | \n",
+ " attributes.shareholders_type | \n",
+ " attributes.total_assets | \n",
+ " attributes.total_assets_type | \n",
+ " attributes.total_net_assets | \n",
+ " attributes.total_net_assets_type | \n",
+ " attributes.variable_management_fee | \n",
+ " attributes.variable_management_fee_type | \n",
+ " attributes.price | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 187-2019-01-01 | \n",
+ " real_asset_day | \n",
+ " 2019-01-01 | \n",
+ " 0.000032603812146629158582693529209539496176206 | \n",
+ " decimal | \n",
+ " 79090.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 1313.0 | \n",
+ " integer | \n",
+ " 2479593117.0 | \n",
+ " clp | \n",
+ " 2425789955.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1042.0395 | \n",
+ "
\n",
+ " \n",
+ " | 187-2019-01-02 | \n",
+ " real_asset_day | \n",
+ " 2019-01-02 | \n",
+ " 0.00003260392317442213653143359466968184967329... | \n",
+ " decimal | \n",
+ " 79635.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 1326.0 | \n",
+ " integer | \n",
+ " 2504576307.0 | \n",
+ " clp | \n",
+ " 2457547393.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1049.2165 | \n",
+ "
\n",
+ " \n",
+ " | 187-2019-01-03 | \n",
+ " real_asset_day | \n",
+ " 2019-01-03 | \n",
+ " 0.00003260378290542170736161735366708430249184... | \n",
+ " decimal | \n",
+ " 79226.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 1328.0 | \n",
+ " integer | \n",
+ " 2478269249.0 | \n",
+ " clp | \n",
+ " 2441870355.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1037.4399 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
3 rows × 33 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.date \\\n",
+ "id \n",
+ "187-2019-01-01 real_asset_day 2019-01-01 \n",
+ "187-2019-01-02 real_asset_day 2019-01-02 \n",
+ "187-2019-01-03 real_asset_day 2019-01-03 \n",
+ "\n",
+ " attributes.fixed_fee \\\n",
+ "id \n",
+ "187-2019-01-01 0.000032603812146629158582693529209539496176206 \n",
+ "187-2019-01-02 0.00003260392317442213653143359466968184967329... \n",
+ "187-2019-01-03 0.00003260378290542170736161735366708430249184... \n",
+ "\n",
+ " attributes.fixed_fee_type attributes.fixed_management_fee \\\n",
+ "id \n",
+ "187-2019-01-01 decimal 79090.0 \n",
+ "187-2019-01-02 decimal 79635.0 \n",
+ "187-2019-01-03 decimal 79226.0 \n",
+ "\n",
+ " attributes.fixed_management_fee_type \\\n",
+ "id \n",
+ "187-2019-01-01 clp \n",
+ "187-2019-01-02 clp \n",
+ "187-2019-01-03 clp \n",
+ "\n",
+ " attributes.institutional_investors \\\n",
+ "id \n",
+ "187-2019-01-01 0.0 \n",
+ "187-2019-01-02 0.0 \n",
+ "187-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.institutional_investors_type \\\n",
+ "id \n",
+ "187-2019-01-01 integer \n",
+ "187-2019-01-02 integer \n",
+ "187-2019-01-03 integer \n",
+ "\n",
+ " attributes.iva_exclusive_expenses \\\n",
+ "id \n",
+ "187-2019-01-01 0.0 \n",
+ "187-2019-01-02 0.0 \n",
+ "187-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.iva_exclusive_expenses_type ... \\\n",
+ "id ... \n",
+ "187-2019-01-01 clp ... \n",
+ "187-2019-01-02 clp ... \n",
+ "187-2019-01-03 clp ... \n",
+ "\n",
+ " attributes.redemption_fee_type attributes.shareholders \\\n",
+ "id \n",
+ "187-2019-01-01 clp 1313.0 \n",
+ "187-2019-01-02 clp 1326.0 \n",
+ "187-2019-01-03 clp 1328.0 \n",
+ "\n",
+ " attributes.shareholders_type attributes.total_assets \\\n",
+ "id \n",
+ "187-2019-01-01 integer 2479593117.0 \n",
+ "187-2019-01-02 integer 2504576307.0 \n",
+ "187-2019-01-03 integer 2478269249.0 \n",
+ "\n",
+ " attributes.total_assets_type attributes.total_net_assets \\\n",
+ "id \n",
+ "187-2019-01-01 clp 2425789955.0 \n",
+ "187-2019-01-02 clp 2457547393.0 \n",
+ "187-2019-01-03 clp 2441870355.0 \n",
+ "\n",
+ " attributes.total_net_assets_type \\\n",
+ "id \n",
+ "187-2019-01-01 clp \n",
+ "187-2019-01-02 clp \n",
+ "187-2019-01-03 clp \n",
+ "\n",
+ " attributes.variable_management_fee \\\n",
+ "id \n",
+ "187-2019-01-01 0.0 \n",
+ "187-2019-01-02 0.0 \n",
+ "187-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.variable_management_fee_type attributes.price \n",
+ "id \n",
+ "187-2019-01-01 clp 1042.0395 \n",
+ "187-2019-01-02 clp 1049.2165 \n",
+ "187-2019-01-03 clp 1037.4399 \n",
+ "\n",
+ "[3 rows x 33 columns]"
+ ]
+ },
+ "execution_count": 13,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "moderate_pit_id = [ value for key, value in fintualfunds.items() if key == 'moderate_pit']\n",
+ "\n",
+ "df_moderate_pit = pd.DataFrame()\n",
+ "\n",
+ "url_moderate_pit = f\"{url_base}{moderate_pit_id[0]}/days?from_date={startdate}&to_date={enddate}\"\n",
+ "response_moderate_pit = requests.get(url_moderate_pit)\n",
+ "results_moderate_pit = response_moderate_pit.json()\n",
+ "\n",
+ "for info_moderate_pit in results_moderate_pit['data']:\n",
+ " flattened_data_moderate_pit = pd.json_normalize(info_moderate_pit)\n",
+ " flattened_data_moderate_pit = flattened_data_moderate_pit.set_index('id')\n",
+ " df_moderate_pit = df_moderate_pit.append(flattened_data_moderate_pit)\n",
+ " \n",
+ "df_moderate_pit.head(3)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "79e26948-be7e-4e97-80d8-45d9ea960fc3",
+ "metadata": {},
+ "source": [
+ "## Risky Norris"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 14,
+ "id": "0562e7ba-1cf4-44b4-934d-50bcb83df8c4",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.date | \n",
+ " attributes.fixed_fee | \n",
+ " attributes.fixed_fee_type | \n",
+ " attributes.fixed_management_fee | \n",
+ " attributes.fixed_management_fee_type | \n",
+ " attributes.institutional_investors | \n",
+ " attributes.institutional_investors_type | \n",
+ " attributes.iva_exclusive_expenses | \n",
+ " attributes.iva_exclusive_expenses_type | \n",
+ " ... | \n",
+ " attributes.redemption_fee_type | \n",
+ " attributes.shareholders | \n",
+ " attributes.shareholders_type | \n",
+ " attributes.total_assets | \n",
+ " attributes.total_assets_type | \n",
+ " attributes.total_net_assets | \n",
+ " attributes.total_net_assets_type | \n",
+ " attributes.variable_management_fee | \n",
+ " attributes.variable_management_fee_type | \n",
+ " attributes.price | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 186-2019-01-01 | \n",
+ " real_asset_day | \n",
+ " 2019-01-01 | \n",
+ " 0.000032603707347278575282790346222747990420638 | \n",
+ " decimal | \n",
+ " 41438.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 1058.0 | \n",
+ " integer | \n",
+ " 1299570399.0 | \n",
+ " clp | \n",
+ " 1270959758.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1045.5026 | \n",
+ "
\n",
+ " \n",
+ " | 186-2019-01-02 | \n",
+ " real_asset_day | \n",
+ " 2019-01-02 | \n",
+ " 0.00003260382572998556197587072881146661388766... | \n",
+ " decimal | \n",
+ " 41980.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 1068.0 | \n",
+ " integer | \n",
+ " 1336823072.0 | \n",
+ " clp | \n",
+ " 1298390837.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1059.1737 | \n",
+ "
\n",
+ " \n",
+ " | 186-2019-01-03 | \n",
+ " real_asset_day | \n",
+ " 2019-01-03 | \n",
+ " 0.00003260394144367504900979325396504176227930... | \n",
+ " decimal | \n",
+ " 41388.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " clp | \n",
+ " 1070.0 | \n",
+ " integer | \n",
+ " 1312806625.0 | \n",
+ " clp | \n",
+ " 1274328598.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1035.5381 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
3 rows × 33 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.date \\\n",
+ "id \n",
+ "186-2019-01-01 real_asset_day 2019-01-01 \n",
+ "186-2019-01-02 real_asset_day 2019-01-02 \n",
+ "186-2019-01-03 real_asset_day 2019-01-03 \n",
+ "\n",
+ " attributes.fixed_fee \\\n",
+ "id \n",
+ "186-2019-01-01 0.000032603707347278575282790346222747990420638 \n",
+ "186-2019-01-02 0.00003260382572998556197587072881146661388766... \n",
+ "186-2019-01-03 0.00003260394144367504900979325396504176227930... \n",
+ "\n",
+ " attributes.fixed_fee_type attributes.fixed_management_fee \\\n",
+ "id \n",
+ "186-2019-01-01 decimal 41438.0 \n",
+ "186-2019-01-02 decimal 41980.0 \n",
+ "186-2019-01-03 decimal 41388.0 \n",
+ "\n",
+ " attributes.fixed_management_fee_type \\\n",
+ "id \n",
+ "186-2019-01-01 clp \n",
+ "186-2019-01-02 clp \n",
+ "186-2019-01-03 clp \n",
+ "\n",
+ " attributes.institutional_investors \\\n",
+ "id \n",
+ "186-2019-01-01 0.0 \n",
+ "186-2019-01-02 0.0 \n",
+ "186-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.institutional_investors_type \\\n",
+ "id \n",
+ "186-2019-01-01 integer \n",
+ "186-2019-01-02 integer \n",
+ "186-2019-01-03 integer \n",
+ "\n",
+ " attributes.iva_exclusive_expenses \\\n",
+ "id \n",
+ "186-2019-01-01 0.0 \n",
+ "186-2019-01-02 0.0 \n",
+ "186-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.iva_exclusive_expenses_type ... \\\n",
+ "id ... \n",
+ "186-2019-01-01 clp ... \n",
+ "186-2019-01-02 clp ... \n",
+ "186-2019-01-03 clp ... \n",
+ "\n",
+ " attributes.redemption_fee_type attributes.shareholders \\\n",
+ "id \n",
+ "186-2019-01-01 clp 1058.0 \n",
+ "186-2019-01-02 clp 1068.0 \n",
+ "186-2019-01-03 clp 1070.0 \n",
+ "\n",
+ " attributes.shareholders_type attributes.total_assets \\\n",
+ "id \n",
+ "186-2019-01-01 integer 1299570399.0 \n",
+ "186-2019-01-02 integer 1336823072.0 \n",
+ "186-2019-01-03 integer 1312806625.0 \n",
+ "\n",
+ " attributes.total_assets_type attributes.total_net_assets \\\n",
+ "id \n",
+ "186-2019-01-01 clp 1270959758.0 \n",
+ "186-2019-01-02 clp 1298390837.0 \n",
+ "186-2019-01-03 clp 1274328598.0 \n",
+ "\n",
+ " attributes.total_net_assets_type \\\n",
+ "id \n",
+ "186-2019-01-01 clp \n",
+ "186-2019-01-02 clp \n",
+ "186-2019-01-03 clp \n",
+ "\n",
+ " attributes.variable_management_fee \\\n",
+ "id \n",
+ "186-2019-01-01 0.0 \n",
+ "186-2019-01-02 0.0 \n",
+ "186-2019-01-03 0.0 \n",
+ "\n",
+ " attributes.variable_management_fee_type attributes.price \n",
+ "id \n",
+ "186-2019-01-01 clp 1045.5026 \n",
+ "186-2019-01-02 clp 1059.1737 \n",
+ "186-2019-01-03 clp 1035.5381 \n",
+ "\n",
+ "[3 rows x 33 columns]"
+ ]
+ },
+ "execution_count": 14,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "risky_norris_id = [ value for key, value in fintualfunds.items() if key == 'risky_norris']\n",
+ "\n",
+ "df_risky_norris = pd.DataFrame()\n",
+ "\n",
+ "url_risky_norris = f\"{url_base}{risky_norris_id[0]}/days?from_date={startdate}&to_date={enddate}\"\n",
+ "response_risky_norris = requests.get(url_risky_norris)\n",
+ "results_risky_norris = response_risky_norris.json()\n",
+ "\n",
+ "for info_risky_norris in results_risky_norris['data']:\n",
+ " flattened_data_risky_norris = pd.json_normalize(info_risky_norris)\n",
+ " flattened_data_risky_norris = flattened_data_risky_norris.set_index('id')\n",
+ " df_risky_norris = df_risky_norris.append(flattened_data_risky_norris)\n",
+ " \n",
+ "df_risky_norris.head(3)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "fe441953-f07b-40e6-bfec-b7a031dcef4b",
+ "metadata": {},
+ "source": [
+ "## Very Conservative Steep"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 15,
+ "id": "9b2d1443-7941-4d94-9ab0-6951663c29da",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " type | \n",
+ " attributes.date | \n",
+ " attributes.fixed_management_fee | \n",
+ " attributes.fixed_management_fee_type | \n",
+ " attributes.institutional_investors | \n",
+ " attributes.institutional_investors_type | \n",
+ " attributes.iva_exclusive_expenses | \n",
+ " attributes.iva_exclusive_expenses_type | \n",
+ " attributes.iva_inclusive_expenses | \n",
+ " attributes.iva_inclusive_expenses_type | \n",
+ " ... | \n",
+ " attributes.shareholders_type | \n",
+ " attributes.total_assets | \n",
+ " attributes.total_assets_type | \n",
+ " attributes.total_net_assets | \n",
+ " attributes.total_net_assets_type | \n",
+ " attributes.variable_management_fee | \n",
+ " attributes.variable_management_fee_type | \n",
+ " attributes.price | \n",
+ " attributes.fixed_fee | \n",
+ " attributes.fixed_fee_type | \n",
+ "
\n",
+ " \n",
+ " | id | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 15077-2019-04-22 | \n",
+ " real_asset_day | \n",
+ " 2019-04-22 | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " integer | \n",
+ " 10000.0 | \n",
+ " clp | \n",
+ " 10000.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1000.0 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 15077-2019-04-23 | \n",
+ " real_asset_day | \n",
+ " 2019-04-23 | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " integer | \n",
+ " 10000.0 | \n",
+ " clp | \n",
+ " 10000.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1000.0 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " | 15077-2019-04-24 | \n",
+ " real_asset_day | \n",
+ " 2019-04-24 | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " integer | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " ... | \n",
+ " integer | \n",
+ " 520000.0 | \n",
+ " clp | \n",
+ " 520000.0 | \n",
+ " clp | \n",
+ " 0.0 | \n",
+ " clp | \n",
+ " 1000.0 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
3 rows × 33 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " type attributes.date \\\n",
+ "id \n",
+ "15077-2019-04-22 real_asset_day 2019-04-22 \n",
+ "15077-2019-04-23 real_asset_day 2019-04-23 \n",
+ "15077-2019-04-24 real_asset_day 2019-04-24 \n",
+ "\n",
+ " attributes.fixed_management_fee \\\n",
+ "id \n",
+ "15077-2019-04-22 0.0 \n",
+ "15077-2019-04-23 0.0 \n",
+ "15077-2019-04-24 0.0 \n",
+ "\n",
+ " attributes.fixed_management_fee_type \\\n",
+ "id \n",
+ "15077-2019-04-22 clp \n",
+ "15077-2019-04-23 clp \n",
+ "15077-2019-04-24 clp \n",
+ "\n",
+ " attributes.institutional_investors \\\n",
+ "id \n",
+ "15077-2019-04-22 0.0 \n",
+ "15077-2019-04-23 0.0 \n",
+ "15077-2019-04-24 0.0 \n",
+ "\n",
+ " attributes.institutional_investors_type \\\n",
+ "id \n",
+ "15077-2019-04-22 integer \n",
+ "15077-2019-04-23 integer \n",
+ "15077-2019-04-24 integer \n",
+ "\n",
+ " attributes.iva_exclusive_expenses \\\n",
+ "id \n",
+ "15077-2019-04-22 0.0 \n",
+ "15077-2019-04-23 0.0 \n",
+ "15077-2019-04-24 0.0 \n",
+ "\n",
+ " attributes.iva_exclusive_expenses_type \\\n",
+ "id \n",
+ "15077-2019-04-22 clp \n",
+ "15077-2019-04-23 clp \n",
+ "15077-2019-04-24 clp \n",
+ "\n",
+ " attributes.iva_inclusive_expenses \\\n",
+ "id \n",
+ "15077-2019-04-22 0.0 \n",
+ "15077-2019-04-23 0.0 \n",
+ "15077-2019-04-24 0.0 \n",
+ "\n",
+ " attributes.iva_inclusive_expenses_type ... \\\n",
+ "id ... \n",
+ "15077-2019-04-22 clp ... \n",
+ "15077-2019-04-23 clp ... \n",
+ "15077-2019-04-24 clp ... \n",
+ "\n",
+ " attributes.shareholders_type attributes.total_assets \\\n",
+ "id \n",
+ "15077-2019-04-22 integer 10000.0 \n",
+ "15077-2019-04-23 integer 10000.0 \n",
+ "15077-2019-04-24 integer 520000.0 \n",
+ "\n",
+ " attributes.total_assets_type attributes.total_net_assets \\\n",
+ "id \n",
+ "15077-2019-04-22 clp 10000.0 \n",
+ "15077-2019-04-23 clp 10000.0 \n",
+ "15077-2019-04-24 clp 520000.0 \n",
+ "\n",
+ " attributes.total_net_assets_type \\\n",
+ "id \n",
+ "15077-2019-04-22 clp \n",
+ "15077-2019-04-23 clp \n",
+ "15077-2019-04-24 clp \n",
+ "\n",
+ " attributes.variable_management_fee \\\n",
+ "id \n",
+ "15077-2019-04-22 0.0 \n",
+ "15077-2019-04-23 0.0 \n",
+ "15077-2019-04-24 0.0 \n",
+ "\n",
+ " attributes.variable_management_fee_type attributes.price \\\n",
+ "id \n",
+ "15077-2019-04-22 clp 1000.0 \n",
+ "15077-2019-04-23 clp 1000.0 \n",
+ "15077-2019-04-24 clp 1000.0 \n",
+ "\n",
+ " attributes.fixed_fee attributes.fixed_fee_type \n",
+ "id \n",
+ "15077-2019-04-22 NaN NaN \n",
+ "15077-2019-04-23 NaN NaN \n",
+ "15077-2019-04-24 NaN NaN \n",
+ "\n",
+ "[3 rows x 33 columns]"
+ ]
+ },
+ "execution_count": 15,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "very_conservative_streep_id = [ value for key, value in fintualfunds.items() if key == 'very_conservative_streep']\n",
+ "\n",
+ "df_very_conservative_streep = pd.DataFrame()\n",
+ "\n",
+ "url_very_conservative_streep = f\"{url_base}{very_conservative_streep_id[0]}/days?from_date={startdate}&to_date={enddate}\"\n",
+ "response_very_conservative_streep = requests.get(url_very_conservative_streep)\n",
+ "results_very_conservative_streep = response_very_conservative_streep.json()\n",
+ "\n",
+ "for info_very_conservative_streep in results_very_conservative_streep['data']:\n",
+ " flattened_data_very_conservative_streep = pd.json_normalize(info_very_conservative_streep)\n",
+ " flattened_data_very_conservative_streep = flattened_data_very_conservative_streep.set_index('id')\n",
+ " df_very_conservative_streep = df_very_conservative_streep.append(flattened_data_very_conservative_streep)\n",
+ " \n",
+ "df_very_conservative_streep.head(3)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "704f6b5d-fc3e-405a-9a9d-4190f9fa12f2",
+ "metadata": {},
+ "source": [
+ "## Summary"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 17,
+ "id": "a88b9c30-a976-4bac-bc82-9040107c2ad1",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "(4861, 33)"
+ ]
+ },
+ "execution_count": 17,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df_fintual_funds = pd.concat([df_conservative_clooney, df_moderate_pit, \n",
+ " df_risky_norris, df_very_conservative_streep])\n",
+ "df_fintual_funds.shape"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "fdfdbbe5-5769-41e2-9ecc-10f9a72efff0",
+ "metadata": {},
+ "source": [
+ "## Coverse to csv file:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 116,
+ "id": "13abd616-c034-4252-b2eb-4c0fe934e3b9",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "df_fintual_funds.to_csv(\"./Proyecto2/fintual_funds\")"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.9.7"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/README.md b/README.md
index dc8bae8..7dd5a78 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,34 @@

# Project: API and Web Data Scraping
+**Javiera Córdova - Data Analytics Part Time Abril 2202**
-## Overview
+## Introducción
-The goal of this project is for you to practice what you have learned in the APIs and Web Scraping chapter of this program. For this project, you will choose both an API to obtain data from and a web page to scrape. For the API portion of the project will need to make calls to your chosen API, successfully obtain a response, request data, convert it into a Pandas data frame, and export it as a CSV file. For the web scraping portion of the project, you will need to scrape the HTML from your chosen page, parse the HTML to extract the necessary information, and either save the results to a text (txt) file if it is text or into a CSV file if it is tabular data.
+El presente proyecto está basado en la API de la Administradora General de Fondos Fintual.
-**You will be working individually for this project**, but we'll be guiding you along the process and helping you as you go. Show us what you've got!
+La información que se podrá obtener corresponde al detalle de los 4 fondos de inversión que maneja Fintual: **Very Conservative Streep, Conservative Clooney, Moderate Pit y Risky Norris**, ordenados del más conservador al más riesgoso.
----
+El análisis se realizará desde el periodo escogido por el usuario a la fecha.
-## Technical Requirements
+## Archivos
-The technical requirements for this project are as follows:
+* **Attempt1** 1er intento de proyecto.
+* **Attempt2** 2do intento de proyecto.
+* **Fintual API** Notebook Jupyter con proyecto final.
+* **fintual_funds** Archivo de texto con la información obtenida.
+* **Archivo ``README.md``**
-* You must obtain data from an API using Python.
-* You must scrape and clean HTML from a web page using Python.
-* The results should be two files - one containing the tabular results of your API request and the other containing the results of your web page scrape.
-* Your code should be saved in a Jupyter Notebook and your results should be saved in a folder named output.
-* You should include a README.md file that describes the steps you took and your thought process for obtaining data from the API and web page.
+## Workflow
-## Necessary Deliverables
+1. Decidir sobre qué hacer el proyecto: esta parte fue fácil ya que estoy obsesionada con Fintual. Está muy de moda en Chile por ser una empresa de gente joven, y por otro lado, desde siempre me ha gustado todo lo relacionado a inversiones.
+2. Encontrar la API y documentación que me sirviera: esta parte fue difícil, ya que no hay mucha documentación.
+3. Entender lo poco que había de documentación.
+4. Empezar a codear: tuve muchísimos intentos fallidos porque no entendía bien la documentación y cómo era la relación de la información que podía obtener de los GETS que aparecían.
+5. Arreglar el archivo para que quede en orden y presentable: primero obtuve un resumen de los fondos, luego obtuve la infomación para cada uno y, finalmente, consolidé en 1 dataframe la información de los 4 fondos.
-The following deliverables should be pushed to your Github repo for this chapter.
+## Recursos
-* **A Jupyter Notebook (.ipynb) file** that contains the code used to work with your API and scrape your web page.
-* **An output folder** containing the outputs of your API and scraping efforts.
-* **A ``README.md`` file** containing a detailed explanation of your approach and code for retrieving data from the API and scraping the web page as well as your results, obstacles encountered, and lessons learned.
-
-## Suggested Ways to Get Started
-
-* **Find an API to work with** - a great place to start looking would be [API List](https://apilist.fun/) and [Public APIs](https://github.com/toddmotto/public-apis). If you need authorization for your chosen API, make sure to give yourself enough time for the service to review and accept your application. Have a couple back-up APIs chosen just in case!
-* **Find a web page to scrape** and determine the content you would like to scrape from it - blogs and news sites are typically good candidates for scraping text content, and [Wikipedia](https://www.wikipedia.org/) is usually a good source for HTML tables (search for "list of...").
-* **Break the project down into different steps** - note the steps covered in the API and web scraping lessons, try to follow them, and make adjustments as you encounter the obstacles that are inevitable due to all APIs and web pages being different.
-* **Use the tools in your tool kit** - your knowledge of intermediate Python as well as some of the things you've learned in previous chapters. This is a great way to start tying everything you've learned together!
-* **Work through the lessons in class** & ask questions when you need to! Think about adding relevant code to your project each night, instead of, you know... _procrastinating_.
-* **Commit early, commit often**, don’t be afraid of doing something incorrectly because you can always roll back to a previous version.
-* **Consult documentation and resources provided** to better understand the tools you are using and how to accomplish what you want.
-
-## Useful Resources
-
-* [Requests Library Documentation: Quickstart](http://docs.python-requests.org/en/master/user/quickstart/)
-* [BeautifulSoup Documentation](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
-* [Stack Overflow Python Requests Questions](https://stackoverflow.com/questions/tagged/python-requests)
-* [StackOverflow BeautifulSoup Questions](https://stackoverflow.com/questions/tagged/beautifulsoup)
+* [Página Web Fintual](https://fintual.cl)
+* [Noticia: La API de Fintual](https://fintualist.com/chile/noticias/el-api-de-fintual/)
+* [API Fintual](https://fintual.cl/api-docs/index.html)
diff --git a/fintual_funds b/fintual_funds
new file mode 100644
index 0000000..dc7fa01
--- /dev/null
+++ b/fintual_funds
@@ -0,0 +1,4862 @@
+id,type,attributes.date,attributes.fixed_fee,attributes.fixed_fee_type,attributes.fixed_management_fee,attributes.fixed_management_fee_type,attributes.institutional_investors,attributes.institutional_investors_type,attributes.iva_exclusive_expenses,attributes.iva_exclusive_expenses_type,attributes.iva_inclusive_expenses,attributes.iva_inclusive_expenses_type,attributes.net_asset_value,attributes.net_asset_value_type,attributes.new_shares,attributes.new_shares_type,attributes.outstanding_shares,attributes.outstanding_shares_type,attributes.purchase_fee,attributes.purchase_fee_type,attributes.redeemed_shares,attributes.redeemed_shares_type,attributes.redemption_fee,attributes.redemption_fee_type,attributes.shareholders,attributes.shareholders_type,attributes.total_assets,attributes.total_assets_type,attributes.total_net_assets,attributes.total_net_assets_type,attributes.variable_management_fee,attributes.variable_management_fee_type,attributes.price
+188-2019-01-01,real_asset_day,2019-01-01,0.0000326039168567,decimal,30164.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.4585,clp,0.0,decimal,911979.0671,decimal,0.0,clp,0.0,decimal,0.0,clp,659.0,integer,956808894.0,clp,925164916.0,clp,0.0,clp,1014.4585
+188-2019-01-02,real_asset_day,2019-01-02,0.000032604008461247430502323,decimal,30239.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.978,clp,10858.4886,decimal,920885.8878,decimal,0.0,clp,1951.6679,decimal,0.0,clp,664.0,integer,964646847.0,clp,936520688.0,clp,0.0,clp,1016.978
+188-2019-01-03,real_asset_day,2019-01-03,0.000032603345482273642488842,decimal,30424.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.324,clp,4169.8136,decimal,915774.1957,decimal,0.0,clp,9281.5057,decimal,0.0,clp,665.0,integer,955957193.0,clp,927975971.0,clp,0.0,clp,1013.324
+188-2019-01-04,real_asset_day,2019-01-04,0.000032603325092049432754963,decimal,30347.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.4019,clp,4186.2662,decimal,919025.4238,decimal,0.0,clp,935.0381,decimal,0.0,clp,670.0,integer,955250386.0,clp,934099187.0,clp,0.0,clp,1016.4019
+188-2019-01-05,real_asset_day,2019-01-05,0.000032603598445264,decimal,30454.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.3687,clp,0.0,decimal,919025.4238,decimal,0.0,clp,0.0,decimal,0.0,clp,670.0,integer,955250386.0,clp,934068675.0,clp,0.0,clp,1016.3687
+188-2019-01-06,real_asset_day,2019-01-06,0.000032603589632843,decimal,30453.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.3356,clp,0.0,decimal,919025.4238,decimal,0.0,clp,0.0,decimal,0.0,clp,670.0,integer,955250386.0,clp,934038256.0,clp,0.0,clp,1016.3356
+188-2019-01-07,real_asset_day,2019-01-07,0.000032603440430624536627369,decimal,30455.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.407,clp,2195.2506,decimal,920305.2353,decimal,0.0,clp,915.4391,decimal,0.0,clp,677.0,integer,955616047.0,clp,935404683.0,clp,0.0,clp,1016.407
+188-2019-01-08,real_asset_day,2019-01-08,0.000032603966836331747858642,decimal,30534.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.61,clp,2025.3732,decimal,919299.9797,decimal,0.0,clp,3030.6288,decimal,0.0,clp,681.0,integer,949418172.0,clp,935488852.0,clp,0.0,clp,1017.61
+188-2019-01-09,real_asset_day,2019-01-09,0.000032603619085421075108207,decimal,30518.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.1998,clp,4902.682,decimal,921691.3719,decimal,0.0,clp,2511.2898,decimal,0.0,clp,683.0,integer,953416807.0,clp,938465971.0,clp,0.0,clp,1018.1998
+188-2019-01-10,real_asset_day,2019-01-10,0.000032603766703331347316339,decimal,30615.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.7813,clp,2597.1688,decimal,924284.5788,decimal,0.0,clp,3.9619,decimal,0.0,clp,685.0,integer,955711261.0,clp,941643845.0,clp,0.0,clp,1018.7813
+188-2019-01-11,real_asset_day,2019-01-11,0.000032603564904210008820954,decimal,30675.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9203,clp,4263.0765,decimal,922880.6685,decimal,0.0,clp,5666.9868,decimal,0.0,clp,684.0,integer,956207936.0,clp,939418967.0,clp,0.0,clp,1017.9203
+188-2019-01-12,real_asset_day,2019-01-12,0.000032604191565402,decimal,30628.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8872,clp,0.0,decimal,922880.6685,decimal,0.0,clp,0.0,decimal,0.0,clp,684.0,integer,956207936.0,clp,939388420.0,clp,0.0,clp,1017.8872
+188-2019-01-13,real_asset_day,2019-01-13,0.000032604190492785,decimal,30627.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.854,clp,0.0,decimal,922880.6685,decimal,0.0,clp,0.0,decimal,0.0,clp,684.0,integer,956207936.0,clp,939357780.0,clp,0.0,clp,1017.854
+188-2019-01-14,real_asset_day,2019-01-14,0.000032604278649033271783772,decimal,30596.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.821,clp,3577.6641,decimal,926208.3253,decimal,0.0,clp,250.0073,decimal,0.0,clp,688.0,integer,956480139.0,clp,941788076.0,clp,0.0,clp,1016.821
+188-2019-01-15,real_asset_day,2019-01-15,0.000032603462306025709049624,decimal,30776.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.1539,clp,3072.8362,decimal,929281.1615,decimal,0.0,clp,0.0,decimal,0.0,clp,692.0,integer,961816186.0,clp,947080520.0,clp,0.0,clp,1019.1539
+188-2019-01-16,real_asset_day,2019-01-16,0.000032603879627189785656307,decimal,30874.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.0054,clp,1165.0076,decimal,930446.1691,decimal,0.0,clp,0.0,decimal,0.0,clp,694.0,integer,957126873.0,clp,948129671.0,clp,0.0,clp,1019.0054
+188-2019-01-17,real_asset_day,2019-01-17,0.000032603567089149288943284,decimal,30929.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.5523,clp,4408.3564,decimal,934267.0831,decimal,0.0,clp,587.4424,decimal,0.0,clp,693.0,integer,961911149.0,clp,952534153.0,clp,0.0,clp,1019.5523
+188-2019-01-18,real_asset_day,2019-01-18,0.000032603891645118469316772,decimal,31084.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.461,clp,477.0794,decimal,934212.6128,decimal,0.0,clp,531.5497,decimal,0.0,clp,692.0,integer,963284757.0,clp,953327537.0,clp,0.0,clp,1020.461
+188-2019-01-19,real_asset_day,2019-01-19,0.00003260370970361,decimal,31081.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.4277,clp,0.0,decimal,934212.6128,decimal,0.0,clp,0.0,decimal,0.0,clp,692.0,integer,963284757.0,clp,953296428.0,clp,0.0,clp,1020.4277
+188-2019-01-20,real_asset_day,2019-01-20,0.000032603721491156,decimal,31080.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3945,clp,0.0,decimal,934212.6128,decimal,0.0,clp,0.0,decimal,0.0,clp,692.0,integer,963284757.0,clp,953265412.0,clp,0.0,clp,1020.3945
+188-2019-01-21,real_asset_day,2019-01-21,0.00003260372567276586545158,decimal,31097.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.9525,clp,2405.63,decimal,935147.5255,decimal,0.0,clp,1470.7173,decimal,0.0,clp,696.0,integer,966297420.0,clp,954741204.0,clp,0.0,clp,1020.9525
+188-2019-01-22,real_asset_day,2019-01-22,0.000032603775919750412305673,decimal,31056.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.5855,clp,596.8413,decimal,934322.9491,decimal,0.0,clp,1421.4177,decimal,0.0,clp,697.0,integer,963165035.0,clp,951687808.0,clp,0.0,clp,1018.5855
+188-2019-01-23,real_asset_day,2019-01-23,0.000032603674769653084930677,decimal,31023.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4043,clp,1697.2651,decimal,935185.6793,decimal,0.0,clp,834.5349,decimal,0.0,clp,699.0,integer,964615384.0,clp,952397117.0,clp,0.0,clp,1018.4043
+188-2019-01-24,real_asset_day,2019-01-24,0.000032604015512447593391087,decimal,31074.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.1268,clp,874.3791,decimal,935282.936,decimal,0.0,clp,777.1224,decimal,0.0,clp,699.0,integer,964717447.0,clp,953171906.0,clp,0.0,clp,1019.1268
+188-2019-01-25,real_asset_day,2019-01-25,0.000032603802270716926139145,decimal,31088.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.4866,clp,2085.0329,decimal,936845.8596,decimal,0.0,clp,522.1093,decimal,0.0,clp,699.0,integer,965765803.0,clp,955101800.0,clp,0.0,clp,1019.4866
+188-2019-01-26,real_asset_day,2019-01-26,0.000032603869114414,decimal,31139.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.4534,clp,0.0,decimal,936845.8596,decimal,0.0,clp,0.0,decimal,0.0,clp,699.0,integer,965765803.0,clp,955070697.0,clp,0.0,clp,1019.4534
+188-2019-01-27,real_asset_day,2019-01-27,0.000032603887064357,decimal,31138.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.4201,clp,0.0,decimal,936845.8596,decimal,0.0,clp,0.0,decimal,0.0,clp,699.0,integer,965765803.0,clp,955039500.0,clp,0.0,clp,1019.4201
+188-2019-01-28,real_asset_day,2019-01-28,0.000032604082337124970365283,decimal,31120.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.8247,clp,1972.2085,decimal,937673.3543,decimal,0.0,clp,1144.7138,decimal,0.0,clp,702.0,integer,966394267.0,clp,955324774.0,clp,0.0,clp,1018.8247
+188-2019-01-29,real_asset_day,2019-01-29,0.000032603342191473508505896,decimal,31101.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.3272,clp,2110.2886,decimal,928837.3674,decimal,0.0,clp,10946.2755,decimal,0.0,clp,701.0,integer,966365027.0,clp,944931518.0,clp,0.0,clp,1017.3272
+188-2019-01-30,real_asset_day,2019-01-30,0.000032603585985796193321958,decimal,30890.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.0298,clp,3996.2167,decimal,931615.5087,decimal,0.0,clp,1218.0754,decimal,0.0,clp,701.0,integer,972490778.0,clp,950275581.0,clp,0.0,clp,1020.0298
+188-2019-01-31,real_asset_day,2019-01-31,0.00003260385481099875266019,decimal,30991.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3048,clp,7638.8799,decimal,938298.1084,decimal,0.0,clp,956.2802,decimal,0.0,clp,706.0,integer,979420105.0,clp,957350064.0,clp,0.0,clp,1020.3048
+188-2019-02-01,real_asset_day,2019-02-01,0.000032603632658480926751159,decimal,31167.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.7982,clp,5699.9033,decimal,943409.3104,decimal,0.0,clp,588.7013,decimal,0.0,clp,717.0,integer,972717565.0,clp,961143707.0,clp,0.0,clp,1018.7982
+188-2019-02-02,real_asset_day,2019-02-02,0.00003260388738763,decimal,31336.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.765,clp,0.0,decimal,943409.3104,decimal,0.0,clp,0.0,decimal,0.0,clp,717.0,integer,972717565.0,clp,961112386.0,clp,0.0,clp,1018.765
+188-2019-02-03,real_asset_day,2019-02-03,0.000032603912620802,decimal,31335.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.7317,clp,0.0,decimal,943409.3104,decimal,0.0,clp,0.0,decimal,0.0,clp,717.0,integer,972717565.0,clp,961080971.0,clp,0.0,clp,1018.7317
+188-2019-02-04,real_asset_day,2019-02-04,0.000032604268206481182784828,decimal,31383.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.2811,clp,6519.3204,decimal,940699.8304,decimal,0.0,clp,9228.8004,decimal,0.0,clp,731.0,integer,979631743.0,clp,959778258.0,clp,0.0,clp,1020.2811
+188-2019-02-05,real_asset_day,2019-02-05,0.000032603765999422385702547,decimal,31329.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.4749,clp,10081.5242,decimal,946115.6588,decimal,0.0,clp,4665.6958,decimal,0.0,clp,733.0,integer,990117695.0,clp,966433398.0,clp,0.0,clp,1021.4749
+188-2019-02-06,real_asset_day,2019-02-06,0.000032603752205659124860239,decimal,31504.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.3013,clp,2478.7583,decimal,945552.673,decimal,0.0,clp,3041.7441,decimal,0.0,clp,734.0,integer,991925677.0,clp,965694174.0,clp,0.0,clp,1021.3013
+188-2019-02-07,real_asset_day,2019-02-07,0.000032603366625617290941597,decimal,31436.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.7157,clp,3406.5378,decimal,946840.0216,decimal,0.0,clp,2119.1892,decimal,0.0,clp,735.0,integer,984503751.0,clp,965507635.0,clp,0.0,clp,1019.7157
+188-2019-02-08,real_asset_day,2019-02-08,0.000032603809662175917813579,decimal,31500.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3886,clp,2312.2377,decimal,937743.0871,decimal,0.0,clp,11409.1722,decimal,0.0,clp,735.0,integer,982771259.0,clp,956862356.0,clp,0.0,clp,1020.3886
+188-2019-02-09,real_asset_day,2019-02-09,0.00003260345431341,decimal,31196.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3553,clp,0.0,decimal,937743.0871,decimal,0.0,clp,0.0,decimal,0.0,clp,735.0,integer,982771259.0,clp,956831129.0,clp,0.0,clp,1020.3553
+188-2019-02-10,real_asset_day,2019-02-10,0.000032603470035968,decimal,31195.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3221,clp,0.0,decimal,937743.0871,decimal,0.0,clp,0.0,decimal,0.0,clp,735.0,integer,982771259.0,clp,956799996.0,clp,0.0,clp,1020.3221
+188-2019-02-11,real_asset_day,2019-02-11,0.000032604097079323222350795,decimal,31212.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.8585,clp,6482.9837,decimal,942539.5132,decimal,0.0,clp,1686.5576,decimal,0.0,clp,737.0,integer,986823525.0,clp,962199474.0,clp,0.0,clp,1020.8585
+188-2019-02-12,real_asset_day,2019-02-12,0.000032603732714409752187341,decimal,31424.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.5736,clp,2174.8851,decimal,938758.0602,decimal,0.0,clp,5956.3381,decimal,0.0,clp,739.0,integer,988546594.0,clp,959949209.0,clp,0.0,clp,1022.5736
+188-2019-02-13,real_asset_day,2019-02-13,0.000032603298730282092723293,decimal,31312.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.047,clp,864.6848,decimal,939563.328,decimal,0.0,clp,59.417,decimal,0.0,clp,743.0,integer,978269047.0,clp,961217444.0,clp,0.0,clp,1023.047
+188-2019-02-14,real_asset_day,2019-02-14,0.000032603782458460508415126,decimal,31375.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.2116,clp,5526.436,decimal,944770.444,decimal,0.0,clp,319.32,decimal,0.0,clp,747.0,integer,983342190.0,clp,967644848.0,clp,0.0,clp,1024.2116
+188-2019-02-15,real_asset_day,2019-02-15,0.000032603724647716693313155,decimal,31553.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.3471,clp,7578.2265,decimal,951414.3017,decimal,0.0,clp,934.3688,decimal,0.0,clp,754.0,integer,985175002.0,clp,974578481.0,clp,0.0,clp,1024.3471
+188-2019-02-16,real_asset_day,2019-02-16,0.000032603876109359,decimal,31774.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.3137,clp,0.0,decimal,951414.3017,decimal,0.0,clp,0.0,decimal,0.0,clp,754.0,integer,985175002.0,clp,974546704.0,clp,0.0,clp,1024.3137
+188-2019-02-17,real_asset_day,2019-02-17,0.000032603913139038,decimal,31773.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.2803,clp,0.0,decimal,951414.3017,decimal,0.0,clp,0.0,decimal,0.0,clp,754.0,integer,985175002.0,clp,974514926.0,clp,0.0,clp,1024.2803
+188-2019-02-18,real_asset_day,2019-02-18,0.000032603495539908785150621,decimal,31754.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.6809,clp,9097.5644,decimal,955509.4124,decimal,0.0,clp,5002.4537,decimal,0.0,clp,757.0,integer,993884343.0,clp,978136735.0,clp,0.0,clp,1023.6809
+188-2019-02-19,real_asset_day,2019-02-19,0.000032604026783342656672592,decimal,31889.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.6104,clp,5484.8447,decimal,960740.9214,decimal,0.0,clp,253.3357,decimal,0.0,clp,761.0,integer,1079419914.0,clp,983424399.0,clp,0.0,clp,1023.6104
+188-2019-02-20,real_asset_day,2019-02-20,0.0000326038174269984878764,decimal,32036.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.736,clp,4880.4287,decimal,965621.3501,decimal,0.0,clp,0.0,decimal,0.0,clp,771.0,integer,1082639776.0,clp,987575717.0,clp,0.0,clp,1022.736
+188-2019-02-21,real_asset_day,2019-02-21,0.000032603929000645829795755,decimal,32183.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.2326,clp,15497.3368,decimal,980027.0857,decimal,0.0,clp,1091.6012,decimal,0.0,clp,776.0,integer,1012635431.0,clp,1001815636.0,clp,0.0,clp,1022.2326
+188-2019-02-22,real_asset_day,2019-02-22,0.000032604171426071294968317904049113304572028178202244,decimal,32678.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.6905,clp,15039.2803,decimal,988544.1772,decimal,0.0,clp,6522.1888,decimal,0.0,clp,781.0,integer,1028241804.0,clp,1010974739.0,clp,0.0,clp,1022.6905
+188-2019-02-23,real_asset_day,2019-02-23,0.000032604253356361380202647705346805050891751,decimal,32961.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.6571,clp,0.0,decimal,988544.1772,decimal,0.0,clp,0.0,decimal,0.0,clp,781.0,integer,1028241804.0,clp,1010941721.0,clp,0.0,clp,1022.6571
+188-2019-02-24,real_asset_day,2019-02-24,0.000032603336623630133726315963241246005847671,decimal,32959.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.6238,clp,0.0,decimal,988544.1772,decimal,0.0,clp,0.0,decimal,0.0,clp,781.0,integer,1028241804.0,clp,1010908803.0,clp,0.0,clp,1022.6238
+188-2019-02-25,real_asset_day,2019-02-25,0.000032603466135378084784979662390195382261383521808799,decimal,32965.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.8059,clp,11308.7868,decimal,999551.5591,decimal,0.0,clp,301.4049,decimal,0.0,clp,788.0,integer,1040159286.0,clp,1022347232.0,clp,0.0,clp,1022.8059
+188-2019-02-26,real_asset_day,2019-02-26,0.00003260406430300546466211747701739526340190042886567,decimal,33338.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.9693,clp,5718.6898,decimal,998232.4721,decimal,0.0,clp,7037.7768,decimal,0.0,clp,790.0,integer,1044270468.0,clp,1021161173.0,clp,0.0,clp,1022.9693
+188-2019-02-27,real_asset_day,2019-02-27,0.000032603557080051072212962556526541099584974912104127,decimal,33295.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.0158,clp,11494.8175,decimal,1007927.0472,decimal,0.0,clp,1800.2424,decimal,0.0,clp,791.0,integer,1049584260.0,clp,1031125295.0,clp,0.0,clp,1023.0158
+188-2019-02-28,real_asset_day,2019-02-28,0.000032604233775319484536436406280490605353073988817589,decimal,33630.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.349,clp,7219.3506,decimal,1011194.7655,decimal,0.0,clp,3951.6323,decimal,0.0,clp,797.0,integer,1057076465.0,clp,1034805152.0,clp,0.0,clp,1023.349
+188-2019-03-01,real_asset_day,2019-03-01,0.00003260372957740406852459729046201885901928173599421,decimal,33788.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.8502,clp,10525.0933,decimal,1021138.969,decimal,0.0,clp,580.8898,decimal,0.0,clp,805.0,integer,1062239887.0,clp,1046514477.0,clp,0.0,clp,1024.8502
+188-2019-03-02,real_asset_day,2019-03-02,0.000032603573794123272666716841839358303644666,decimal,34119.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.8168,clp,0.0,decimal,1021138.969,decimal,0.0,clp,0.0,decimal,0.0,clp,805.0,integer,1062239887.0,clp,1046480371.0,clp,0.0,clp,1024.8168
+188-2019-03-03,real_asset_day,2019-03-03,0.000032603684010644782698338187416468349568088,decimal,34118.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.7833,clp,0.0,decimal,1021138.969,decimal,0.0,clp,0.0,decimal,0.0,clp,805.0,integer,1062239887.0,clp,1046446162.0,clp,0.0,clp,1024.7833
+188-2019-03-04,real_asset_day,2019-03-04,0.000032603901718684242505591463834671425997756530044408,decimal,34133.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.227,clp,16192.6929,decimal,1036049.9954,decimal,0.0,clp,1281.6665,decimal,0.0,clp,819.0,integer,1077490382.0,clp,1062186429.0,clp,0.0,clp,1025.227
+188-2019-03-05,real_asset_day,2019-03-05,0.000032603491087338499173094712084579650471625392336175,decimal,34626.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.0794,clp,13053.8944,decimal,1041030.5924,decimal,0.0,clp,8073.2974,decimal,0.0,clp,820.0,integer,1086708605.0,clp,1067139015.0,clp,0.0,clp,1025.0794
+188-2019-03-06,real_asset_day,2019-03-06,0.000032603764624309579218987958579718211083870633174804,decimal,34790.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.9984,clp,5438.2028,decimal,1043721.2762,decimal,0.0,clp,2747.519,decimal,0.0,clp,830.0,integer,1131831430.0,clp,1069812638.0,clp,0.0,clp,1024.9984
+188-2019-03-07,real_asset_day,2019-03-07,0.00003260378611899962454286395659558644649664500314994,decimal,34872.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.765,clp,4316.8982,decimal,1047799.8725,decimal,0.0,clp,238.3019,decimal,0.0,clp,836.0,integer,1094748772.0,clp,1073748636.0,clp,0.0,clp,1024.765
+188-2019-03-08,real_asset_day,2019-03-08,0.000032603757461882228163617132013853395909253648597228,decimal,35050.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.9874,clp,2888.171,decimal,1046669.0898,decimal,0.0,clp,4018.9537,decimal,0.0,clp,839.0,integer,1090762543.0,clp,1073869298.0,clp,0.0,clp,1025.9874
+188-2019-03-09,real_asset_day,2019-03-09,0.000032603725480229776857601496388727423625443,decimal,35011.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.954,clp,0.0,decimal,1046669.0898,decimal,0.0,clp,0.0,decimal,0.0,clp,839.0,integer,1090762543.0,clp,1073834339.0,clp,0.0,clp,1025.954
+188-2019-03-10,real_asset_day,2019-03-10,0.000032603858823983785215366451783675816149461,decimal,35010.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.9205,clp,0.0,decimal,1046669.0898,decimal,0.0,clp,0.0,decimal,0.0,clp,839.0,integer,1090762543.0,clp,1073799276.0,clp,0.0,clp,1025.9205
+188-2019-03-11,real_asset_day,2019-03-11,0.000032603702818906875628226399126442423035625227770505,decimal,35034.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.6287,clp,10258.2911,decimal,1055116.8804,decimal,0.0,clp,1810.5005,decimal,0.0,clp,842.0,integer,1099260228.0,clp,1083213271.0,clp,0.0,clp,1026.6287
+188-2019-03-12,real_asset_day,2019-03-12,0.000032603932447642520703515945749033218058253565334918,decimal,35328.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.9481,clp,10448.6817,decimal,1065298.3541,decimal,0.0,clp,267.208,decimal,0.0,clp,843.0,integer,1110121495.0,clp,1094006121.0,clp,0.0,clp,1026.9481
+188-2019-03-13,real_asset_day,2019-03-13,0.000032603846705398377056533104619801857387579886466592,decimal,35684.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.3855,clp,10882.2259,decimal,1073962.7508,decimal,0.0,clp,2217.8292,decimal,0.0,clp,854.0,integer,1117683892.0,clp,1103373758.0,clp,0.0,clp,1027.3855
+188-2019-03-14,real_asset_day,2019-03-14,0.000032603366558263500066907949538730835141349831387771,decimal,35996.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.0224,clp,7829.7603,decimal,1081294.7967,decimal,0.0,clp,497.7144,decimal,0.0,clp,854.0,integer,1124736077.0,clp,1111595272.0,clp,0.0,clp,1028.0224
+188-2019-03-15,real_asset_day,2019-03-15,0.000032603859340976123991436084109784645198464942693365,decimal,36271.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8366,clp,10538.7475,decimal,1091703.3097,decimal,0.0,clp,130.2345,decimal,0.0,clp,858.0,integer,1136228130.0,clp,1123184321.0,clp,0.0,clp,1028.8366
+188-2019-03-16,real_asset_day,2019-03-16,0.000032603902765779393464287662477432432622897,decimal,36619.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8031,clp,0.0,decimal,1091703.3097,decimal,0.0,clp,0.0,decimal,0.0,clp,858.0,integer,1136228130.0,clp,1123147749.0,clp,0.0,clp,1028.8031
+188-2019-03-17,real_asset_day,2019-03-17,0.000032604077230944001346089485781828302666144,decimal,36618.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.7695,clp,0.0,decimal,1091703.3097,decimal,0.0,clp,0.0,decimal,0.0,clp,858.0,integer,1136228130.0,clp,1123111068.0,clp,0.0,clp,1028.7695
+188-2019-03-18,real_asset_day,2019-03-18,0.000032603433301865710236325038123694767016927357304128,decimal,36601.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.3122,clp,6394.346,decimal,1096081.8337,decimal,0.0,clp,2015.822,decimal,0.0,clp,859.0,integer,1140361235.0,clp,1127114322.0,clp,0.0,clp,1028.3122
+188-2019-03-19,real_asset_day,2019-03-19,0.000032603428239238335472094267416378739688619628446715,decimal,36751.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.402,clp,3169.1975,decimal,1093437.4584,decimal,0.0,clp,5813.5728,decimal,0.0,clp,857.0,integer,1143245080.0,clp,1124493269.0,clp,0.0,clp,1028.402
+188-2019-03-20,real_asset_day,2019-03-20,0.000032603513712229009473020377294790426083882809713801,decimal,36680.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8948,clp,905.6893,decimal,1078481.0903,decimal,0.0,clp,15862.0574,decimal,0.0,clp,858.0,integer,1144685545.0,clp,1109643586.0,clp,0.0,clp,1028.8948
+188-2019-03-21,real_asset_day,2019-03-21,0.000032603516593616892263942696364199459707081815725666,decimal,36202.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.5693,clp,5337.663,decimal,1083537.0251,decimal,0.0,clp,281.7282,decimal,0.0,clp,860.0,integer,1149039961.0,clp,1115576456.0,clp,0.0,clp,1029.5693
+188-2019-03-22,real_asset_day,2019-03-22,0.000032603961328381865438364463027313712460894468859712,decimal,36386.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9596,clp,1019.3808,decimal,1084197.3464,decimal,0.0,clp,359.0595,decimal,0.0,clp,859.0,integer,1143653277.0,clp,1116679465.0,clp,0.0,clp,1029.9596
+188-2019-03-23,real_asset_day,2019-03-23,0.000032603973540564847081534120631904428945903,decimal,36407.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.926,clp,0.0,decimal,1084197.3464,decimal,0.0,clp,0.0,decimal,0.0,clp,859.0,integer,1143653277.0,clp,1116643036.0,clp,0.0,clp,1029.926
+188-2019-03-24,real_asset_day,2019-03-24,0.000032604141666161572336102073592691897801032,decimal,36406.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8924,clp,0.0,decimal,1084197.3464,decimal,0.0,clp,0.0,decimal,0.0,clp,859.0,integer,1143653277.0,clp,1116606607.0,clp,0.0,clp,1029.8924
+188-2019-03-25,real_asset_day,2019-03-25,0.000032603603164162145791521654290661610010626893858629,decimal,36407.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9377,clp,17685.1568,decimal,1099248.5946,decimal,0.0,clp,2633.9086,decimal,0.0,clp,860.0,integer,1269175375.0,clp,1132157569.0,clp,0.0,clp,1029.9377
+188-2019-03-26,real_asset_day,2019-03-26,0.000032604042978734666721214357171171840174857510217268,decimal,36914.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.968,clp,10011.209,decimal,1079991.6113,decimal,0.0,clp,29268.1923,decimal,0.0,clp,866.0,integer,1279256444.0,clp,1112356800.0,clp,0.0,clp,1029.968
+188-2019-03-27,real_asset_day,2019-03-27,0.000032603430745347077157546131857140187669656011925728,decimal,36266.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9496,clp,19749.3983,decimal,1098409.1202,decimal,0.0,clp,1331.8894,decimal,0.0,clp,873.0,integer,1175713085.0,clp,1131306034.0,clp,0.0,clp,1029.9496
+188-2019-03-28,real_asset_day,2019-03-28,0.000032603875285366800112139068685455534959090530766063,decimal,36881.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.839,clp,15333.6385,decimal,1113345.1061,decimal,0.0,clp,397.6526,decimal,0.0,clp,881.0,integer,1188732527.0,clp,1146566211.0,clp,0.0,clp,1029.839
+188-2019-03-29,real_asset_day,2019-03-29,0.000032603675046716573163779581253177678217369216706878,decimal,37384.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8866,clp,7292.6943,decimal,1105889.8599,decimal,0.0,clp,14747.9405,decimal,0.0,clp,886.0,integer,1166188997.0,clp,1138941148.0,clp,0.0,clp,1029.8866
+188-2019-03-30,real_asset_day,2019-03-30,0.000032604149901646679470202978459731596365313,decimal,37133.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8531,clp,0.0,decimal,1105889.8599,decimal,0.0,clp,0.0,decimal,0.0,clp,886.0,integer,1166188997.0,clp,1138904100.0,clp,0.0,clp,1029.8531
+188-2019-03-31,real_asset_day,2019-03-31,0.000032603457522605430474769693969420973877543,decimal,37131.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8195,clp,0.0,decimal,1105889.8599,decimal,0.0,clp,0.0,decimal,0.0,clp,886.0,integer,1166188997.0,clp,1138866943.0,clp,0.0,clp,1029.8195
+188-2019-04-01,real_asset_day,2019-04-01,0.000032603920153647637018243282097318051667113900195728,decimal,37143.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.1377,clp,24448.0593,decimal,1129151.6374,decimal,0.0,clp,1186.2818,decimal,0.0,clp,905.0,integer,1190406335.0,clp,1163181671.0,clp,0.0,clp,1030.1377
+188-2019-04-02,real_asset_day,2019-04-02,0.000032603869278237340739743118552075449626193741890675,decimal,37944.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.6749,clp,30505.0281,decimal,1159308.0127,decimal,0.0,clp,348.6528,decimal,0.0,clp,913.0,integer,1222107349.0,clp,1194869670.0,clp,0.0,clp,1030.6749
+188-2019-04-03,real_asset_day,2019-04-03,0.000032603957569405630711665138905964868790724222993758,decimal,38957.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.6622,clp,11360.9456,decimal,1159816.3488,decimal,0.0,clp,10852.6095,decimal,0.0,clp,913.0,integer,1218660484.0,clp,1195378870.0,clp,0.0,clp,1030.6622
+188-2019-04-04,real_asset_day,2019-04-04,0.000032603828922096904027227314093859693752294039592266,decimal,38974.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.6641,clp,14766.7112,decimal,1170321.331,decimal,0.0,clp,4261.729,decimal,0.0,clp,925.0,integer,1232930549.0,clp,1206208181.0,clp,0.0,clp,1030.6641
+188-2019-04-05,real_asset_day,2019-04-05,0.000032604141247383764101488531212327256574661583475858,decimal,39342.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.0472,clp,7410.6586,decimal,1170022.7629,decimal,0.0,clp,7709.2267,decimal,0.0,clp,928.0,integer,1240703479.0,clp,1206348694.0,clp,0.0,clp,1031.0472
+188-2019-04-06,real_asset_day,2019-04-06,0.000032603576345726851310957350500783347551535,decimal,39330.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.0136,clp,0.0,decimal,1170022.7629,decimal,0.0,clp,0.0,decimal,0.0,clp,928.0,integer,1240703479.0,clp,1206309381.0,clp,0.0,clp,1031.0136
+188-2019-04-07,real_asset_day,2019-04-07,0.000032603809912325537368800897743903896652106,decimal,39329.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.98,clp,0.0,decimal,1170022.7629,decimal,0.0,clp,0.0,decimal,0.0,clp,928.0,integer,1240703479.0,clp,1206270068.0,clp,0.0,clp,1030.98
+188-2019-04-08,real_asset_day,2019-04-08,0.000032604054149255284870229499781330412803905219506293,decimal,39352.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.5752,clp,16265.7734,decimal,1175951.9549,decimal,0.0,clp,10336.5814,decimal,0.0,clp,930.0,integer,1247851476.0,clp,1213082873.0,clp,0.0,clp,1031.5752
+188-2019-04-09,real_asset_day,2019-04-09,0.000032603817299754299745478711588979863841598399828706,decimal,39615.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.241,clp,15679.949,decimal,1190571.1312,decimal,0.0,clp,1060.7727,decimal,0.0,clp,931.0,integer,1261675536.0,clp,1230146906.0,clp,0.0,clp,1033.241
+188-2019-04-10,real_asset_day,2019-04-10,0.000032603616660342179408714631673387790409018199049393,decimal,40156.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.4972,clp,23462.6501,decimal,1213288.5063,decimal,0.0,clp,745.275,decimal,0.0,clp,932.0,integer,1279577857.0,clp,1255143563.0,clp,0.0,clp,1034.4972
+188-2019-04-11,real_asset_day,2019-04-11,0.000032603555906713116433963920229507734809267440260687,decimal,40970.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.707,clp,9564.5354,decimal,1220591.6152,decimal,0.0,clp,2261.4265,decimal,0.0,clp,935.0,integer,1280362442.0,clp,1264175280.0,clp,0.0,clp,1035.707
+188-2019-04-12,real_asset_day,2019-04-12,0.000032603422789844076825758352004140082934974363049109,decimal,41226.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.9472,clp,2784.2673,decimal,1221824.6443,decimal,0.0,clp,1551.2382,decimal,0.0,clp,937.0,integer,1364155831.0,clp,1265745819.0,clp,0.0,clp,1035.9472
+188-2019-04-13,real_asset_day,2019-04-13,0.000032603976137650218601060049464736011636637,decimal,41267.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.9134,clp,0.0,decimal,1221824.6443,decimal,0.0,clp,0.0,decimal,0.0,clp,937.0,integer,1364155831.0,clp,1265704521.0,clp,0.0,clp,1035.9134
+188-2019-04-14,real_asset_day,2019-04-14,0.000032603459765217923405507751404808140336707,decimal,41265.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.8796,clp,0.0,decimal,1221824.6443,decimal,0.0,clp,0.0,decimal,0.0,clp,937.0,integer,1364155831.0,clp,1265663224.0,clp,0.0,clp,1035.8796
+188-2019-04-15,real_asset_day,2019-04-15,0.000032603681662354363717713295935831786877774440327036,decimal,41282.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.2993,clp,7365.157,decimal,1221293.1178,decimal,0.0,clp,7896.6835,decimal,0.0,clp,942.0,integer,1289907952.0,clp,1265625203.0,clp,0.0,clp,1036.2993
+188-2019-04-16,real_asset_day,2019-04-16,0.000032603933274154724247897296995132709629502376430925,decimal,41281.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.7172,clp,10878.814,decimal,1229723.7843,decimal,0.0,clp,2448.1475,decimal,0.0,clp,947.0,integer,1299527164.0,clp,1274875798.0,clp,0.0,clp,1036.7172
+188-2019-04-17,real_asset_day,2019-04-17,0.000032603501999995962529553528515591815563053381010848,decimal,41569.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.8066,clp,5447.2038,decimal,1234973.851,decimal,0.0,clp,197.1371,decimal,0.0,clp,949.0,integer,1303734664.0,clp,1280429040.0,clp,0.0,clp,1036.8066
+188-2019-04-18,real_asset_day,2019-04-18,0.000032603974949929133951160419403451706319585490649541,decimal,41761.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.1524,clp,2855.0586,decimal,1237292.2288,decimal,0.0,clp,536.6808,decimal,0.0,clp,950.0,integer,1299129380.0,clp,1283260605.0,clp,0.0,clp,1037.1524
+188-2019-04-19,real_asset_day,2019-04-19,0.000032603949164135677116147950652193694820478,decimal,41838.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.1186,clp,0.0,decimal,1237292.2288,decimal,0.0,clp,0.0,decimal,0.0,clp,950.0,integer,1299129380.0,clp,1283218784.0,clp,0.0,clp,1037.1186
+188-2019-04-20,real_asset_day,2019-04-20,0.000032603453127451873426867410627860990808748,decimal,41836.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.0848,clp,0.0,decimal,1237292.2288,decimal,0.0,clp,0.0,decimal,0.0,clp,950.0,integer,1299129380.0,clp,1283176964.0,clp,0.0,clp,1037.0848
+188-2019-04-21,real_asset_day,2019-04-21,0.000032603739575749198689744434447548968344383,decimal,41835.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.0509,clp,0.0,decimal,1237292.2288,decimal,0.0,clp,0.0,decimal,0.0,clp,950.0,integer,1299129380.0,clp,1283135019.0,clp,0.0,clp,1037.0509
+188-2019-04-22,real_asset_day,2019-04-22,0.000032603760047819343609156926083694559964472442769407,decimal,41876.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.0666,clp,11591.8669,decimal,1245519.6412,decimal,0.0,clp,3364.4545,decimal,0.0,clp,952.0,integer,1309988507.0,clp,1292932339.0,clp,0.0,clp,1038.0666
+188-2019-04-23,real_asset_day,2019-04-23,0.000032603470300313194355254810302607346121076926624122,decimal,42150.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.9661,clp,10573.0933,decimal,1228926.4396,decimal,0.0,clp,27166.2949,decimal,0.0,clp,952.0,integer,1320674940.0,clp,1275583984.0,clp,0.0,clp,1037.9661
+188-2019-04-24,real_asset_day,2019-04-24,0.000032603970528992237810904979909987178037016557699139,decimal,41597.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.1632,clp,194073.4013,decimal,1422764.1846,decimal,0.0,clp,235.6563,decimal,0.0,clp,953.0,integer,1521912581.0,clp,1477061419.0,clp,0.0,clp,1038.1632
+188-2019-04-25,real_asset_day,2019-04-25,0.000032603809934981487733684541567112705915584092501622,decimal,48162.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.2531,clp,9111.1568,decimal,1429027.8574,decimal,0.0,clp,2847.484,decimal,0.0,clp,951.0,integer,1528068994.0,clp,1483692603.0,clp,0.0,clp,1038.2531
+188-2019-04-26,real_asset_day,2019-04-26,0.000032604035249698999794275586878922459051408224462899,decimal,48351.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.7516,clp,9119.2247,decimal,1431118.178,decimal,0.0,clp,7028.9041,decimal,0.0,clp,955.0,integer,1507560450.0,clp,1485145179.0,clp,0.0,clp,1037.7516
+188-2019-04-27,real_asset_day,2019-04-27,0.000032603938298254772727709797077559121094356,decimal,48420.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.7177,clp,0.0,decimal,1431118.178,decimal,0.0,clp,0.0,decimal,0.0,clp,955.0,integer,1507560450.0,clp,1485096664.0,clp,0.0,clp,1037.7177
+188-2019-04-28,real_asset_day,2019-04-28,0.000032603653538291803913943022130353724550798,decimal,48418.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.6839,clp,0.0,decimal,1431118.178,decimal,0.0,clp,0.0,decimal,0.0,clp,955.0,integer,1507560450.0,clp,1485048292.0,clp,0.0,clp,1037.6839
+188-2019-04-29,real_asset_day,2019-04-29,0.000032603596681880369247861209468288066061788313584115,decimal,48424.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.8143,clp,15867.5708,decimal,1445598.4829,decimal,0.0,clp,1387.2659,decimal,0.0,clp,960.0,integer,1524036234.0,clp,1500262778.0,clp,0.0,clp,1037.8143
+188-2019-04-30,real_asset_day,2019-04-30,0.000032603978620627379495751277615430739685810230836739,decimal,48894.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.3786,clp,10567.912,decimal,1454284.7057,decimal,0.0,clp,1881.6892,decimal,0.0,clp,963.0,integer,1531560514.0,clp,1508643832.0,clp,0.0,clp,1037.3786
+188-2019-05-01,real_asset_day,2019-05-01,0.000032603856739950055711855118933972113853586,decimal,49186.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.3447,clp,0.0,decimal,1454284.7057,decimal,0.0,clp,0.0,decimal,0.0,clp,963.0,integer,1531560514.0,clp,1508594532.0,clp,0.0,clp,1037.3447
+188-2019-05-02,real_asset_day,2019-05-02,0.000032603858193361141717936806990627766925604191697583,decimal,49212.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.893,clp,25740.0384,decimal,1479172.1629,decimal,0.0,clp,852.5812,decimal,0.0,clp,977.0,integer,1551978836.0,clp,1535222434.0,clp,0.0,clp,1037.893
+188-2019-05-03,real_asset_day,2019-05-03,0.000032604096291819833879117396299731757889772590725618,decimal,50088.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.5868,clp,13053.9972,decimal,1490767.8395,decimal,0.0,clp,1458.3206,decimal,0.0,clp,994.0,integer,1565180935.0,clp,1548291800.0,clp,0.0,clp,1038.5868
+188-2019-05-04,real_asset_day,2019-05-04,0.000032604091627287936453867784558587882048975,decimal,50479.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.5529,clp,0.0,decimal,1490767.8395,decimal,0.0,clp,0.0,decimal,0.0,clp,994.0,integer,1565180935.0,clp,1548241263.0,clp,0.0,clp,1038.5529
+188-2019-05-05,real_asset_day,2019-05-05,0.000032603860941888060152789622920365035738892,decimal,50477.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.5191,clp,0.0,decimal,1490767.8395,decimal,0.0,clp,0.0,decimal,0.0,clp,994.0,integer,1565180935.0,clp,1548190875.0,clp,0.0,clp,1038.5191
+188-2019-05-06,real_asset_day,2019-05-06,0.000032603895706955239291324561418523594628614373623695,decimal,50496.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.9089,clp,24381.3302,decimal,1510351.8053,decimal,0.0,clp,4797.3644,decimal,0.0,clp,1013.0,integer,1589643988.0,clp,1569117933.0,clp,0.0,clp,1038.9089
+188-2019-05-07,real_asset_day,2019-05-07,0.000032603935647864325399530409626255267329374746135485,decimal,51177.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.2659,clp,7456.368,decimal,1513053.8931,decimal,0.0,clp,4754.2802,decimal,0.0,clp,1016.0,integer,1597111086.0,clp,1572465316.0,clp,0.0,clp,1039.2659
+188-2019-05-08,real_asset_day,2019-05-08,0.000032603813714953999074068574732560303535197638106577,decimal,51281.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.522,clp,17550.6062,decimal,1530005.8581,decimal,0.0,clp,598.6412,decimal,0.0,clp,1030.0,integer,1614310987.0,clp,1590474750.0,clp,0.0,clp,1039.522
+188-2019-05-09,real_asset_day,2019-05-09,0.000032603597869614460440435217450929131136670905638828,decimal,51872.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.8588,clp,16246.6713,decimal,1542233.7077,decimal,0.0,clp,4018.8217,decimal,0.0,clp,1036.0,integer,1626855113.0,clp,1603705293.0,clp,0.0,clp,1039.8588
+188-2019-05-10,real_asset_day,2019-05-10,0.000032603535207482402007349928492121812032113843357421,decimal,52287.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.8695,clp,10638.683,decimal,1548641.3023,decimal,0.0,clp,4231.0884,decimal,0.0,clp,1034.0,integer,1633046203.0,clp,1610384857.0,clp,0.0,clp,1039.8695
+188-2019-05-11,real_asset_day,2019-05-11,0.000032603828482467840964790449798562639328148,decimal,52503.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.8356,clp,0.0,decimal,1548641.3023,decimal,0.0,clp,0.0,decimal,0.0,clp,1034.0,integer,1633046203.0,clp,1610332358.0,clp,0.0,clp,1039.8356
+188-2019-05-12,real_asset_day,2019-05-12,0.000032603649425636888624836237239430068534442,decimal,52501.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.8017,clp,0.0,decimal,1548641.3023,decimal,0.0,clp,0.0,decimal,0.0,clp,1034.0,integer,1633046203.0,clp,1610279859.0,clp,0.0,clp,1039.8017
+188-2019-05-13,real_asset_day,2019-05-13,0.000032603617643645817523772942575967807866691738967358,decimal,52517.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.1196,clp,32366.3731,decimal,1578161.8711,decimal,0.0,clp,2845.8043,decimal,0.0,clp,1045.0,integer,1666677969.0,clp,1641477094.0,clp,0.0,clp,1040.1196
+188-2019-05-14,real_asset_day,2019-05-14,0.000032603776278357971475974078662453651199563558949004,decimal,53545.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.6375,clp,27603.3779,decimal,1598222.9966,decimal,0.0,clp,7542.2524,decimal,0.0,clp,1051.0,integer,1692109214.0,clp,1663170784.0,clp,0.0,clp,1040.6375
+188-2019-05-15,real_asset_day,2019-05-15,0.000032603829482088230630580383363495002340733117600815,decimal,54221.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.5466,clp,17581.0837,decimal,1606747.5381,decimal,0.0,clp,9056.5422,decimal,0.0,clp,1051.0,integer,1705964188.0,clp,1671895688.0,clp,0.0,clp,1040.5466
+188-2019-05-16,real_asset_day,2019-05-16,0.000032603574651427636168446633939386592936046108392469,decimal,54508.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.5127,clp,16013.8149,decimal,1614047.0556,decimal,0.0,clp,8714.2974,decimal,0.0,clp,1058.0,integer,1719716170.0,clp,1679436460.0,clp,0.0,clp,1040.5127
+188-2019-05-17,real_asset_day,2019-05-17,0.000032603654873770650887064302520815386783188232923362,decimal,54780.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.9732,clp,7737.7379,decimal,1621449.5068,decimal,0.0,clp,335.2867,decimal,0.0,clp,1061.0,integer,1720733720.0,clp,1687885482.0,clp,0.0,clp,1040.9732
+188-2019-05-18,real_asset_day,2019-05-18,0.00003260398767849625683233358514695083525788,decimal,55030.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.9392,clp,0.0,decimal,1621449.5068,decimal,0.0,clp,0.0,decimal,0.0,clp,1061.0,integer,1720733720.0,clp,1687830352.0,clp,0.0,clp,1040.9392
+188-2019-05-19,real_asset_day,2019-05-19,0.000032603864524306947396320749161773087477515,decimal,55028.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.9053,clp,0.0,decimal,1621449.5068,decimal,0.0,clp,0.0,decimal,0.0,clp,1061.0,integer,1720733720.0,clp,1687775385.0,clp,0.0,clp,1040.9053
+188-2019-05-20,real_asset_day,2019-05-20,0.000032604045546112304759056429998676998991125020933452,decimal,55052.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.3535,clp,4079.575,decimal,1621455.6217,decimal,0.0,clp,4073.4601,decimal,0.0,clp,1070.0,integer,1716296102.0,clp,1688508487.0,clp,0.0,clp,1041.3535
+188-2019-05-21,real_asset_day,2019-05-21,0.00003260380262905894414944149387006134514144,decimal,55050.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.3195,clp,0.0,decimal,1621455.6217,decimal,0.0,clp,0.0,decimal,0.0,clp,1070.0,integer,1716296102.0,clp,1688453357.0,clp,0.0,clp,1041.3195
+188-2019-05-22,real_asset_day,2019-05-22,0.000032603590977300838463118992460852712121247473286357,decimal,55065.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.61,clp,13642.2805,decimal,1630257.227,decimal,0.0,clp,4840.6752,decimal,0.0,clp,1070.0,integer,1722065827.0,clp,1698092230.0,clp,0.0,clp,1041.61
+188-2019-05-23,real_asset_day,2019-05-23,0.000032603586940659617188766912664221684403154263624484,decimal,55391.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.1199,clp,7485.0051,decimal,1635410.828,decimal,0.0,clp,2331.4041,decimal,0.0,clp,1076.0,integer,1730409938.0,clp,1704294169.0,clp,0.0,clp,1042.1199
+188-2019-05-24,real_asset_day,2019-05-24,0.000032604005479702424672485291049357725087217512665586,decimal,55603.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.7985,clp,4326.4341,decimal,1635284.1868,decimal,0.0,clp,4453.0753,decimal,0.0,clp,1076.0,integer,1733028006.0,clp,1705271897.0,clp,0.0,clp,1042.7985
+188-2019-05-25,real_asset_day,2019-05-25,0.000032604074977357549849876903915140097913339,decimal,55597.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.7645,clp,0.0,decimal,1635284.1868,decimal,0.0,clp,0.0,decimal,0.0,clp,1076.0,integer,1733028006.0,clp,1705216297.0,clp,0.0,clp,1042.7645
+188-2019-05-26,real_asset_day,2019-05-26,0.000032603965165985780889725855034925277171736,decimal,55595.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.7305,clp,0.0,decimal,1635284.1868,decimal,0.0,clp,0.0,decimal,0.0,clp,1076.0,integer,1733028006.0,clp,1705160698.0,clp,0.0,clp,1042.7305
+188-2019-05-27,real_asset_day,2019-05-27,0.000032603734501017192778740441635587774812729495001607,decimal,55624.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.2818,clp,10761.7365,decimal,1640487.6272,decimal,0.0,clp,5558.2961,decimal,0.0,clp,1084.0,integer,1740186093.0,clp,1711490885.0,clp,0.0,clp,1043.2818
+188-2019-05-28,real_asset_day,2019-05-28,0.000032603536839317760117679020723325428816785984970106,decimal,55839.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.9987,clp,9285.2315,decimal,1648570.1372,decimal,0.0,clp,1202.7215,decimal,0.0,clp,1088.0,integer,1747424832.0,clp,1721105080.0,clp,0.0,clp,1043.9987
+188-2019-05-29,real_asset_day,2019-05-29,0.000032603883111527393712288154468820442974297319565583,decimal,56175.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.1204,clp,12768.4065,decimal,1660123.3042,decimal,0.0,clp,1215.2395,decimal,0.0,clp,1094.0,integer,1758053516.0,clp,1735028732.0,clp,0.0,clp,1045.1204
+188-2019-05-30,real_asset_day,2019-05-30,0.000032603722270097833280021043880212729318697757360448,decimal,56629.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.2401,clp,10188.806,decimal,1665902.2161,decimal,0.0,clp,4409.8941,decimal,0.0,clp,1102.0,integer,1767687340.0,clp,1742933701.0,clp,0.0,clp,1046.2401
+188-2019-05-31,real_asset_day,2019-05-31,0.000032603657134353251241484487745073031970772299899022,decimal,56838.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.4608,clp,16913.8482,decimal,1682444.1521,decimal,0.0,clp,371.9122,decimal,0.0,clp,1117.0,integer,1784640407.0,clp,1760611853.0,clp,0.0,clp,1046.4608
+188-2019-06-01,real_asset_day,2019-06-01,0.000032603935898793293349085508531490838174732,decimal,57401.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.4266,clp,0.0,decimal,1682444.1521,decimal,0.0,clp,0.0,decimal,0.0,clp,1117.0,integer,1784640407.0,clp,1760554314.0,clp,0.0,clp,1046.4266
+188-2019-06-02,real_asset_day,2019-06-02,0.000032603862370128445244410995404046546761909,decimal,57399.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.3925,clp,0.0,decimal,1682444.1521,decimal,0.0,clp,0.0,decimal,0.0,clp,1117.0,integer,1784640407.0,clp,1760496942.0,clp,0.0,clp,1046.3925
+188-2019-06-03,real_asset_day,2019-06-03,0.000032603612512760203214119664952918650456941039036895,decimal,57471.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.7131,clp,49254.6573,decimal,1726410.9539,decimal,0.0,clp,5287.8555,decimal,0.0,clp,1135.0,integer,1837458965.0,clp,1808783372.0,clp,0.0,clp,1047.7131
+188-2019-06-04,real_asset_day,2019-06-04,0.000032603689748383280746861626493195337983470518634338,decimal,59005.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.2814,clp,28765.2209,decimal,1754814.7627,decimal,0.0,clp,361.4121,decimal,0.0,clp,1140.0,integer,1930710102.0,clp,1839539676.0,clp,0.0,clp,1048.2814
+188-2019-06-05,real_asset_day,2019-06-05,0.000032604073870131515382760597893592022858552418947628,decimal,59998.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.6574,clp,19202.9933,decimal,1773596.6788,decimal,0.0,clp,421.0772,decimal,0.0,clp,1154.0,integer,1951212656.0,clp,1859895282.0,clp,0.0,clp,1048.6574
+188-2019-06-06,real_asset_day,2019-06-06,0.00003260372782770463226620081533874534305817177549922,decimal,60701.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.7206,clp,48387.4555,decimal,1806864.4337,decimal,0.0,clp,15119.7006,decimal,0.0,clp,1161.0,integer,1931833255.0,clp,1896702817.0,clp,0.0,clp,1049.7206
+188-2019-06-07,real_asset_day,2019-06-07,0.000032604014469285876489461894772065140209788420239766,decimal,61878.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.3635,clp,14403.598,decimal,1813415.1589,decimal,0.0,clp,7852.8728,decimal,0.0,clp,1167.0,integer,1947817366.0,clp,1904745093.0,clp,0.0,clp,1050.3635
+188-2019-06-08,real_asset_day,2019-06-08,0.000032603852446108991225134083251305811985366,decimal,62100.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.3292,clp,0.0,decimal,1813415.1589,decimal,0.0,clp,0.0,decimal,0.0,clp,1167.0,integer,1947817366.0,clp,1904682893.0,clp,0.0,clp,1050.3292
+188-2019-06-09,real_asset_day,2019-06-09,0.000032603864027587046176624020345584010437555,decimal,62098.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.295,clp,0.0,decimal,1813415.1589,decimal,0.0,clp,0.0,decimal,0.0,clp,1167.0,integer,1947817366.0,clp,1904620874.0,clp,0.0,clp,1050.295
+188-2019-06-10,real_asset_day,2019-06-10,0.000032603767993828298222591428231586641412461698201283,decimal,62187.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.8034,clp,26144.335,decimal,1836345.0098,decimal,0.0,clp,3214.4841,decimal,0.0,clp,1188.0,integer,1977658725.0,clp,1931473925.0,clp,0.0,clp,1051.8034
+188-2019-06-11,real_asset_day,2019-06-11,0.000032603546054133012226203773392276191962637909078504,decimal,63342.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.9683,clp,17953.227,decimal,1850784.9811,decimal,0.0,clp,3513.2557,decimal,0.0,clp,1202.0,integer,1992274407.0,clp,1958071840.0,clp,0.0,clp,1057.9683
+188-2019-06-12,real_asset_day,2019-06-12,0.000032603710444405143066708656489486905667333976883144,decimal,63917.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.2376,clp,18322.7493,decimal,1868241.0694,decimal,0.0,clp,866.661,decimal,0.0,clp,1205.0,integer,2005876038.0,clp,1978911187.0,clp,0.0,clp,1059.2376
+188-2019-06-13,real_asset_day,2019-06-13,0.000032603659269342718245459151123651488529069837839423,decimal,64516.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.1761,clp,15626.0314,decimal,1874245.7669,decimal,0.0,clp,9621.3339,decimal,0.0,clp,1216.0,integer,2019218651.0,clp,1985156322.0,clp,0.0,clp,1059.1761
+188-2019-06-14,real_asset_day,2019-06-14,0.000032603878990295361623554587882352382683610626648918,decimal,64691.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6394,clp,14797.5561,decimal,1884046.921,decimal,0.0,clp,4996.402,decimal,0.0,clp,1221.0,integer,2030226013.0,clp,1994526302.0,clp,0.0,clp,1058.6394
+188-2019-06-15,real_asset_day,2019-06-15,0.000032603791276768527645265889445670478092836,decimal,65027.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6049,clp,0.0,decimal,1884046.921,decimal,0.0,clp,0.0,decimal,0.0,clp,1221.0,integer,2030226013.0,clp,1994461302.0,clp,0.0,clp,1058.6049
+188-2019-06-16,real_asset_day,2019-06-16,0.000032603851051161921452879869282429170247013,decimal,65025.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.5704,clp,0.0,decimal,1884046.921,decimal,0.0,clp,0.0,decimal,0.0,clp,1221.0,integer,2030226013.0,clp,1994396303.0,clp,0.0,clp,1058.5704
+188-2019-06-17,real_asset_day,2019-06-17,0.000032603663759766711826737500525670007209929878656233,decimal,64985.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.9253,clp,15854.3426,decimal,1885211.3465,decimal,0.0,clp,14689.9171,decimal,0.0,clp,1229.0,integer,2044920754.0,clp,1994412779.0,clp,0.0,clp,1057.9253
+188-2019-06-18,real_asset_day,2019-06-18,0.00003260396073770511789920990328594846350347908352345,decimal,65012.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.7015,clp,12122.6914,decimal,1896145.9241,decimal,0.0,clp,1188.1138,decimal,0.0,clp,1232.0,integer,2047866724.0,clp,2005556388.0,clp,0.0,clp,1057.7015
+188-2019-06-19,real_asset_day,2019-06-19,0.00003260364638479086015665442543122662102982956889251,decimal,65388.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.6942,clp,11851.9598,decimal,1907413.2416,decimal,0.0,clp,584.6423,decimal,0.0,clp,1238.0,integer,2055223951.0,clp,2017459923.0,clp,0.0,clp,1057.6942
+188-2019-06-20,real_asset_day,2019-06-20,0.000032603592684718870795408328708062590647282736911106,decimal,65781.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.7675,clp,4602.8035,decimal,1909474.9752,decimal,0.0,clp,2541.0699,decimal,0.0,clp,1257.0,integer,2044860074.0,clp,2019780571.0,clp,0.0,clp,1057.7675
+188-2019-06-21,real_asset_day,2019-06-21,0.000032603583004438503973207798068648885861178339865155,decimal,65910.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6978,clp,4936.8819,decimal,1906189.9305,decimal,0.0,clp,8221.9266,decimal,0.0,clp,1267.0,integer,2050766271.0,clp,2018079086.0,clp,0.0,clp,1058.6978
+188-2019-06-22,real_asset_day,2019-06-22,0.000032603848192038843240104239510069993482432,decimal,65795.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6633,clp,0.0,decimal,1906189.9305,decimal,0.0,clp,0.0,decimal,0.0,clp,1267.0,integer,2050766271.0,clp,2018013322.0,clp,0.0,clp,1058.6633
+188-2019-06-23,real_asset_day,2019-06-23,0.000032603919614543362868430219697299874183698,decimal,65793.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6288,clp,0.0,decimal,1906189.9305,decimal,0.0,clp,0.0,decimal,0.0,clp,1267.0,integer,2050766271.0,clp,2017947559.0,clp,0.0,clp,1058.6288
+188-2019-06-24,real_asset_day,2019-06-24,0.000032603718914840496677674992471535611108212002927354,decimal,65826.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.1663,clp,26913.7831,decimal,1928752.3247,decimal,0.0,clp,4351.3889,decimal,0.0,clp,1289.0,integer,2080805006.0,clp,2042869463.0,clp,0.0,clp,1059.1663
+188-2019-06-25,real_asset_day,2019-06-25,0.00003260366555337335951513058594088555764436861438189,decimal,66569.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.5933,clp,9739.8925,decimal,1929438.5812,decimal,0.0,clp,9053.636,decimal,0.0,clp,1291.0,integer,2087387619.0,clp,2042490755.0,clp,0.0,clp,1058.5933
+188-2019-06-26,real_asset_day,2019-06-26,0.000032603779514300340140377763580714066897947996578766,decimal,66536.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.6885,clp,11064.1573,decimal,1929619.2353,decimal,0.0,clp,10883.5032,decimal,0.0,clp,1291.0,integer,2087029551.0,clp,2040936075.0,clp,0.0,clp,1057.6885
+188-2019-06-27,real_asset_day,2019-06-27,0.000032603723896244742595194993777408036119130440069128,decimal,66452.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.2561,clp,7580.2872,decimal,1914904.6659,decimal,0.0,clp,22294.8566,decimal,0.0,clp,1288.0,integer,2087705425.0,clp,2022629734.0,clp,0.0,clp,1056.2561
+188-2019-06-28,real_asset_day,2019-06-28,0.000032603897156369770059567844009712150708830299320753,decimal,65945.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.2463,clp,11277.4946,decimal,1908995.38,decimal,0.0,clp,17186.7805,decimal,0.0,clp,1295.0,integer,2090235803.0,clp,2016369307.0,clp,0.0,clp,1056.2463
+188-2019-06-29,real_asset_day,2019-06-29,0.000032603723461273237609061132552832460639046,decimal,65739.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.2118,clp,0.0,decimal,1908995.38,decimal,0.0,clp,0.0,decimal,0.0,clp,1295.0,integer,2090235803.0,clp,2016303447.0,clp,0.0,clp,1056.2118
+188-2019-06-30,real_asset_day,2019-06-30,0.000032603793436412733179336714709318731309537,decimal,65737.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.1774,clp,0.0,decimal,1908995.38,decimal,0.0,clp,0.0,decimal,0.0,clp,1295.0,integer,2090235803.0,clp,2016237777.0,clp,0.0,clp,1056.1774
+188-2019-07-01,real_asset_day,2019-07-01,0.000032603660897248172920369970806840997908076552085448,decimal,65797.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.1457,clp,38586.5206,decimal,1941635.5284,decimal,0.0,clp,5946.3722,decimal,0.0,clp,1320.0,integer,2121685887.0,clp,2052591650.0,clp,0.0,clp,1057.1457
+188-2019-07-02,real_asset_day,2019-07-02,0.000032603649969121134175365342189589236832837524391282,decimal,66868.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.293,clp,21086.5782,decimal,1948643.9846,decimal,0.0,clp,14078.122,decimal,0.0,clp,1336.0,integer,2119156661.0,clp,2058339000.0,clp,0.0,clp,1056.293
+188-2019-07-03,real_asset_day,2019-07-03,0.00003260370247145754327164147396816134281705614690252,decimal,67145.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.8522,clp,21005.6516,decimal,1969220.5811,decimal,0.0,clp,429.0551,decimal,0.0,clp,1351.0,integer,2126323788.0,clp,2081175103.0,clp,0.0,clp,1056.8522
+188-2019-07-04,real_asset_day,2019-07-04,0.000032603618444366579615567167652308372642441779701264,decimal,67895.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.4933,clp,12182.6396,decimal,1979752.7348,decimal,0.0,clp,1650.4859,decimal,0.0,clp,1365.0,integer,2134266801.0,clp,2093575253.0,clp,0.0,clp,1057.4933
+188-2019-07-05,real_asset_day,2019-07-05,0.000032603639717228663903908242066767193092608399741196,decimal,68287.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.9399,clp,21995.0917,decimal,2001457.6598,decimal,0.0,clp,290.1667,decimal,0.0,clp,1380.0,integer,2143656073.0,clp,2117421916.0,clp,0.0,clp,1057.9399
+188-2019-07-06,real_asset_day,2019-07-06,0.000032603918368323591463190717876308860839637,decimal,69034.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.9054,clp,0.0,decimal,2001457.6598,decimal,0.0,clp,0.0,decimal,0.0,clp,1380.0,integer,2143656073.0,clp,2117352866.0,clp,0.0,clp,1057.9054
+188-2019-07-07,real_asset_day,2019-07-07,0.000032604033978594962386945068214221100510117,decimal,69032.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.871,clp,0.0,decimal,2001457.6598,decimal,0.0,clp,0.0,decimal,0.0,clp,1380.0,integer,2143656073.0,clp,2117284016.0,clp,0.0,clp,1057.871
+188-2019-07-08,real_asset_day,2019-07-08,0.00003260377691547501975807802534378264333320083072832,decimal,69014.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.6035,clp,28841.9925,decimal,2016271.3784,decimal,0.0,clp,14028.2739,decimal,0.0,clp,1400.0,integer,2175200215.0,clp,2132415667.0,clp,0.0,clp,1057.6035
+188-2019-07-09,real_asset_day,2019-07-09,0.000032603684132234528083873840405713570026379011513199,decimal,69535.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.7616,clp,13079.0273,decimal,2023473.7032,decimal,0.0,clp,5876.7025,decimal,0.0,clp,1413.0,integer,2187683918.0,clp,2140352782.0,clp,0.0,clp,1057.7616
+188-2019-07-10,real_asset_day,2019-07-10,0.000032603841649308423288555519392466455354463235193505,decimal,69791.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.8719,clp,38936.564,decimal,2062253.942,decimal,0.0,clp,156.3252,decimal,0.0,clp,1433.0,integer,2228911391.0,clp,2181600496.0,clp,0.0,clp,1057.8719
+188-2019-07-11,real_asset_day,2019-07-11,0.000032603869740754355880425478446463039904868775340955,decimal,71172.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.5171,clp,22291.6749,decimal,2081974.8997,decimal,0.0,clp,2570.7172,decimal,0.0,clp,1446.0,integer,2239087853.0,clp,2203806033.0,clp,0.0,clp,1058.5171
+188-2019-07-12,real_asset_day,2019-07-12,0.000032603984360849235905046215052391081959887683640351,decimal,71853.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.5192,clp,12314.3426,decimal,2083507.8368,decimal,0.0,clp,10781.4055,decimal,0.0,clp,1455.0,integer,2245991902.0,clp,2205433049.0,clp,0.0,clp,1058.5192
+188-2019-07-13,real_asset_day,2019-07-13,0.000032603729966465066550949626587421620910667,decimal,71903.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.4847,clp,0.0,decimal,2083507.8368,decimal,0.0,clp,0.0,decimal,0.0,clp,1455.0,integer,2245991902.0,clp,2205361168.0,clp,0.0,clp,1058.4847
+188-2019-07-14,real_asset_day,2019-07-14,0.000032603885768570370786007450459264848367261,decimal,71901.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.4502,clp,0.0,decimal,2083507.8368,decimal,0.0,clp,0.0,decimal,0.0,clp,1455.0,integer,2245991902.0,clp,2205289287.0,clp,0.0,clp,1058.4502
+188-2019-07-15,real_asset_day,2019-07-15,0.000032603960764653461048180639000393498918443505716857,decimal,71917.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6833,clp,15925.8636,decimal,2095629.6826,decimal,0.0,clp,3804.0178,decimal,0.0,clp,1474.0,integer,2263250347.0,clp,2218608148.0,clp,0.0,clp,1058.6833
+188-2019-07-16,real_asset_day,2019-07-16,0.00003260393871004206121748040126931672879022,decimal,72333.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6487,clp,0.0,decimal,2095629.6826,decimal,0.0,clp,0.0,decimal,0.0,clp,1474.0,integer,2263250347.0,clp,2218535639.0,clp,0.0,clp,1058.6487
+188-2019-07-17,real_asset_day,2019-07-17,0.000032603674632391874636889238942443786734341312197561,decimal,72356.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.9939,clp,18525.017,decimal,2111379.0894,decimal,0.0,clp,2775.6102,decimal,0.0,clp,1485.0,integer,2341027812.0,clp,2235937576.0,clp,0.0,clp,1058.9939
+188-2019-07-18,real_asset_day,2019-07-18,0.000032603629287430191668310399528555286870924005761047,decimal,72943.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.6232,clp,11082.4987,decimal,2115661.013,decimal,0.0,clp,6800.5751,decimal,0.0,clp,1492.0,integer,2342775102.0,clp,2241803493.0,clp,0.0,clp,1059.6232
+188-2019-07-19,real_asset_day,2019-07-19,0.000032603769778028787978175089535603344490902629913957,decimal,73182.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.9389,clp,4724.8811,decimal,2117125.4973,decimal,0.0,clp,3260.3968,decimal,0.0,clp,1498.0,integer,2286651789.0,clp,2246140796.0,clp,0.0,clp,1060.9389
+188-2019-07-20,real_asset_day,2019-07-20,0.000032603649963965642878280244630078675853036,decimal,73230.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.9043,clp,0.0,decimal,2117125.4973,decimal,0.0,clp,0.0,decimal,0.0,clp,1498.0,integer,2286651789.0,clp,2246067544.0,clp,0.0,clp,1060.9043
+188-2019-07-21,real_asset_day,2019-07-21,0.000032603822856288818589877706861900478446052,decimal,73228.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.8697,clp,0.0,decimal,2117125.4973,decimal,0.0,clp,0.0,decimal,0.0,clp,1498.0,integer,2286651789.0,clp,2245994291.0,clp,0.0,clp,1060.8697
+188-2019-07-22,real_asset_day,2019-07-22,0.00003260364567840113888625888094703905666492760352749,decimal,73422.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.686,clp,22263.509,decimal,2136067.5721,decimal,0.0,clp,3321.4342,decimal,0.0,clp,1527.0,integer,2313297316.0,clp,2272105171.0,clp,0.0,clp,1063.686
+188-2019-07-23,real_asset_day,2019-07-23,0.000032603750507020317059977230945779923196399687774562,decimal,74148.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.6746,clp,11989.8163,decimal,2141175.2862,decimal,0.0,clp,6882.1022,decimal,0.0,clp,1540.0,integer,2321075103.0,clp,2279654941.0,clp,0.0,clp,1064.6746
+188-2019-07-24,real_asset_day,2019-07-24,0.000032603884058594763237889052578461145462272186559734,decimal,74377.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.4108,clp,21410.9413,decimal,2087662.7566,decimal,0.0,clp,74923.4709,decimal,0.0,clp,1551.0,integer,2342095196.0,clp,2224218448.0,clp,0.0,clp,1065.4108
+188-2019-07-25,real_asset_day,2019-07-25,0.000032604018110544023753161339831381143521213232838835,decimal,72573.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.2121,clp,34674.8776,decimal,2081544.3763,decimal,0.0,clp,40793.2579,decimal,0.0,clp,1565.0,integer,2378078375.0,clp,2219367801.0,clp,0.0,clp,1066.2121
+188-2019-07-26,real_asset_day,2019-07-26,0.000032603972950141666543743842016882200399642401427763,decimal,72402.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.8279,clp,20604.6586,decimal,2096158.1583,decimal,0.0,clp,5990.8766,decimal,0.0,clp,1580.0,integer,2394104604.0,clp,2236240006.0,clp,0.0,clp,1066.8279
+188-2019-07-27,real_asset_day,2019-07-27,0.000032604004103342797653051914645411152778541,decimal,72908.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.7931,clp,0.0,decimal,2096158.1583,decimal,0.0,clp,0.0,decimal,0.0,clp,1580.0,integer,2394104604.0,clp,2236167060.0,clp,0.0,clp,1066.7931
+188-2019-07-28,real_asset_day,2019-07-28,0.00003260372610264995586077999750093702786829,decimal,72905.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.7583,clp,0.0,decimal,2096158.1583,decimal,0.0,clp,0.0,decimal,0.0,clp,1580.0,integer,2394104604.0,clp,2236094113.0,clp,0.0,clp,1066.7583
+188-2019-07-29,real_asset_day,2019-07-29,0.000032603836954349877855542701978350829100658868040369,decimal,72965.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.6326,clp,87076.7322,decimal,2173080.3752,decimal,0.0,clp,10154.5153,decimal,0.0,clp,1603.0,integer,2407365992.0,clp,2320051451.0,clp,0.0,clp,1067.6326
+188-2019-07-30,real_asset_day,2019-07-30,0.00003260384763606708095741249567507925218702960463742,decimal,75672.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.0475,clp,30324.5858,decimal,2186297.6208,decimal,0.0,clp,17107.3402,decimal,0.0,clp,1611.0,integer,2397276087.0,clp,2335069708.0,clp,0.0,clp,1068.0475
+188-2019-07-31,real_asset_day,2019-07-31,0.000032603664136489119317421245789283699436842230352869,decimal,76156.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.3866,clp,12425.9131,decimal,2186284.7969,decimal,0.0,clp,12438.737,decimal,0.0,clp,1621.0,integer,2407121573.0,clp,2335797381.0,clp,0.0,clp,1068.3866
+188-2019-08-01,real_asset_day,2019-08-01,0.000032603810478377188127945444991144432020167650232407,decimal,76233.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.4683,clp,34543.0473,decimal,2201739.7863,decimal,0.0,clp,19088.0579,decimal,0.0,clp,1635.0,integer,2435760277.0,clp,2354690906.0,clp,0.0,clp,1069.4683
+188-2019-08-02,real_asset_day,2019-08-02,0.000032603949628914278675682116325638717803346088272049,decimal,76812.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.0224,clp,25016.6671,decimal,2224188.6216,decimal,0.0,clp,2567.8318,decimal,0.0,clp,1653.0,integer,2445847331.0,clp,2379931647.0,clp,0.0,clp,1070.0224
+188-2019-08-03,real_asset_day,2019-08-03,0.000032603680414897447682655618075277216278236,decimal,77592.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.9875,clp,0.0,decimal,2224188.6216,decimal,0.0,clp,0.0,decimal,0.0,clp,1653.0,integer,2445847331.0,clp,2379854023.0,clp,0.0,clp,1069.9875
+188-2019-08-04,real_asset_day,2019-08-04,0.000032603903472865729516800708468577429572198,decimal,77590.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.9526,clp,0.0,decimal,2224188.6216,decimal,0.0,clp,0.0,decimal,0.0,clp,1653.0,integer,2445847331.0,clp,2379776399.0,clp,0.0,clp,1069.9526
+188-2019-08-05,real_asset_day,2019-08-05,0.000032603973324469578027110249779147056571573980575113,decimal,77679.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.1776,clp,45693.5561,decimal,2267161.8203,decimal,0.0,clp,2720.3574,decimal,0.0,clp,1677.0,integer,2484513357.0,clp,2428532957.0,clp,0.0,clp,1071.1776
+188-2019-08-06,real_asset_day,2019-08-06,0.000032603723892754188480708860004348903831800145524155,decimal,79328.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.1904,clp,32498.6566,decimal,2165666.3765,decimal,0.0,clp,133994.1004,decimal,0.0,clp,1695.0,integer,2503692964.0,clp,2324172365.0,clp,0.0,clp,1073.1904
+188-2019-08-07,real_asset_day,2019-08-07,0.000032603799199792303095416091490634404833298943927654,decimal,75810.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.6599,clp,30305.7183,decimal,2192121.4388,decimal,0.0,clp,3850.656,decimal,0.0,clp,1705.0,integer,2534652693.0,clp,2353592885.0,clp,0.0,clp,1073.6599
+188-2019-08-08,real_asset_day,2019-08-08,0.000032603657896320611956969166630626373090322388336229,decimal,76841.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.1327,clp,30873.4676,decimal,2219759.9829,decimal,0.0,clp,3234.9235,decimal,0.0,clp,1718.0,integer,2568349998.0,clp,2386536544.0,clp,0.0,clp,1075.1327
+188-2019-08-09,real_asset_day,2019-08-09,0.000032603690816806293905798793522646553102472641221192,decimal,77805.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.065,clp,28609.6333,decimal,2245935.4798,decimal,0.0,clp,2434.1364,decimal,0.0,clp,1733.0,integer,2455252908.0,clp,2414526627.0,clp,0.0,clp,1075.065
+188-2019-08-10,real_asset_day,2019-08-10,0.000032603725315487937203753898666973124013237,decimal,78720.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.03,clp,0.0,decimal,2245935.4798,decimal,0.0,clp,0.0,decimal,0.0,clp,1733.0,integer,2455252908.0,clp,2414448019.0,clp,0.0,clp,1075.03
+188-2019-08-11,real_asset_day,2019-08-11,0.000032603961491826311979850495002196198919598,decimal,78718.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.9949,clp,0.0,decimal,2245935.4798,decimal,0.0,clp,0.0,decimal,0.0,clp,1733.0,integer,2455252908.0,clp,2414369187.0,clp,0.0,clp,1074.9949
+188-2019-08-12,real_asset_day,2019-08-12,0.000032603939338788464045726105544033664010126911348196,decimal,78737.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.2551,clp,41810.3112,decimal,2284155.4751,decimal,0.0,clp,3590.3159,decimal,0.0,clp,1750.0,integer,2497040496.0,clp,2456049824.0,clp,0.0,clp,1075.2551
+188-2019-08-13,real_asset_day,2019-08-13,0.000032603621982637152503040216703360276681630313601046,decimal,80123.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.8846,clp,34672.3098,decimal,2316557.5347,decimal,0.0,clp,2270.2502,decimal,0.0,clp,1758.0,integer,2532435298.0,clp,2492348577.0,clp,0.0,clp,1075.8846
+188-2019-08-14,real_asset_day,2019-08-14,0.000032603762504499107915994148223041062267043357590626,decimal,81248.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.7265,clp,378433.12,decimal,2690549.2274,decimal,0.0,clp,4441.4273,decimal,0.0,clp,1768.0,integer,2936622773.0,clp,2894295103.0,clp,0.0,clp,1075.7265
+188-2019-08-15,real_asset_day,2019-08-15,0.00003260382085497171288916140166804916410314,decimal,94362.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.6914,clp,0.0,decimal,2690549.2274,decimal,0.0,clp,0.0,decimal,0.0,clp,1768.0,integer,2936622773.0,clp,2894200665.0,clp,0.0,clp,1075.6914
+188-2019-08-16,real_asset_day,2019-08-16,0.000032603938367396977929670071535239677294017358983533,decimal,94417.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.3145,clp,133534.516,decimal,2794971.1056,decimal,0.0,clp,29112.6378,decimal,0.0,clp,1780.0,integer,3079587257.0,clp,3008267928.0,clp,0.0,clp,1076.3145
+188-2019-08-17,real_asset_day,2019-08-17,0.000032603877342596507163620657620285782901237,decimal,98078.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.2794,clp,0.0,decimal,2794971.1056,decimal,0.0,clp,0.0,decimal,0.0,clp,1780.0,integer,3079587257.0,clp,3008169825.0,clp,0.0,clp,1076.2794
+188-2019-08-18,real_asset_day,2019-08-18,0.000032603943355245551341028015335675568488215,decimal,98075.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.2443,clp,0.0,decimal,2794971.1056,decimal,0.0,clp,0.0,decimal,0.0,clp,1780.0,integer,3079587257.0,clp,3008071721.0,clp,0.0,clp,1076.2443
+188-2019-08-19,real_asset_day,2019-08-19,0.000032603820505549841222671484136848126990399590565514,decimal,98138.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.9397,clp,18583.7082,decimal,2805297.3317,decimal,0.0,clp,8257.4821,decimal,0.0,clp,1792.0,integer,3099221723.0,clp,3021136067.0,clp,0.0,clp,1076.9397
+188-2019-08-20,real_asset_day,2019-08-20,0.000032603644382076043410726688568791298537904956465642,decimal,98542.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.3984,clp,10564.5292,decimal,2813828.6225,decimal,0.0,clp,2033.2384,decimal,0.0,clp,1798.0,integer,3107363719.0,clp,3031614456.0,clp,0.0,clp,1077.3984
+188-2019-08-21,real_asset_day,2019-08-21,0.000032603753097700727507594877013080929849524577845753,decimal,98843.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.4092,clp,58046.2826,decimal,2866610.8098,decimal,0.0,clp,5264.0953,decimal,0.0,clp,1808.0,integer,3138707292.0,clp,3088512859.0,clp,0.0,clp,1077.4092
+188-2019-08-22,real_asset_day,2019-08-22,0.000032603961163953817724747591765063486692679223505465,decimal,100768.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.1608,clp,20800.6503,decimal,2884927.2514,decimal,0.0,clp,2484.2087,decimal,0.0,clp,1818.0,integer,3154519855.0,clp,3110415473.0,clp,0.0,clp,1078.1608
+188-2019-08-23,real_asset_day,2019-08-23,0.000032603695695126348693232680217429682426418144815423,decimal,101399.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.0328,clp,21928.6587,decimal,2887781.377,decimal,0.0,clp,19074.5331,decimal,0.0,clp,1831.0,integer,3168427156.0,clp,3113123044.0,clp,0.0,clp,1078.0328
+188-2019-08-24,real_asset_day,2019-08-24,0.000032603694981223762190437422994465935237964,decimal,101496.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.9976,clp,0.0,decimal,2887781.377,decimal,0.0,clp,0.0,decimal,0.0,clp,1831.0,integer,3168427156.0,clp,3113021394.0,clp,0.0,clp,1077.9976
+188-2019-08-25,real_asset_day,2019-08-25,0.000032603792877451021884313210046407896273768,decimal,101493.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.9625,clp,0.0,decimal,2887781.377,decimal,0.0,clp,0.0,decimal,0.0,clp,1831.0,integer,3168427156.0,clp,3112920033.0,clp,0.0,clp,1077.9625
+188-2019-08-26,real_asset_day,2019-08-26,0.000032603682416199796422150149640984612696520769521237,decimal,101500.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.0405,clp,27273.3114,decimal,2902151.3638,decimal,0.0,clp,12903.3246,decimal,0.0,clp,1858.0,integer,3192494685.0,clp,3128636707.0,clp,0.0,clp,1078.0405
+188-2019-08-27,real_asset_day,2019-08-27,0.000032603703599661693099885814905559428656685305887609,decimal,101998.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.965,clp,17949.9271,decimal,2877960.3512,decimal,0.0,clp,42140.9397,decimal,0.0,clp,1856.0,integer,3209097725.0,clp,3102340530.0,clp,0.0,clp,1077.965
+188-2019-08-28,real_asset_day,2019-08-28,0.000032603722846159347298381909726013899138425354029303,decimal,101204.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.5634,clp,20641.9549,decimal,2896970.2555,decimal,0.0,clp,1632.0506,decimal,0.0,clp,1863.0,integer,3212635842.0,clp,3124566088.0,clp,0.0,clp,1078.5634
+188-2019-08-29,real_asset_day,2019-08-29,0.000032603914350879317520084720113992174337835603122366,decimal,101936.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.2295,clp,23253.4524,decimal,2915544.0911,decimal,0.0,clp,4679.6168,decimal,0.0,clp,1873.0,integer,3225878710.0,clp,3146541192.0,clp,0.0,clp,1079.2295
+188-2019-08-30,real_asset_day,2019-08-30,0.000032603868844241444203804258725577900309874912811851,decimal,102593.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.2672,clp,31246.9632,decimal,2942195.8125,decimal,0.0,clp,4595.2418,decimal,0.0,clp,1886.0,integer,3214406130.0,clp,3175415436.0,clp,0.0,clp,1079.2672
+188-2019-08-31,real_asset_day,2019-08-31,0.00003260372656478504375547053154326206970553,decimal,103527.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.232,clp,0.0,decimal,2942195.8125,decimal,0.0,clp,0.0,decimal,0.0,clp,1886.0,integer,3214406130.0,clp,3175311871.0,clp,0.0,clp,1079.232
+188-2019-09-01,real_asset_day,2019-09-01,0.000032603845172733054698679665144463753490824,decimal,103524.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.1968,clp,0.0,decimal,2942195.8125,decimal,0.0,clp,0.0,decimal,0.0,clp,1886.0,integer,3214406130.0,clp,3175208306.0,clp,0.0,clp,1079.1968
+188-2019-09-02,real_asset_day,2019-09-02,0.00003260385471810250187245607926064041310207478477781,decimal,103484.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.7795,clp,77804.9173,decimal,2996755.9709,decimal,0.0,clp,23244.7589,decimal,0.0,clp,1937.0,integer,3295712442.0,clp,3232838908.0,clp,0.0,clp,1078.7795
+188-2019-09-03,real_asset_day,2019-09-03,0.000032603742700310874122382747233114453161983372407408,decimal,105423.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.9878,clp,45293.8693,decimal,3039822.1405,decimal,0.0,clp,2227.6997,decimal,0.0,clp,1963.0,integer,3342298689.0,clp,3279931004.0,clp,0.0,clp,1078.9878
+188-2019-09-04,real_asset_day,2019-09-04,0.000032603731543683726792608025897309064270140205587998,decimal,106948.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.0888,clp,24644.2371,decimal,3058072.1844,decimal,0.0,clp,6394.1932,decimal,0.0,clp,1979.0,integer,3364438783.0,clp,3299931444.0,clp,0.0,clp,1079.0888
+188-2019-09-05,real_asset_day,2019-09-05,0.000032603840794321372682762504114093830674584560028142,decimal,107820.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.3912,clp,38554.2271,decimal,3075471.7918,decimal,0.0,clp,21154.6197,decimal,0.0,clp,2007.0,integer,3388261867.0,clp,3325788132.0,clp,0.0,clp,1081.3912
+188-2019-09-06,real_asset_day,2019-09-06,0.000032603722732948952673562054696305044957425119819561,decimal,108450.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.56,clp,25636.154,decimal,3098720.5895,decimal,0.0,clp,2387.3563,decimal,0.0,clp,2032.0,integer,3527230809.0,clp,3351452241.0,clp,0.0,clp,1081.56
+188-2019-09-07,real_asset_day,2019-09-07,0.000032603942535200228432828892820103400894159,decimal,109267.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.5248,clp,0.0,decimal,3098720.5895,decimal,0.0,clp,0.0,decimal,0.0,clp,2032.0,integer,3527230809.0,clp,3351343166.0,clp,0.0,clp,1081.5248
+188-2019-09-08,real_asset_day,2019-09-08,0.00003260381314472074426728870455964170170198,decimal,109263.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.4895,clp,0.0,decimal,3098720.5895,decimal,0.0,clp,0.0,decimal,0.0,clp,2032.0,integer,3527230809.0,clp,3351233781.0,clp,0.0,clp,1081.4895
+188-2019-09-09,real_asset_day,2019-09-09,0.000032603885402107629963375978889614638146338212773345,decimal,109315.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.0018,clp,43792.1652,decimal,3130324.2413,decimal,0.0,clp,12188.5134,decimal,0.0,clp,2054.0,integer,3569424350.0,clp,3387016464.0,clp,0.0,clp,1082.0018
+188-2019-09-10,real_asset_day,2019-09-10,0.000032603732953594808399150656127424853944872410298026,decimal,110415.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.8609,clp,20959.5287,decimal,3147457.138,decimal,0.0,clp,3826.632,decimal,0.0,clp,2066.0,integer,3456254373.0,clp,3405110812.0,clp,0.0,clp,1081.8609
+188-2019-09-11,real_asset_day,2019-09-11,0.000032603712458367343794552244417426300193193974576962,decimal,110976.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.4394,clp,69809.0052,decimal,3214031.1612,decimal,0.0,clp,3234.982,decimal,0.0,clp,2082.0,integer,3527941292.0,clp,3475779931.0,clp,0.0,clp,1081.4394
+188-2019-09-12,real_asset_day,2019-09-12,0.00003260368445098898605390889054046045570707797609269,decimal,113328.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.4849,clp,18791.4163,decimal,3231449.3597,decimal,0.0,clp,1373.2178,decimal,0.0,clp,2091.0,integer,3535367332.0,clp,3494763688.0,clp,0.0,clp,1081.4849
+188-2019-09-13,real_asset_day,2019-09-13,0.000032603666472261379504579108244465739809008703554561,decimal,114008.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.1103,clp,20280.2187,decimal,3251131.4364,decimal,0.0,clp,598.142,decimal,0.0,clp,2127.0,integer,3555324447.0,clp,3518082814.0,clp,0.0,clp,1082.1103
+188-2019-09-14,real_asset_day,2019-09-14,0.000032603763991717822449160054892812359365462,decimal,114699.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.075,clp,0.0,decimal,3251131.4364,decimal,0.0,clp,0.0,decimal,0.0,clp,2127.0,integer,3555324447.0,clp,3517968049.0,clp,0.0,clp,1082.075
+188-2019-09-15,real_asset_day,2019-09-15,0.000032603690586432086119939503423588486415114,decimal,114695.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.0397,clp,0.0,decimal,3251131.4364,decimal,0.0,clp,0.0,decimal,0.0,clp,2127.0,integer,3555324447.0,clp,3517853284.0,clp,0.0,clp,1082.0397
+188-2019-09-16,real_asset_day,2019-09-16,0.000032603905546522224545055904649947571280124782079756,decimal,114596.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.0986,clp,29151.5124,decimal,3273895.0923,decimal,0.0,clp,6387.8565,decimal,0.0,clp,2167.0,integer,3580333421.0,clp,3539403401.0,clp,0.0,clp,1081.0986
+188-2019-09-17,real_asset_day,2019-09-17,0.000032603934008445488975639926787284240357827644696634,decimal,115330.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.4571,clp,16691.0586,decimal,3282622.5643,decimal,0.0,clp,7963.5866,decimal,0.0,clp,2184.0,integer,3612339827.0,clp,3546732856.0,clp,0.0,clp,1080.4571
+188-2019-09-18,real_asset_day,2019-09-18,0.000032603746232557652729672545581733497480746,decimal,115633.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.4218,clp,0.0,decimal,3282622.5643,decimal,0.0,clp,0.0,decimal,0.0,clp,2184.0,integer,3612339827.0,clp,3546616980.0,clp,0.0,clp,1080.4218
+188-2019-09-19,real_asset_day,2019-09-19,0.000032603680627134646149815694237626264191968,decimal,115629.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.3866,clp,0.0,decimal,3282622.5643,decimal,0.0,clp,0.0,decimal,0.0,clp,2184.0,integer,3612339827.0,clp,3546501431.0,clp,0.0,clp,1080.3866
+188-2019-09-20,real_asset_day,2019-09-20,0.000032603896985453909218598138661719909626654,decimal,115626.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.3514,clp,0.0,decimal,3282622.5643,decimal,0.0,clp,0.0,decimal,0.0,clp,2184.0,integer,3612339827.0,clp,3546385883.0,clp,0.0,clp,1080.3514
+188-2019-09-21,real_asset_day,2019-09-21,0.000032603831371473827586807478962260219228323,decimal,115622.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.3162,clp,0.0,decimal,3282622.5643,decimal,0.0,clp,0.0,decimal,0.0,clp,2184.0,integer,3612339827.0,clp,3546270335.0,clp,0.0,clp,1080.3162
+188-2019-09-22,real_asset_day,2019-09-22,0.000032603768778082931434454736883883358472706,decimal,115618.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.2809,clp,0.0,decimal,3282622.5643,decimal,0.0,clp,0.0,decimal,0.0,clp,2184.0,integer,3612339827.0,clp,3546154458.0,clp,0.0,clp,1080.2809
+188-2019-09-23,real_asset_day,2019-09-23,0.000032603872449099951669140995430905316296702360480027,decimal,115628.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.3709,clp,31500.7649,decimal,3304825.2039,decimal,0.0,clp,9298.1253,decimal,0.0,clp,2216.0,integer,3649669433.0,clp,3570436980.0,clp,0.0,clp,1080.3709
+188-2019-09-24,real_asset_day,2019-09-24,0.000032603692052025541029936914737380709695901304177965,decimal,116473.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.9609,clp,27737.7249,decimal,3295758.4846,decimal,0.0,clp,36804.4442,decimal,0.0,clp,2225.0,integer,3674542363.0,clp,3562586058.0,clp,0.0,clp,1080.9609
+188-2019-09-25,real_asset_day,2019-09-25,0.000032603779799306073693702625927796192047100361946945,decimal,116229.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.661,clp,9151.4663,decimal,3280270.0943,decimal,0.0,clp,24639.8566,decimal,0.0,clp,2244.0,integer,3678197843.0,clp,3548140230.0,clp,0.0,clp,1081.661
+188-2019-09-26,real_asset_day,2019-09-26,0.00003260388488389303806065710340087162738953253708299,decimal,115708.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.8933,clp,11804.1006,decimal,3283660.2151,decimal,0.0,clp,8413.9798,decimal,0.0,clp,2267.0,integer,3681832914.0,clp,3552569986.0,clp,0.0,clp,1081.8933
+188-2019-09-27,real_asset_day,2019-09-27,0.00003260393958553463257306577396197495874591937994399,decimal,115826.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.8767,clp,134193.2083,decimal,3415450.2977,decimal,0.0,clp,2403.1257,decimal,0.0,clp,2290.0,integer,3784488570.0,clp,3695096097.0,clp,0.0,clp,1081.8767
+188-2019-09-28,real_asset_day,2019-09-28,0.000032603734167298404724591827148261613982455,decimal,120470.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.8414,clp,0.0,decimal,3415450.2977,decimal,0.0,clp,0.0,decimal,0.0,clp,2290.0,integer,3784488631.0,clp,3694975532.0,clp,0.0,clp,1081.8414
+188-2019-09-29,real_asset_day,2019-09-29,0.000032603712448271059603831176600975574657064,decimal,120466.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.8062,clp,0.0,decimal,3415450.2977,decimal,0.0,clp,0.0,decimal,0.0,clp,2290.0,integer,3784488631.0,clp,3694855308.0,clp,0.0,clp,1081.8062
+188-2019-09-30,real_asset_day,2019-09-30,0.000032603832602047321780163325914208226461030397654981,decimal,120512.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.2153,clp,46643.1881,decimal,3447652.9929,decimal,0.0,clp,14440.4929,decimal,0.0,clp,2331.0,integer,3810002244.0,clp,3731102818.0,clp,0.0,clp,1082.2153
+188-2019-10-01,real_asset_day,2019-10-01,0.000032603702329398835586730599088721047198329529722113,decimal,121671.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.422,clp,48276.1939,decimal,3484941.2552,decimal,0.0,clp,10987.9316,decimal,0.0,clp,2379.0,integer,3854787804.0,clp,3772177083.0,clp,0.0,clp,1082.422
+188-2019-10-02,real_asset_day,2019-10-02,0.000032603854881801721036408177193205811171619090095796,decimal,123011.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.6287,clp,70924.9337,decimal,3549521.3157,decimal,0.0,clp,6344.8732,decimal,0.0,clp,2410.0,integer,3930279283.0,clp,3842813648.0,clp,0.0,clp,1082.6287
+188-2019-10-03,real_asset_day,2019-10-03,0.000032603860386447477903864793571215752520991950867494,decimal,125413.0,clp,0.0,integer,0.0,clp,0.0,clp,1083.6867,clp,26961.0888,decimal,3567990.703,decimal,0.0,clp,8491.7015,decimal,0.0,clp,2423.0,integer,3947799269.0,clp,3866584071.0,clp,0.0,clp,1083.6867
+188-2019-10-04,real_asset_day,2019-10-04,0.000032603772561650156221369784552013795345395909386787,decimal,126236.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.1547,clp,26875.5463,decimal,3580078.2839,decimal,0.0,clp,14787.9654,decimal,0.0,clp,2440.0,integer,3970704551.0,clp,3884938776.0,clp,0.0,clp,1085.1547
+188-2019-10-05,real_asset_day,2019-10-05,0.000032603894001367465386724999599536609858856,decimal,126660.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.1193,clp,0.0,decimal,3580078.2839,decimal,0.0,clp,0.0,decimal,0.0,clp,2440.0,integer,3970704551.0,clp,3884812041.0,clp,0.0,clp,1085.1193
+188-2019-10-06,real_asset_day,2019-10-06,0.000032603924981919997895119269579305845843772,decimal,126656.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.084,clp,0.0,decimal,3580078.2839,decimal,0.0,clp,0.0,decimal,0.0,clp,2440.0,integer,3970704551.0,clp,3884685665.0,clp,0.0,clp,1085.084
+188-2019-10-07,real_asset_day,2019-10-07,0.000032603900500267649902725434407022145811817241061427,decimal,126757.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.9501,clp,46259.6258,decimal,3611857.7047,decimal,0.0,clp,14480.205,decimal,0.0,clp,2452.0,integer,4017389635.0,clp,3922297236.0,clp,0.0,clp,1085.9501
+188-2019-10-08,real_asset_day,2019-10-08,0.000032603913578452447141934700666812491707871816735969,decimal,127987.0,clp,0.0,integer,0.0,clp,0.0,clp,1086.8397,clp,36817.6857,decimal,3634885.9132,decimal,0.0,clp,13789.4772,decimal,0.0,clp,2470.0,integer,4091792734.0,clp,3950538315.0,clp,0.0,clp,1086.8397
+188-2019-10-09,real_asset_day,2019-10-09,0.00003260375483569810622817059251120846285234414568642,decimal,128787.0,clp,0.0,integer,0.0,clp,0.0,clp,1086.7099,clp,24401.2637,decimal,3651418.9533,decimal,0.0,clp,7868.2236,decimal,0.0,clp,2476.0,integer,4101911807.0,clp,3968033126.0,clp,0.0,clp,1086.7099
+188-2019-10-10,real_asset_day,2019-10-10,0.000032603791760415748991204118275568090866254354326727,decimal,129510.0,clp,0.0,integer,0.0,clp,0.0,clp,1087.8613,clp,157625.8434,decimal,3801387.3473,decimal,0.0,clp,7657.4494,decimal,0.0,clp,2489.0,integer,4262186685.0,clp,4135382181.0,clp,0.0,clp,1087.8613
+188-2019-10-11,real_asset_day,2019-10-11,0.000032603704404915080488005195348366068891061295592525,decimal,134835.0,clp,0.0,integer,0.0,clp,0.0,clp,1087.9115,clp,23299.8422,decimal,3821361.414,decimal,0.0,clp,3325.7755,decimal,0.0,clp,2503.0,integer,4273180386.0,clp,4157303028.0,clp,0.0,clp,1087.9115
+188-2019-10-12,real_asset_day,2019-10-12,0.000032603690911775822968609512587413578202891,decimal,135539.0,clp,0.0,integer,0.0,clp,0.0,clp,1087.876,clp,0.0,decimal,3821361.414,decimal,0.0,clp,0.0,decimal,0.0,clp,2503.0,integer,4273180386.0,clp,4157167370.0,clp,0.0,clp,1087.876
+188-2019-10-13,real_asset_day,2019-10-13,0.000032603792663250145699934979399054192107894,decimal,135535.0,clp,0.0,integer,0.0,clp,0.0,clp,1087.8405,clp,0.0,decimal,3821361.414,decimal,0.0,clp,0.0,decimal,0.0,clp,2503.0,integer,4273180386.0,clp,4157031711.0,clp,0.0,clp,1087.8405
+188-2019-10-14,real_asset_day,2019-10-14,0.000032603901255632576762554762527962697787210832525757,decimal,135433.0,clp,0.0,integer,0.0,clp,0.0,clp,1087.0182,clp,34789.5423,decimal,3847533.7942,decimal,0.0,clp,8617.1621,decimal,0.0,clp,2522.0,integer,4299544639.0,clp,4182339259.0,clp,0.0,clp,1087.0182
+188-2019-10-15,real_asset_day,2019-10-15,0.000032603689120890953038879051051411974061842618796637,decimal,136331.0,clp,0.0,integer,0.0,clp,0.0,clp,1086.7895,clp,27113.0148,decimal,3858338.7551,decimal,0.0,clp,16308.0539,decimal,0.0,clp,2530.0,integer,4319961217.0,clp,4193202046.0,clp,0.0,clp,1086.7895
+188-2019-10-16,real_asset_day,2019-10-16,0.000032603886931680001827169753681926003829659505105693,decimal,136642.0,clp,0.0,integer,0.0,clp,0.0,clp,1086.2117,clp,311454.0425,decimal,4156513.4317,decimal,0.0,clp,13279.3659,decimal,0.0,clp,2546.0,integer,4652510385.0,clp,4514853521.0,clp,0.0,clp,1086.2117
+188-2019-10-17,real_asset_day,2019-10-17,0.000032603859906600907196539677710742571474292519091516,decimal,147062.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.1812,clp,29907.7389,decimal,4177071.9147,decimal,0.0,clp,9349.2559,decimal,0.0,clp,2553.0,integer,4671059494.0,clp,4532879913.0,clp,0.0,clp,1085.1812
+188-2019-10-18,real_asset_day,2019-10-18,0.000032603763269574228977950243326708913941852429877534,decimal,147431.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.5529,clp,34383.418,decimal,4176896.6947,decimal,0.0,clp,34558.638,decimal,0.0,clp,2564.0,integer,4679707294.0,clp,4521711630.0,clp,0.0,clp,1082.5529
+188-2019-10-19,real_asset_day,2019-10-19,0.000032603761434827447882396918799904197312639,decimal,147420.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.5176,clp,0.0,decimal,4176896.6947,decimal,0.0,clp,0.0,decimal,0.0,clp,2564.0,integer,4679707294.0,clp,4521564185.0,clp,0.0,clp,1082.5176
+188-2019-10-20,real_asset_day,2019-10-20,0.000032603715785562178869061084128999299000538,decimal,147415.0,clp,0.0,integer,0.0,clp,0.0,clp,1082.4824,clp,0.0,decimal,4176896.6947,decimal,0.0,clp,0.0,decimal,0.0,clp,2564.0,integer,4679707294.0,clp,4521417159.0,clp,0.0,clp,1082.4824
+188-2019-10-21,real_asset_day,2019-10-21,0.000032603765964302132771750656654521873615171567509785,decimal,146950.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.0662,clp,153962.3318,decimal,4275830.3438,decimal,0.0,clp,55028.6827,decimal,0.0,clp,2562.0,integer,4817017951.0,clp,4613904001.0,clp,0.0,clp,1079.0662
+188-2019-10-22,real_asset_day,2019-10-22,0.000032603766435063039346522367417753110422506101630277,decimal,149921.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.4104,clp,23150.7326,decimal,4255406.2151,decimal,0.0,clp,43574.8613,decimal,0.0,clp,2554.0,integer,4815999575.0,clp,4576308100.0,clp,0.0,clp,1075.4104
+188-2019-10-23,real_asset_day,2019-10-23,0.000032603728277446396402969565209892888843378926526586,decimal,148454.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.9996,clp,12018.9354,decimal,4255855.4407,decimal,0.0,clp,11569.7098,decimal,0.0,clp,2547.0,integer,4768210838.0,clp,4553763619.0,clp,0.0,clp,1069.9996
+188-2019-10-24,real_asset_day,2019-10-24,0.000032603881050984295556630969505333460734689668944477,decimal,147920.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.0332,clp,23431.8292,decimal,4028277.0238,decimal,0.0,clp,251010.2461,decimal,0.0,clp,2541.0,integer,4716774640.0,clp,4294277046.0,clp,0.0,clp,1066.0332
+188-2019-10-25,real_asset_day,2019-10-25,0.000032603736616564121595882199606080926104499620009363,decimal,140233.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.7351,clp,6427.7851,decimal,3655746.2365,decimal,0.0,clp,378958.5724,decimal,0.0,clp,2533.0,integer,4683910307.0,clp,3903368573.0,clp,0.0,clp,1067.7351
+188-2019-10-26,real_asset_day,2019-10-26,0.00003260392798979448607004958629828289790616,decimal,127261.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.7003,clp,0.0,decimal,3655746.2365,decimal,0.0,clp,0.0,decimal,0.0,clp,2533.0,integer,4683910307.0,clp,3903241353.0,clp,0.0,clp,1067.7003
+188-2019-10-27,real_asset_day,2019-10-27,0.000032603709669691075877129622230291055647181,decimal,127256.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.6655,clp,0.0,decimal,3655746.2365,decimal,0.0,clp,0.0,decimal,0.0,clp,2533.0,integer,4683910307.0,clp,3903114133.0,clp,0.0,clp,1067.6655
+188-2019-10-28,real_asset_day,2019-10-28,0.000032603837722971042383014866795432518818611157820106,decimal,127306.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.0808,clp,23167.1268,decimal,3663284.0032,decimal,0.0,clp,15629.3601,decimal,0.0,clp,2545.0,integer,4697985201.0,clp,3912683309.0,clp,0.0,clp,1068.0808
+188-2019-10-29,real_asset_day,2019-10-29,0.000032603694720284251297215472938760200992204430269542,decimal,127406.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.725,clp,14799.2931,decimal,3666538.9028,decimal,0.0,clp,11544.3935,decimal,0.0,clp,2549.0,integer,4438017282.0,clp,3911188711.0,clp,0.0,clp,1066.725
+188-2019-10-30,real_asset_day,2019-10-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.838,clp,27145.1289,decimal,3681885.7517,decimal,0.0,clp,11798.28,decimal,0.0,clp,2553.0,integer,4055401188.0,clp,3920611860.0,clp,0.0,clp,1064.838
+188-2019-10-31,real_asset_day,2019-10-31,0.000032603881758531779725501700089920451428414,decimal,127823.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.8033,clp,0.0,decimal,3681885.7517,decimal,0.0,clp,0.0,decimal,0.0,clp,2553.0,integer,4055401188.0,clp,3920484099.0,clp,0.0,clp,1064.8033
+188-2019-11-01,real_asset_day,2019-11-01,0.000032603927044054605848472123782288097624535,decimal,127819.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.7685,clp,0.0,decimal,3681885.7517,decimal,0.0,clp,0.0,decimal,0.0,clp,2553.0,integer,4055401188.0,clp,3920355969.0,clp,0.0,clp,1064.7685
+188-2019-11-02,real_asset_day,2019-11-02,0.000032603714176427353537373454866992784007844,decimal,127814.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.7338,clp,0.0,decimal,3681885.7517,decimal,0.0,clp,0.0,decimal,0.0,clp,2553.0,integer,4055401188.0,clp,3920228208.0,clp,0.0,clp,1064.7338
+188-2019-11-03,real_asset_day,2019-11-03,0.0000326037563987461151907432527049078578636,decimal,127810.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.6991,clp,0.0,decimal,3681885.7517,decimal,0.0,clp,0.0,decimal,0.0,clp,2553.0,integer,4055401188.0,clp,3920100446.0,clp,0.0,clp,1064.6991
+188-2019-11-04,real_asset_day,2019-11-04,0.000032603708210300879388965346518214466955715730354871,decimal,127534.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.4015,clp,75208.103,decimal,3696906.008,decimal,0.0,clp,60187.8467,decimal,0.0,clp,2587.0,integer,4110649022.0,clp,3927598488.0,clp,0.0,clp,1062.4015
+188-2019-11-05,real_asset_day,2019-11-05,0.000032603718609400916583432715211814987988452355704398,decimal,127820.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.4575,clp,27838.745,decimal,3648444.2874,decimal,0.0,clp,76300.4656,decimal,0.0,clp,2593.0,integer,4120877277.0,clp,3869020108.0,clp,0.0,clp,1060.4575
+188-2019-11-06,real_asset_day,2019-11-06,0.000032603794517896804130804487231209607850565042127357,decimal,125963.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.9297,clp,41200.3447,decimal,3624502.8559,decimal,0.0,clp,65141.7762,decimal,0.0,clp,2607.0,integer,4146789048.0,clp,3838093722.0,clp,0.0,clp,1058.9297
+188-2019-11-07,real_asset_day,2019-11-07,0.000032603906355491348940426753049522789077162341936485,decimal,125126.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.8379,clp,27966.4244,decimal,3601651.1096,decimal,0.0,clp,50818.1707,decimal,0.0,clp,2610.0,integer,4112668781.0,clp,3813564697.0,clp,0.0,clp,1058.8379
+188-2019-11-08,real_asset_day,2019-11-08,0.000032603801503502285935798416724079220378386761450749,decimal,124337.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.8404,clp,31515.4796,decimal,3593472.8336,decimal,0.0,clp,39693.7556,decimal,0.0,clp,2612.0,integer,4065423839.0,clp,3804914213.0,clp,0.0,clp,1058.8404
+188-2019-11-09,real_asset_day,2019-11-09,0.000032603899884164915164503215906327186071801,decimal,124051.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.8059,clp,0.0,decimal,3593472.8336,decimal,0.0,clp,0.0,decimal,0.0,clp,2612.0,integer,4065423839.0,clp,3804790238.0,clp,0.0,clp,1058.8059
+188-2019-11-10,real_asset_day,2019-11-10,0.00003260391094124199665709286417903088494887,decimal,124047.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.7714,clp,0.0,decimal,3593472.8336,decimal,0.0,clp,0.0,decimal,0.0,clp,2612.0,integer,4065423839.0,clp,3804666263.0,clp,0.0,clp,1058.7714
+188-2019-11-11,real_asset_day,2019-11-11,0.000032603907748975116411152183792810728678197737793966,decimal,124481.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.4758,clp,38455.9027,decimal,3605971.3909,decimal,0.0,clp,25957.3454,decimal,0.0,clp,2624.0,integer,4053228925.0,clp,3831257338.0,clp,0.0,clp,1062.4758
+188-2019-11-12,real_asset_day,2019-11-12,0.00003260393285473269134961091433959049721644272694602,decimal,124929.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.6029,clp,20682.6403,decimal,3591559.6045,decimal,0.0,clp,35094.4267,decimal,0.0,clp,2630.0,integer,4022329552.0,clp,3816401651.0,clp,0.0,clp,1062.6029
+188-2019-11-13,real_asset_day,2019-11-13,0.000032603854568386700304621120771620386526470544831863,decimal,123845.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.6122,clp,35940.3675,decimal,3596997.0362,decimal,0.0,clp,30502.9358,decimal,0.0,clp,2644.0,integer,4004515170.0,clp,3804227949.0,clp,0.0,clp,1057.6122
+188-2019-11-14,real_asset_day,2019-11-14,0.000032603821795942859029259067351541975187157578756884,decimal,122867.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.6752,clp,50577.7939,decimal,3611903.1153,decimal,0.0,clp,35671.7148,decimal,0.0,clp,2641.0,integer,3993683683.0,clp,3784101319.0,clp,0.0,clp,1047.6752
+188-2019-11-15,real_asset_day,2019-11-15,0.000032603881381429097612087318969548767047591243431546,decimal,120037.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.3181,clp,38505.7532,decimal,3635344.7407,decimal,0.0,clp,15064.1278,decimal,0.0,clp,2650.0,integer,3890774746.0,clp,3705572694.0,clp,0.0,clp,1019.3181
+188-2019-11-16,real_asset_day,2019-11-16,0.000032603849678797620371279941016642504072378,decimal,120812.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.2849,clp,0.0,decimal,3635344.7407,decimal,0.0,clp,0.0,decimal,0.0,clp,2650.0,integer,3890774746.0,clp,3705452000.0,clp,0.0,clp,1019.2849
+188-2019-11-17,real_asset_day,2019-11-17,0.000032603832151735844764501648381209113833232,decimal,120808.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.2517,clp,0.0,decimal,3635344.7407,decimal,0.0,clp,0.0,decimal,0.0,clp,2650.0,integer,3890774746.0,clp,3705331307.0,clp,0.0,clp,1019.2517
+188-2019-11-18,real_asset_day,2019-11-18,0.000032603731483663811703683415038974669046286362109828,decimal,123116.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.7274,clp,31359.3763,decimal,3660612.9892,decimal,0.0,clp,6091.1278,decimal,0.0,clp,2669.0,integer,3963802979.0,clp,3802379013.0,clp,0.0,clp,1038.7274
+188-2019-11-19,real_asset_day,2019-11-19,0.000032603831808915588550239219060838074941268260162825,decimal,125224.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.2165,clp,10883.9072,decimal,3657798.2131,decimal,0.0,clp,13698.6833,decimal,0.0,clp,2673.0,integer,3977344569.0,clp,3837822239.0,clp,0.0,clp,1049.2165
+188-2019-11-20,real_asset_day,2019-11-20,0.000032603691954216438552028049736079324740047192880901,decimal,125373.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.2778,clp,38810.1296,decimal,3694543.1522,decimal,0.0,clp,2065.1905,decimal,0.0,clp,2700.0,integer,4010608839.0,clp,3883991197.0,clp,0.0,clp,1051.2778
+188-2019-11-21,real_asset_day,2019-11-21,0.000032603714778280902848521248920242834291026322855038,decimal,126350.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.9322,clp,16394.1278,decimal,3702891.7577,decimal,0.0,clp,8045.5223,decimal,0.0,clp,2708.0,integer,4012726496.0,clp,3884082398.0,clp,0.0,clp,1048.9322
+188-2019-11-22,real_asset_day,2019-11-22,0.000032603739763774158099575669659556844466649231524204,decimal,126377.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.7901,clp,23099.9298,decimal,3658282.8166,decimal,0.0,clp,67708.8709,decimal,0.0,clp,2720.0,integer,4015517753.0,clp,3829454235.0,clp,0.0,clp,1046.7901
+188-2019-11-23,real_asset_day,2019-11-23,0.000032603880233144356681171541956381268176734,decimal,124851.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.756,clp,0.0,decimal,3658282.8166,decimal,0.0,clp,0.0,decimal,0.0,clp,2720.0,integer,4015517753.0,clp,3829329488.0,clp,0.0,clp,1046.756
+188-2019-11-24,real_asset_day,2019-11-24,0.000032603900908266354939594990930720431969631,decimal,124847.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.7218,clp,0.0,decimal,3658282.8166,decimal,0.0,clp,0.0,decimal,0.0,clp,2720.0,integer,4015517753.0,clp,3829204375.0,clp,0.0,clp,1046.7218
+188-2019-11-25,real_asset_day,2019-11-25,0.000032603884768752798587451499351155652168411427526695,decimal,124986.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.8877,clp,41846.2008,decimal,3585483.2674,decimal,0.0,clp,114645.75,decimal,0.0,clp,2730.0,integer,4061814012.0,clp,3757183814.0,clp,0.0,clp,1047.8877
+188-2019-11-26,real_asset_day,2019-11-26,0.000032603760272511183921923354272037094967961349324948,decimal,122705.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.6557,clp,7959.9988,decimal,3573629.637,decimal,0.0,clp,19813.6292,decimal,0.0,clp,2736.0,integer,4069629325.0,clp,3751080718.0,clp,0.0,clp,1049.6557
+188-2019-11-27,real_asset_day,2019-11-27,0.000032603764088534053385314969975133192916777176056169,decimal,122460.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.0345,clp,16554.6016,decimal,3571818.5476,decimal,0.0,clp,18365.691,decimal,0.0,clp,2738.0,integer,4021330147.0,clp,3754104521.0,clp,0.0,clp,1051.0345
+188-2019-11-28,real_asset_day,2019-11-28,0.000032603804337901259480817067789339238190604626401781,decimal,122493.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.8495,clp,34062.882,decimal,3580161.6314,decimal,0.0,clp,25719.7982,decimal,0.0,clp,2754.0,integer,3936007705.0,clp,3765791222.0,clp,0.0,clp,1051.8495
+188-2019-11-29,real_asset_day,2019-11-29,0.000032603809585706274457827348515347649294100761676617,decimal,122776.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.8226,clp,30056.1387,decimal,3524147.911,decimal,0.0,clp,86069.8591,decimal,0.0,clp,2773.0,integer,3946984235.0,clp,3706778419.0,clp,0.0,clp,1051.8226
+188-2019-11-30,real_asset_day,2019-11-30,0.00003260376732834077787504480384233176286364,decimal,120851.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.7883,clp,0.0,decimal,3524147.911,decimal,0.0,clp,0.0,decimal,0.0,clp,2773.0,integer,3946984235.0,clp,3706657540.0,clp,0.0,clp,1051.7883
+188-2019-12-01,real_asset_day,2019-12-01,0.000032603751431610687788739859495284280018273,decimal,120847.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.754,clp,0.0,decimal,3524147.911,decimal,0.0,clp,0.0,decimal,0.0,clp,2773.0,integer,3946984235.0,clp,3706536662.0,clp,0.0,clp,1051.754
+188-2019-12-02,real_asset_day,2019-12-02,0.00003260387215699144428457179637012958674232764200241,decimal,120972.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.838,clp,98270.8781,decimal,3602464.2627,decimal,0.0,clp,19954.5264,decimal,0.0,clp,2809.0,integer,4036518140.0,clp,3792811269.0,clp,0.0,clp,1052.838
+188-2019-12-03,real_asset_day,2019-12-03,0.000032603879563878793763345199839523126361311385159811,decimal,123336.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.0764,clp,36019.1326,decimal,3619092.5016,decimal,0.0,clp,19390.8937,decimal,0.0,clp,2822.0,integer,4037709032.0,clp,3800323625.0,clp,0.0,clp,1050.0764
+188-2019-12-04,real_asset_day,2019-12-04,0.000032603762170263568101890703748817530629243783380768,decimal,123841.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.5353,clp,38246.09,decimal,3653492.6295,decimal,0.0,clp,3845.9621,decimal,0.0,clp,2837.0,integer,4216743349.0,clp,3834469483.0,clp,0.0,clp,1049.5353
+188-2019-12-05,real_asset_day,2019-12-05,0.000032603779394826744174061968097963458371645851323755,decimal,124764.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.4013,clp,17818.9854,decimal,3653823.6667,decimal,0.0,clp,17487.9482,decimal,0.0,clp,2851.0,integer,4207366517.0,clp,3827019658.0,clp,0.0,clp,1047.4013
+188-2019-12-06,real_asset_day,2019-12-06,0.000032603786107306719230878238409459608091292150017575,decimal,124692.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.7018,clp,33876.1038,decimal,3676893.2211,decimal,0.0,clp,10806.5494,decimal,0.0,clp,2863.0,integer,3991475038.0,clp,3848610753.0,clp,0.0,clp,1046.7018
+188-2019-12-07,real_asset_day,2019-12-07,0.000032603735730817203098574543080938217758916,decimal,125475.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.6677,clp,0.0,decimal,3676893.2211,decimal,0.0,clp,0.0,decimal,0.0,clp,2863.0,integer,3991475038.0,clp,3848485371.0,clp,0.0,clp,1046.6677
+188-2019-12-08,real_asset_day,2019-12-08,0.000032603761695066387352056669965771891670101,decimal,125471.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.6335,clp,0.0,decimal,3676893.2211,decimal,0.0,clp,0.0,decimal,0.0,clp,2863.0,integer,3991475038.0,clp,3848359621.0,clp,0.0,clp,1046.6335
+188-2019-12-09,real_asset_day,2019-12-09,0.000032603839385062209530426209090371004400923300855503,decimal,125591.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.632,clp,24394.7767,decimal,3675974.4843,decimal,0.0,clp,25313.5135,decimal,0.0,clp,2878.0,integer,4016999072.0,clp,3851068501.0,clp,0.0,clp,1047.632
+188-2019-12-10,real_asset_day,2019-12-10,0.000032603694988202681533551706433867392215906810269041,decimal,125667.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.5326,clp,21302.7668,decimal,3692170.1636,decimal,0.0,clp,5107.0875,decimal,0.0,clp,2891.0,integer,4024588327.0,clp,3871360781.0,clp,0.0,clp,1048.5326
+188-2019-12-11,real_asset_day,2019-12-11,0.000032603753244498121118025631816682705158850571651011,decimal,126235.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.6498,clp,21419.3913,decimal,3710544.4088,decimal,0.0,clp,3045.1461,decimal,0.0,clp,2903.0,integer,4036497587.0,clp,3891061652.0,clp,0.0,clp,1048.6498
+188-2019-12-12,real_asset_day,2019-12-12,0.000032603768567351050478763491691965142766177269054473,decimal,127017.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.9205,clp,12330.2983,decimal,3716330.2181,decimal,0.0,clp,6544.489,decimal,0.0,clp,2919.0,integer,4027985895.0,clp,3901851281.0,clp,0.0,clp,1049.9205
+188-2019-12-13,real_asset_day,2019-12-13,0.00003260375227970615342129876803954951190672867976503,decimal,127500.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.2727,clp,21814.6769,decimal,3731852.4642,decimal,0.0,clp,6292.4308,decimal,0.0,clp,2931.0,integer,4054693729.0,clp,3926926469.0,clp,0.0,clp,1052.2727
+188-2019-12-14,real_asset_day,2019-12-14,0.00003260391413222070867540162678672086452832,decimal,128029.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.2384,clp,0.0,decimal,3731852.4642,decimal,0.0,clp,0.0,decimal,0.0,clp,2931.0,integer,4054693729.0,clp,3926798466.0,clp,0.0,clp,1052.2384
+188-2019-12-15,real_asset_day,2019-12-15,0.000032603703622786030567903044325316483783579,decimal,128024.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.2041,clp,0.0,decimal,3731852.4642,decimal,0.0,clp,0.0,decimal,0.0,clp,2931.0,integer,4054693729.0,clp,3926670463.0,clp,0.0,clp,1052.2041
+188-2019-12-16,real_asset_day,2019-12-16,0.000032603793754216998750528356885588681228433470498031,decimal,128312.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.5682,clp,52817.1174,decimal,3764427.0461,decimal,0.0,clp,20242.5355,decimal,0.0,clp,2955.0,integer,4116729615.0,clp,3969845054.0,clp,0.0,clp,1054.5682
+188-2019-12-17,real_asset_day,2019-12-17,0.000032603862208221798953432934648114228244547224203243,decimal,129627.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.1547,clp,23895.9294,decimal,3778997.779,decimal,0.0,clp,9325.1965,decimal,0.0,clp,2969.0,integer,4142969584.0,clp,3991206266.0,clp,0.0,clp,1056.1547
+188-2019-12-18,real_asset_day,2019-12-18,0.00003260389154227493033070255788452290344592195777752,decimal,130655.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.425,clp,30817.4006,decimal,3799023.0119,decimal,0.0,clp,10792.1677,decimal,0.0,clp,2976.0,integer,4185742688.0,clp,4028578977.0,clp,0.0,clp,1060.425
+188-2019-12-19,real_asset_day,2019-12-19,0.000032603793407878882305603673007012908575970255176029,decimal,131477.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.4749,clp,27838.6191,decimal,3788077.9878,decimal,0.0,clp,38783.6432,decimal,0.0,clp,2985.0,integer,4198211039.0,clp,4020949703.0,clp,0.0,clp,1061.4749
+188-2019-12-20,real_asset_day,2019-12-20,0.000032603713404529388943751787628261520472292582956401,decimal,131122.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.6701,clp,76973.7074,decimal,3854348.7359,decimal,0.0,clp,10702.9593,decimal,0.0,clp,3009.0,integer,4267889357.0,clp,4092046808.0,clp,0.0,clp,1061.6701
+188-2019-12-21,real_asset_day,2019-12-21,0.00003260381768285237143726906401497988478836,decimal,133412.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.6355,clp,0.0,decimal,3854348.7359,decimal,0.0,clp,0.0,decimal,0.0,clp,3009.0,integer,4267889357.0,clp,4091913447.0,clp,0.0,clp,1061.6355
+188-2019-12-22,real_asset_day,2019-12-22,0.000032603902742439833375141013535119635572928,decimal,133408.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.6009,clp,0.0,decimal,3854348.7359,decimal,0.0,clp,0.0,decimal,0.0,clp,3009.0,integer,4267889357.0,clp,4091780087.0,clp,0.0,clp,1061.6009
+188-2019-12-23,real_asset_day,2019-12-23,0.000032603782516953988042210877680316612095507464769728,decimal,133505.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.3767,clp,42240.8743,decimal,3873461.0656,decimal,0.0,clp,23128.5446,decimal,0.0,clp,3022.0,integer,4304748455.0,clp,4115074784.0,clp,0.0,clp,1062.3767
+188-2019-12-24,real_asset_day,2019-12-24,0.000032603867116792456877722733867213912541967870081005,decimal,134095.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.8038,clp,35581.0056,decimal,3906836.5535,decimal,0.0,clp,2205.5177,decimal,0.0,clp,3036.0,integer,4303238320.0,clp,4148293898.0,clp,0.0,clp,1061.8038
+188-2019-12-25,real_asset_day,2019-12-25,0.000032603866392774871157636147615986454495823,decimal,135246.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.7691,clp,0.0,decimal,3906836.5535,decimal,0.0,clp,0.0,decimal,0.0,clp,3036.0,integer,4303238320.0,clp,4148158331.0,clp,0.0,clp,1061.7691
+188-2019-12-26,real_asset_day,2019-12-26,0.000032603808826666820678052232337911664833613358987077,decimal,135209.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.4805,clp,35199.0233,decimal,3852396.8164,decimal,0.0,clp,89638.7604,decimal,0.0,clp,3045.0,integer,4329324680.0,clp,4089244099.0,clp,0.0,clp,1061.4805
+188-2019-12-27,real_asset_day,2019-12-27,0.000032603876368589114849675907482613560044201668860616,decimal,133378.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.9008,clp,34354.2685,decimal,3879145.4186,decimal,0.0,clp,7605.6663,decimal,0.0,clp,3064.0,integer,4324177959.0,clp,4119267623.0,clp,0.0,clp,1061.9008
+188-2019-12-28,real_asset_day,2019-12-28,0.000032603702477074786559383113740158168050398,decimal,134299.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.8662,clp,0.0,decimal,3879145.4186,decimal,0.0,clp,0.0,decimal,0.0,clp,3064.0,integer,4324177959.0,clp,4119133405.0,clp,0.0,clp,1061.8662
+188-2019-12-29,real_asset_day,2019-12-29,0.00003260379377020833429220298952494136278278,decimal,134295.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.8316,clp,0.0,decimal,3879145.4186,decimal,0.0,clp,0.0,decimal,0.0,clp,3064.0,integer,4324177959.0,clp,4118999186.0,clp,0.0,clp,1061.8316
+188-2019-12-30,real_asset_day,2019-12-30,0.000032603703047162661879453660533102588023376990781449,decimal,134480.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.2973,clp,49722.4396,decimal,3922346.4917,decimal,0.0,clp,6521.3665,decimal,0.0,clp,3096.0,integer,4384596575.0,clp,4170620434.0,clp,0.0,clp,1063.2973
+188-2019-12-31,real_asset_day,2019-12-31,0.00003260388704843878098168966887874379541878,decimal,135974.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.2626,clp,0.0,decimal,3922346.4917,decimal,0.0,clp,0.0,decimal,0.0,clp,3096.0,integer,4384596575.0,clp,4170484329.0,clp,0.0,clp,1063.2626
+188-2020-01-01,real_asset_day,2020-01-01,0.000032603749115443254348787036752612818016747,decimal,135969.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.228,clp,0.0,decimal,3922346.4917,decimal,0.0,clp,0.0,decimal,0.0,clp,3096.0,integer,4384596575.0,clp,4170348616.0,clp,0.0,clp,1063.228
+188-2020-01-02,real_asset_day,2020-01-02,0.000032603797286656093619535902406579598794111654903041,decimal,136100.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.2508,clp,86695.9674,decimal,3987966.0728,decimal,0.0,clp,21076.3863,decimal,0.0,clp,3141.0,integer,4406199967.0,clp,4244196083.0,clp,0.0,clp,1064.2508
+188-2020-01-03,real_asset_day,2020-01-03,0.00003260388639234479729747397642571691324931246482325,decimal,138630.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.1944,clp,46850.7965,decimal,4010616.1636,decimal,0.0,clp,24200.7057,decimal,0.0,clp,3176.0,integer,4456250585.0,clp,4276096494.0,clp,0.0,clp,1066.1944
+188-2020-01-04,real_asset_day,2020-01-04,0.000032603696072078649389107211364155638681978,decimal,139412.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.1596,clp,0.0,decimal,4010616.1636,decimal,0.0,clp,0.0,decimal,0.0,clp,3176.0,integer,4456250585.0,clp,4275956925.0,clp,0.0,clp,1066.1596
+188-2020-01-05,real_asset_day,2020-01-05,0.000032603824818892433725107044475242792497623,decimal,139408.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.1248,clp,0.0,decimal,4010616.1636,decimal,0.0,clp,0.0,decimal,0.0,clp,3176.0,integer,4456250585.0,clp,4275817355.0,clp,0.0,clp,1066.1248
+188-2020-01-06,real_asset_day,2020-01-06,0.000032603883395686722621952682746841074652987139084312,decimal,139682.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.2183,clp,71251.7096,decimal,4035287.9326,decimal,0.0,clp,46579.9406,decimal,0.0,clp,3205.0,integer,4533879975.0,clp,4310568415.0,clp,0.0,clp,1068.2183
+188-2020-01-07,real_asset_day,2020-01-07,0.000032603718426019715533009614712542817590977341317866,decimal,140601.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.6777,clp,25614.7246,decimal,4050166.3096,decimal,0.0,clp,10736.3476,decimal,0.0,clp,3235.0,integer,4540986018.0,clp,4328322416.0,clp,0.0,clp,1068.6777
+188-2020-01-08,real_asset_day,2020-01-08,0.00003260375936834558281423025194712721155877804656898,decimal,141137.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.8096,clp,44283.7213,decimal,4083994.1065,decimal,0.0,clp,10455.9244,decimal,0.0,clp,3270.0,integer,4563240300.0,clp,4365012107.0,clp,0.0,clp,1068.8096
+188-2020-01-09,real_asset_day,2020-01-09,0.000032603862075981867925563513140739294220533519946007,decimal,142296.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.6575,clp,30712.5048,decimal,4095054.3122,decimal,0.0,clp,19652.2991,decimal,0.0,clp,3300.0,integer,4545812048.0,clp,4376210504.0,clp,0.0,clp,1068.6575
+188-2020-01-10,real_asset_day,2020-01-10,0.000032603752016636962377891820074615636453282010308691,decimal,142768.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.31,clp,31360.5089,decimal,4069596.4493,decimal,0.0,clp,56818.3718,decimal,0.0,clp,3320.0,integer,4570789310.0,clp,4351660179.0,clp,0.0,clp,1069.31
+188-2020-01-11,real_asset_day,2020-01-11,0.000032603790640344039327970169104348369667312,decimal,141876.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.2752,clp,0.0,decimal,4069596.4493,decimal,0.0,clp,0.0,decimal,0.0,clp,3320.0,integer,4570789310.0,clp,4351518557.0,clp,0.0,clp,1069.2752
+188-2020-01-12,real_asset_day,2020-01-12,0.000032603705766921395683917703018873295719538,decimal,141871.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.2403,clp,0.0,decimal,4069596.4493,decimal,0.0,clp,0.0,decimal,0.0,clp,3320.0,integer,4570789310.0,clp,4351376528.0,clp,0.0,clp,1069.2403
+188-2020-01-13,real_asset_day,2020-01-13,0.000032603754691537262027583621153218216747290710171441,decimal,141912.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.5477,clp,67414.7782,decimal,4132693.3572,decimal,0.0,clp,4317.8703,decimal,0.0,clp,3348.0,integer,4633170320.0,clp,4420112675.0,clp,0.0,clp,1069.5477
+188-2020-01-14,real_asset_day,2020-01-14,0.000032603789154117693800131039556815044979542748862207,decimal,144118.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.5891,clp,55244.6057,decimal,4173212.0229,decimal,0.0,clp,14725.94,decimal,0.0,clp,3376.0,integer,4671594842.0,clp,4463622092.0,clp,0.0,clp,1069.5891
+188-2020-01-15,real_asset_day,2020-01-15,0.000032603886330791532491176164532474349614443798421653,decimal,145552.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.7403,clp,35226.1611,decimal,4198788.2858,decimal,0.0,clp,9649.8982,decimal,0.0,clp,3402.0,integer,4649385644.0,clp,4491613040.0,clp,0.0,clp,1069.7403
+188-2020-01-16,real_asset_day,2020-01-16,0.00003260373775385477929560788539641278178316867958603,decimal,146574.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.6945,clp,27116.4578,decimal,4222527.8801,decimal,0.0,clp,3376.8635,decimal,0.0,clp,3427.0,integer,4678103109.0,clp,4521037377.0,clp,0.0,clp,1070.6945
+188-2020-01-17,real_asset_day,2020-01-17,0.000032603811994334051612513195916972264000831322433863,decimal,147522.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.5585,clp,31512.0343,decimal,4213568.1473,decimal,0.0,clp,40471.7671,decimal,0.0,clp,3448.0,integer,4700303235.0,clp,4515084764.0,clp,0.0,clp,1071.5585
+188-2020-01-18,real_asset_day,2020-01-18,0.000032603772068430153380787173695027566615089,decimal,147204.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.5236,clp,0.0,decimal,4213568.1473,decimal,0.0,clp,0.0,decimal,0.0,clp,3448.0,integer,4700303235.0,clp,4514937710.0,clp,0.0,clp,1071.5236
+188-2020-01-19,real_asset_day,2020-01-19,0.000032603729594980839680140754091978317570717,decimal,147199.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.4886,clp,0.0,decimal,4213568.1473,decimal,0.0,clp,0.0,decimal,0.0,clp,3448.0,integer,4700303235.0,clp,4514790235.0,clp,0.0,clp,1071.4886
+188-2020-01-20,real_asset_day,2020-01-20,0.000032603733455951922778915608547706249175219281688569,decimal,147313.0,clp,0.0,integer,0.0,clp,0.0,clp,1072.3183,clp,65238.4065,decimal,4255158.794,decimal,0.0,clp,23647.7598,decimal,0.0,clp,3487.0,integer,4764023904.0,clp,4562884644.0,clp,0.0,clp,1072.3183
+188-2020-01-21,real_asset_day,2020-01-21,0.000032603862330471977764335166179272310625871957125939,decimal,148939.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.5533,clp,33613.3903,decimal,4281809.8081,decimal,0.0,clp,6962.3762,decimal,0.0,clp,3506.0,integer,5084569534.0,clp,4596751049.0,clp,0.0,clp,1073.5533
+188-2020-01-22,real_asset_day,2020-01-22,0.000032603713213450566610650598654307082971203220122307,decimal,149920.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.9032,clp,51993.4213,decimal,4325239.5556,decimal,0.0,clp,8563.6738,decimal,0.0,clp,3533.0,integer,4957912939.0,clp,4644888600.0,clp,0.0,clp,1073.9032
+188-2020-01-23,real_asset_day,2020-01-23,0.000032603870575142289234286460067184951263803371245557,decimal,151514.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.4184,clp,29604.9297,decimal,4338044.7917,decimal,0.0,clp,16799.6936,decimal,0.0,clp,3578.0,integer,5170304001.0,clp,4660875144.0,clp,0.0,clp,1074.4184
+188-2020-01-24,real_asset_day,2020-01-24,0.000032603818832342839298885886149804876129084167790283,decimal,151978.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.5292,clp,37618.1897,decimal,4359995.6633,decimal,0.0,clp,15667.3181,decimal,0.0,clp,3618.0,integer,5029154800.0,clp,4684942652.0,clp,0.0,clp,1074.5292
+188-2020-01-25,real_asset_day,2020-01-25,0.000032603812021427602139732884858750933501898,decimal,152742.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.4941,clp,0.0,decimal,4359995.6633,decimal,0.0,clp,0.0,decimal,0.0,clp,3618.0,integer,5029154800.0,clp,4684789616.0,clp,0.0,clp,1074.4941
+188-2020-01-26,real_asset_day,2020-01-26,0.000032603806757778477153201916295492978276036,decimal,152737.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.4591,clp,0.0,decimal,4359995.6633,decimal,0.0,clp,0.0,decimal,0.0,clp,3618.0,integer,5029154800.0,clp,4684637016.0,clp,0.0,clp,1074.4591
+188-2020-01-27,real_asset_day,2020-01-27,0.000032603835246709403974975186247711264725553647003193,decimal,152937.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.8651,clp,100271.4514,decimal,4445023.0703,decimal,0.0,clp,15244.0444,decimal,0.0,clp,3652.0,integer,4960358615.0,clp,4782245190.0,clp,0.0,clp,1075.8651
+188-2020-01-28,real_asset_day,2020-01-28,0.000032514628429369026782768538818069552113964763003474,decimal,155702.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.3117,clp,42696.345,decimal,4465496.1627,decimal,0.0,clp,22223.2526,decimal,0.0,clp,3708.0,integer,4995075754.0,clp,4810731262.0,clp,0.0,clp,1077.3117
+188-2020-01-29,real_asset_day,2020-01-29,0.000032514721435893993986595647711548842831419447096776,decimal,156463.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.6107,clp,36066.3693,decimal,4496804.9384,decimal,0.0,clp,4757.5936,decimal,0.0,clp,3748.0,integer,5018757873.0,clp,4845805117.0,clp,0.0,clp,1077.6107
+188-2020-01-30,real_asset_day,2020-01-30,0.000032514690245651989354929700717787918229823505336072,decimal,157735.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.8086,clp,56296.3771,decimal,4534959.4164,decimal,0.0,clp,18141.8991,decimal,0.0,clp,3806.0,integer,5062463432.0,clp,4892353219.0,clp,0.0,clp,1078.8086
+188-2020-01-31,real_asset_day,2020-01-31,0.000032514742377660449098417376619721094928762106994952,decimal,159040.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.5807,clp,71567.6701,decimal,4599801.5547,decimal,0.0,clp,6725.5318,decimal,0.0,clp,3876.0,integer,5115080151.0,clp,4961257181.0,clp,0.0,clp,1078.5807
+188-2020-02-01,real_asset_day,2020-02-01,0.000032514792869161100775276150849552806693997,decimal,161309.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.5456,clp,0.0,decimal,4599801.5547,decimal,0.0,clp,0.0,decimal,0.0,clp,3876.0,integer,5115080151.0,clp,4961095728.0,clp,0.0,clp,1078.5456
+188-2020-02-02,real_asset_day,2020-02-02,0.000032514638594615577017866170335740165708913,decimal,161303.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.5106,clp,0.0,decimal,4599801.5547,decimal,0.0,clp,0.0,decimal,0.0,clp,3876.0,integer,5115080151.0,clp,4960934735.0,clp,0.0,clp,1078.5106
+188-2020-02-03,real_asset_day,2020-02-03,0.000032514689044261227016226395454423819208909645592838,decimal,161196.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.7935,clp,106023.5484,decimal,4666106.8643,decimal,0.0,clp,39718.2388,decimal,0.0,clp,3974.0,integer,5221469134.0,clp,5029099649.0,clp,0.0,clp,1077.7935
+188-2020-02-04,real_asset_day,2020-02-04,0.000032514773125570248662363950326659659619116083291273,decimal,163449.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.3253,clp,323892.3794,decimal,4968012.4419,decimal,0.0,clp,21986.8018,decimal,0.0,clp,3996.0,integer,6551020366.0,clp,5352165494.0,clp,0.0,clp,1077.3253
+188-2020-02-05,real_asset_day,2020-02-05,0.000032514693454119165631444095580635024696367620314461,decimal,173839.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.1799,clp,89946.2351,decimal,5045174.8088,decimal,0.0,clp,12783.8682,decimal,0.0,clp,4038.0,integer,6130215067.0,clp,5429515721.0,clp,0.0,clp,1076.1799
+188-2020-02-06,real_asset_day,2020-02-06,0.000032514629422222636638542821936697970626606290180767,decimal,176809.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.8277,clp,34136.4866,decimal,5051731.3094,decimal,0.0,clp,27579.986,decimal,0.0,clp,4064.0,integer,5635599886.0,clp,5444895938.0,clp,0.0,clp,1077.8277
+188-2020-02-07,real_asset_day,2020-02-07,0.000032514792585256757848252114783638558261581865410605,decimal,177363.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.7962,clp,34059.9136,decimal,5069517.6879,decimal,0.0,clp,16273.5351,decimal,0.0,clp,4099.0,integer,5659077315.0,clp,5474045935.0,clp,0.0,clp,1079.7962
+188-2020-02-08,real_asset_day,2020-02-08,0.000032514667902582477237834815561715057397909,decimal,177981.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.7611,clp,0.0,decimal,5069517.6879,decimal,0.0,clp,0.0,decimal,0.0,clp,4099.0,integer,5659077315.0,clp,5473867995.0,clp,0.0,clp,1079.7611
+188-2020-02-09,real_asset_day,2020-02-09,0.000032514628744356260413067907989174589827958,decimal,177975.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.726,clp,0.0,decimal,5069517.6879,decimal,0.0,clp,0.0,decimal,0.0,clp,4099.0,integer,5659077315.0,clp,5473690055.0,clp,0.0,clp,1079.726
+188-2020-02-10,real_asset_day,2020-02-10,0.000032514657266487470009938944201428574707360101185947,decimal,178809.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.7847,clp,65253.8886,decimal,5118728.9425,decimal,0.0,clp,16042.634,decimal,0.0,clp,4137.0,integer,5742542927.0,clp,5552718840.0,clp,0.0,clp,1084.7847
+188-2020-02-11,real_asset_day,2020-02-11,0.000032514671230502893879464902777993167397784716915289,decimal,180362.0,clp,0.0,integer,0.0,clp,0.0,clp,1083.6862,clp,48545.4936,decimal,5112787.8516,decimal,0.0,clp,54486.5845,decimal,0.0,clp,4166.0,integer,5759921043.0,clp,5540657638.0,clp,0.0,clp,1083.6862
+188-2020-02-12,real_asset_day,2020-02-12,0.000032514706958120439399871426411107860859307334699967,decimal,180098.0,clp,0.0,integer,0.0,clp,0.0,clp,1083.3562,clp,34633.7288,decimal,5119815.791,decimal,0.0,clp,27605.7894,decimal,0.0,clp,4193.0,integer,5778334735.0,clp,5546584180.0,clp,0.0,clp,1083.3562
+188-2020-02-13,real_asset_day,2020-02-13,0.00003251464758473148014782975156344090520426608474262,decimal,180595.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.8566,clp,46961.2495,decimal,5165055.1071,decimal,0.0,clp,1721.9334,decimal,0.0,clp,4227.0,integer,5820008434.0,clp,5603344122.0,clp,0.0,clp,1084.8566
+188-2020-02-14,real_asset_day,2020-02-14,0.000032514663115488100948540570263590604098903709513201,decimal,182088.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.2442,clp,36237.242,decimal,5188315.2979,decimal,0.0,clp,12977.0512,decimal,0.0,clp,4252.0,integer,5797210071.0,clp,5625400770.0,clp,0.0,clp,1084.2442
+188-2020-02-15,real_asset_day,2020-02-15,0.000032514653172648402117232789967250088373559,decimal,182902.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.2089,clp,0.0,decimal,5188315.2979,decimal,0.0,clp,0.0,decimal,0.0,clp,4252.0,integer,5797210071.0,clp,5625217622.0,clp,0.0,clp,1084.2089
+188-2020-02-16,real_asset_day,2020-02-16,0.000032514642171578042661253894176441081563952,decimal,182896.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.1737,clp,0.0,decimal,5188315.2979,decimal,0.0,clp,0.0,decimal,0.0,clp,4252.0,integer,5797210071.0,clp,5625034993.0,clp,0.0,clp,1084.1737
+188-2020-02-17,real_asset_day,2020-02-17,0.000032514746453730853298734375914065177928995356331134,decimal,182870.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.0161,clp,71696.5603,decimal,5222051.3263,decimal,0.0,clp,37960.5319,decimal,0.0,clp,4288.0,integer,5844377215.0,clp,5660787713.0,clp,0.0,clp,1084.0161
+188-2020-02-18,real_asset_day,2020-02-18,0.000032514732867870075561933583091710345359617836471757,decimal,184297.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.4178,clp,41337.1451,decimal,5239411.7195,decimal,0.0,clp,23976.7519,decimal,0.0,clp,4315.0,integer,5895046964.0,clp,5686950742.0,clp,0.0,clp,1085.4178
+188-2020-02-19,real_asset_day,2020-02-19,,,185008.0,clp,,,0.0,clp,,,1085.9964,clp,34956.0048,decimal,5252559.4963,decimal,0.0,clp,21808.228,decimal,0.0,clp,,,,,5704260704.0,clp,0.0,clp,1085.9964
+188-2020-02-20,real_asset_day,2020-02-20,0.000032514710332739648042064207333315770609509998099115,decimal,185359.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.3325,clp,47826.4006,decimal,5234703.935,decimal,0.0,clp,65681.9619,decimal,0.0,clp,4358.0,integer,5929632653.0,clp,5681394309.0,clp,0.0,clp,1085.3325
+188-2020-02-21,real_asset_day,2020-02-21,0.00003251468601367225216510604337414200274897245171913,decimal,184072.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.4739,clp,37232.8646,decimal,5248427.0428,decimal,0.0,clp,23509.7568,decimal,0.0,clp,4385.0,integer,5923451314.0,clp,5676036863.0,clp,0.0,clp,1081.4739
+188-2020-02-22,real_asset_day,2020-02-22,0.000032514765389100646755081648164956647307773,decimal,184549.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.4387,clp,0.0,decimal,5248427.0428,decimal,0.0,clp,0.0,decimal,0.0,clp,4385.0,integer,5923451314.0,clp,5675852118.0,clp,0.0,clp,1081.4387
+188-2020-02-23,real_asset_day,2020-02-23,0.00003251476360430276887916672111106667150524,decimal,184543.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.4036,clp,0.0,decimal,5248427.0428,decimal,0.0,clp,0.0,decimal,0.0,clp,4385.0,integer,5923451314.0,clp,5675667898.0,clp,0.0,clp,1081.4036
+188-2020-02-24,real_asset_day,2020-02-24,0.000032514636714362077681260166537292565582918335049603,decimal,183241.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.7782,clp,101494.5165,decimal,5255979.8129,decimal,0.0,clp,93941.7464,decimal,0.0,clp,4416.0,integer,5964230593.0,clp,5643756543.0,clp,0.0,clp,1073.7782
+188-2020-02-25,real_asset_day,2020-02-25,0.000032514723996832748853698828435030935073675864921582,decimal,182893.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.196,clp,62992.28,decimal,5262740.0518,decimal,0.0,clp,56232.0411,decimal,0.0,clp,4429.0,integer,5941403337.0,clp,5632163352.0,clp,0.0,clp,1070.196
+188-2020-02-26,real_asset_day,2020-02-26,0.000032514661103029006278495055006539435313838725964545,decimal,183433.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.9791,clp,84016.9567,decimal,5272346.3833,decimal,0.0,clp,74410.6252,decimal,0.0,clp,4420.0,integer,6015809450.0,clp,5651845131.0,clp,0.0,clp,1071.9791
+188-2020-02-27,real_asset_day,2020-02-27,0.000032514739251168739462438818601843939138524439910649,decimal,182837.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.5467,clp,41499.6139,decimal,5232617.4998,decimal,0.0,clp,81228.4974,decimal,0.0,clp,4442.0,integer,5930226602.0,clp,5580830927.0,clp,0.0,clp,1066.5467
+188-2020-02-28,real_asset_day,2020-02-28,0.000032514631069538789784877919411250794742279559030707,decimal,181352.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.9198,clp,89012.7573,decimal,5239606.5781,decimal,0.0,clp,82023.679,decimal,0.0,clp,4461.0,integer,6458077718.0,clp,5585000396.0,clp,0.0,clp,1065.9198
+188-2020-02-29,real_asset_day,2020-02-29,0.000032514750538191335026239851684506798362988,decimal,181589.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.8852,clp,0.0,decimal,5239606.5781,decimal,0.0,clp,0.0,decimal,0.0,clp,4461.0,integer,6458077718.0,clp,5584819105.0,clp,0.0,clp,1065.8852
+188-2020-03-01,real_asset_day,2020-03-01,0.000032514734715651562983484006535456843154186,decimal,181583.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.8505,clp,0.0,decimal,5239606.5781,decimal,0.0,clp,0.0,decimal,0.0,clp,4461.0,integer,6458077718.0,clp,5584637291.0,clp,0.0,clp,1065.8505
+188-2020-03-02,real_asset_day,2020-03-02,0.000032514694756207796413933552659714793009371384619323,decimal,181987.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.2232,clp,160468.8336,decimal,5340982.5943,decimal,0.0,clp,59092.8174,decimal,0.0,clp,4514.0,integer,6563959018.0,clp,5705361518.0,clp,0.0,clp,1068.2232
+188-2020-03-03,real_asset_day,2020-03-03,0.000032514648414822801951740256830524036052601692391338,decimal,184718.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.6751,clp,72555.9472,decimal,5384352.7487,decimal,0.0,clp,29185.7928,decimal,0.0,clp,4536.0,integer,6527186912.0,clp,5727201948.0,clp,0.0,clp,1063.6751
+188-2020-03-04,real_asset_day,2020-03-04,0.000032514658346609570732081596483376375213540819230126,decimal,187276.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.7183,clp,115593.8956,decimal,5458991.1068,decimal,0.0,clp,40955.5375,decimal,0.0,clp,4576.0,integer,6599496070.0,clp,5839582686.0,clp,0.0,clp,1069.7183
+188-2020-03-05,real_asset_day,2020-03-05,0.000032514796825851937254806536252212237597404155089215,decimal,190544.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.4995,clp,52536.8503,decimal,5476943.6414,decimal,0.0,clp,34584.3157,decimal,0.0,clp,4596.0,integer,6615742473.0,clp,5879496261.0,clp,0.0,clp,1073.4995
+188-2020-03-06,real_asset_day,2020-03-06,0.000032514796472848357538295084402615050343254755238531,decimal,191534.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.54,clp,61461.8504,decimal,5519171.6998,decimal,0.0,clp,19233.792,decimal,0.0,clp,4630.0,integer,6663357976.0,clp,5936089930.0,clp,0.0,clp,1075.54
+188-2020-03-07,real_asset_day,2020-03-07,0.000032514713427123840619957786867448724973403,decimal,193004.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.5051,clp,0.0,decimal,5519171.6998,decimal,0.0,clp,0.0,decimal,0.0,clp,4630.0,integer,6663357976.0,clp,5935897311.0,clp,0.0,clp,1075.5051
+188-2020-03-08,real_asset_day,2020-03-08,0.000032514760750861817718563041452399613704467,decimal,192998.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.4701,clp,0.0,decimal,5519171.6998,decimal,0.0,clp,0.0,decimal,0.0,clp,4630.0,integer,6663357976.0,clp,5935704140.0,clp,0.0,clp,1075.4701
+188-2020-03-09,real_asset_day,2020-03-09,0.000032514673900762428197080531925866357269102893586634,decimal,192830.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.5368,clp,49461.3047,decimal,5543188.0676,decimal,0.0,clp,25444.9369,decimal,0.0,clp,4641.0,integer,6667613222.0,clp,5956359568.0,clp,0.0,clp,1074.5368
+188-2020-03-10,real_asset_day,2020-03-10,0.00003251470679122310386411729709690527427562255310728,decimal,194685.0,clp,0.0,integer,0.0,clp,0.0,clp,1080.1723,clp,25094.6333,decimal,5510728.9114,decimal,0.0,clp,57553.7895,decimal,0.0,clp,4648.0,integer,6693406822.0,clp,5952536723.0,clp,0.0,clp,1080.1723
+188-2020-03-11,real_asset_day,2020-03-11,0.000032514796562930750297345270078067445510052639632814,decimal,192646.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.1521,clp,30590.7042,decimal,5518255.8586,decimal,0.0,clp,23063.757,decimal,0.0,clp,4653.0,integer,6670026837.0,clp,5932964375.0,clp,0.0,clp,1075.1521
+188-2020-03-12,real_asset_day,2020-03-12,0.000032514756348222035035742812802768242834011901515173,decimal,191719.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.5204,clp,27321.1686,decimal,5494471.5661,decimal,0.0,clp,51105.4611,decimal,0.0,clp,4657.0,integer,6632868713.0,clp,5870954956.0,clp,0.0,clp,1068.5204
+188-2020-03-13,real_asset_day,2020-03-13,0.000032514794585114869602657785266588439912074435085028,decimal,190969.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.9464,clp,16915.5009,decimal,5405194.8298,decimal,0.0,clp,106192.2372,decimal,0.0,clp,4647.0,integer,6591600756.0,clp,5777863555.0,clp,0.0,clp,1068.9464
+188-2020-03-14,real_asset_day,2020-03-14,0.000032514803563766611589607944359920436202986,decimal,187860.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.9117,clp,0.0,decimal,5405194.8298,decimal,0.0,clp,0.0,decimal,0.0,clp,4647.0,integer,6591600756.0,clp,5777675994.0,clp,0.0,clp,1068.9117
+188-2020-03-15,real_asset_day,2020-03-15,0.000032514650562070048363479963355852252003005,decimal,187853.0,clp,0.0,integer,0.0,clp,0.0,clp,1068.8769,clp,0.0,decimal,5405194.8298,decimal,0.0,clp,0.0,decimal,0.0,clp,4647.0,integer,6591600756.0,clp,5777487894.0,clp,0.0,clp,1068.8769
+188-2020-03-16,real_asset_day,2020-03-16,0.000032514801431143699665602053118505675670893368873786,decimal,186406.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.6386,clp,59938.9613,decimal,5290890.055,decimal,0.0,clp,174243.7361,decimal,0.0,clp,4598.0,integer,6581296745.0,clp,5611722221.0,clp,0.0,clp,1060.6386
+188-2020-03-17,real_asset_day,2020-03-17,0.000032514711262149244195797267014493654313749033784457,decimal,183594.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.2099,clp,46604.1515,decimal,5244285.757,decimal,0.0,clp,93208.4495,decimal,0.0,clp,4564.0,integer,7245367001.0,clp,5596753678.0,clp,0.0,clp,1067.2099
+188-2020-03-18,real_asset_day,2020-03-18,0.000032514687121906783827380467216738700475241034030561,decimal,181094.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.0333,clp,33029.3101,decimal,5109263.2467,decimal,0.0,clp,168051.8204,decimal,0.0,clp,4522.0,integer,6824894397.0,clp,5426207706.0,clp,0.0,clp,1062.0333
+188-2020-03-19,real_asset_day,2020-03-19,0.000032514734784943044198543281635721718243868131299633,decimal,175234.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.8237,clp,51959.1241,decimal,5011073.1274,decimal,0.0,clp,150149.2434,decimal,0.0,clp,4439.0,integer,6336686717.0,clp,5285798697.0,clp,0.0,clp,1054.8237
+188-2020-03-20,real_asset_day,2020-03-20,0.000032514648956888395479390010730343944267961106514575,decimal,170151.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.2986,clp,20976.1211,decimal,4974094.4858,decimal,0.0,clp,57954.7627,decimal,0.0,clp,4423.0,integer,6200472503.0,clp,5194439908.0,clp,0.0,clp,1044.2986
+188-2020-03-21,real_asset_day,2020-03-21,0.000032514669885455600185498915851766541391995,decimal,168890.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.2646,clp,0.0,decimal,4974094.4858,decimal,0.0,clp,0.0,decimal,0.0,clp,4423.0,integer,6200472503.0,clp,5194270789.0,clp,0.0,clp,1044.2646
+188-2020-03-22,real_asset_day,2020-03-22,0.000032514762815600196106038589594804941771952,decimal,168885.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.2307,clp,0.0,decimal,4974094.4858,decimal,0.0,clp,0.0,decimal,0.0,clp,4423.0,integer,6200472503.0,clp,5194102167.0,clp,0.0,clp,1044.2307
+188-2020-03-23,real_asset_day,2020-03-23,0.000032514812028106702409040903843139144044978286182658,decimal,169223.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.319,clp,9651.1724,decimal,4888108.8984,decimal,0.0,clp,95636.7598,decimal,0.0,clp,4369.0,integer,6043879728.0,clp,5114521214.0,clp,0.0,clp,1046.319
+188-2020-03-24,real_asset_day,2020-03-24,0.000032514631242374029316352168968899033485692093576235,decimal,166585.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.1325,clp,38655.824,decimal,4783423.1597,decimal,0.0,clp,143341.5627,decimal,0.0,clp,4343.0,integer,5936085193.0,clp,5013661275.0,clp,0.0,clp,1048.1325
+188-2020-03-25,real_asset_day,2020-03-25,0.000032514678831592756123873446808912782973982651821255,decimal,162928.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.5565,clp,15059.0771,decimal,4724919.4912,decimal,0.0,clp,73562.7456,decimal,0.0,clp,4322.0,integer,5888557866.0,clp,4949620125.0,clp,0.0,clp,1047.5565
+188-2020-03-26,real_asset_day,2020-03-26,0.000032514784696783120153064732436297573051783814626122,decimal,161658.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.2572,clp,40540.6067,decimal,4714479.7274,decimal,0.0,clp,50980.3705,decimal,0.0,clp,4319.0,integer,5856365872.0,clp,4960845237.0,clp,0.0,clp,1052.2572
+188-2020-03-27,real_asset_day,2020-03-27,0.000032514676892158517699318040175816247147426176526924,decimal,161068.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.7419,clp,44501.4079,decimal,4738216.9026,decimal,0.0,clp,20764.2327,decimal,0.0,clp,4330.0,integer,5745043972.0,clp,4978643031.0,clp,0.0,clp,1050.7419
+188-2020-03-28,real_asset_day,2020-03-28,0.000032514737029273746845349002943987141279398,decimal,161874.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.7077,clp,0.0,decimal,4738216.9026,decimal,0.0,clp,0.0,decimal,0.0,clp,4330.0,integer,5745043972.0,clp,4978480984.0,clp,0.0,clp,1050.7077
+188-2020-03-29,real_asset_day,2020-03-29,0.000032514791046622732680897338819897307836949,decimal,161869.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.6735,clp,0.0,decimal,4738216.9026,decimal,0.0,clp,0.0,decimal,0.0,clp,4330.0,integer,5745043972.0,clp,4978318937.0,clp,0.0,clp,1050.6735
+188-2020-03-30,real_asset_day,2020-03-30,0.000032514766495129189040850148294965499807886885432615,decimal,163120.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.7944,clp,33252.7882,decimal,4742015.0521,decimal,0.0,clp,29454.6387,decimal,0.0,clp,4336.0,integer,5746351188.0,clp,5020818982.0,clp,0.0,clp,1058.7944
+188-2020-03-31,real_asset_day,2020-03-31,0.000032514697361473825858541134015127097782232922304844,decimal,163225.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6296,clp,52176.9333,decimal,4775067.9676,decimal,0.0,clp,19124.0178,decimal,0.0,clp,4351.0,integer,5747486662.0,clp,5055028293.0,clp,0.0,clp,1058.6296
+188-2020-04-01,real_asset_day,2020-04-01,0.000032514755934242149347981586900272904715539962328177,decimal,164328.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.4041,clp,45341.3567,decimal,4792303.2631,decimal,0.0,clp,28106.0612,decimal,0.0,clp,4366.0,integer,5772992825.0,clp,5072193422.0,clp,0.0,clp,1058.4041
+188-2020-04-02,real_asset_day,2020-04-02,0.000032514736545564645012098007741941443540527766651884,decimal,166231.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.811,clp,24148.8585,decimal,4792601.1338,decimal,0.0,clp,23850.9878,decimal,0.0,clp,4376.0,integer,5813895884.0,clp,5112799608.0,clp,0.0,clp,1066.811
+188-2020-04-03,real_asset_day,2020-04-03,0.000032514699243138799175105318075170510762544819162695,decimal,166398.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.8176,clp,26881.0842,decimal,4808265.4335,decimal,0.0,clp,11216.7845,decimal,0.0,clp,4386.0,integer,5827995512.0,clp,5134350455.0,clp,0.0,clp,1067.8176
+188-2020-04-04,real_asset_day,2020-04-04,0.000032514809113442440581793380891922052022585,decimal,166937.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.7829,clp,0.0,decimal,4808265.4335,decimal,0.0,clp,0.0,decimal,0.0,clp,4386.0,integer,5827995512.0,clp,5134183609.0,clp,0.0,clp,1067.7829
+188-2020-04-05,real_asset_day,2020-04-05,0.000032514697115046154576618034033602167658836,decimal,166931.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.7482,clp,0.0,decimal,4808265.4335,decimal,0.0,clp,0.0,decimal,0.0,clp,4386.0,integer,5827995512.0,clp,5134016762.0,clp,0.0,clp,1067.7482
+188-2020-04-06,real_asset_day,2020-04-06,0.000032514743189405758278459184421633415519641246231646,decimal,168019.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.7059,clp,54125.6447,decimal,4850666.6006,decimal,0.0,clp,11724.4776,decimal,0.0,clp,4419.0,integer,5894612433.0,clp,5213040015.0,clp,0.0,clp,1074.7059
+188-2020-04-07,real_asset_day,2020-04-07,0.000032514786112648145636940568778797980938538442520795,decimal,168985.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.435,clp,123186.1102,decimal,4962007.3378,decimal,0.0,clp,11845.373,decimal,0.0,clp,4438.0,integer,6103171836.0,clp,5316468332.0,clp,0.0,clp,1071.435
+188-2020-04-08,real_asset_day,2020-04-08,0.000032514698635481383813552568607795076805946400017365,decimal,173969.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.2879,clp,33159.6486,decimal,4978840.6163,decimal,0.0,clp,16326.3701,decimal,0.0,clp,4456.0,integer,6165933333.0,clp,5368623593.0,clp,0.0,clp,1078.2879
+188-2020-04-09,real_asset_day,2020-04-09,0.000032514631015434992394930334191599796329129865039498,decimal,174574.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.3817,clp,39907.1195,decimal,4912274.1401,decimal,0.0,clp,106473.5957,decimal,0.0,clp,4474.0,integer,6191421621.0,clp,5297306538.0,clp,0.0,clp,1078.3817
+188-2020-04-10,real_asset_day,2020-04-10,0.000032514751598840819004318972579262712294283,decimal,172235.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.3466,clp,0.0,decimal,4912274.1401,decimal,0.0,clp,0.0,decimal,0.0,clp,4474.0,integer,6191421621.0,clp,5297134117.0,clp,0.0,clp,1078.3466
+188-2020-04-11,real_asset_day,2020-04-11,0.000032514674239166005539928539886341359701622,decimal,172229.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.3116,clp,0.0,decimal,4912274.1401,decimal,0.0,clp,0.0,decimal,0.0,clp,4474.0,integer,6191421621.0,clp,5296962188.0,clp,0.0,clp,1078.3116
+188-2020-04-12,real_asset_day,2020-04-12,0.000032514788688233017423438169091297445862929,decimal,172224.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.2765,clp,0.0,decimal,4912274.1401,decimal,0.0,clp,0.0,decimal,0.0,clp,4474.0,integer,6191421621.0,clp,5296789767.0,clp,0.0,clp,1078.2765
+188-2020-04-13,real_asset_day,2020-04-13,0.000032514714015984672571534739940357315554834027346659,decimal,173129.0,clp,0.0,integer,0.0,clp,0.0,clp,1083.9451,clp,108984.0111,decimal,4997512.1665,decimal,0.0,clp,23745.9847,decimal,0.0,clp,4528.0,integer,6329635792.0,clp,5417028825.0,clp,0.0,clp,1083.9451
+188-2020-04-14,real_asset_day,2020-04-14,0.000032514723981409602831674089280609079439333705563853,decimal,176961.0,clp,0.0,integer,0.0,clp,0.0,clp,1089.0395,clp,38082.9616,decimal,5031923.1544,decimal,0.0,clp,3671.9737,decimal,0.0,clp,4553.0,integer,6382970978.0,clp,5479963076.0,clp,0.0,clp,1089.0395
+188-2020-04-15,real_asset_day,2020-04-15,0.000032514766450488554013044443211455635807532471095333,decimal,178819.0,clp,0.0,integer,0.0,clp,0.0,clp,1092.9468,clp,63318.1368,decimal,5051563.1297,decimal,0.0,clp,43678.1615,decimal,0.0,clp,4578.0,integer,6360442666.0,clp,5521089758.0,clp,0.0,clp,1092.9468
+188-2020-04-16,real_asset_day,2020-04-16,0.000032514675118441163017388373515646777184586317047282,decimal,179040.0,clp,0.0,integer,0.0,clp,0.0,clp,1090.0461,clp,53852.8632,decimal,5032958.8203,decimal,0.0,clp,72457.1726,decimal,0.0,clp,4615.0,integer,6377130404.0,clp,5486157134.0,clp,0.0,clp,1090.0461
+188-2020-04-17,real_asset_day,2020-04-17,0.00003251476290132552874800186537861675013903014108975,decimal,178344.0,clp,0.0,integer,0.0,clp,0.0,clp,1089.8194,clp,55962.8085,decimal,5065478.1272,decimal,0.0,clp,23443.5016,decimal,0.0,clp,4645.0,integer,6433043542.0,clp,5520456333.0,clp,0.0,clp,1089.8194
+188-2020-04-18,real_asset_day,2020-04-18,0.000032514672635499977712622090215883849082526,decimal,179490.0,clp,0.0,integer,0.0,clp,0.0,clp,1089.784,clp,0.0,decimal,5065478.1272,decimal,0.0,clp,0.0,decimal,0.0,clp,4645.0,integer,6433043542.0,clp,5520277015.0,clp,0.0,clp,1089.784
+188-2020-04-19,real_asset_day,2020-04-19,0.000032514644903831005753753584589739155554662,decimal,179484.0,clp,0.0,integer,0.0,clp,0.0,clp,1089.7485,clp,0.0,decimal,5065478.1272,decimal,0.0,clp,0.0,decimal,0.0,clp,4645.0,integer,6433043542.0,clp,5520097191.0,clp,0.0,clp,1089.7485
+188-2020-04-20,real_asset_day,2020-04-20,0.000032514674347215300533664108573446099377317888672794,decimal,179713.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.1379,clp,75177.0486,decimal,5130028.0451,decimal,0.0,clp,10627.1307,decimal,0.0,clp,4705.0,integer,6475961703.0,clp,5597568028.0,clp,0.0,clp,1091.1379
+188-2020-04-21,real_asset_day,2020-04-21,0.000032514736659226092090885115393841804861964096553888,decimal,181735.0,clp,0.0,integer,0.0,clp,0.0,clp,1089.5285,clp,62038.7782,decimal,5176491.1174,decimal,0.0,clp,15575.7059,decimal,0.0,clp,4736.0,integer,6455485079.0,clp,5639934602.0,clp,0.0,clp,1089.5285
+188-2020-04-22,real_asset_day,2020-04-22,0.00003251472163217328738380751328126363059555757361649,decimal,183476.0,clp,0.0,integer,0.0,clp,0.0,clp,1090.0935,clp,60679.4644,decimal,5231474.3679,decimal,0.0,clp,5696.2139,decimal,0.0,clp,4763.0,integer,6499611672.0,clp,5702796204.0,clp,0.0,clp,1090.0935
+188-2020-04-23,real_asset_day,2020-04-23,0.000032514650242003930566211677758779684526367080479026,decimal,185486.0,clp,0.0,integer,0.0,clp,0.0,clp,1090.4555,clp,165812.6902,decimal,5356002.9321,decimal,0.0,clp,41284.126,decimal,0.0,clp,4795.0,integer,6671327576.0,clp,5840482855.0,clp,0.0,clp,1090.4555
+188-2020-04-24,real_asset_day,2020-04-24,0.000032514657084274257294020107191624745732977531144294,decimal,190363.0,clp,0.0,integer,0.0,clp,0.0,clp,1093.1067,clp,68403.9247,decimal,5414207.6701,decimal,0.0,clp,10199.1867,decimal,0.0,clp,4819.0,integer,6745406870.0,clp,5918306679.0,clp,0.0,clp,1093.1067
+188-2020-04-25,real_asset_day,2020-04-25,0.000032514747866549168094623583637252978280722,decimal,192426.0,clp,0.0,integer,0.0,clp,0.0,clp,1093.0712,clp,0.0,decimal,5414207.6701,decimal,0.0,clp,0.0,decimal,0.0,clp,4819.0,integer,6745406870.0,clp,5918114475.0,clp,0.0,clp,1093.0712
+188-2020-04-26,real_asset_day,2020-04-26,0.000032514792998540518547638939210444565851067,decimal,192420.0,clp,0.0,integer,0.0,clp,0.0,clp,1093.0356,clp,0.0,decimal,5414207.6701,decimal,0.0,clp,0.0,decimal,0.0,clp,4819.0,integer,6745406870.0,clp,5917921729.0,clp,0.0,clp,1093.0356
+188-2020-04-27,real_asset_day,2020-04-27,0.000032514780149786970063270503574700404809763209066876,decimal,192565.0,clp,0.0,integer,0.0,clp,0.0,clp,1093.8597,clp,130750.9591,decimal,5515604.906,decimal,0.0,clp,29353.7232,decimal,0.0,clp,4863.0,integer,6887593178.0,clp,6033297928.0,clp,0.0,clp,1093.8597
+188-2020-04-28,real_asset_day,2020-04-28,0.000032514645318435333860806029919191645450073255959012,decimal,195793.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.7545,clp,53595.7013,decimal,5560609.2019,decimal,0.0,clp,8591.4054,decimal,0.0,clp,4894.0,integer,7538520138.0,clp,6070820119.0,clp,0.0,clp,1091.7545
+188-2020-04-29,real_asset_day,2020-04-29,0.000032514778819377903857931086004377856154602282531317,decimal,197364.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.6031,clp,97903.3232,decimal,5655396.3597,decimal,0.0,clp,3116.1654,decimal,0.0,clp,4919.0,integer,7304811864.0,clp,6173448198.0,clp,0.0,clp,1091.6031
+188-2020-04-30,real_asset_day,2020-04-30,0.000032514751244585705160650475703525563430483191607428,decimal,200739.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.6622,clp,195484.0026,decimal,5820329.0948,decimal,0.0,clp,30551.2675,decimal,0.0,clp,4954.0,integer,7165839678.0,clp,6353833264.0,clp,0.0,clp,1091.6622
+188-2020-05-01,real_asset_day,2020-05-01,0.000032514658416009163665929937142515221601447,decimal,206586.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.6267,clp,0.0,decimal,5820329.0948,decimal,0.0,clp,0.0,decimal,0.0,clp,4954.0,integer,7165839678.0,clp,6353626643.0,clp,0.0,clp,1091.6267
+188-2020-05-02,real_asset_day,2020-05-02,0.000032514771464375060872431497001447812826729,decimal,206580.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.5912,clp,0.0,decimal,5820329.0948,decimal,0.0,clp,0.0,decimal,0.0,clp,4954.0,integer,7165839678.0,clp,6353420021.0,clp,0.0,clp,1091.5912
+188-2020-05-03,real_asset_day,2020-05-03,0.000032514727119431361634953323248193319501624,decimal,206573.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.5557,clp,0.0,decimal,5820329.0948,decimal,0.0,clp,0.0,decimal,0.0,clp,4954.0,integer,7165839678.0,clp,6353213399.0,clp,0.0,clp,1091.5557
+188-2020-05-04,real_asset_day,2020-05-04,0.000032514787443993779206859241002574606717391460536535,decimal,206584.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.6118,clp,233087.6847,decimal,6039901.5962,decimal,0.0,clp,13515.1833,decimal,0.0,clp,5072.0,integer,7412016657.0,clp,6593227853.0,clp,0.0,clp,1091.6118
+188-2020-05-05,real_asset_day,2020-05-05,0.000032514707186679850155242855375456628189751618327827,decimal,214270.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.0676,clp,92917.628,decimal,6109511.7581,decimal,0.0,clp,23307.4661,decimal,0.0,clp,5131.0,integer,7512143384.0,clp,6665890331.0,clp,0.0,clp,1091.0676
+188-2020-05-06,real_asset_day,2020-05-06,0.000032514765909041072062273569736011254866834331758507,decimal,217264.0,clp,0.0,integer,0.0,clp,0.0,clp,1093.7061,clp,91145.374,decimal,6197420.9841,decimal,0.0,clp,3236.148,decimal,0.0,clp,5164.0,integer,7596726762.0,clp,6778157135.0,clp,0.0,clp,1093.7061
+188-2020-05-07,real_asset_day,2020-05-07,0.000032514648536233811190207856490102838900229255096523,decimal,220807.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.7785,clp,69371.9223,decimal,6253987.4351,decimal,0.0,clp,12805.4713,decimal,0.0,clp,5201.0,integer,7672649721.0,clp,6852984971.0,clp,0.0,clp,1095.7785
+188-2020-05-08,real_asset_day,2020-05-08,0.000032514757802245692796736725999674138169256624532348,decimal,222570.0,clp,0.0,integer,0.0,clp,0.0,clp,1094.5336,clp,80297.2651,decimal,6298344.7919,decimal,0.0,clp,35939.9083,decimal,0.0,clp,5225.0,integer,7729466659.0,clp,6893749999.0,clp,0.0,clp,1094.5336
+188-2020-05-09,real_asset_day,2020-05-09,0.000032514711225904695528941561607953125434734,decimal,224141.0,clp,0.0,integer,0.0,clp,0.0,clp,1094.498,clp,0.0,decimal,6298344.7919,decimal,0.0,clp,0.0,decimal,0.0,clp,5225.0,integer,7729466659.0,clp,6893525778.0,clp,0.0,clp,1094.498
+188-2020-05-10,real_asset_day,2020-05-10,0.000032514753365518548429289323777656982604569,decimal,224134.0,clp,0.0,integer,0.0,clp,0.0,clp,1094.4624,clp,0.0,decimal,6298344.7919,decimal,0.0,clp,0.0,decimal,0.0,clp,5225.0,integer,7729466659.0,clp,6893301557.0,clp,0.0,clp,1094.4624
+188-2020-05-11,real_asset_day,2020-05-11,0.000032514745088341131836984372171056442394116118457966,decimal,224564.0,clp,0.0,integer,0.0,clp,0.0,clp,1096.5624,clp,112020.9047,decimal,6388305.4927,decimal,0.0,clp,22060.2039,decimal,0.0,clp,5279.0,integer,7859344592.0,clp,7005175603.0,clp,0.0,clp,1096.5624
+188-2020-05-12,real_asset_day,2020-05-12,0.000032514663186558155042204960162286983759926923904118,decimal,227299.0,clp,0.0,integer,0.0,clp,0.0,clp,1094.2904,clp,70809.2955,decimal,6432594.5012,decimal,0.0,clp,26520.287,decimal,0.0,clp,5322.0,integer,7907705761.0,clp,7039126410.0,clp,0.0,clp,1094.2904
+188-2020-05-13,real_asset_day,2020-05-13,0.000032514762166390432644710471292318405017040066855969,decimal,228902.0,clp,0.0,integer,0.0,clp,0.0,clp,1094.417,clp,133139.3217,decimal,6539632.8567,decimal,0.0,clp,26100.9662,decimal,0.0,clp,5340.0,integer,8016617198.0,clp,7157085372.0,clp,0.0,clp,1094.417
+188-2020-05-14,real_asset_day,2020-05-14,0.000032514750244836238166605599715284418808220579231743,decimal,233318.0,clp,0.0,integer,0.0,clp,0.0,clp,1097.2724,clp,76241.4939,decimal,6593921.7105,decimal,0.0,clp,21952.6401,decimal,0.0,clp,5365.0,integer,8097112249.0,clp,7235328301.0,clp,0.0,clp,1097.2724
+188-2020-05-15,real_asset_day,2020-05-15,0.000032514701380723113975660691587778517002891224577247,decimal,235558.0,clp,0.0,integer,0.0,clp,0.0,clp,1098.6878,clp,67137.1003,decimal,6654487.8716,decimal,0.0,clp,6570.9392,decimal,0.0,clp,5384.0,integer,8152449945.0,clp,7311204640.0,clp,0.0,clp,1098.6878
+188-2020-05-16,real_asset_day,2020-05-16,0.000032514716482265265459243884757397467615693,decimal,237714.0,clp,0.0,integer,0.0,clp,0.0,clp,1098.652,clp,0.0,decimal,6654487.8716,decimal,0.0,clp,0.0,decimal,0.0,clp,5384.0,integer,8152449945.0,clp,7310966409.0,clp,0.0,clp,1098.652
+188-2020-05-17,real_asset_day,2020-05-17,0.000032514678778585540437806449712170449089085,decimal,237706.0,clp,0.0,integer,0.0,clp,0.0,clp,1098.6163,clp,0.0,decimal,6654487.8716,decimal,0.0,clp,0.0,decimal,0.0,clp,5384.0,integer,8152449945.0,clp,7310728844.0,clp,0.0,clp,1098.6163
+188-2020-05-18,real_asset_day,2020-05-18,0.000032514767895358452471250698042370667577980596570154,decimal,237955.0,clp,0.0,integer,0.0,clp,0.0,clp,1099.7641,clp,88583.1855,decimal,6724810.4741,decimal,0.0,clp,18260.583,decimal,0.0,clp,5425.0,integer,8230297484.0,clp,7395705139.0,clp,0.0,clp,1099.7641
+188-2020-05-19,real_asset_day,2020-05-19,0.000032514695766935050480233010647209446037645373364991,decimal,240756.0,clp,0.0,integer,0.0,clp,0.0,clp,1101.0762,clp,120629.058,decimal,6688297.4969,decimal,0.0,clp,157142.0352,decimal,0.0,clp,5442.0,integer,8349089364.0,clp,7364325192.0,clp,0.0,clp,1101.0762
+188-2020-05-20,real_asset_day,2020-05-20,0.000032514682092178823646995987964029121683138641446971,decimal,239396.0,clp,0.0,integer,0.0,clp,0.0,clp,1100.8339,clp,43292.623,decimal,6720217.7646,decimal,0.0,clp,11372.3553,decimal,0.0,clp,5466.0,integer,8389567381.0,clp,7397843531.0,clp,0.0,clp,1100.8339
+188-2020-05-21,real_asset_day,2020-05-21,0.000032514718601875389290170617345157325061593,decimal,240531.0,clp,0.0,integer,0.0,clp,0.0,clp,1100.7982,clp,0.0,decimal,6720217.7646,decimal,0.0,clp,0.0,decimal,0.0,clp,5466.0,integer,8389567381.0,clp,7397603619.0,clp,0.0,clp,1100.7982
+188-2020-05-22,real_asset_day,2020-05-22,0.000032514719251215951842601155753875631110373793491352,decimal,240692.0,clp,0.0,integer,0.0,clp,0.0,clp,1101.535,clp,106443.6016,decimal,6794133.4406,decimal,0.0,clp,32527.9256,decimal,0.0,clp,5513.0,integer,8495560559.0,clp,7483975779.0,clp,0.0,clp,1101.535
+188-2020-05-23,real_asset_day,2020-05-23,0.000032514657408487960997483802384145863149532,decimal,243331.0,clp,0.0,integer,0.0,clp,0.0,clp,1101.4992,clp,0.0,decimal,6794133.4406,decimal,0.0,clp,0.0,decimal,0.0,clp,5513.0,integer,8495560559.0,clp,7483732550.0,clp,0.0,clp,1101.4992
+188-2020-05-24,real_asset_day,2020-05-24,0.000032514778814436792701937069110429357838651,decimal,243324.0,clp,0.0,integer,0.0,clp,0.0,clp,1101.4634,clp,0.0,decimal,6794133.4406,decimal,0.0,clp,0.0,decimal,0.0,clp,5513.0,integer,8495560559.0,clp,7483489320.0,clp,0.0,clp,1101.4634
+188-2020-05-25,real_asset_day,2020-05-25,0.000032514719020138398137230119789432309210458925819252,decimal,243510.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.3074,clp,133657.7952,decimal,6906375.3622,decimal,0.0,clp,21415.8736,decimal,0.0,clp,5565.0,integer,8476704193.0,clp,7612948669.0,clp,0.0,clp,1102.3074
+188-2020-05-26,real_asset_day,2020-05-26,0.000032514768258088167057846488195013690920462941331887,decimal,247459.0,clp,0.0,integer,0.0,clp,0.0,clp,1101.9767,clp,88377.9957,decimal,6986279.034,decimal,0.0,clp,8474.3239,decimal,0.0,clp,5588.0,integer,8560093889.0,clp,7698716715.0,clp,0.0,clp,1101.9767
+188-2020-05-27,real_asset_day,2020-05-27,0.000032514747598636073406939313146215517595838965269175,decimal,251195.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.8206,clp,59111.1373,decimal,7041951.388,decimal,0.0,clp,3438.7833,decimal,0.0,clp,5617.0,integer,8619661512.0,clp,7787134909.0,clp,0.0,clp,1105.8206
+188-2020-05-28,real_asset_day,2020-05-28,0.000032514749808370142423982409902350543023846467952342,decimal,252433.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.485,clp,84166.4091,decimal,7104823.5969,decimal,0.0,clp,21294.2002,decimal,0.0,clp,5654.0,integer,8663477221.0,clp,7832961443.0,clp,0.0,clp,1102.485
+188-2020-05-29,real_asset_day,2020-05-29,0.000032514776141180341149223548565446308566784524656381,decimal,255380.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.4849,clp,228935.3562,decimal,7296088.301,decimal,0.0,clp,37670.6521,decimal,0.0,clp,5686.0,integer,8932934168.0,clp,8065715446.0,clp,0.0,clp,1105.4849
+188-2020-05-30,real_asset_day,2020-05-30,0.000032514727557849133808338539840987107125942,decimal,262246.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.4489,clp,0.0,decimal,7296088.301,decimal,0.0,clp,0.0,decimal,0.0,clp,5686.0,integer,8932934168.0,clp,8065452787.0,clp,0.0,clp,1105.4489
+188-2020-05-31,real_asset_day,2020-05-31,0.000032514667619105049035047280592829249149162,decimal,262237.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.413,clp,0.0,decimal,7296088.301,decimal,0.0,clp,0.0,decimal,0.0,clp,5686.0,integer,8932934168.0,clp,8065190857.0,clp,0.0,clp,1105.413
+188-2020-06-01,real_asset_day,2020-06-01,0.000032514669267155063076926957063402935834989830501978,decimal,261725.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.2547,clp,245246.2279,decimal,7514499.3338,decimal,0.0,clp,26835.1951,decimal,0.0,clp,5792.0,integer,9187236328.0,clp,8290406708.0,clp,0.0,clp,1103.2547
+188-2020-06-02,real_asset_day,2020-06-02,0.00003251471250513234484501025421008840511831947436652,decimal,268605.0,clp,0.0,integer,0.0,clp,0.0,clp,1099.3453,clp,257020.3644,decimal,7720120.3894,decimal,0.0,clp,51399.3088,decimal,0.0,clp,5850.0,integer,9882476069.0,clp,8487078066.0,clp,0.0,clp,1099.3453
+188-2020-06-03,real_asset_day,2020-06-03,0.000032514722590131946817022406161607162853664174200615,decimal,275082.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.8675,clp,102245.4539,decimal,7787077.0906,decimal,0.0,clp,35288.7527,decimal,0.0,clp,5888.0,integer,9455871644.0,clp,8533604704.0,clp,0.0,clp,1095.8675
+188-2020-06-04,real_asset_day,2020-06-04,0.000032514752437868711400824052929259802062870677846915,decimal,277415.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.658,clp,270733.1659,decimal,8027988.0486,decimal,0.0,clp,29822.2079,decimal,0.0,clp,5939.0,integer,10202804219.0,clp,8795929329.0,clp,0.0,clp,1095.658
+188-2020-06-05,real_asset_day,2020-06-05,0.00003251469880352810022871340047316629181127203826013,decimal,284903.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.4669,clp,117200.9096,decimal,8010304.6591,decimal,0.0,clp,134884.2991,decimal,0.0,clp,5975.0,integer,10234046909.0,clp,8742982394.0,clp,0.0,clp,1091.4669
+188-2020-06-06,real_asset_day,2020-06-06,0.000032514676711591133007666185287159710500393,decimal,284266.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.4314,clp,0.0,decimal,8010304.6591,decimal,0.0,clp,0.0,decimal,0.0,clp,5975.0,integer,10234046909.0,clp,8742698029.0,clp,0.0,clp,1091.4314
+188-2020-06-07,real_asset_day,2020-06-07,0.000032514704858115337158005628908433865307936,decimal,284257.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.3959,clp,0.0,decimal,8010304.6591,decimal,0.0,clp,0.0,decimal,0.0,clp,5975.0,integer,10234046909.0,clp,8742413663.0,clp,0.0,clp,1091.3959
+188-2020-06-08,real_asset_day,2020-06-08,0.000032514662445955101567694464871377828610019356905047,decimal,284188.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.1324,clp,174831.5331,decimal,8134939.4971,decimal,0.0,clp,50196.6951,decimal,0.0,clp,6044.0,integer,9925303454.0,clp,8876296057.0,clp,0.0,clp,1091.1324
+188-2020-06-09,real_asset_day,2020-06-09,0.000032514687285479873363984508589922550762715638617321,decimal,288431.0,clp,0.0,integer,0.0,clp,0.0,clp,1090.4557,clp,79885.1566,decimal,8188647.2687,decimal,0.0,clp,26177.385,decimal,0.0,clp,6076.0,integer,9966938616.0,clp,8929357089.0,clp,0.0,clp,1090.4557
+188-2020-06-10,real_asset_day,2020-06-10,0.000032514702867384877748403042518816106312133134505091,decimal,290741.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.9791,clp,77186.1625,decimal,8196358.9063,decimal,0.0,clp,69474.5249,decimal,0.0,clp,6123.0,integer,9918173778.0,clp,8950252622.0,clp,0.0,clp,1091.9791
+188-2020-06-11,real_asset_day,2020-06-11,0.000032514723677859140647860347839627937033803869633799,decimal,291238.0,clp,0.0,integer,0.0,clp,0.0,clp,1092.8159,clp,75511.3069,decimal,8227135.4326,decimal,0.0,clp,44734.7806,decimal,0.0,clp,6160.0,integer,9954426855.0,clp,8990744412.0,clp,0.0,clp,1092.8159
+188-2020-06-12,real_asset_day,2020-06-12,0.000032514711603576705286618085848280802862035023951167,decimal,293024.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.4048,clp,107961.0917,decimal,8324552.3942,decimal,0.0,clp,10544.1301,decimal,0.0,clp,6181.0,integer,10068958317.0,clp,9118754650.0,clp,0.0,clp,1095.4048
+188-2020-06-13,real_asset_day,2020-06-13,0.000032514707023451412624632570891784446013987,decimal,296484.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.3692,clp,0.0,decimal,8324552.3942,decimal,0.0,clp,0.0,decimal,0.0,clp,6181.0,integer,10068958317.0,clp,9118458296.0,clp,0.0,clp,1095.3692
+188-2020-06-14,real_asset_day,2020-06-14,0.000032514667088153368092483479605214495761584,decimal,296474.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.3336,clp,0.0,decimal,8324552.3942,decimal,0.0,clp,0.0,decimal,0.0,clp,6181.0,integer,10068958317.0,clp,9118161942.0,clp,0.0,clp,1095.3336
+188-2020-06-15,real_asset_day,2020-06-15,0.000032514745757942338761754063682680506939702800880568,decimal,297360.0,clp,0.0,integer,0.0,clp,0.0,clp,1098.6043,clp,270215.1184,decimal,8559502.864,decimal,0.0,clp,35264.6486,decimal,0.0,clp,6232.0,integer,10321684421.0,clp,9403506652.0,clp,0.0,clp,1098.6043
+188-2020-06-16,real_asset_day,2020-06-16,0.000032514674933015124802993220725648860918089333645823,decimal,304754.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.0185,clp,65496.8435,decimal,8606508.8012,decimal,0.0,clp,18490.9063,decimal,0.0,clp,6259.0,integer,10311649596.0,clp,9424286358.0,clp,0.0,clp,1095.0185
+188-2020-06-17,real_asset_day,2020-06-17,0.000032514729572296647992065138575598601090106470213498,decimal,307879.0,clp,0.0,integer,0.0,clp,0.0,clp,1100.2032,clp,120410.5167,decimal,8588039.6194,decimal,0.0,clp,138879.6985,decimal,0.0,clp,6280.0,integer,10479628576.0,clp,9448588671.0,clp,0.0,clp,1100.2032
+188-2020-06-18,real_asset_day,2020-06-18,0.000032514700482685484696935046899243060216722339799541,decimal,309056.0,clp,0.0,integer,0.0,clp,0.0,clp,1106.7853,clp,112789.2724,decimal,8625283.4567,decimal,0.0,clp,75545.4351,decimal,0.0,clp,6302.0,integer,10627628487.0,clp,9546336938.0,clp,0.0,clp,1106.7853
+188-2020-06-19,real_asset_day,2020-06-19,0.000032514684393874764174409457505168353382479051439278,decimal,311409.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.3969,clp,89840.4542,decimal,8661354.9613,decimal,0.0,clp,53768.9496,decimal,0.0,clp,6326.0,integer,10741644585.0,clp,9617541699.0,clp,0.0,clp,1110.3969
+188-2020-06-20,real_asset_day,2020-06-20,0.000032514667085461726028247697473155236362186,decimal,312701.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.3608,clp,0.0,decimal,8661354.9613,decimal,0.0,clp,0.0,decimal,0.0,clp,6326.0,integer,10741644585.0,clp,9617229024.0,clp,0.0,clp,1110.3608
+188-2020-06-21,real_asset_day,2020-06-21,0.000032514684401150550134622991717570985393626,decimal,312691.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.3247,clp,0.0,decimal,8661354.9613,decimal,0.0,clp,0.0,decimal,0.0,clp,6326.0,integer,10741644585.0,clp,9616916349.0,clp,0.0,clp,1110.3247
+188-2020-06-22,real_asset_day,2020-06-22,0.000032514758239175274233442576226041779586197070311131,decimal,313413.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.8859,clp,175141.8858,decimal,8777851.3478,decimal,0.0,clp,58645.4993,decimal,0.0,clp,6380.0,integer,10808365172.0,clp,9768746997.0,clp,0.0,clp,1112.8859
+188-2020-06-23,real_asset_day,2020-06-23,0.000032514709862513358542124025922533596637438484532236,decimal,318005.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.2069,clp,97670.3745,decimal,8861993.8283,decimal,0.0,clp,13527.894,decimal,0.0,clp,6425.0,integer,10846841309.0,clp,9874094671.0,clp,0.0,clp,1114.2069
+188-2020-06-24,real_asset_day,2020-06-24,0.000032514722250476288766820857495643416709700173546874,decimal,320601.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.6367,clp,130274.3389,decimal,8959885.8013,decimal,0.0,clp,32382.3659,decimal,0.0,clp,6475.0,integer,11500053619.0,clp,9969097770.0,clp,0.0,clp,1112.6367
+188-2020-06-25,real_asset_day,2020-06-25,0.000032514716836341679701916207587021650399123744605853,decimal,323916.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.8596,clp,99400.9056,decimal,9049518.5969,decimal,0.0,clp,9768.11,decimal,0.0,clp,6510.0,integer,11245011817.0,clp,10061794127.0,clp,0.0,clp,1111.8596
+188-2020-06-26,real_asset_day,2020-06-26,0.000032514685666633453070394167166956085749522848313021,decimal,326983.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.2714,clp,92769.1864,decimal,9133272.5462,decimal,0.0,clp,9015.2371,decimal,0.0,clp,6546.0,integer,11041719644.0,clp,10149544569.0,clp,0.0,clp,1111.2714
+188-2020-06-27,real_asset_day,2020-06-27,0.000032514734814765992205123428403597417711151,decimal,329999.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.2352,clp,0.0,decimal,9133272.5462,decimal,0.0,clp,0.0,decimal,0.0,clp,6546.0,integer,11041719644.0,clp,10149213945.0,clp,0.0,clp,1111.2352
+188-2020-06-28,real_asset_day,2020-06-28,0.000032514707274619870028425813456611137205786,decimal,329988.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.1991,clp,0.0,decimal,9133272.5462,decimal,0.0,clp,0.0,decimal,0.0,clp,6546.0,integer,11041719644.0,clp,10148884233.0,clp,0.0,clp,1111.1991
+188-2020-06-29,real_asset_day,2020-06-29,0.000032514679729480395060343944418136910315749,decimal,329977.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.163,clp,0.0,decimal,9133272.5462,decimal,0.0,clp,0.0,decimal,0.0,clp,6546.0,integer,11041719644.0,clp,10148554522.0,clp,0.0,clp,1111.163
+188-2020-06-30,real_asset_day,2020-06-30,0.000032514676513089483182478742652538859600287459384499,decimal,331198.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.2747,clp,307869.2419,decimal,9412323.8269,decimal,0.0,clp,28817.9612,decimal,0.0,clp,6678.0,integer,11393179900.0,clp,10497326632.0,clp,0.0,clp,1115.2747
+188-2020-07-01,real_asset_day,2020-07-01,0.000032514700783757084008437186811062544206757054807896,decimal,341227.0,clp,,,0.0,clp,0.0,clp,1114.9792,clp,,,9546918.1592,decimal,,,9974.4561,decimal,,,6748.0,integer,,,10644615172.0,clp,0.0,clp,1114.9792
+188-2020-07-02,real_asset_day,2020-07-02,0.000032514745124115525005247468659067392587157472702313,decimal,345392.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.676,clp,153340.2779,decimal,9693118.0114,decimal,0.0,clp,7140.4257,decimal,0.0,clp,6808.0,integer,11679139341.0,clp,10785299776.0,clp,0.0,clp,1112.676
+188-2020-07-03,real_asset_day,2020-07-03,0.000032514684487462560540472634071740093913961719135567,decimal,350637.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.5376,clp,186703.8779,decimal,9845258.8422,decimal,0.0,clp,34563.0471,decimal,0.0,clp,6879.0,integer,11852819959.0,clp,10953220644.0,clp,0.0,clp,1112.5376
+188-2020-07-04,real_asset_day,2020-07-04,0.000032514691320361562648035906520084874839969,decimal,356129.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.5014,clp,0.0,decimal,9845258.8422,decimal,0.0,clp,0.0,decimal,0.0,clp,6879.0,integer,11852819959.0,clp,10952864245.0,clp,0.0,clp,1112.5014
+188-2020-07-05,real_asset_day,2020-07-05,0.000032514742101101347196895951080744670709319,decimal,356118.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.4653,clp,0.0,decimal,9845258.8422,decimal,0.0,clp,0.0,decimal,0.0,clp,6879.0,integer,11852819959.0,clp,10952508831.0,clp,0.0,clp,1112.4653
+188-2020-07-06,real_asset_day,2020-07-06,0.000032514744903419722906910311076439813114513794570701,decimal,356629.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.0615,clp,270138.3609,decimal,10088168.9555,decimal,0.0,clp,27228.2476,decimal,0.0,clp,6997.0,integer,12160580362.0,clp,11238840639.0,clp,0.0,clp,1114.0615
+188-2020-07-07,real_asset_day,2020-07-07,0.000032514711438625234032723550174724025729385587086131,decimal,365195.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.3522,clp,122295.2028,decimal,10199773.3291,decimal,0.0,clp,10690.8292,decimal,0.0,clp,7065.0,integer,12281724760.0,clp,11355940075.0,clp,0.0,clp,1113.3522
+188-2020-07-08,real_asset_day,2020-07-08,0.000032514730385802901925462212087501725382851529153272,decimal,369542.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.2769,clp,131890.7538,decimal,10322744.1806,decimal,0.0,clp,8919.9023,decimal,0.0,clp,7116.0,integer,12401070598.0,clp,11502395385.0,clp,0.0,clp,1114.2769
+188-2020-07-09,real_asset_day,2020-07-09,0.000032514726162334973054059846727830166066620901270284,decimal,374055.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.449,clp,117654.6707,decimal,10411233.3738,decimal,0.0,clp,29165.4775,decimal,0.0,clp,7163.0,integer,13180383731.0,clp,11602788622.0,clp,0.0,clp,1114.449
+188-2020-07-10,real_asset_day,2020-07-10,0.000032514675865581445241081439445238510605709757211799,decimal,377924.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.4078,clp,88461.4258,decimal,10464174.9191,decimal,0.0,clp,35519.8805,decimal,0.0,clp,7210.0,integer,12951537650.0,clp,11682286500.0,clp,0.0,clp,1116.4078
+188-2020-07-11,real_asset_day,2020-07-11,0.000032514726520904468405343363327993777169244,decimal,379834.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.3715,clp,0.0,decimal,10464174.9191,decimal,0.0,clp,0.0,decimal,0.0,clp,7210.0,integer,12951537650.0,clp,11681906651.0,clp,0.0,clp,1116.3715
+188-2020-07-12,real_asset_day,2020-07-12,0.000032514756544280259961884412236088486974486,decimal,379822.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.3352,clp,0.0,decimal,10464174.9191,decimal,0.0,clp,0.0,decimal,0.0,clp,7210.0,integer,12951537650.0,clp,11681526801.0,clp,0.0,clp,1116.3352
+188-2020-07-13,real_asset_day,2020-07-13,0.000032514715909661262686226117254948223146696640336326,decimal,378454.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.3159,clp,204737.2953,decimal,10639466.7218,decimal,0.0,clp,29445.4926,decimal,0.0,clp,7320.0,integer,12777148819.0,clp,11834448002.0,clp,0.0,clp,1112.3159
+188-2020-07-14,real_asset_day,2020-07-14,0.000032514756385104936338426598330321685257522955469792,decimal,385045.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.0409,clp,106631.3417,decimal,10735044.0609,decimal,0.0,clp,11054.0026,decimal,0.0,clp,7366.0,integer,14878869471.0,clp,11948543103.0,clp,0.0,clp,1113.0409
+188-2020-07-15,real_asset_day,2020-07-15,0.000032514720327023948259993486245489362500351301316623,decimal,388693.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.5837,clp,93592.6466,decimal,10806426.0971,decimal,0.0,clp,22210.6104,decimal,0.0,clp,7403.0,integer,13948532129.0,clp,12033859957.0,clp,0.0,clp,1113.5837
+188-2020-07-16,real_asset_day,2020-07-16,0.000032514731011770298222215919652342731589111,decimal,391265.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.5475,clp,0.0,decimal,10806426.0971,decimal,0.0,clp,0.0,decimal,0.0,clp,7403.0,integer,12944993679.0,clp,12033468764.0,clp,0.0,clp,1113.5475
+188-2020-07-17,real_asset_day,2020-07-17,0.000032514758468371376441751829380589994590611731014566,decimal,390916.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.5533,clp,209860.8328,decimal,10973724.3738,decimal,0.0,clp,42562.5561,decimal,0.0,clp,7500.0,integer,13125961501.0,clp,12208853265.0,clp,0.0,clp,1112.5533
+188-2020-07-18,real_asset_day,2020-07-18,0.000032514758577763568478931269921288032765003,decimal,396955.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.5171,clp,0.0,decimal,10973724.3738,decimal,0.0,clp,0.0,decimal,0.0,clp,7500.0,integer,13125961501.0,clp,12208456017.0,clp,0.0,clp,1112.5171
+188-2020-07-19,real_asset_day,2020-07-19,0.000032514748812627976083405288904192312461272,decimal,396942.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.481,clp,0.0,decimal,10973724.3738,decimal,0.0,clp,0.0,decimal,0.0,clp,7500.0,integer,13125961501.0,clp,12208059865.0,clp,0.0,clp,1112.481
+188-2020-07-20,real_asset_day,2020-07-20,0.000032514721965401258760511619846941944239455240302582,decimal,397125.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.9948,clp,166137.0199,decimal,10999082.9605,decimal,0.0,clp,140778.4332,decimal,0.0,clp,7592.0,integer,13306452670.0,clp,12241922140.0,clp,0.0,clp,1112.9948
+188-2020-07-21,real_asset_day,2020-07-21,0.000032514729220739027403478379503304373577400575332874,decimal,396139.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.6715,clp,128394.9835,decimal,11057901.5928,decimal,0.0,clp,69576.3512,decimal,0.0,clp,7640.0,integer,13586740481.0,clp,12248522444.0,clp,0.0,clp,1107.6715
+188-2020-07-22,real_asset_day,2020-07-22,0.000032514750197793947762530812039259490210094812849366,decimal,397995.0,clp,0.0,integer,0.0,clp,0.0,clp,1106.941,clp,111649.9742,decimal,11085687.1308,decimal,0.0,clp,83864.4362,decimal,0.0,clp,7691.0,integer,13822208064.0,clp,12271201598.0,clp,0.0,clp,1106.941
+188-2020-07-23,real_asset_day,2020-07-23,0.000032514744246357282847135706333917269804929258386232,decimal,397704.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.3594,clp,76933.2921,decimal,11137882.7324,decimal,0.0,clp,24737.6905,decimal,0.0,clp,7733.0,integer,13623165947.0,clp,12289087609.0,clp,0.0,clp,1103.3594
+188-2020-07-24,real_asset_day,2020-07-24,0.000032514715165278428915040102690180435408691573845527,decimal,399943.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.3723,clp,119389.783,decimal,11193450.887,decimal,0.0,clp,63821.6284,decimal,0.0,clp,7781.0,integer,13383811463.0,clp,12361737101.0,clp,0.0,clp,1104.3723
+188-2020-07-25,real_asset_day,2020-07-25,0.000032514691307713853335845484814023395337964,decimal,401925.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.3364,clp,0.0,decimal,11193450.887,decimal,0.0,clp,0.0,decimal,0.0,clp,7781.0,integer,13383811463.0,clp,12361335256.0,clp,0.0,clp,1104.3364
+188-2020-07-26,real_asset_day,2020-07-26,0.000032514699579749142112686203847382096800179,decimal,401912.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.3004,clp,0.0,decimal,11193450.887,decimal,0.0,clp,0.0,decimal,0.0,clp,7781.0,integer,13383811463.0,clp,12360932292.0,clp,0.0,clp,1104.3004
+188-2020-07-27,real_asset_day,2020-07-27,0.000032514722156227262170464427279568246575413135336411,decimal,403226.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.91,clp,212858.9215,decimal,11356568.9155,decimal,0.0,clp,49740.893,decimal,0.0,clp,7921.0,integer,13571064492.0,clp,12582056267.0,clp,0.0,clp,1107.91
+188-2020-07-28,real_asset_day,2020-07-28,0.000032514735598045379862367325273929235599880055483493,decimal,408075.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.1281,clp,220019.027,decimal,11556221.8506,decimal,0.0,clp,20366.0919,decimal,0.0,clp,7987.0,integer,14367918014.0,clp,12771105497.0,clp,0.0,clp,1105.1281
+188-2020-07-29,real_asset_day,2020-07-29,0.000032514681597078493948129046834783217427191454444065,decimal,414517.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.1815,clp,103043.6641,decimal,11610707.8539,decimal,0.0,clp,48557.6608,decimal,0.0,clp,8055.0,integer,14080688708.0,clp,12808718106.0,clp,0.0,clp,1103.1815
+188-2020-07-30,real_asset_day,2020-07-30,0.000032514716712836494829982363271687605790006032992686,decimal,416003.0,clp,0.0,integer,0.0,clp,0.0,clp,1101.9396,clp,91495.5588,decimal,11678575.457,decimal,0.0,clp,23627.9557,decimal,0.0,clp,8113.0,integer,13807294479.0,clp,12869084768.0,clp,0.0,clp,1101.9396
+188-2020-07-31,real_asset_day,2020-07-31,0.000032514738705836081978136931836364575954571104274029,decimal,419890.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.7715,clp,93342.9544,decimal,11723969.0029,decimal,0.0,clp,47949.4085,decimal,0.0,clp,8195.0,integer,13937004323.0,clp,12964030790.0,clp,0.0,clp,1105.7715
+188-2020-08-01,real_asset_day,2020-08-01,0.000032514711673000650260986544815516013683834,decimal,421508.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.7355,clp,0.0,decimal,11723969.0029,decimal,0.0,clp,0.0,decimal,0.0,clp,8195.0,integer,13937004323.0,clp,12963608727.0,clp,0.0,clp,1105.7355
+188-2020-08-02,real_asset_day,2020-08-02,0.00003251468738244743834147375241801797861274,decimal,421494.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.6996,clp,0.0,decimal,11723969.0029,decimal,0.0,clp,0.0,decimal,0.0,clp,8195.0,integer,13937004323.0,clp,12963187837.0,clp,0.0,clp,1105.6996
+188-2020-08-03,real_asset_day,2020-08-03,0.000032514702947300510161063122241695698450140121542003,decimal,423110.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.9383,clp,429195.0861,decimal,12135473.2298,decimal,0.0,clp,17690.8592,decimal,0.0,clp,8439.0,integer,14413719827.0,clp,13469626526.0,clp,0.0,clp,1109.9383
+188-2020-08-04,real_asset_day,2020-08-04,0.000032514747843472737997465255495259309335162866403592,decimal,440064.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.2667,clp,156551.1681,decimal,12264548.6427,decimal,0.0,clp,27475.7552,decimal,0.0,clp,8505.0,integer,14631544796.0,clp,13678242692.0,clp,0.0,clp,1115.2667
+188-2020-08-05,real_asset_day,2020-08-05,0.000032514706708661173265645187797244728246819859620993,decimal,446131.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.7447,clp,157845.7847,decimal,12411863.5842,decimal,0.0,clp,10530.8432,decimal,0.0,clp,8570.0,integer,15911852000.0,clp,13885706602.0,clp,0.0,clp,1118.7447
+188-2020-08-06,real_asset_day,2020-08-06,0.000032514695414746575348998034098231462506774757285552,decimal,453453.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.61,clp,141623.0213,decimal,12486860.3687,decimal,0.0,clp,66626.2368,decimal,0.0,clp,8642.0,integer,15560519999.0,clp,14030361179.0,clp,0.0,clp,1123.61
+188-2020-08-07,real_asset_day,2020-08-07,0.000032514698920149594066746591893269092599354552653098,decimal,456314.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.9081,clp,195904.9249,decimal,12623775.7939,decimal,0.0,clp,58989.4997,decimal,0.0,clp,8729.0,integer,15202822190.0,clp,14187963867.0,clp,0.0,clp,1123.9081
+188-2020-08-08,real_asset_day,2020-08-08,0.00003251474179413571370426696153461985851478,decimal,461303.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.8716,clp,0.0,decimal,12623775.7939,decimal,0.0,clp,0.0,decimal,0.0,clp,8729.0,integer,15202822190.0,clp,14187503100.0,clp,0.0,clp,1123.8716
+188-2020-08-09,real_asset_day,2020-08-09,0.000032514740507930134510576295078894531630132,decimal,461288.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.8351,clp,0.0,decimal,12623775.7939,decimal,0.0,clp,0.0,decimal,0.0,clp,8729.0,integer,15202822190.0,clp,14187042332.0,clp,0.0,clp,1123.8351
+188-2020-08-10,real_asset_day,2020-08-10,0.000032514695514079454528171491972141011622029932892256,decimal,463493.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.2087,clp,268183.1613,decimal,12776537.0029,decimal,0.0,clp,115421.9523,decimal,0.0,clp,8976.0,integer,15569402331.0,clp,14427376740.0,clp,0.0,clp,1129.2087
+188-2020-08-11,real_asset_day,2020-08-11,0.000032514693362814631688822673774007916793192968521769,decimal,466739.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.5212,clp,203895.8851,decimal,12943263.2483,decimal,0.0,clp,37169.6397,decimal,0.0,clp,9102.0,integer,15648017317.0,clp,14542030657.0,clp,0.0,clp,1123.5212
+188-2020-08-12,real_asset_day,2020-08-12,0.000032514731841524758520578697531943608152716540388154,decimal,473768.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.7495,clp,236290.7583,decimal,13149627.4591,decimal,0.0,clp,29926.5475,decimal,0.0,clp,9259.0,integer,15879581024.0,clp,14803186537.0,clp,0.0,clp,1125.7495
+188-2020-08-13,real_asset_day,2020-08-13,0.000032514697087713114697932685033137573303008020030911,decimal,480899.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.7622,clp,221696.1978,decimal,13305074.1615,decimal,0.0,clp,66249.4954,decimal,0.0,clp,9392.0,integer,15986975018.0,clp,14965044485.0,clp,0.0,clp,1124.7622
+188-2020-08-14,real_asset_day,2020-08-14,0.000032514726095602610077077346191153102899322674399666,decimal,486969.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.6514,clp,215151.9133,decimal,13493385.3385,decimal,0.0,clp,26840.7363,decimal,0.0,clp,9545.0,integer,16201952118.0,clp,15188848097.0,clp,0.0,clp,1125.6514
+188-2020-08-15,real_asset_day,2020-08-15,0.000032514714381096415248022053984436305456123,decimal,493845.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.6148,clp,0.0,decimal,13493385.3385,decimal,0.0,clp,0.0,decimal,0.0,clp,9545.0,integer,16201952118.0,clp,15188354239.0,clp,0.0,clp,1125.6148
+188-2020-08-16,real_asset_day,2020-08-16,0.000032514718177010610748252703469463109228987,decimal,493829.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.5782,clp,0.0,decimal,13493385.3385,decimal,0.0,clp,0.0,decimal,0.0,clp,9545.0,integer,16201952118.0,clp,15187860381.0,clp,0.0,clp,1125.5782
+188-2020-08-17,real_asset_day,2020-08-17,0.000032514743278656618266044615071985351779431227664134,decimal,496616.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.9297,clp,460330.552,decimal,13861419.6278,decimal,0.0,clp,92296.2627,decimal,0.0,clp,9846.0,integer,16781602140.0,clp,15690152561.0,clp,0.0,clp,1131.9297
+188-2020-08-18,real_asset_day,2020-08-18,0.000032514697526647743625213256234105840693055933748137,decimal,509710.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.93,clp,222924.053,decimal,14045845.8147,decimal,0.0,clp,38497.8661,decimal,0.0,clp,9982.0,integer,17956007528.0,clp,15884868407.0,clp,0.0,clp,1130.93
+188-2020-08-19,real_asset_day,2020-08-19,0.000032514712522462096292826418056537121185592981116092,decimal,513139.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.5883,clp,205133.0867,decimal,14213266.6753,decimal,0.0,clp,37712.2261,decimal,0.0,clp,10131.0,integer,17529585325.0,clp,15969860141.0,clp,0.0,clp,1123.5883
+188-2020-08-20,real_asset_day,2020-08-20,0.000032514714734079667130731078361449998256652339501903,decimal,521275.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.9583,clp,329044.935,decimal,14450471.5864,decimal,0.0,clp,91840.0239,decimal,0.0,clp,10279.0,integer,17366211062.0,clp,16299529365.0,clp,0.0,clp,1127.9583
+188-2020-08-21,real_asset_day,2020-08-21,0.000032514705734366053168389548912406229460592582548162,decimal,532260.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.8228,clp,235026.0724,decimal,14668677.9822,decimal,0.0,clp,16819.6766,decimal,0.0,clp,10375.0,integer,17687366292.0,clp,16617012864.0,clp,0.0,clp,1132.8228
+188-2020-08-22,real_asset_day,2020-08-22,0.000032514721875494327412130320165330618030442,decimal,540280.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.786,clp,0.0,decimal,14668677.9822,decimal,0.0,clp,0.0,decimal,0.0,clp,10375.0,integer,17687366292.0,clp,16616473057.0,clp,0.0,clp,1132.786
+188-2020-08-23,real_asset_day,2020-08-23,0.000032514697764512361683905692765686290131298,decimal,540262.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.7491,clp,0.0,decimal,14668677.9822,decimal,0.0,clp,0.0,decimal,0.0,clp,10375.0,integer,17687366292.0,clp,16615931783.0,clp,0.0,clp,1132.7491
+188-2020-08-24,real_asset_day,2020-08-24,0.000032514730231401665101168250850801097042628072346589,decimal,539833.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.8485,clp,513630.7083,decimal,15073040.752,decimal,0.0,clp,109267.9385,decimal,0.0,clp,10637.0,integer,18331979972.0,clp,17060398566.0,clp,0.0,clp,1131.8485
+188-2020-08-25,real_asset_day,2020-08-25,0.00003251471713977066864904104326410942514871062961158,decimal,554639.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.6954,clp,188369.6436,decimal,15213669.7023,decimal,0.0,clp,47740.6933,decimal,0.0,clp,10776.0,integer,19938052183.0,clp,17217240019.0,clp,0.0,clp,1131.6954
+188-2020-08-26,real_asset_day,2020-08-26,0.000032514731948999103925726647057628917193212296620242,decimal,562453.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.0304,clp,229741.9406,decimal,15400351.1577,decimal,0.0,clp,43060.4852,decimal,0.0,clp,10882.0,integer,19516090932.0,clp,17510667437.0,clp,0.0,clp,1137.0304
+188-2020-08-27,real_asset_day,2020-08-27,0.000032514742300435698644846237073023503067313721476045,decimal,567633.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.5918,clp,253845.3969,decimal,15587702.2767,decimal,0.0,clp,66494.2779,decimal,0.0,clp,11032.0,integer,18890676343.0,clp,17670091482.0,clp,0.0,clp,1133.5918
+188-2020-08-28,real_asset_day,2020-08-28,0.000032514693597027836308746538573493939701402696910134,decimal,574522.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.561,clp,284063.9137,decimal,15819731.9566,decimal,0.0,clp,52034.2338,decimal,0.0,clp,11191.0,integer,19160904302.0,clp,17932631176.0,clp,0.0,clp,1133.561
+188-2020-08-29,real_asset_day,2020-08-29,0.000032514692052932484581648520052085153340695,decimal,583055.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.5241,clp,0.0,decimal,15819731.9566,decimal,0.0,clp,0.0,decimal,0.0,clp,11191.0,integer,19160904302.0,clp,17932047428.0,clp,0.0,clp,1133.5241
+188-2020-08-30,real_asset_day,2020-08-30,0.000032514743858415199711524835008210050202199,decimal,583037.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.4873,clp,0.0,decimal,15819731.9566,decimal,0.0,clp,0.0,decimal,0.0,clp,11191.0,integer,19160904302.0,clp,17931465262.0,clp,0.0,clp,1133.4873
+188-2020-08-31,real_asset_day,2020-08-31,0.000032514724900493711408585562775723856462699609232111,decimal,582920.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.2605,clp,565995.0342,decimal,16289875.7255,decimal,0.0,clp,95851.2653,decimal,0.0,clp,11518.0,integer,19757597549.0,clp,18460672710.0,clp,0.0,clp,1133.2605
+188-2020-09-01,real_asset_day,2020-09-01,0.000032514670959557502919134576512719321708007680584247,decimal,600945.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.5864,clp,342888.4122,decimal,16578427.7665,decimal,0.0,clp,54336.3712,decimal,0.0,clp,11687.0,integer,21186580977.0,clp,18809659447.0,clp,0.0,clp,1134.5864
+188-2020-09-02,real_asset_day,2020-09-02,0.000032514712237880406998570544895125009578855876215341,decimal,613512.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.1508,clp,385436.6952,decimal,16909278.7991,decimal,0.0,clp,54585.6626,decimal,0.0,clp,11816.0,integer,20543186482.0,clp,19245309089.0,clp,0.0,clp,1138.1508
+188-2020-09-03,real_asset_day,2020-09-03,0.000032514677774593796470277472856032428972356759483199,decimal,622010.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.3392,clp,399826.8918,decimal,17201015.6157,decimal,0.0,clp,108090.0752,decimal,0.0,clp,11960.0,integer,20767938551.0,clp,19460182905.0,clp,0.0,clp,1131.3392
+188-2020-09-04,real_asset_day,2020-09-04,0.000032514700958300777725040431468309499936535937694532,decimal,629900.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2577,clp,269116.4943,decimal,17396985.206,decimal,0.0,clp,73146.904,decimal,0.0,clp,12120.0,integer,20919573562.0,clp,19593487695.0,clp,0.0,clp,1126.2577
+188-2020-09-05,real_asset_day,2020-09-05,0.000032514717318975832161959247812750092388432,decimal,637056.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.221,clp,0.0,decimal,17396985.206,decimal,0.0,clp,0.0,decimal,0.0,clp,12120.0,integer,20919573562.0,clp,19592850639.0,clp,0.0,clp,1126.221
+188-2020-09-06,real_asset_day,2020-09-06,0.000032514702670960120060969502688359930357566,decimal,,,0.0,integer,0.0,clp,0.0,clp,1126.1844,clp,0.0,decimal,17396985.206,decimal,0.0,clp,0.0,decimal,0.0,clp,12120.0,integer,,,19592213604.0,clp,,,1126.1844
+188-2020-09-07,real_asset_day,2020-09-07,0.000032514686726263985873363851905134365155154942306692,decimal,636825.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.8137,clp,434240.0417,decimal,17745337.3775,decimal,0.0,clp,85887.8702,decimal,0.0,clp,12346.0,integer,21347305014.0,clp,19977944239.0,clp,0.0,clp,1125.8137
+188-2020-09-08,real_asset_day,2020-09-08,0.00003251468656861356544112119951959559943833847174421,decimal,647729.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.6116,clp,186854.4188,decimal,17883613.8913,decimal,0.0,clp,48577.905,decimal,0.0,clp,12437.0,integer,22946954313.0,clp,20076351652.0,clp,0.0,clp,1122.6116
+188-2020-09-09,real_asset_day,2020-09-09,0.000032514681760946148056072349469314194475495955886269,decimal,652145.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.5261,clp,224835.6715,decimal,17993441.4227,decimal,0.0,clp,115008.1401,decimal,0.0,clp,12494.0,integer,22303140543.0,clp,20180113791.0,clp,0.0,clp,1121.5261
+188-2020-09-10,real_asset_day,2020-09-10,0.000032514702746266683808823820066853490786836273976866,decimal,653757.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.4352,clp,191966.3223,decimal,18159716.7194,decimal,0.0,clp,25691.0256,decimal,0.0,clp,12566.0,integer,21570854252.0,clp,20292305844.0,clp,0.0,clp,1117.4352
+188-2020-09-11,real_asset_day,2020-09-11,0.000032514705409744129980204770555160535847940960357951,decimal,660173.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.0697,clp,264552.1689,decimal,18378678.5988,decimal,0.0,clp,45590.2895,decimal,0.0,clp,12622.0,integer,21826249070.0,clp,20548643070.0,clp,0.0,clp,1118.0697
+188-2020-09-12,real_asset_day,2020-09-12,0.000032514688251913009351453531718312622068638,decimal,668111.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.0333,clp,0.0,decimal,18378678.5988,decimal,0.0,clp,0.0,decimal,0.0,clp,12622.0,integer,21826249070.0,clp,20547974959.0,clp,0.0,clp,1118.0333
+188-2020-09-13,real_asset_day,2020-09-13,0.000032514674756497662605843974529592451645708,decimal,668089.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.997,clp,0.0,decimal,18378678.5988,decimal,0.0,clp,0.0,decimal,0.0,clp,12622.0,integer,21826249070.0,clp,20547306870.0,clp,0.0,clp,1117.997
+188-2020-09-14,real_asset_day,2020-09-14,0.00003251471091303263492266428208871919864687990954084,decimal,669118.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.7177,clp,348139.5616,decimal,18666707.2208,decimal,0.0,clp,60110.9396,decimal,0.0,clp,12789.0,integer,22122786201.0,clp,20901441981.0,clp,0.0,clp,1119.7177
+188-2020-09-15,real_asset_day,2020-09-15,0.000032514693078510988696955880296806288575818667420002,decimal,678337.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.6302,clp,186971.944,decimal,18796981.7749,decimal,0.0,clp,56697.3899,decimal,0.0,clp,12832.0,integer,23107195564.0,clp,21008074653.0,clp,0.0,clp,1117.6302
+188-2020-09-16,real_asset_day,2020-09-16,0.000032514692605120473242628016201408932386120422917466,decimal,682199.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.2033,clp,177911.4126,decimal,18938460.6334,decimal,0.0,clp,36432.5541,decimal,0.0,clp,12892.0,integer,23234044907.0,clp,21139172422.0,clp,0.0,clp,1116.2033
+188-2020-09-17,real_asset_day,2020-09-17,0.000032514687951237413194228996886182414650319967081812,decimal,687009.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.6762,clp,192644.3946,decimal,19079258.2081,decimal,0.0,clp,51846.8199,decimal,0.0,clp,12958.0,integer,22512828307.0,clp,21286273903.0,clp,0.0,clp,1115.6762
+188-2020-09-18,real_asset_day,2020-09-18,0.00003251468558436903189278475408950002076967,decimal,692094.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.6399,clp,0.0,decimal,19079258.2081,decimal,0.0,clp,0.0,decimal,0.0,clp,12958.0,integer,22512828307.0,clp,21285581809.0,clp,0.0,clp,1115.6399
+188-2020-09-19,real_asset_day,2020-09-19,0.000032514709192829679538593139013168287948082,decimal,692072.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.6036,clp,0.0,decimal,19079258.2081,decimal,0.0,clp,0.0,decimal,0.0,clp,12958.0,integer,22512828307.0,clp,21284889737.0,clp,0.0,clp,1115.6036
+188-2020-09-20,real_asset_day,2020-09-20,0.000032514685784476444203190112749153864182996,decimal,692049.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.5674,clp,0.0,decimal,19079258.2081,decimal,0.0,clp,0.0,decimal,0.0,clp,12958.0,integer,22512828307.0,clp,21284197688.0,clp,0.0,clp,1115.5674
+188-2020-09-21,real_asset_day,2020-09-21,0.000032514706280566233508943280471066551569081696211818,decimal,693711.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.2458,clp,262313.5276,decimal,19226112.9622,decimal,0.0,clp,115458.7735,decimal,0.0,clp,13050.0,integer,22803762095.0,clp,21499519315.0,clp,0.0,clp,1118.2458
+188-2020-09-22,real_asset_day,2020-09-22,0.000032514679402977239289869409849068533235499118067917,decimal,700805.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.0532,clp,119748.7739,decimal,19291863.3753,decimal,0.0,clp,53998.3608,decimal,0.0,clp,13101.0,integer,22959594127.0,clp,21627205328.0,clp,0.0,clp,1121.0532
+188-2020-09-23,real_asset_day,2020-09-23,0.000032514702486816446851038583246477381670630810626781,decimal,702019.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.167,clp,284535.8578,decimal,19548921.0945,decimal,0.0,clp,27478.1386,decimal,0.0,clp,13148.0,integer,23183548370.0,clp,21878507787.0,clp,0.0,clp,1119.167
+188-2020-09-24,real_asset_day,2020-09-24,0.000032514713817906200497101984271614389757025198215752,decimal,713884.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.1168,clp,143278.8494,decimal,19562769.8136,decimal,0.0,clp,129430.1303,decimal,0.0,clp,13207.0,integer,23297609712.0,clp,21971275191.0,clp,0.0,clp,1123.1168
+188-2020-09-25,real_asset_day,2020-09-25,0.00003251467387964033847969365457140590292840357456773,decimal,715661.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.1168,clp,163692.45,decimal,19691847.002,decimal,0.0,clp,34615.2616,decimal,0.0,clp,13268.0,integer,23465733011.0,clp,22155627591.0,clp,0.0,clp,1125.1168
+188-2020-09-26,real_asset_day,2020-09-26,0.000032514692681359754324669327251131562185687,decimal,720360.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.0802,clp,0.0,decimal,19691847.002,decimal,0.0,clp,0.0,decimal,0.0,clp,13268.0,integer,23465733011.0,clp,22154907231.0,clp,0.0,clp,1125.0802
+188-2020-09-27,real_asset_day,2020-09-27,0.000032514711708741983676794380662228966027788,decimal,720337.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.0436,clp,0.0,decimal,19691847.002,decimal,0.0,clp,0.0,decimal,0.0,clp,13268.0,integer,23465733011.0,clp,22154186894.0,clp,0.0,clp,1125.0436
+188-2020-09-28,real_asset_day,2020-09-28,0.000032514673429069532652393159108883757828207397037934,decimal,721107.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2476,clp,301952.5951,decimal,19929941.9432,decimal,0.0,clp,63857.6539,decimal,0.0,clp,13369.0,integer,23803068588.0,clp,22446048448.0,clp,0.0,clp,1126.2476
+188-2020-09-29,real_asset_day,2020-09-29,0.000032514704761361780068849566301970994779690742851234,decimal,729090.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.1108,clp,237249.0223,decimal,20037444.9986,decimal,0.0,clp,129745.9669,decimal,0.0,clp,13426.0,integer,23906050277.0,clp,22544345752.0,clp,0.0,clp,1125.1108
+188-2020-09-30,real_asset_day,2020-09-30,0.000032514675896487651323355728502177552075471436165254,decimal,733761.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2449,clp,212866.7825,decimal,20144959.7581,decimal,0.0,clp,105352.023,decimal,0.0,clp,13524.0,integer,24133831011.0,clp,22688158965.0,clp,0.0,clp,1126.2449
+188-2020-10-01,real_asset_day,2020-10-01,0.000032514706730890515202872683814892420377827887818992,decimal,737704.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2528,clp,246668.6186,decimal,20328279.9311,decimal,0.0,clp,63348.4456,decimal,0.0,clp,13611.0,integer,25438884347.0,clp,22894782674.0,clp,0.0,clp,1126.2528
+188-2020-10-02,real_asset_day,2020-10-02,0.000032514711690132230866673822134483140776317593050538,decimal,744465.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.3251,clp,322178.5524,decimal,20596524.703,decimal,0.0,clp,53933.7805,decimal,0.0,clp,13701.0,integer,24589043869.0,clp,23198381818.0,clp,0.0,clp,1126.3251
+188-2020-10-03,real_asset_day,2020-10-03,0.000032514704283625813402004410851573585014891,decimal,754264.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2884,clp,0.0,decimal,20596524.703,decimal,0.0,clp,0.0,decimal,0.0,clp,13701.0,integer,24589043869.0,clp,23197627554.0,clp,0.0,clp,1126.2884
+188-2020-10-04,real_asset_day,2020-10-04,0.000032514683757499323998873164514672006777738,decimal,754239.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2518,clp,0.0,decimal,20596524.703,decimal,0.0,clp,0.0,decimal,0.0,clp,13701.0,integer,24589043869.0,clp,23196873315.0,clp,0.0,clp,1126.2518
+188-2020-10-05,real_asset_day,2020-10-05,0.000032514688371166907229569999777750228583589280594017,decimal,756728.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.9683,clp,539066.0377,decimal,21049916.5432,decimal,0.0,clp,85674.1975,decimal,0.0,clp,13846.0,integer,25163705327.0,clp,23785738449.0,clp,0.0,clp,1129.9683
+188-2020-10-06,real_asset_day,2020-10-06,0.000032514708072071335938848662973534032799366822286678,decimal,773524.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.1694,clp,264439.2212,decimal,21208880.8468,decimal,0.0,clp,105474.9176,decimal,0.0,clp,13932.0,integer,25396995321.0,clp,23969628757.0,clp,0.0,clp,1130.1694
+188-2020-10-07,real_asset_day,2020-10-07,0.000032514712501502959031572094987073488808533365613474,decimal,779545.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.4296,clp,208080.8223,decimal,21332733.058,decimal,0.0,clp,84228.6111,decimal,0.0,clp,14028.0,integer,25582217798.0,clp,24115152840.0,clp,0.0,clp,1130.4296
+188-2020-10-08,real_asset_day,2020-10-08,0.000032514712576186046051594879039811791578726131843962,decimal,786110.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.3314,clp,241171.2424,decimal,21511510.7126,decimal,0.0,clp,62393.5878,decimal,0.0,clp,14088.0,integer,25826143308.0,clp,24379669506.0,clp,0.0,clp,1133.3314
+188-2020-10-09,real_asset_day,2020-10-09,0.000032514708626511432932299089808956356618273190333609,decimal,795429.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.2361,clp,199081.6858,decimal,21571663.7983,decimal,0.0,clp,138928.6001,decimal,0.0,clp,14138.0,integer,26001687335.0,clp,24532075124.0,clp,0.0,clp,1137.2361
+188-2020-10-10,real_asset_day,2020-10-10,0.000032514694764573271175694776333074554678175,decimal,797627.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.1991,clp,0.0,decimal,21571663.7983,decimal,0.0,clp,0.0,decimal,0.0,clp,14138.0,integer,26001687335.0,clp,24531277497.0,clp,0.0,clp,1137.1991
+188-2020-10-11,real_asset_day,2020-10-11,0.000032514692063976244030020178126237176163233,decimal,797601.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.1622,clp,0.0,decimal,21571663.7983,decimal,0.0,clp,0.0,decimal,0.0,clp,14138.0,integer,26001687335.0,clp,24530479896.0,clp,0.0,clp,1137.1622
+188-2020-10-12,real_asset_day,2020-10-12,0.000032514689328739961874535195290106178786823,decimal,797575.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.1252,clp,0.0,decimal,21571663.7983,decimal,0.0,clp,0.0,decimal,0.0,clp,14138.0,integer,26001687335.0,clp,24529682321.0,clp,0.0,clp,1137.1252
+188-2020-10-13,real_asset_day,2020-10-13,0.00003251468167715063450237340408997429581698586744359,decimal,802595.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.2826,clp,457382.5925,decimal,21807461.7704,decimal,0.0,clp,221584.6204,decimal,0.0,clp,14311.0,integer,27153753172.0,clp,24953899403.0,clp,0.0,clp,1144.2826
+188-2020-10-14,real_asset_day,2020-10-14,0.000032514705078530239976748524837474265892478852319659,decimal,811451.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.3987,clp,219724.1775,decimal,21976447.9547,decimal,0.0,clp,50737.9932,decimal,0.0,clp,14388.0,integer,27340186555.0,clp,25149818761.0,clp,0.0,clp,1144.3987
+188-2020-10-15,real_asset_day,2020-10-15,0.000032514681314266480766434906660966805751990187890129,decimal,818428.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.3639,clp,217490.5871,decimal,22039992.7279,decimal,0.0,clp,153945.8139,decimal,0.0,clp,14455.0,integer,26899577546.0,clp,25243811311.0,clp,0.0,clp,1145.3639
+188-2020-10-16,real_asset_day,2020-10-16,0.000032514690563676250873961361556751217990383276520458,decimal,817696.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.0398,clp,278853.4855,decimal,22213997.0758,decimal,0.0,clp,104849.1376,decimal,0.0,clp,14511.0,integer,26859706409.0,clp,25347055247.0,clp,0.0,clp,1141.0398
+188-2020-10-17,real_asset_day,2020-10-17,0.000032514696012721066356888718660363204432079,decimal,824125.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.0027,clp,0.0,decimal,22213997.0758,decimal,0.0,clp,0.0,decimal,0.0,clp,14511.0,integer,26859706409.0,clp,25346231122.0,clp,0.0,clp,1141.0027
+188-2020-10-18,real_asset_day,2020-10-18,0.00003251468793614746409605735909842060857961,decimal,824098.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.9656,clp,0.0,decimal,22213997.0758,decimal,0.0,clp,0.0,decimal,0.0,clp,14511.0,integer,26859706409.0,clp,25345407024.0,clp,0.0,clp,1140.9656
+188-2020-10-19,real_asset_day,2020-10-19,0.000032514684328743853730951331221715911494560576607244,decimal,819539.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.6538,clp,225278.0645,decimal,22287055.6528,decimal,0.0,clp,152219.4875,decimal,0.0,clp,14593.0,integer,26914659546.0,clp,25288092457.0,clp,0.0,clp,1134.6538
+188-2020-10-20,real_asset_day,2020-10-20,0.000032514694189244239184011752842336822244205885090532,decimal,820761.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.6203,clp,327211.3018,decimal,22443944.1848,decimal,0.0,clp,170322.7698,decimal,0.0,clp,14638.0,integer,27063769905.0,clp,25420466765.0,clp,0.0,clp,1132.6203
+188-2020-10-21,real_asset_day,2020-10-21,0.000032514701492751521342226859545602560216481305583502,decimal,824821.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.2662,clp,265448.7207,decimal,22644947.7167,decimal,0.0,clp,64445.1888,decimal,0.0,clp,14660.0,integer,27190212983.0,clp,25594820050.0,clp,0.0,clp,1130.2662
+188-2020-10-22,real_asset_day,2020-10-22,0.000032514703970550284842548989765212530706489377870423,decimal,830168.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.4956,clp,144444.9779,decimal,22699686.285,decimal,0.0,clp,89706.4096,decimal,0.0,clp,14681.0,integer,27115822809.0,clp,25593796789.0,clp,0.0,clp,1127.4956
+188-2020-10-23,real_asset_day,2020-10-23,0.000032514715413433598893061497949282345012571096430064,decimal,831835.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.0349,clp,177130.4863,decimal,22809223.7194,decimal,0.0,clp,67593.0519,decimal,0.0,clp,14717.0,integer,27113873925.0,clp,25706791914.0,clp,0.0,clp,1127.0349
+188-2020-10-24,real_asset_day,2020-10-24,0.000032514682471880622923150653029476486626628,decimal,835821.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.9983,clp,0.0,decimal,22809223.7194,decimal,0.0,clp,0.0,decimal,0.0,clp,14717.0,integer,27113873925.0,clp,25705956093.0,clp,0.0,clp,1126.9983
+188-2020-10-25,real_asset_day,2020-10-25,0.000032514689302291057136281562437826115228795,decimal,835794.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.9616,clp,0.0,decimal,22809223.7194,decimal,0.0,clp,0.0,decimal,0.0,clp,14717.0,integer,27113873925.0,clp,25705120299.0,clp,0.0,clp,1126.9616
+188-2020-10-26,real_asset_day,2020-10-26,0.000032514694233611102361905328638571963780313631910334,decimal,835948.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.1691,clp,295518.76,decimal,22882242.1755,decimal,0.0,clp,222500.3039,decimal,0.0,clp,14761.0,integer,27381446820.0,clp,25792156868.0,clp,0.0,clp,1127.1691
+188-2020-10-27,real_asset_day,2020-10-27,0.000032514708572152179049933436297115422498574876181052,decimal,837311.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.4037,clp,113167.6506,decimal,22884612.1332,decimal,0.0,clp,110797.6929,decimal,0.0,clp,14774.0,integer,27366368370.0,clp,25754428032.0,clp,0.0,clp,1125.4037
+188-2020-10-28,real_asset_day,2020-10-28,0.0000325146798199409990564449116956580498053757911681,decimal,834274.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.2067,clp,160142.32,decimal,22875317.0753,decimal,0.0,clp,169437.3779,decimal,0.0,clp,14778.0,integer,27370933013.0,clp,25647957999.0,clp,0.0,clp,1121.2067
+188-2020-10-29,real_asset_day,2020-10-29,0.000032514693806415665861759435457551020964740108465147,decimal,832902.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.8171,clp,158478.0255,decimal,22877541.8948,decimal,0.0,clp,156253.206,decimal,0.0,clp,14781.0,integer,27268752619.0,clp,25618663727.0,clp,0.0,clp,1119.8171
+188-2020-10-30,real_asset_day,2020-10-30,0.00003251468269613024012580254271481483398414540438153,decimal,830681.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.7228,clp,228362.8118,decimal,23037149.8841,decimal,0.0,clp,68754.8225,decimal,0.0,clp,14814.0,integer,27326961749.0,clp,25726111368.0,clp,0.0,clp,1116.7228
+188-2020-10-31,real_asset_day,2020-10-31,0.000032514715689772283738903753860361368986323,decimal,836450.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.6865,clp,0.0,decimal,23037149.8841,decimal,0.0,clp,0.0,decimal,0.0,clp,14814.0,integer,27326961749.0,clp,25725274918.0,clp,0.0,clp,1116.6865
+188-2020-11-01,real_asset_day,2020-11-01,0.000032514684436360340294519600930379040293591,decimal,836422.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.6502,clp,0.0,decimal,23037149.8841,decimal,0.0,clp,0.0,decimal,0.0,clp,14814.0,integer,27326961749.0,clp,25724438496.0,clp,0.0,clp,1116.6502
+188-2020-11-02,real_asset_day,2020-11-02,0.00003251470556935847962683464457749543070049390137236,decimal,836430.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.6602,clp,388045.4164,decimal,23309808.6429,decimal,0.0,clp,115386.6576,decimal,0.0,clp,14919.0,integer,27573744082.0,clp,26029135003.0,clp,0.0,clp,1116.6602
+188-2020-11-03,real_asset_day,2020-11-03,0.000032514680108358758199494574634535107682097217615209,decimal,844198.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.8485,clp,192432.9226,decimal,23424719.5199,decimal,0.0,clp,77522.0456,decimal,0.0,clp,14963.0,integer,28019080601.0,clp,26091588742.0,clp,0.0,clp,1113.8485
+188-2020-11-04,real_asset_day,2020-11-04,0.000032514683470147353107104376333206492294061667857471,decimal,855364.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.0447,clp,131998.5103,decimal,23509544.6349,decimal,0.0,clp,47173.3953,decimal,0.0,clp,15027.0,integer,28081548346.0,clp,26402269222.0,clp,0.0,clp,1123.0447
+188-2020-11-05,real_asset_day,2020-11-05,0.000032514686383996698935698591433885177326407652847269,decimal,860623.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.8724,clp,228325.1955,decimal,23474495.6589,decimal,0.0,clp,263374.1715,decimal,0.0,clp,15095.0,integer,28045674063.0,clp,26429286089.0,clp,0.0,clp,1125.8724
+188-2020-11-06,real_asset_day,2020-11-06,0.000032514688107803380649668416310576981906680703275865,decimal,861924.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.2578,clp,221653.2819,decimal,23609241.0516,decimal,0.0,clp,86907.8892,decimal,0.0,clp,15144.0,integer,28302232839.0,clp,26660920332.0,clp,0.0,clp,1129.2578
+188-2020-11-07,real_asset_day,2020-11-07,0.000032514713460352829431652639150924122106923,decimal,866844.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.2211,clp,0.0,decimal,23609241.0516,decimal,0.0,clp,0.0,decimal,0.0,clp,15144.0,integer,28302232839.0,clp,26660053488.0,clp,0.0,clp,1129.2211
+188-2020-11-08,real_asset_day,2020-11-08,0.000032514682860820222893076705078668849156004,decimal,866815.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.1844,clp,0.0,decimal,23609241.0516,decimal,0.0,clp,0.0,decimal,0.0,clp,15144.0,integer,28302232839.0,clp,26659186673.0,clp,0.0,clp,1129.1844
+188-2020-11-09,real_asset_day,2020-11-09,0.00003251470720013657023668420031504008773615337009891,decimal,862381.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.4075,clp,325791.8767,decimal,23660274.8059,decimal,0.0,clp,274758.1224,decimal,0.0,clp,15270.0,integer,28475086829.0,clp,26580129361.0,clp,0.0,clp,1123.4075
+188-2020-11-10,real_asset_day,2020-11-10,0.000032514694550463419143750899407970433034138532306236,decimal,864009.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.101,clp,243859.5088,decimal,23813046.542,decimal,0.0,clp,91087.7727,decimal,0.0,clp,15348.0,integer,28447715674.0,clp,26744455736.0,clp,0.0,clp,1123.101
+188-2020-11-11,real_asset_day,2020-11-11,0.000032514696590177794978072034071142607126311144622026,decimal,871618.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.723,clp,144821.6003,decimal,23903979.2678,decimal,0.0,clp,53888.8745,decimal,0.0,clp,15397.0,integer,29044543039.0,clp,26909258294.0,clp,0.0,clp,1125.723
+188-2020-11-12,real_asset_day,2020-11-12,0.000032514699768397886975758817862313995513549009651464,decimal,875708.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.7028,clp,240521.4215,decimal,24062082.6877,decimal,0.0,clp,82418.0016,decimal,0.0,clp,15456.0,integer,28790446853.0,clp,27110815438.0,clp,0.0,clp,1126.7028
+188-2020-11-13,real_asset_day,2020-11-13,0.000032514708588408578896601425415203601484121167485888,decimal,886477.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.0639,clp,187713.5232,decimal,24163759.911,decimal,0.0,clp,86036.2999,decimal,0.0,clp,15495.0,integer,28820808263.0,clp,27379083310.0,clp,0.0,clp,1133.0639
+188-2020-11-14,real_asset_day,2020-11-14,0.000032514709653346869174739296188402267532607,decimal,890194.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.027,clp,0.0,decimal,24163759.911,decimal,0.0,clp,0.0,decimal,0.0,clp,15495.0,integer,28820808263.0,clp,27378193116.0,clp,0.0,clp,1133.027
+188-2020-11-15,real_asset_day,2020-11-15,0.000032514707588005314906740829453883775302494,decimal,890165.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.9902,clp,0.0,decimal,24163759.911,decimal,0.0,clp,0.0,decimal,0.0,clp,15495.0,integer,28820808263.0,clp,27377302951.0,clp,0.0,clp,1132.9902
+188-2020-11-16,real_asset_day,2020-11-16,0.000032514692038510951113831719769505894621243545304292,decimal,892433.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.8774,clp,315832.5859,decimal,24295929.4671,decimal,0.0,clp,183663.0298,decimal,0.0,clp,15541.0,integer,29758467171.0,clp,27597197538.0,clp,0.0,clp,1135.8774
+188-2020-11-17,real_asset_day,2020-11-17,0.000032514688842420020450619283343219656696230300686596,decimal,898033.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.7872,clp,164897.8997,decimal,24286110.3578,decimal,0.0,clp,174717.009,decimal,0.0,clp,15580.0,integer,29879190654.0,clp,27608139437.0,clp,0.0,clp,1136.7872
+188-2020-11-18,real_asset_day,2020-11-18,0.000032514705080600621131083867496932767492077849310325,decimal,894032.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.1795,clp,178809.876,decimal,24332268.6395,decimal,0.0,clp,132651.5943,decimal,0.0,clp,15620.0,integer,29307455152.0,clp,27548495326.0,clp,0.0,clp,1132.1795
+188-2020-11-19,real_asset_day,2020-11-19,0.00003251470047404859204844776231605392780812441257281,decimal,898038.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.0954,clp,222710.0091,decimal,24445170.6925,decimal,0.0,clp,109807.9561,decimal,0.0,clp,15638.0,integer,31624131553.0,clp,27747600172.0,clp,0.0,clp,1135.0954
+188-2020-11-20,real_asset_day,2020-11-20,0.000032514695574923196418431628133756257026247430788226,decimal,902805.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.8505,clp,177322.6065,decimal,24553753.6403,decimal,0.0,clp,68739.6587,decimal,0.0,clp,15671.0,integer,29549707454.0,clp,27889394358.0,clp,0.0,clp,1135.8505
+188-2020-11-21,real_asset_day,2020-11-21,0.000032514706925534814369602989957364476043019,decimal,906786.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.8136,clp,0.0,decimal,24553753.6403,decimal,0.0,clp,0.0,decimal,0.0,clp,15671.0,integer,29549707454.0,clp,27888487572.0,clp,0.0,clp,1135.8136
+188-2020-11-22,real_asset_day,2020-11-22,0.000032514688383431415673929570442235235869733,decimal,906756.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.7767,clp,0.0,decimal,24553753.6403,decimal,0.0,clp,0.0,decimal,0.0,clp,15671.0,integer,29549707454.0,clp,27887580816.0,clp,0.0,clp,1135.7767
+188-2020-11-23,real_asset_day,2020-11-23,0.000032514694059043870820795193068478994555454291195791,decimal,909146.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.7701,clp,257911.1193,decimal,24687410.9017,decimal,0.0,clp,124253.8579,decimal,0.0,clp,15723.0,integer,29679910945.0,clp,28113286069.0,clp,0.0,clp,1138.7701
+188-2020-11-24,real_asset_day,2020-11-24,0.000032514686435181450200933925977523710474139018188411,decimal,918341.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.0602,clp,206462.7195,decimal,24743976.3764,decimal,0.0,clp,149897.2448,decimal,0.0,clp,15771.0,integer,29935018014.0,clp,28308597325.0,clp,0.0,clp,1144.0602
+188-2020-11-25,real_asset_day,2020-11-25,0.000032514692180615140319292689035974962648649726594094,decimal,920759.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.45,clp,270971.6081,decimal,24864288.2543,decimal,0.0,clp,150659.7302,decimal,0.0,clp,15810.0,integer,30178377876.0,clp,28455935336.0,clp,0.0,clp,1144.45
+188-2020-11-26,real_asset_day,2020-11-26,0.000032514714894868706756990317803357233228578440978625,decimal,922681.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.2889,clp,249847.1387,decimal,25033686.4063,decimal,0.0,clp,80448.9867,decimal,0.0,clp,15860.0,integer,30248510526.0,clp,28570668553.0,clp,0.0,clp,1141.2889
+188-2020-11-27,real_asset_day,2020-11-27,0.000032514696513436764894244508202186022257560448585727,decimal,931212.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.0475,clp,182801.734,decimal,25067146.5099,decimal,0.0,clp,149341.6304,decimal,0.0,clp,15895.0,integer,30364478089.0,clp,28678005975.0,clp,0.0,clp,1144.0475
+188-2020-11-28,real_asset_day,2020-11-28,0.000032514684540832956943782464753757360459598,decimal,932426.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.0103,clp,0.0,decimal,25067146.5099,decimal,0.0,clp,0.0,decimal,0.0,clp,15895.0,integer,30364478089.0,clp,28677073549.0,clp,0.0,clp,1144.0103
+188-2020-11-29,real_asset_day,2020-11-29,0.000032514695580038177949193330224363887584189,decimal,932396.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.9731,clp,0.0,decimal,25067146.5099,decimal,0.0,clp,0.0,decimal,0.0,clp,15895.0,integer,30364478089.0,clp,28676141153.0,clp,0.0,clp,1143.9731
+188-2020-11-30,real_asset_day,2020-11-30,0.000032514697470039117269409153720763483804757029023619,decimal,933974.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.9091,clp,428609.4225,decimal,25332954.1209,decimal,0.0,clp,162801.8115,decimal,0.0,clp,15998.0,integer,30737296632.0,clp,29029262745.0,clp,0.0,clp,1145.9091
+188-2020-12-01,real_asset_day,2020-12-01,0.000032514697284297608771587139780944240126171507617558,decimal,940410.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.6992,clp,312367.8595,decimal,25525369.1062,decimal,0.0,clp,119952.8742,decimal,0.0,clp,16085.0,integer,30897756807.0,clp,29142292839.0,clp,0.0,clp,1141.6992
+188-2020-12-02,real_asset_day,2020-12-02,0.000032514706490102097691586801207679663722747539050619,decimal,944949.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.5615,clp,293155.9137,decimal,25696864.8009,decimal,0.0,clp,121660.219,decimal,0.0,clp,16149.0,integer,30984185346.0,clp,29257461380.0,clp,0.0,clp,1138.5615
+188-2020-12-03,real_asset_day,2020-12-03,0.000032514689569952255547905913455966959155728773388268,decimal,951185.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.4271,clp,191662.5344,decimal,25830706.6046,decimal,0.0,clp,57820.7307,decimal,0.0,clp,16214.0,integer,30990601124.0,clp,29406377481.0,clp,0.0,clp,1138.4271
+188-2020-12-04,real_asset_day,2020-12-04,0.000032514713455884274656588590293693868113996141323373,decimal,953837.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.6852,clp,187577.6318,decimal,25930191.3979,decimal,0.0,clp,88092.8385,decimal,0.0,clp,16268.0,integer,30989404060.0,clp,29448533336.0,clp,0.0,clp,1135.6852
+188-2020-12-05,real_asset_day,2020-12-05,0.000032514696783517992789731588397347786480651,decimal,957479.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.6482,clp,0.0,decimal,25930191.3979,decimal,0.0,clp,0.0,decimal,0.0,clp,16268.0,integer,30989404060.0,clp,29447575857.0,clp,0.0,clp,1135.6482
+188-2020-12-06,real_asset_day,2020-12-06,0.000032514701236708650011562011816472002559443,decimal,957448.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.6113,clp,0.0,decimal,25930191.3979,decimal,0.0,clp,0.0,decimal,0.0,clp,16268.0,integer,30989404060.0,clp,29446618409.0,clp,0.0,clp,1135.6113
+188-2020-12-07,real_asset_day,2020-12-07,0.000032514686919512086086924294064926423712449320884906,decimal,958015.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2843,clp,322927.3426,decimal,26157033.9129,decimal,0.0,clp,96084.8276,decimal,0.0,clp,16376.0,integer,31888412425.0,clp,29721827237.0,clp,0.0,clp,1136.2843
+188-2020-12-08,real_asset_day,2020-12-08,0.000032514704205974454722719177096116248728557,decimal,966365.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2474,clp,0.0,decimal,26157033.9129,decimal,0.0,clp,0.0,decimal,0.0,clp,16376.0,integer,31888412425.0,clp,29720860872.0,clp,0.0,clp,1136.2474
+188-2020-12-09,real_asset_day,2020-12-09,0.00003251469114299425654781789871725048105588216059783,decimal,960483.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.3318,clp,254689.4307,decimal,26269522.638,decimal,0.0,clp,142200.7056,decimal,0.0,clp,16434.0,integer,31288737921.0,clp,29667007066.0,clp,0.0,clp,1129.3318
+188-2020-12-10,real_asset_day,2020-12-10,0.000032514706144014133410110437154457683795505230030542,decimal,965267.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.0963,clp,165782.1876,decimal,26355188.8705,decimal,0.0,clp,80115.9551,decimal,0.0,clp,16451.0,integer,31399000234.0,clp,29783900858.0,clp,0.0,clp,1130.0963
+188-2020-12-11,real_asset_day,2020-12-11,0.000032514702514115907275194304080007510623569272794119,decimal,966840.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.2587,clp,216207.3006,decimal,26523534.6193,decimal,0.0,clp,47861.5518,decimal,0.0,clp,16503.0,integer,31490481435.0,clp,29925408750.0,clp,0.0,clp,1128.2587
+188-2020-12-12,real_asset_day,2020-12-12,0.000032514698275631306685202881161652443234909,decimal,972984.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.222,clp,0.0,decimal,26523534.6193,decimal,0.0,clp,0.0,decimal,0.0,clp,16503.0,integer,31490481435.0,clp,29924435766.0,clp,0.0,clp,1128.222
+188-2020-12-13,real_asset_day,2020-12-13,0.000032514686085889578087117173710936943034777,decimal,972952.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.1853,clp,0.0,decimal,26523534.6193,decimal,0.0,clp,0.0,decimal,0.0,clp,16503.0,integer,31490481435.0,clp,29923462814.0,clp,0.0,clp,1128.1853
+188-2020-12-14,real_asset_day,2020-12-14,0.00003251468500456772379298432830810886269562370028873,decimal,972515.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.6787,clp,414276.7626,decimal,26844208.6303,decimal,0.0,clp,93602.7516,decimal,0.0,clp,16595.0,integer,31786180920.0,clp,30271640980.0,clp,0.0,clp,1127.6787
+188-2020-12-15,real_asset_day,2020-12-15,0.000032514714087806834798965051567868067604516788388555,decimal,987639.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.5342,clp,171401.2725,decimal,26899514.3936,decimal,0.0,clp,116095.5092,decimal,0.0,clp,16622.0,integer,32010441641.0,clp,30437720594.0,clp,0.0,clp,1131.5342
+188-2020-12-16,real_asset_day,2020-12-16,0.000032514714190319297228188395851723165144376662594076,decimal,991166.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.2403,clp,128894.1092,decimal,26987321.9199,decimal,0.0,clp,41086.5829,decimal,0.0,clp,16650.0,integer,33184954747.0,clp,30583121129.0,clp,0.0,clp,1133.2403
+188-2020-12-17,real_asset_day,2020-12-17,0.000032514700109510356170058115704749946183757650941558,decimal,990811.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.1491,clp,195334.7891,decimal,27137030.6995,decimal,0.0,clp,45626.0095,decimal,0.0,clp,16706.0,integer,32670423507.0,clp,30641752698.0,clp,0.0,clp,1129.1491
+188-2020-12-18,real_asset_day,2020-12-18,0.000032514710380587326667126630560297115414907365923609,decimal,996197.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.0236,clp,135490.4539,decimal,27180937.8558,decimal,0.0,clp,91583.2976,decimal,0.0,clp,16737.0,integer,32215913855.0,clp,30687919854.0,clp,0.0,clp,1129.0236
+188-2020-12-19,real_asset_day,2020-12-19,0.000032514697872398331965419344002545813092673,decimal,997776.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.9869,clp,0.0,decimal,27180937.8558,decimal,0.0,clp,0.0,decimal,0.0,clp,16737.0,integer,32215913855.0,clp,30686922078.0,clp,0.0,clp,1128.9869
+188-2020-12-20,real_asset_day,2020-12-20,0.00003251471225504195691861800834746202239006,decimal,997744.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.9502,clp,0.0,decimal,27180937.8558,decimal,0.0,clp,0.0,decimal,0.0,clp,16737.0,integer,32215913855.0,clp,30685924334.0,clp,0.0,clp,1128.9502
+188-2020-12-21,real_asset_day,2020-12-21,0.00003251470437632397112541385122635708987591813710522,decimal,1001094.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.741,clp,298226.639,decimal,27344863.7944,decimal,0.0,clp,134300.7004,decimal,0.0,clp,16855.0,integer,33633332086.0,clp,30974647709.0,clp,0.0,clp,1132.741
+188-2020-12-22,real_asset_day,2020-12-22,0.000032514696856468927425770446948339859472784615520336,decimal,1008104.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.835,clp,217391.816,decimal,27519312.1026,decimal,0.0,clp,42943.5078,decimal,0.0,clp,16886.0,integer,33349462444.0,clp,31202359609.0,clp,0.0,clp,1133.835
+188-2020-12-23,real_asset_day,2020-12-23,0.000032514693085224878427864866320607509246874887395105,decimal,1003381.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.3692,clp,183640.3599,decimal,27630869.432,decimal,0.0,clp,72083.0305,decimal,0.0,clp,16937.0,integer,32603554978.0,clp,30984407154.0,clp,0.0,clp,1121.3692
+188-2020-12-24,real_asset_day,2020-12-24,0.000032514690932999515604542230587749122122439573284554,decimal,1009147.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.2599,clp,290293.1484,decimal,27825203.8203,decimal,0.0,clp,95958.7601,decimal,0.0,clp,16976.0,integer,32838954681.0,clp,31254935493.0,clp,0.0,clp,1123.2599
+188-2020-12-25,real_asset_day,2020-12-25,0.000032514706103364751951731387720160151776006,decimal,1016212.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.2234,clp,0.0,decimal,27825203.8203,decimal,0.0,clp,0.0,decimal,0.0,clp,16976.0,integer,32838954681.0,clp,31253919281.0,clp,0.0,clp,1123.2234
+188-2020-12-26,real_asset_day,2020-12-26,0.000032514707407612657436127099665430626848523,decimal,1016179.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.1869,clp,0.0,decimal,27825203.8203,decimal,0.0,clp,0.0,decimal,0.0,clp,16976.0,integer,32838954681.0,clp,31252903102.0,clp,0.0,clp,1123.1869
+188-2020-12-27,real_asset_day,2020-12-27,0.000032514708677611920899845968328031603545521,decimal,1016146.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.1503,clp,0.0,decimal,27825203.8203,decimal,0.0,clp,0.0,decimal,0.0,clp,16976.0,integer,32838954681.0,clp,31251886956.0,clp,0.0,clp,1123.1503
+188-2020-12-28,real_asset_day,2020-12-28,0.000032514707082653247097970960807639979938651193878137,decimal,1017554.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.7067,clp,386008.3412,decimal,27982487.1956,decimal,0.0,clp,228724.9659,decimal,0.0,clp,17101.0,integer,33282820564.0,clp,31472089636.0,clp,0.0,clp,1124.7067
+188-2020-12-29,real_asset_day,2020-12-29,0.000032514712116115083099334216452913237267658013906096,decimal,1023729.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.1716,clp,151070.7556,decimal,28028221.8187,decimal,0.0,clp,105336.1325,decimal,0.0,clp,17162.0,integer,33394686614.0,clp,31536560454.0,clp,0.0,clp,1125.1716
+188-2020-12-30,real_asset_day,2020-12-30,0.000032514717730600070220994733113581309122556606164892,decimal,1025981.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.8066,clp,220693.2359,decimal,28169850.2841,decimal,0.0,clp,79064.7705,decimal,0.0,clp,17254.0,integer,33569914471.0,clp,31713802922.0,clp,0.0,clp,1125.8066
+188-2020-12-31,real_asset_day,2020-12-31,0.000032514691771364880377384228627926432392495,decimal,1031131.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.77,clp,0.0,decimal,28169850.2841,decimal,0.0,clp,0.0,decimal,0.0,clp,17254.0,integer,33569914471.0,clp,31712771791.0,clp,0.0,clp,1125.77
+188-2021-01-01,real_asset_day,2021-01-01,0.000032603794982908251125936053981764075043534,decimal,1033923.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.7333,clp,0.0,decimal,28169850.2841,decimal,0.0,clp,0.0,decimal,0.0,clp,17254.0,integer,33569914471.0,clp,31711737868.0,clp,0.0,clp,1125.7333
+188-2021-01-02,real_asset_day,2021-01-02,0.000032603785796893046011679651333041129518722,decimal,1033889.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.6966,clp,0.0,decimal,28169850.2841,decimal,0.0,clp,0.0,decimal,0.0,clp,17254.0,integer,33569914471.0,clp,31710703979.0,clp,0.0,clp,1125.6966
+188-2021-01-03,real_asset_day,2021-01-03,0.000032603776575320137505697881727985900380854,decimal,1033855.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.6599,clp,0.0,decimal,28169850.2841,decimal,0.0,clp,0.0,decimal,0.0,clp,17254.0,integer,33569914471.0,clp,31709670124.0,clp,0.0,clp,1125.6599
+188-2021-01-04,real_asset_day,2021-01-04,0.000032603793488361355916701579071056817706116285211921,decimal,1027552.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.7966,clp,696438.6367,decimal,28638253.2894,decimal,0.0,clp,228035.6314,decimal,0.0,clp,17504.0,integer,34321904860.0,clp,32040380302.0,clp,0.0,clp,1118.7966
+188-2021-01-05,real_asset_day,2021-01-05,0.000032603782762098484859119842723895651337522143823285,decimal,1045563.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.7877,clp,220610.798,decimal,28775572.2358,decimal,0.0,clp,83291.8516,decimal,0.0,clp,17558.0,integer,34272004098.0,clp,32222531610.0,clp,0.0,clp,1119.7877
+188-2021-01-06,real_asset_day,2021-01-06,0.000032603779699834698189222645165669936042629210632696,decimal,1043385.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.1226,clp,189020.2013,decimal,28793033.5714,decimal,0.0,clp,171558.8657,decimal,0.0,clp,17615.0,integer,33967987394.0,clp,32021383630.0,clp,0.0,clp,1112.1226
+188-2021-01-07,real_asset_day,2021-01-07,0.000032603778697962782850221358849219445588509433502756,decimal,1054616.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.4118,clp,164687.6228,decimal,28801152.2763,decimal,0.0,clp,156568.9179,decimal,0.0,clp,17645.0,integer,34282910002.0,clp,32355555391.0,clp,0.0,clp,1123.4118
+188-2021-01-08,real_asset_day,2021-01-08,0.000032603785942737938322454465041130117975734233558129,decimal,1057567.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2375,clp,216387.3253,decimal,28838177.5684,decimal,0.0,clp,179362.0332,decimal,0.0,clp,17656.0,integer,34526862218.0,clp,32478637788.0,clp,0.0,clp,1126.2375
+188-2021-01-09,real_asset_day,2021-01-09,0.000032603785010908406723742379297090077031215,decimal,1058892.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.2008,clp,0.0,decimal,28838177.5684,decimal,0.0,clp,0.0,decimal,0.0,clp,17656.0,integer,34526862218.0,clp,32477578896.0,clp,0.0,clp,1126.2008
+188-2021-01-10,real_asset_day,2021-01-10,0.000032603801108032989923019657984453167906869,decimal,1058858.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.1641,clp,0.0,decimal,28838177.5684,decimal,0.0,clp,0.0,decimal,0.0,clp,17656.0,integer,34526862218.0,clp,32476520038.0,clp,0.0,clp,1126.1641
+188-2021-01-11,real_asset_day,2021-01-11,0.000032603790839743487613646094253469860975383976501172,decimal,1059971.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.3482,clp,336088.7547,decimal,28963468.6081,decimal,0.0,clp,210797.715,decimal,0.0,clp,17777.0,integer,34678125166.0,clp,32651914029.0,clp,0.0,clp,1127.3482
+188-2021-01-12,real_asset_day,2021-01-12,0.000032603790416899587231658168995742017104100224088238,decimal,1067377.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.3142,clp,176768.6233,decimal,29018447.6514,decimal,0.0,clp,121789.58,decimal,0.0,clp,17801.0,integer,34923847710.0,clp,32799962919.0,clp,0.0,clp,1130.3142
+188-2021-01-13,real_asset_day,2021-01-13,0.00003260380223973211745466672476141564462954282987366,decimal,1079429.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.9107,clp,234510.8338,decimal,29125775.1992,decimal,0.0,clp,127183.286,decimal,0.0,clp,17850.0,integer,35313371943.0,clp,33229908740.0,clp,0.0,clp,1140.9107
+188-2021-01-14,real_asset_day,2021-01-14,0.000032603800568072589901550928687628039917567782589445,decimal,1080199.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.5174,clp,292591.8705,decimal,29208405.1806,decimal,0.0,clp,209961.8891,decimal,0.0,clp,17891.0,integer,35431343043.0,clp,33225069210.0,clp,0.0,clp,1137.5174
+188-2021-01-15,real_asset_day,2021-01-15,0.000032603775652246904966618296851257679688549633713539,decimal,1082052.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2461,clp,204044.353,decimal,29278401.7389,decimal,0.0,clp,134047.7947,decimal,0.0,clp,17936.0,integer,35367550718.0,clp,33267468712.0,clp,0.0,clp,1136.2461
+188-2021-01-16,real_asset_day,2021-01-16,0.000032603783948216735467308168580467501511205,decimal,1084610.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.209,clp,0.0,decimal,29278401.7389,decimal,0.0,clp,0.0,decimal,0.0,clp,17936.0,integer,35367550718.0,clp,33266384102.0,clp,0.0,clp,1136.209
+188-2021-01-17,real_asset_day,2021-01-17,0.000032603794807850671544022378884981804240346,decimal,,,0.0,integer,0.0,clp,0.0,clp,,,0.0,decimal,29278401.7389,decimal,0.0,clp,0.0,decimal,,,17936.0,integer,,,33265299527.0,clp,,,
+188-2021-01-18,real_asset_day,2021-01-18,0.000032603772887709846957859993248235757802068489775104,decimal,1085718.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.3701,clp,363786.6939,decimal,29493332.1021,decimal,0.0,clp,148856.3307,decimal,0.0,clp,18082.0,integer,35842609151.0,clp,33544834553.0,clp,0.0,clp,1137.3701
+188-2021-01-19,real_asset_day,2021-01-19,0.000032603777527912678898753544654919121901168185624838,decimal,1095777.0,clp,0.0,integer,0.0,clp,0.0,clp,1139.5422,clp,206465.1571,decimal,29522736.3461,decimal,0.0,clp,177060.9131,decimal,0.0,clp,18171.0,integer,35788095389.0,clp,33642404354.0,clp,0.0,clp,1139.5422
+188-2021-01-20,real_asset_day,2021-01-20,0.000032603789304304658081770767457473238982085691473808,decimal,1099545.0,clp,0.0,integer,0.0,clp,0.0,clp,1142.3214,clp,271725.0511,decimal,29709283.3981,decimal,0.0,clp,85177.9991,decimal,0.0,clp,18238.0,integer,36034157878.0,clp,33937550916.0,clp,0.0,clp,1142.3214
+188-2021-01-21,real_asset_day,2021-01-21,0.000032603783771134755440293160771460006482336111793666,decimal,1100493.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.1276,clp,229580.0815,decimal,29799565.4698,decimal,0.0,clp,139298.0098,decimal,0.0,clp,18282.0,integer,36509714977.0,clp,33856108283.0,clp,0.0,clp,1136.1276
+188-2021-01-22,real_asset_day,2021-01-22,0.000032603775147970629995803234717955251113872609731132,decimal,1108398.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.8221,clp,240057.344,decimal,29911041.8083,decimal,0.0,clp,128581.0055,decimal,0.0,clp,18348.0,integer,36733812888.0,clp,34123176513.0,clp,0.0,clp,1140.8221
+188-2021-01-23,real_asset_day,2021-01-23,0.00003260380145437816405779226437676310971379,decimal,1112509.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.7849,clp,0.0,decimal,29911041.8083,decimal,0.0,clp,0.0,decimal,0.0,clp,18348.0,integer,36733812888.0,clp,34122064004.0,clp,0.0,clp,1140.7849
+188-2021-01-24,real_asset_day,2021-01-24,0.000032603780083819732791383867201819276626614,decimal,1112472.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.7477,clp,0.0,decimal,29911041.8083,decimal,0.0,clp,0.0,decimal,0.0,clp,18348.0,integer,36733812888.0,clp,34120951532.0,clp,0.0,clp,1140.7477
+188-2021-01-25,real_asset_day,2021-01-25,0.000032603781345223074928016723422003475858993404981594,decimal,1119406.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.8579,clp,448413.6041,decimal,30235363.1831,decimal,0.0,clp,124092.2293,decimal,0.0,clp,18520.0,integer,38245613054.0,clp,34705899782.0,clp,0.0,clp,1147.8579
+188-2021-01-26,real_asset_day,2021-01-26,0.000032603781107883577239379725978426369183931139356468,decimal,1131470.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.7833,clp,305594.157,decimal,30387715.3415,decimal,0.0,clp,153241.9986,decimal,0.0,clp,18592.0,integer,38434660136.0,clp,34878510876.0,clp,0.0,clp,1147.7833
+188-2021-01-27,real_asset_day,2021-01-27,0.00003260377470709400882652358209050530155581421144368,decimal,1136585.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.1917,clp,272265.6239,decimal,30586670.3827,decimal,0.0,clp,73310.5827,decimal,0.0,clp,18679.0,integer,38713335981.0,clp,35088773673.0,clp,0.0,clp,1147.1917
+188-2021-01-28,real_asset_day,2021-01-28,0.000032603798527199435449158249914934723248399516709545,decimal,1147577.0,clp,0.0,integer,0.0,clp,0.0,clp,1150.7512,clp,390457.9706,decimal,30881901.5724,decimal,0.0,clp,95226.7809,decimal,0.0,clp,18735.0,integer,37622378870.0,clp,35537384909.0,clp,0.0,clp,1150.7512
+188-2021-01-29,real_asset_day,2021-01-29,0.000032603797747930016492488415522045057152276244458115,decimal,1151609.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.7545,clp,325880.4112,decimal,31163655.4851,decimal,0.0,clp,44126.4985,decimal,0.0,clp,18832.0,integer,37591422403.0,clp,35643571985.0,clp,0.0,clp,1143.7545
+188-2021-01-30,real_asset_day,2021-01-30,0.000032603799884243332289669242426066013651269,decimal,1162078.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.7172,clp,0.0,decimal,31163655.4851,decimal,0.0,clp,0.0,decimal,0.0,clp,18832.0,integer,37591422403.0,clp,35642409907.0,clp,0.0,clp,1143.7172
+188-2021-01-31,real_asset_day,2021-01-31,0.000032603796711504180847709262390175896699616,decimal,1162040.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.6799,clp,0.0,decimal,31163655.4851,decimal,0.0,clp,0.0,decimal,0.0,clp,18832.0,integer,37591422403.0,clp,35641247867.0,clp,0.0,clp,1143.6799
+188-2021-02-01,real_asset_day,2021-02-01,0.000032603776159945326337656123620440197967146444824252,decimal,1164775.0,clp,0.0,integer,0.0,clp,0.0,clp,1146.3725,clp,709627.0867,decimal,31761747.2267,decimal,0.0,clp,111535.3451,decimal,0.0,clp,19165.0,integer,38415670964.0,clp,36410792247.0,clp,0.0,clp,1146.3725
+188-2021-02-02,real_asset_day,2021-02-02,0.000032603786309917594453847528854304427003302563596446,decimal,1191819.0,clp,0.0,integer,0.0,clp,0.0,clp,1150.9008,clp,270255.9783,decimal,31815595.7195,decimal,0.0,clp,216407.4855,decimal,0.0,clp,19295.0,integer,39357437083.0,clp,36616593687.0,clp,0.0,clp,1150.9008
+188-2021-02-03,real_asset_day,2021-02-03,0.000032603795740672573345149658140875800998416897814878,decimal,1190580.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.7581,clp,415769.4352,decimal,32132337.0357,decimal,0.0,clp,99028.119,decimal,0.0,clp,19414.0,integer,39112116803.0,clp,36880149541.0,clp,0.0,clp,1147.7581
+188-2021-02-04,real_asset_day,2021-02-04,0.000032603787969968059779281033136377482410390120172186,decimal,1209448.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.4545,clp,295754.142,decimal,32329414.8017,decimal,0.0,clp,98676.376,decimal,0.0,clp,19509.0,integer,39517850919.0,clp,37322838910.0,clp,0.0,clp,1154.4545
+188-2021-02-05,real_asset_day,2021-02-05,0.000032603784393422117303082321890237342721844372166762,decimal,1217274.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.8418,clp,325922.3742,decimal,32499253.45,decimal,0.0,clp,156083.7259,decimal,0.0,clp,19606.0,integer,40837421673.0,clp,37531495921.0,clp,0.0,clp,1154.8418
+188-2021-02-06,real_asset_day,2021-02-06,0.000032603786897139840234442389640629895379817,decimal,1223629.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.8041,clp,0.0,decimal,32499253.45,decimal,0.0,clp,0.0,decimal,0.0,clp,19606.0,integer,40837421673.0,clp,37530272292.0,clp,0.0,clp,1154.8041
+188-2021-02-07,real_asset_day,2021-02-07,0.000032603784062935457455685350948769025076665,decimal,1223589.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.7665,clp,0.0,decimal,32499253.45,decimal,0.0,clp,0.0,decimal,0.0,clp,19606.0,integer,40837421673.0,clp,37529048703.0,clp,0.0,clp,1154.7665
+188-2021-02-08,real_asset_day,2021-02-08,0.000032603789517070253464154871544675598233335094722643,decimal,1225293.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.3744,clp,504018.7448,decimal,32822216.5169,decimal,0.0,clp,181055.6779,decimal,0.0,clp,19810.0,integer,40179291959.0,clp,37954772511.0,clp,0.0,clp,1156.3744
+188-2021-02-09,real_asset_day,2021-02-09,0.00003260378714296093488283035249449297723868267880241,decimal,1237281.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.1985,clp,245671.1845,decimal,32907603.681,decimal,0.0,clp,160284.0204,decimal,0.0,clp,19903.0,integer,41086036081.0,clp,38047720883.0,clp,0.0,clp,1156.1985
+188-2021-02-10,real_asset_day,2021-02-10,0.000032603800919526349873557761799660330126472814936185,decimal,1239126.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.9175,clp,301100.0625,decimal,33107134.373,decimal,0.0,clp,101569.3705,decimal,0.0,clp,19957.0,integer,41662621540.0,clp,38236010319.0,clp,0.0,clp,1154.9175
+188-2021-02-11,real_asset_day,2021-02-11,0.000032603781852808341171335629453496968206398416547708,decimal,1244650.0,clp,0.0,integer,0.0,clp,0.0,clp,1153.0753,clp,231912.5977,decimal,33246717.9826,decimal,0.0,clp,92328.9881,decimal,0.0,clp,20055.0,integer,40835621379.0,clp,38335969667.0,clp,0.0,clp,1153.0753
+188-2021-02-12,real_asset_day,2021-02-12,0.000032603777908724376174468627841674235687457566008418,decimal,1251996.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.0113,clp,243667.2442,decimal,33427142.6527,decimal,0.0,clp,63242.5741,decimal,0.0,clp,20160.0,integer,40602764452.0,clp,38608727718.0,clp,0.0,clp,1155.0113
+188-2021-02-13,real_asset_day,2021-02-13,0.000032603794904123899884034480382257209666664,decimal,1258750.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.9737,clp,0.0,decimal,33427142.6527,decimal,0.0,clp,0.0,decimal,0.0,clp,20160.0,integer,40602764452.0,clp,38607468968.0,clp,0.0,clp,1154.9737
+188-2021-02-14,real_asset_day,2021-02-14,0.000032603795906296340932436716748390747555038,decimal,1258709.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.936,clp,0.0,decimal,33427142.6527,decimal,0.0,clp,0.0,decimal,0.0,clp,20160.0,integer,40602764452.0,clp,38606210259.0,clp,0.0,clp,1154.936
+188-2021-02-15,real_asset_day,2021-02-15,0.000032603782179374236646738804710873333793095000886765,decimal,1256137.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.5765,clp,386080.9647,decimal,33648670.9549,decimal,0.0,clp,164552.6625,decimal,0.0,clp,20334.0,integer,40858498169.0,clp,38782668275.0,clp,0.0,clp,1152.5765
+188-2021-02-16,real_asset_day,2021-02-16,0.000032603786620812468139992224958312032868171743408039,decimal,1261434.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.8166,clp,228593.0213,decimal,33793127.964,decimal,0.0,clp,84136.0122,decimal,0.0,clp,20416.0,integer,40921358751.0,clp,38855899570.0,clp,0.0,clp,1149.8166
+188-2021-02-17,real_asset_day,2021-02-17,0.000032603798408865484845142542701026175090225245705401,decimal,1267617.0,clp,0.0,integer,0.0,clp,0.0,clp,1150.5128,clp,241478.9088,decimal,33968366.5923,decimal,0.0,clp,66240.2805,decimal,0.0,clp,20486.0,integer,41152054056.0,clp,39081041280.0,clp,0.0,clp,1150.5128
+188-2021-02-18,real_asset_day,2021-02-18,0.000032603793911011827565040186496894579676411286257762,decimal,1267386.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.369,clp,189325.9956,decimal,34079486.6273,decimal,0.0,clp,78205.9606,decimal,0.0,clp,20547.0,integer,40945029198.0,clp,38999509617.0,clp,0.0,clp,1144.369
+188-2021-02-19,real_asset_day,2021-02-19,0.000032603788064883818690315184511772521996361935764262,decimal,1265525.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.963,clp,219415.0645,decimal,34192455.7749,decimal,0.0,clp,106445.9169,decimal,0.0,clp,20624.0,integer,40907522950.0,clp,38943942686.0,clp,0.0,clp,1138.963
+188-2021-02-20,real_asset_day,2021-02-20,0.000032603796862423219432395856955510706758918,decimal,1269679.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.9259,clp,0.0,decimal,34192455.7749,decimal,0.0,clp,0.0,decimal,0.0,clp,20624.0,integer,40907522950.0,clp,38942673007.0,clp,0.0,clp,1138.9259
+188-2021-02-21,real_asset_day,2021-02-21,0.000032603781325921947635242607333902049868523,decimal,1269637.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.8888,clp,0.0,decimal,34192455.7749,decimal,0.0,clp,0.0,decimal,0.0,clp,20624.0,integer,40907522950.0,clp,38941403370.0,clp,0.0,clp,1138.8888
+188-2021-02-22,real_asset_day,2021-02-22,0.000032603793193133822461326125867820415790556825227507,decimal,1263713.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.5744,clp,310026.2754,decimal,34360063.2826,decimal,0.0,clp,142418.7677,decimal,0.0,clp,20718.0,integer,40997384309.0,clp,38949688126.0,clp,0.0,clp,1133.5744
+188-2021-02-23,real_asset_day,2021-02-23,0.00003260378825930937327476746848352900946805505806121,decimal,1266423.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.4641,clp,236463.4612,decimal,34462788.2962,decimal,0.0,clp,133738.4476,decimal,0.0,clp,20774.0,integer,41068737093.0,clp,38958944527.0,clp,0.0,clp,1130.4641
+188-2021-02-24,real_asset_day,2021-02-24,0.000032603791602885020303922796335568035234039453758363,decimal,1269126.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.5,clp,378835.8653,decimal,34691922.4373,decimal,0.0,clp,149701.7242,decimal,0.0,clp,20827.0,integer,41352811373.0,clp,39184525084.0,clp,0.0,clp,1129.5
+188-2021-02-25,real_asset_day,2021-02-25,0.000032603778338583261968531500993919917904947124830603,decimal,1268552.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.5328,clp,270381.448,decimal,34842603.1696,decimal,0.0,clp,119700.7157,decimal,0.0,clp,20874.0,integer,41209395172.0,clp,39077121970.0,clp,0.0,clp,1121.5328
+188-2021-02-26,real_asset_day,2021-02-26,0.00003260378646257920569953157972080618247058186593598,decimal,1284117.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.3839,clp,229351.4719,decimal,34970966.179,decimal,0.0,clp,100988.4625,decimal,0.0,clp,20971.0,integer,41641899975.0,clp,39530616909.0,clp,0.0,clp,1130.3839
+188-2021-02-27,real_asset_day,2021-02-27,0.000032603792218319759989673103500865745539889,decimal,1288806.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.347,clp,0.0,decimal,34970966.179,decimal,0.0,clp,0.0,decimal,0.0,clp,20971.0,integer,41641899975.0,clp,39529328103.0,clp,0.0,clp,1130.347
+188-2021-02-28,real_asset_day,2021-02-28,0.000032603792688711784526591492319805799209666,decimal,1288764.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.3102,clp,0.0,decimal,34970966.179,decimal,0.0,clp,0.0,decimal,0.0,clp,20971.0,integer,41641899975.0,clp,39528039339.0,clp,0.0,clp,1130.3102
+188-2021-03-01,real_asset_day,2021-03-01,0.000032603791728976825278861456680588687390870138067294,decimal,1294843.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.6418,clp,507380.0126,decimal,35315778.3469,decimal,0.0,clp,162567.8447,decimal,0.0,clp,21197.0,integer,42235490824.0,clp,40106074320.0,clp,0.0,clp,1135.6418
+188-2021-03-02,real_asset_day,2021-03-02,0.000032603784774511265979035184688226069823753611091929,decimal,1310011.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.7272,clp,295217.7026,decimal,35425020.3315,decimal,0.0,clp,185975.718,decimal,0.0,clp,21316.0,integer,42515634466.0,clp,40304009320.0,clp,0.0,clp,1137.7272
+188-2021-03-03,real_asset_day,2021-03-03,0.000032603779065674893799452647041538143878390413097914,decimal,1311561.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.5609,clp,228589.9928,decimal,35585145.848,decimal,0.0,clp,68464.4763,decimal,0.0,clp,21392.0,integer,42582879805.0,clp,40409101555.0,clp,0.0,clp,1135.5609
+188-2021-03-04,real_asset_day,2021-03-04,0.000032603793028959724105748041186841690286254690017256,decimal,1310249.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.3198,clp,262901.8047,decimal,35779365.4708,decimal,0.0,clp,68682.1819,decimal,0.0,clp,21498.0,integer,42465605078.0,clp,40406347400.0,clp,0.0,clp,1129.3198
+188-2021-03-05,real_asset_day,2021-03-05,0.000032603786065921573494316085976447191631585266288462,decimal,1322065.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.3189,clp,193387.3856,decimal,35884204.136,decimal,0.0,clp,88548.7204,decimal,0.0,clp,21551.0,integer,42586747889.0,clp,40668247456.0,clp,0.0,clp,1133.3189
+188-2021-03-06,real_asset_day,2021-03-06,0.000032603795643684813008993346581702753307693,decimal,1325896.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.282,clp,0.0,decimal,35884204.136,decimal,0.0,clp,0.0,decimal,0.0,clp,21551.0,integer,42586747889.0,clp,40666921560.0,clp,0.0,clp,1133.282
+188-2021-03-07,real_asset_day,2021-03-07,0.000032603801246461843697392759307796164531421,decimal,1325853.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.245,clp,0.0,decimal,35884204.136,decimal,0.0,clp,0.0,decimal,0.0,clp,21551.0,integer,42586747889.0,clp,40665595707.0,clp,0.0,clp,1133.245
+188-2021-03-08,real_asset_day,2021-03-08,0.000032603778244572810021192237390939334445781345049874,decimal,1320516.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6841,clp,269278.6899,decimal,36062597.5106,decimal,0.0,clp,90885.3153,decimal,0.0,clp,21723.0,integer,42642361624.0,clp,40703281477.0,clp,0.0,clp,1128.6841
+188-2021-03-09,real_asset_day,2021-03-09,0.000032603794533932839643996805613011585893801574257945,decimal,1331242.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.2227,clp,210464.9228,decimal,36114037.7327,decimal,0.0,clp,159024.7007,decimal,0.0,clp,21774.0,integer,42938679468.0,clp,40889133376.0,clp,0.0,clp,1132.2227
+188-2021-03-10,real_asset_day,2021-03-10,0.000032603793990894136903852783976496662389820000004022,decimal,1331212.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.5845,clp,182942.9709,decimal,36222395.05,decimal,0.0,clp,74585.6536,decimal,0.0,clp,21832.0,integer,42985098307.0,clp,40952479234.0,clp,0.0,clp,1130.5845
+188-2021-03-11,real_asset_day,2021-03-11,0.000032603788237000107197285622018566850789347750044265,decimal,1332768.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.5202,clp,102221.2619,decimal,36275679.2891,decimal,0.0,clp,48937.0228,decimal,0.0,clp,21864.0,integer,42921527354.0,clp,40937836192.0,clp,0.0,clp,1128.5202
+188-2021-03-12,real_asset_day,2021-03-12,0.000032603794325559320018827950146394252401408716652893,decimal,1330298.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.7739,clp,182083.4338,decimal,36324531.4624,decimal,0.0,clp,133231.2605,decimal,0.0,clp,21904.0,integer,42818001224.0,clp,40856885814.0,clp,0.0,clp,1124.7739
+188-2021-03-13,real_asset_day,2021-03-13,0.0000326037925605923707228992662224731982245,decimal,1332046.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.7373,clp,0.0,decimal,36324531.4624,decimal,0.0,clp,0.0,decimal,0.0,clp,21904.0,integer,42818001224.0,clp,40855553768.0,clp,0.0,clp,1124.7373
+188-2021-03-14,real_asset_day,2021-03-14,0.000032603778567348172356812285679900472687908,decimal,1332002.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.7006,clp,0.0,decimal,36324531.4624,decimal,0.0,clp,0.0,decimal,0.0,clp,21904.0,integer,42818001224.0,clp,40854221766.0,clp,0.0,clp,1124.7006
+188-2021-03-15,real_asset_day,2021-03-15,0.000032603781641879309978475749269154939776534399007639,decimal,1336205.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.2494,clp,358388.2615,decimal,36465336.5708,decimal,0.0,clp,217583.1531,decimal,0.0,clp,21999.0,integer,43286034914.0,clp,41141992619.0,clp,0.0,clp,1128.2494
+188-2021-03-16,real_asset_day,2021-03-16,0.000032603799797102955303730378172067325299871366391088,decimal,1342924.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.5436,clp,124650.3719,decimal,36499410.9059,decimal,0.0,clp,90576.0368,decimal,0.0,clp,22047.0,integer,43411974304.0,clp,41227675240.0,clp,0.0,clp,1129.5436
+188-2021-03-17,real_asset_day,2021-03-17,0.000032603799974282006932067934305725712238526867240582,decimal,1350256.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.6503,clp,129517.3046,decimal,36562076.3329,decimal,0.0,clp,66851.8776,decimal,0.0,clp,22094.0,integer,43604599990.0,clp,41485171677.0,clp,0.0,clp,1134.6503
+188-2021-03-18,real_asset_day,2021-03-18,0.000032603793003201742150396853288540156861523774397095,decimal,1339998.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.1006,clp,181919.5296,decimal,36559212.75,decimal,0.0,clp,184783.1125,decimal,0.0,clp,22138.0,integer,43155331086.0,clp,41096232261.0,clp,0.0,clp,1124.1006
+188-2021-03-19,real_asset_day,2021-03-19,0.000032603799840429397420217026630509565837339313056595,decimal,1334831.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.8535,clp,220643.2858,decimal,36712688.8296,decimal,0.0,clp,67167.2062,decimal,0.0,clp,22158.0,integer,43140686095.0,clp,41112834862.0,clp,0.0,clp,1119.8535
+188-2021-03-20,real_asset_day,2021-03-20,0.00003260380137592687709034463428761983815356,decimal,1340391.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.817,clp,0.0,decimal,36712688.8296,decimal,0.0,clp,0.0,decimal,0.0,clp,22158.0,integer,43140686095.0,clp,41111494471.0,clp,0.0,clp,1119.817
+188-2021-03-21,real_asset_day,2021-03-21,0.00003260379408836876488086795186348302098134,decimal,1340347.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.7805,clp,0.0,decimal,36712688.8296,decimal,0.0,clp,0.0,decimal,0.0,clp,22158.0,integer,43140686095.0,clp,41110154124.0,clp,0.0,clp,1119.7805
+188-2021-03-22,real_asset_day,2021-03-22,0.000032603779838863786674484787678543223114974723908673,decimal,1343476.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.3951,clp,232706.1636,decimal,36851086.5365,decimal,0.0,clp,94308.4567,decimal,0.0,clp,22252.0,integer,43426832569.0,clp,41361479467.0,clp,0.0,clp,1122.3951
+188-2021-03-23,real_asset_day,2021-03-23,0.000032603779421932964536753062861241939216707199062243,decimal,1350177.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.7571,clp,112551.9658,decimal,36889416.4776,decimal,0.0,clp,74222.0247,decimal,0.0,clp,22272.0,integer,43475525586.0,clp,41454744949.0,clp,0.0,clp,1123.7571
+188-2021-03-24,real_asset_day,2021-03-24,0.000032603790767646337069442745417070500165061157509369,decimal,1351560.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.739,clp,134306.4941,decimal,36907933.2878,decimal,0.0,clp,115789.6839,decimal,0.0,clp,22308.0,integer,43553493945.0,clp,41474883437.0,clp,0.0,clp,1123.739
+188-2021-03-25,real_asset_day,2021-03-25,0.000032603797675092762968375246836437357552740193895751,decimal,1356435.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.2262,clp,127633.6874,decimal,36931599.2621,decimal,0.0,clp,103967.7131,decimal,0.0,clp,22337.0,integer,43649203942.0,clp,41630265958.0,clp,0.0,clp,1127.2262
+188-2021-03-26,real_asset_day,2021-03-26,0.000032603799673305283963853632941451840511407904390784,decimal,1358073.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.8641,clp,172295.0323,decimal,37048991.8628,decimal,0.0,clp,54902.4316,decimal,0.0,clp,22362.0,integer,43789561920.0,clp,41786228945.0,clp,0.0,clp,1127.8641
+188-2021-03-27,real_asset_day,2021-03-27,0.000032603789621767034670872923164962311977322,decimal,1362345.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.8274,clp,0.0,decimal,37048991.8628,decimal,0.0,clp,0.0,decimal,0.0,clp,22362.0,integer,43789561920.0,clp,41784866600.0,clp,0.0,clp,1127.8274
+188-2021-03-28,real_asset_day,2021-03-28,0.000032603799582042327636508035244820478957406,decimal,1362301.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.7906,clp,0.0,decimal,37048991.8628,decimal,0.0,clp,0.0,decimal,0.0,clp,22362.0,integer,43789561920.0,clp,41783504299.0,clp,0.0,clp,1127.7906
+188-2021-03-29,real_asset_day,2021-03-29,0.000032603798668466801717851088110996945882533704001648,decimal,1363138.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.4835,clp,306341.9625,decimal,37254348.2335,decimal,0.0,clp,100985.5918,decimal,0.0,clp,22459.0,integer,44034526890.0,clp,42040918601.0,clp,0.0,clp,1128.4835
+188-2021-03-30,real_asset_day,2021-03-30,0.000032603787179763206170267394429046552390820507591322,decimal,1367072.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.5023,clp,206246.72,decimal,37363282.6108,decimal,0.0,clp,97312.3427,decimal,0.0,clp,22489.0,integer,44035613524.0,clp,42052458779.0,clp,0.0,clp,1125.5023
+188-2021-03-31,real_asset_day,2021-03-31,0.000032603786723743918498611526557887289177404786662915,decimal,1366488.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.7414,clp,319449.0131,decimal,37590507.7623,decimal,0.0,clp,92223.8616,decimal,0.0,clp,22545.0,integer,44188320597.0,clp,42166829303.0,clp,0.0,clp,1121.7414
+188-2021-04-01,real_asset_day,2021-04-01,0.000032603801787307398128143761852333489095781266133794,decimal,1376434.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.0755,clp,230195.533,decimal,37761513.8323,decimal,0.0,clp,59189.463,decimal,0.0,clp,22610.0,integer,44417774221.0,clp,42409031256.0,clp,0.0,clp,1123.0755
+188-2021-04-02,real_asset_day,2021-04-02,0.000032603788360111465124697604885638822490294,decimal,1382650.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.0389,clp,0.0,decimal,37761513.8323,decimal,0.0,clp,0.0,decimal,0.0,clp,22610.0,integer,44417774221.0,clp,42407648606.0,clp,0.0,clp,1123.0389
+188-2021-04-03,real_asset_day,2021-04-03,0.000032603790203254307035586337475796941483228,decimal,1382605.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.0023,clp,0.0,decimal,37761513.8323,decimal,0.0,clp,0.0,decimal,0.0,clp,22610.0,integer,44417774221.0,clp,42406266001.0,clp,0.0,clp,1123.0023
+188-2021-04-04,real_asset_day,2021-04-04,0.000032603792011918243536812838282457666902092,decimal,1382560.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.9657,clp,0.0,decimal,37761513.8323,decimal,0.0,clp,0.0,decimal,0.0,clp,22610.0,integer,44417774221.0,clp,42404883441.0,clp,0.0,clp,1122.9657
+188-2021-04-05,real_asset_day,2021-04-05,0.000032603791067755583535906559987944428813150104684713,decimal,1386336.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.0327,clp,576436.6696,decimal,38075608.2554,decimal,0.0,clp,262342.2465,decimal,0.0,clp,22865.0,integer,45080175684.0,clp,42874380013.0,clp,0.0,clp,1126.0327
+188-2021-04-06,real_asset_day,2021-04-06,0.000032603801581282390613911393649216252827003350823869,decimal,1400320.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.0081,clp,216570.5226,decimal,38189765.3599,decimal,0.0,clp,102413.4181,decimal,0.0,clp,22955.0,integer,45275506209.0,clp,43078362888.0,clp,0.0,clp,1128.0081
+188-2021-04-07,real_asset_day,2021-04-07,0.000032603794647884003569499265436371623357542691792684,decimal,1403018.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.8033,clp,239093.8873,decimal,38274608.1298,decimal,0.0,clp,154251.1174,decimal,0.0,clp,23027.0,integer,45435296403.0,clp,43127954100.0,clp,0.0,clp,1126.8033
+188-2021-04-08,real_asset_day,2021-04-08,0.000032603790290588619838468784712782577441022005229471,decimal,1405667.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.4284,clp,239120.4269,decimal,38373645.6193,decimal,0.0,clp,140082.9374,decimal,0.0,clp,23132.0,integer,45352739678.0,clp,43225165601.0,clp,0.0,clp,1126.4284
+188-2021-04-09,real_asset_day,2021-04-09,0.000032603792256273677719790815894514973474336099732243,decimal,1412171.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.7197,clp,173071.6572,decimal,38485162.2946,decimal,0.0,clp,61554.9819,decimal,0.0,clp,23178.0,integer,45529346467.0,clp,43438961426.0,clp,0.0,clp,1128.7197
+188-2021-04-10,real_asset_day,2021-04-10,0.000032603799169061040712475232650518788938182,decimal,1416229.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6829,clp,0.0,decimal,38485162.2946,decimal,0.0,clp,0.0,decimal,0.0,clp,23178.0,integer,45529346467.0,clp,43437545197.0,clp,0.0,clp,1128.6829
+188-2021-04-11,real_asset_day,2021-04-11,0.000032603780127620103948160261720780783070892,decimal,1416182.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6461,clp,0.0,decimal,38485162.2946,decimal,0.0,clp,0.0,decimal,0.0,clp,23178.0,integer,45529346467.0,clp,43436129015.0,clp,0.0,clp,1128.6461
+188-2021-04-12,real_asset_day,2021-04-12,0.000032603787293867462278175021215880578178733193005288,decimal,1414531.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.3301,clp,301534.9789,decimal,38599890.522,decimal,0.0,clp,186806.7515,decimal,0.0,clp,23282.0,integer,45645610707.0,clp,43514817763.0,clp,0.0,clp,1127.3301
+188-2021-04-13,real_asset_day,2021-04-13,0.000032603781031804780659282292885721312396487592022721,decimal,1419772.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.1441,clp,189602.9018,decimal,38708133.235,decimal,0.0,clp,81360.1888,decimal,0.0,clp,23375.0,integer,45736468731.0,clp,43668351117.0,clp,0.0,clp,1128.1441
+188-2021-04-14,real_asset_day,2021-04-14,0.00003260380052291103185726870890418250562214306314857,decimal,1418682.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.125,clp,141545.6863,decimal,38704779.1223,decimal,0.0,clp,144899.799,decimal,0.0,clp,23436.0,integer,46433009960.0,clp,43509009579.0,clp,0.0,clp,1124.125
+188-2021-04-15,real_asset_day,2021-04-15,0.000032603801468337632809108999462375736612180257452966,decimal,1418525.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.098,clp,237663.7855,decimal,38858619.3713,decimal,0.0,clp,83823.5365,decimal,0.0,clp,23484.0,integer,46492879467.0,clp,43680894886.0,clp,0.0,clp,1124.098
+188-2021-04-16,real_asset_day,2021-04-16,0.000032603802668969048661813905801038486316257871894538,decimal,1423802.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.8128,clp,177558.7073,decimal,38947311.0762,decimal,0.0,clp,88867.0024,decimal,0.0,clp,23503.0,integer,45835178426.0,clp,43769486927.0,clp,0.0,clp,1123.8128
+188-2021-04-17,real_asset_day,2021-04-17,0.000032603798353024928944439037454852806395315,decimal,1427005.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.7762,clp,0.0,decimal,38947311.0762,decimal,0.0,clp,0.0,decimal,0.0,clp,23503.0,integer,45835178426.0,clp,43768059922.0,clp,0.0,clp,1123.7762
+188-2021-04-18,real_asset_day,2021-04-18,0.000032603787482892192081216732274648642994478,decimal,1426958.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.7395,clp,0.0,decimal,38947311.0762,decimal,0.0,clp,0.0,decimal,0.0,clp,23503.0,integer,45835178426.0,clp,43766632964.0,clp,0.0,clp,1123.7395
+188-2021-04-19,real_asset_day,2021-04-19,0.000032603798171012442940186455870935484224012994278533,decimal,1425542.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.624,clp,272946.0316,decimal,39009283.5009,decimal,0.0,clp,210973.6069,decimal,0.0,clp,23576.0,integer,45933249997.0,clp,43792759825.0,clp,0.0,clp,1122.624
+188-2021-04-20,real_asset_day,2021-04-20,0.000032603792863543079206102450721190442119858620438691,decimal,1423426.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.177,clp,205454.78,decimal,39051416.8608,decimal,0.0,clp,163321.4201,decimal,0.0,clp,23596.0,integer,45932533588.0,clp,43705449474.0,clp,0.0,clp,1119.177
+188-2021-04-21,real_asset_day,2021-04-21,0.000032603795512784526400358067637551042210491901635285,decimal,1426587.0,clp,0.0,integer,0.0,clp,0.0,clp,1120.4521,clp,100832.3517,decimal,38992653.9752,decimal,0.0,clp,159595.2373,decimal,0.0,clp,23624.0,integer,45998888558.0,clp,43689402143.0,clp,0.0,clp,1120.4521
+188-2021-04-22,real_asset_day,2021-04-22,0.000032603781074682406884071498614457464809845879376358,decimal,1427862.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.1441,clp,116377.4768,decimal,38989188.6169,decimal,0.0,clp,119842.8351,decimal,0.0,clp,23645.0,integer,46003291973.0,clp,43790476315.0,clp,0.0,clp,1123.1441
+188-2021-04-23,real_asset_day,2021-04-23,0.000032603782740935051278555488449147445036094898737929,decimal,1434740.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6545,clp,116091.9116,decimal,38994277.6674,decimal,0.0,clp,111002.8611,decimal,0.0,clp,23663.0,integer,46176410327.0,clp,44011067070.0,clp,0.0,clp,1128.6545
+188-2021-04-24,real_asset_day,2021-04-24,0.00003260379441113897194811204742195578997912,decimal,1434881.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6177,clp,0.0,decimal,38994277.6674,decimal,0.0,clp,0.0,decimal,0.0,clp,23663.0,integer,46176410327.0,clp,44009632189.0,clp,0.0,clp,1128.6177
+188-2021-04-25,real_asset_day,2021-04-25,0.000032603789435537537481578129502550718598958,decimal,1434834.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.5809,clp,0.0,decimal,38994277.6674,decimal,0.0,clp,0.0,decimal,0.0,clp,23663.0,integer,46176410327.0,clp,44008197355.0,clp,0.0,clp,1128.5809
+188-2021-04-26,real_asset_day,2021-04-26,0.000032603784978028530256021846823830370527493732962772,decimal,1433038.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.1684,clp,366232.1184,decimal,39102661.8824,decimal,0.0,clp,257847.9034,decimal,0.0,clp,23698.0,integer,46364687781.0,clp,44075285005.0,clp,0.0,clp,1127.1684
+188-2021-04-27,real_asset_day,2021-04-27,0.000032603801239174287302462535668047023018568964273044,decimal,1429620.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.3626,clp,160052.9375,decimal,39124411.3064,decimal,0.0,clp,138303.5135,decimal,0.0,clp,23722.0,integer,46175173088.0,clp,43872650410.0,clp,0.0,clp,1121.3626
+188-2021-04-28,real_asset_day,2021-04-28,0.000032603790765864460172226106725250827817059845969038,decimal,1425316.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.3655,clp,128738.4738,decimal,39022901.411,decimal,0.0,clp,230248.3692,decimal,0.0,clp,23772.0,integer,46382941990.0,clp,43602842660.0,clp,0.0,clp,1117.3655
+188-2021-04-29,real_asset_day,2021-04-29,0.000032603798249752146651209231118156688041843023338561,decimal,1421627.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.3723,clp,135544.9102,decimal,39096786.3946,decimal,0.0,clp,61659.9266,decimal,0.0,clp,23828.0,integer,46883324203.0,clp,43685666988.0,clp,0.0,clp,1117.3723
+188-2021-04-30,real_asset_day,2021-04-30,0.00003260379350047217580067776863295220157414219762233,decimal,1423128.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.4384,clp,199272.7352,decimal,39221335.5788,decimal,0.0,clp,74723.551,decimal,0.0,clp,23883.0,integer,46922997367.0,clp,43788205385.0,clp,0.0,clp,1116.4384
+188-2021-05-01,real_asset_day,2021-05-01,0.000032603792119595376200252426110413011101091,decimal,1427615.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.402,clp,0.0,decimal,39221335.5788,decimal,0.0,clp,0.0,decimal,0.0,clp,23883.0,integer,46922997367.0,clp,43786777770.0,clp,0.0,clp,1116.402
+188-2021-05-02,real_asset_day,2021-05-02,0.000032603781708129228039924219766093170598138,decimal,1427568.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.3656,clp,0.0,decimal,39221335.5788,decimal,0.0,clp,0.0,decimal,0.0,clp,23883.0,integer,46922997367.0,clp,43785350202.0,clp,0.0,clp,1116.3656
+188-2021-05-03,real_asset_day,2021-05-03,0.000032603787457063256167945595517405041042665405934241,decimal,1423400.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.106,clp,409678.1887,decimal,39425548.1813,decimal,0.0,clp,205465.5862,decimal,0.0,clp,24079.0,integer,45997799005.0,clp,43884814846.0,clp,0.0,clp,1113.106
+188-2021-05-04,real_asset_day,2021-05-04,0.000032603801722626641525499015766115976954205916522283,decimal,1427124.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.2371,clp,201701.4895,decimal,39529808.6328,decimal,0.0,clp,97441.038,decimal,0.0,clp,24150.0,integer,47099603485.0,clp,43887459101.0,clp,0.0,clp,1110.2371
+188-2021-05-05,real_asset_day,2021-05-05,0.000032603782086822999875478347419991351250793671706186,decimal,1431868.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.9904,clp,135551.9432,decimal,39441503.2504,decimal,0.0,clp,223857.3256,decimal,0.0,clp,24169.0,integer,47196566504.0,clp,43819129801.0,clp,0.0,clp,1110.9904
+188-2021-05-06,real_asset_day,2021-05-06,0.000032603798290583703062503692874538426467808029828105,decimal,1431063.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.8512,clp,139780.6229,decimal,39461873.7349,decimal,0.0,clp,119410.1384,decimal,0.0,clp,24222.0,integer,46136310898.0,clp,43915193350.0,clp,0.0,clp,1112.8512
+188-2021-05-07,real_asset_day,2021-05-07,0.000032603789871492440153773119726956985408811116118175,decimal,1430230.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.6296,clp,106465.4254,decimal,39456031.6514,decimal,0.0,clp,112307.5089,decimal,0.0,clp,24250.0,integer,46055643110.0,clp,43860491956.0,clp,0.0,clp,1111.6296
+188-2021-05-08,real_asset_day,2021-05-08,0.000032603798059376207565725398346449050222351,decimal,1429972.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.5933,clp,0.0,decimal,39456031.6514,decimal,0.0,clp,0.0,decimal,0.0,clp,24250.0,integer,46055643110.0,clp,43859061984.0,clp,0.0,clp,1111.5933
+188-2021-05-09,real_asset_day,2021-05-09,0.000032603789417458207145565127146209295986925,decimal,1429925.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.5571,clp,0.0,decimal,39456031.6514,decimal,0.0,clp,0.0,decimal,0.0,clp,24250.0,integer,46055643110.0,clp,43857632059.0,clp,0.0,clp,1111.5571
+188-2021-05-10,real_asset_day,2021-05-10,0.00003260378005485778912332306122545238697810449076705,decimal,1425202.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.886,clp,230776.7727,decimal,39574944.4767,decimal,0.0,clp,111863.9474,decimal,0.0,clp,24384.0,integer,45920137122.0,clp,43844526004.0,clp,0.0,clp,1107.886
+188-2021-05-11,real_asset_day,2021-05-11,0.000032603792731718415580196601943639343459969455389325,decimal,1432018.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.8391,clp,110612.557,decimal,39480703.9357,decimal,0.0,clp,204853.098,decimal,0.0,clp,24400.0,integer,45990367612.0,clp,43817230749.0,clp,0.0,clp,1109.8391
+188-2021-05-12,real_asset_day,2021-05-12,0.000032603782725371642529470526852056679615372690698182,decimal,1426464.0,clp,0.0,integer,0.0,clp,0.0,clp,1108.174,clp,154888.9148,decimal,39472195.4034,decimal,0.0,clp,163397.4471,decimal,0.0,clp,24450.0,integer,45971769691.0,clp,43742058800.0,clp,0.0,clp,1108.174
+188-2021-05-13,real_asset_day,2021-05-13,0.000032603793097665556736778600203115909979358410062466,decimal,1428116.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.6961,clp,209312.0573,decimal,39515965.8747,decimal,0.0,clp,165541.586,decimal,0.0,clp,24466.0,integer,45614779638.0,clp,43850714688.0,clp,0.0,clp,1109.6961
+188-2021-05-14,real_asset_day,2021-05-14,0.000032603785465360484701894744672684111657198584913803,decimal,1431788.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.3173,clp,450577.7016,decimal,39877708.185,decimal,0.0,clp,88835.3913,decimal,0.0,clp,24519.0,integer,45966438679.0,clp,44316788467.0,clp,0.0,clp,1111.3173
+188-2021-05-15,real_asset_day,2021-05-15,0.000032603786454236768173664829819809142434893,decimal,1444848.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.2811,clp,0.0,decimal,39877708.185,decimal,0.0,clp,0.0,decimal,0.0,clp,24519.0,integer,45966438679.0,clp,44315343619.0,clp,0.0,clp,1111.2811
+188-2021-05-16,real_asset_day,2021-05-16,0.000032603788845885341074391402019019702316458,decimal,1444801.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.2449,clp,0.0,decimal,39877708.185,decimal,0.0,clp,0.0,decimal,0.0,clp,24519.0,integer,45966438679.0,clp,44313898818.0,clp,0.0,clp,1111.2449
+188-2021-05-17,real_asset_day,2021-05-17,0.000032603781631347157871435404914912318422298193653641,decimal,1449620.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.9516,clp,210829.9369,decimal,39791773.2618,decimal,0.0,clp,296764.8601,decimal,0.0,clp,24593.0,integer,46174494572.0,clp,44365900284.0,clp,0.0,clp,1114.9516
+188-2021-05-18,real_asset_day,2021-05-18,0.0000326037841759236645425102557887609196548199064135,decimal,1439945.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.9019,clp,170390.1944,decimal,39900663.108,decimal,0.0,clp,61500.3482,decimal,0.0,clp,24622.0,integer,45976918721.0,clp,44285822446.0,clp,0.0,clp,1109.9019
+188-2021-05-19,real_asset_day,2021-05-19,0.000032603797672792534390252840931058924594841801968878,decimal,1444482.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.3601,clp,152562.1794,decimal,39937810.5807,decimal,0.0,clp,115414.7067,decimal,0.0,clp,24656.0,integer,46071854796.0,clp,44345349756.0,clp,0.0,clp,1110.3601
+188-2021-05-20,real_asset_day,2021-05-20,0.000032603791483004248758634544498840416795844682447658,decimal,1449591.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.2511,clp,107071.9934,decimal,39960210.2304,decimal,0.0,clp,84672.3437,decimal,0.0,clp,24689.0,integer,45983352043.0,clp,44485747097.0,clp,0.0,clp,1113.2511
+188-2021-05-21,real_asset_day,2021-05-21,0.000032603797436137685471252883293305717661661,decimal,1450357.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.2148,clp,0.0,decimal,39960210.2304,decimal,0.0,clp,0.0,decimal,0.0,clp,24689.0,integer,45983352043.0,clp,44484296740.0,clp,0.0,clp,1113.2148
+188-2021-05-22,real_asset_day,2021-05-22,0.000032603781375583977408354351630272812296057,decimal,1450309.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.1785,clp,0.0,decimal,39960210.2304,decimal,0.0,clp,0.0,decimal,0.0,clp,24689.0,integer,45983352043.0,clp,44482846431.0,clp,0.0,clp,1113.1785
+188-2021-05-23,real_asset_day,2021-05-23,0.00003260378776084185551230735695480548035493,decimal,1450262.0,clp,0.0,integer,0.0,clp,0.0,clp,1113.1422,clp,0.0,decimal,39960210.2304,decimal,0.0,clp,0.0,decimal,0.0,clp,24689.0,integer,45983352043.0,clp,44481396169.0,clp,0.0,clp,1113.1422
+188-2021-05-24,real_asset_day,2021-05-24,0.000032603791729041634902863245581277487659462180702701,decimal,1459325.0,clp,0.0,integer,0.0,clp,0.0,clp,1120.0983,clp,294039.9268,decimal,40014096.7457,decimal,0.0,clp,240153.4115,decimal,0.0,clp,24810.0,integer,46530207602.0,clp,44819722753.0,clp,0.0,clp,1120.0983
+188-2021-05-25,real_asset_day,2021-05-25,0.000032603798900903584791828293969759452933775341126295,decimal,1464377.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.4621,clp,180858.7822,decimal,40066785.6546,decimal,0.0,clp,128169.8733,decimal,0.0,clp,24833.0,integer,46707167308.0,clp,44973447285.0,clp,0.0,clp,1122.4621
+188-2021-05-26,real_asset_day,2021-05-26,0.000032603781314084803726571044416052932715961762971954,decimal,1463208.0,clp,0.0,integer,0.0,clp,0.0,clp,1120.0917,clp,179714.7993,decimal,40014415.8102,decimal,0.0,clp,232084.6437,decimal,0.0,clp,24835.0,integer,46720349799.0,clp,44819816444.0,clp,0.0,clp,1120.0917
+188-2021-05-27,real_asset_day,2021-05-27,0.000032603795900594444943047981245260892972830540082055,decimal,1458424.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.8902,clp,161239.094,decimal,40051533.5388,decimal,0.0,clp,124121.3654,decimal,0.0,clp,24842.0,integer,46545585644.0,clp,44773217558.0,clp,0.0,clp,1117.8902
+188-2021-05-28,real_asset_day,2021-05-28,0.000032603800180688121799482974200142261531247916191331,decimal,1458094.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.6014,clp,167047.2208,decimal,40140067.5141,decimal,0.0,clp,78513.2455,decimal,0.0,clp,24891.0,integer,46539138272.0,clp,44820453782.0,clp,0.0,clp,1116.6014
+188-2021-05-29,real_asset_day,2021-05-29,0.00003260378955587077812544938140608935021734,decimal,1461269.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.565,clp,0.0,decimal,40140067.5141,decimal,0.0,clp,0.0,decimal,0.0,clp,24891.0,integer,46539138272.0,clp,44818992513.0,clp,0.0,clp,1116.565
+188-2021-05-30,real_asset_day,2021-05-30,0.000032603781553242988473707919467435355051327,decimal,1461221.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.5285,clp,0.0,decimal,40140067.5141,decimal,0.0,clp,0.0,decimal,0.0,clp,24891.0,integer,46539138272.0,clp,44817531292.0,clp,0.0,clp,1116.5285
+188-2021-05-31,real_asset_day,2021-05-31,0.000032603795584031546800928149885676980006112328314096,decimal,1462725.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.6773,clp,337408.5976,decimal,40322911.1107,decimal,0.0,clp,154565.001,decimal,0.0,clp,24988.0,integer,46712118098.0,clp,45068001741.0,clp,0.0,clp,1117.6773
+188-2021-06-01,real_asset_day,2021-06-01,0.000032603799518819820701962344184074350808115251255239,decimal,1469310.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.6179,clp,315227.0985,decimal,40545851.1256,decimal,0.0,clp,92287.0836,decimal,0.0,clp,25065.0,integer,46926126550.0,clp,45314768266.0,clp,0.0,clp,1117.6179
+188-2021-06-02,real_asset_day,2021-06-02,0.000032603791217419760790058004816591805292754494556966,decimal,1478311.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.2819,clp,195472.3187,decimal,40654900.9021,decimal,0.0,clp,86422.5422,decimal,0.0,clp,25107.0,integer,47091311165.0,clp,45463638569.0,clp,0.0,clp,1118.2819
+188-2021-06-03,real_asset_day,2021-06-03,0.000032603784718899008039742451684882228865747333642665,decimal,1479376.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.086,clp,180999.6677,decimal,40753992.0263,decimal,0.0,clp,81908.5435,decimal,0.0,clp,25153.0,integer,46987350946.0,clp,45484958351.0,clp,0.0,clp,1116.086
+188-2021-06-04,real_asset_day,2021-06-04,0.000032603783914784822833280233853972094143959990788904,decimal,1484406.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.1578,clp,155338.102,decimal,40769790.6797,decimal,0.0,clp,139539.4486,decimal,0.0,clp,25215.0,integer,47104409746.0,clp,45546291414.0,clp,0.0,clp,1117.1578
+188-2021-06-05,real_asset_day,2021-06-05,0.000032603783279208176728228175869763226275327,decimal,1484933.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.1214,clp,0.0,decimal,40769790.6797,decimal,0.0,clp,0.0,decimal,0.0,clp,25215.0,integer,47104409746.0,clp,45544806481.0,clp,0.0,clp,1117.1214
+188-2021-06-06,real_asset_day,2021-06-06,0.000032603792344614916479400124955260191207069,decimal,1484885.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.085,clp,0.0,decimal,40769790.6797,decimal,0.0,clp,0.0,decimal,0.0,clp,25215.0,integer,47104409746.0,clp,45543321596.0,clp,0.0,clp,1117.085
+188-2021-06-07,real_asset_day,2021-06-07,0.00003260379085726697380401157681020427310920680639123,decimal,1481896.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.8364,clp,268640.064,decimal,40891767.0768,decimal,0.0,clp,146663.6669,decimal,0.0,clp,25328.0,integer,47216828406.0,clp,45587630945.0,clp,0.0,clp,1114.8364
+188-2021-06-08,real_asset_day,2021-06-08,0.000032603793863746749954565108505029994563026814739192,decimal,1486115.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.6754,clp,143673.8503,decimal,40936698.1671,decimal,0.0,clp,98742.76,decimal,0.0,clp,25383.0,integer,47283533568.0,clp,45631128726.0,clp,0.0,clp,1114.6754
+188-2021-06-09,real_asset_day,2021-06-09,0.000032603792502377437995463527878079145404322463124136,decimal,1489018.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.627,clp,144445.7132,decimal,40973075.5014,decimal,0.0,clp,108068.3789,decimal,0.0,clp,25410.0,integer,47331234526.0,clp,45710669306.0,clp,0.0,clp,1115.627
+188-2021-06-10,real_asset_day,2021-06-10,0.000032603791032659596260967708773289207410054672678625,decimal,1494120.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.4558,clp,131411.2714,decimal,41045929.7006,decimal,0.0,clp,58557.0722,decimal,0.0,clp,25452.0,integer,47435654614.0,clp,45908056900.0,clp,0.0,clp,1118.4558
+188-2021-06-11,real_asset_day,2021-06-11,0.000032603791559507513985978365898649612664483922234534,decimal,1498513.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.7532,clp,118239.4081,decimal,41100321.069,decimal,0.0,clp,63848.0397,decimal,0.0,clp,25466.0,integer,47521113227.0,clp,46022215797.0,clp,0.0,clp,1119.7532
+188-2021-06-12,real_asset_day,2021-06-12,0.000032603795675197199798103346939701797591008,decimal,1500450.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.7167,clp,0.0,decimal,41100321.069,decimal,0.0,clp,0.0,decimal,0.0,clp,25466.0,integer,47521113227.0,clp,46020715347.0,clp,0.0,clp,1119.7167
+188-2021-06-13,real_asset_day,2021-06-13,0.00003260379391001356435872998866606958393288,decimal,1500401.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.6802,clp,0.0,decimal,41100321.069,decimal,0.0,clp,0.0,decimal,0.0,clp,25466.0,integer,47521113227.0,clp,46019214946.0,clp,0.0,clp,1119.6802
+188-2021-06-14,real_asset_day,2021-06-14,0.000032603790126190110149205920207612370204256242126343,decimal,1503240.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.7989,clp,248333.1831,decimal,41192038.566,decimal,0.0,clp,156615.6861,decimal,0.0,clp,25509.0,integer,47763235089.0,clp,46209184640.0,clp,0.0,clp,1121.7989
+188-2021-06-15,real_asset_day,2021-06-15,0.000032603797182403216665877565757985912622783111609921,decimal,1509768.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.1616,clp,127241.9793,decimal,41194993.4031,decimal,0.0,clp,124287.1422,decimal,0.0,clp,25537.0,integer,47948461617.0,clp,46309829866.0,clp,0.0,clp,1124.1616
+188-2021-06-16,real_asset_day,2021-06-16,0.0000326037910533958344447044375139421987565073475556,decimal,1508464.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.1103,clp,129529.8536,decimal,41218182.5996,decimal,0.0,clp,106340.6571,decimal,0.0,clp,25561.0,integer,47979528348.0,clp,46292565533.0,clp,0.0,clp,1123.1103
+188-2021-06-17,real_asset_day,2021-06-17,0.000032603796824939044829551262487538468258784853466958,decimal,1519440.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.6457,clp,181129.593,decimal,41227603.0886,decimal,0.0,clp,171709.104,decimal,0.0,clp,25587.0,integer,48329529730.0,clp,46613812461.0,clp,0.0,clp,1130.6457
+188-2021-06-18,real_asset_day,2021-06-18,0.000032603800197145937653047670540451557802770373051653,decimal,1525381.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.807,clp,169867.9078,decimal,41217734.2589,decimal,0.0,clp,179736.7375,decimal,0.0,clp,25591.0,integer,48565770731.0,clp,46774175211.0,clp,0.0,clp,1134.807
+188-2021-06-19,real_asset_day,2021-06-19,0.000032603797133839320675851516525498949733504,decimal,1524966.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.77,clp,0.0,decimal,41217734.2589,decimal,0.0,clp,0.0,decimal,0.0,clp,25591.0,integer,48565770731.0,clp,46772650245.0,clp,0.0,clp,1134.77
+188-2021-06-20,real_asset_day,2021-06-20,0.000032603791105588174889132781421770695321899,decimal,1524916.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.7331,clp,0.0,decimal,41217734.2589,decimal,0.0,clp,0.0,decimal,0.0,clp,25591.0,integer,48565770731.0,clp,46771125329.0,clp,0.0,clp,1134.7331
+188-2021-06-21,real_asset_day,2021-06-21,0.000032603785042088183895375860739475566984169,decimal,1524866.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.6961,clp,0.0,decimal,41217734.2589,decimal,0.0,clp,0.0,decimal,0.0,clp,25591.0,integer,48565770731.0,clp,46769600463.0,clp,0.0,clp,1134.6961
+188-2021-06-22,real_asset_day,2021-06-22,0.000032603784614676529674434093685800125656294499903871,decimal,1529747.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.3282,clp,463187.2718,decimal,41358267.5667,decimal,0.0,clp,322653.964,decimal,0.0,clp,25705.0,integer,49125661528.0,clp,47079280650.0,clp,0.0,clp,1138.3282
+188-2021-06-23,real_asset_day,2021-06-23,0.000032603800817804334987228069580093846108966395014412,decimal,1524853.0,clp,0.0,integer,0.0,clp,0.0,clp,1130.8302,clp,163621.0546,decimal,41350333.9888,decimal,0.0,clp,171554.6325,decimal,0.0,clp,25716.0,integer,48797287760.0,clp,46760207577.0,clp,0.0,clp,1130.8302
+188-2021-06-24,real_asset_day,2021-06-24,0.000032603792479817238839794744244995847132209144138395,decimal,1522916.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.6107,clp,199412.8757,decimal,41414750.2956,decimal,0.0,clp,134996.5689,decimal,0.0,clp,25754.0,integer,48768656598.0,clp,46782546150.0,clp,0.0,clp,1129.6107
+188-2021-06-25,real_asset_day,2021-06-25,0.000032603796776021157915466132095933193463351263013803,decimal,1524132.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.7541,clp,256110.8534,decimal,41558748.7702,decimal,0.0,clp,112112.3788,decimal,0.0,clp,25801.0,integer,48655129170.0,clp,46909609784.0,clp,0.0,clp,1128.7541
+188-2021-06-26,real_asset_day,2021-06-26,0.000032603785677449905687627547490455767137481,decimal,1529381.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.7173,clp,0.0,decimal,41558748.7702,decimal,0.0,clp,0.0,decimal,0.0,clp,25801.0,integer,48655129170.0,clp,46908080403.0,clp,0.0,clp,1128.7173
+188-2021-06-27,real_asset_day,2021-06-27,0.000032603782735007049294233815033963279831737,decimal,1529331.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6805,clp,0.0,decimal,41558748.7702,decimal,0.0,clp,0.0,decimal,0.0,clp,25801.0,integer,48655129170.0,clp,46906551072.0,clp,0.0,clp,1128.6805
+188-2021-06-28,real_asset_day,2021-06-28,0.000032603801077991141894745082901708636004026,decimal,1529282.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6437,clp,0.0,decimal,41558748.7702,decimal,0.0,clp,0.0,decimal,0.0,clp,25801.0,integer,48655129170.0,clp,46905021790.0,clp,0.0,clp,1128.6437
+188-2021-06-29,real_asset_day,2021-06-29,0.000032603795705665974516802879749642505632566851951621,decimal,1536358.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.8662,clp,517046.3149,decimal,41796945.6887,decimal,0.0,clp,278849.3964,decimal,0.0,clp,25912.0,integer,49276440606.0,clp,47392142899.0,clp,0.0,clp,1133.8662
+188-2021-06-30,real_asset_day,2021-06-30,0.000032603796250982176511913215670040544969637704062888,decimal,1537627.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.3356,clp,288352.8614,decimal,41876604.1742,decimal,0.0,clp,208694.3759,decimal,0.0,clp,25952.0,integer,49359787152.0,clp,47250862029.0,clp,0.0,clp,1128.3356
+188-2021-07-01,real_asset_day,2021-07-01,0.000032603786743766191887523670492213647946757900252698,decimal,1545211.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.7442,clp,513538.7802,decimal,42258838.8618,decimal,0.0,clp,131304.0926,decimal,0.0,clp,26044.0,integer,50125756218.0,clp,47826197184.0,clp,0.0,clp,1131.7442
+188-2021-07-02,real_asset_day,2021-07-02,0.000032603800023372834938762688599604059407347196327982,decimal,1559754.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.0623,clp,304725.2615,decimal,42453138.8477,decimal,0.0,clp,110425.2756,decimal,0.0,clp,26104.0,integer,50022843161.0,clp,48059597979.0,clp,0.0,clp,1132.0623
+188-2021-07-03,real_asset_day,2021-07-03,0.000032603790957989975690245248552198255938101,decimal,1566874.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.0254,clp,0.0,decimal,42453138.8477,decimal,0.0,clp,0.0,decimal,0.0,clp,26104.0,integer,50022843161.0,clp,48058031105.0,clp,0.0,clp,1132.0254
+188-2021-07-04,real_asset_day,2021-07-04,0.000032603792713623924863844605553913022685076,decimal,1566823.0,clp,0.0,integer,0.0,clp,0.0,clp,1131.9885,clp,0.0,decimal,42453138.8477,decimal,0.0,clp,0.0,decimal,0.0,clp,26104.0,integer,50022843161.0,clp,48056464282.0,clp,0.0,clp,1131.9885
+188-2021-07-05,real_asset_day,2021-07-05,0.000032603786662629483579854051895328626399361980385218,decimal,1563544.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.6197,clp,549569.8788,decimal,42748750.5906,decimal,0.0,clp,253958.1359,decimal,0.0,clp,26260.0,integer,50285707313.0,clp,48289830909.0,clp,0.0,clp,1129.6197
+188-2021-07-06,real_asset_day,2021-07-06,0.000032603797890059725706047899399458262192626489439784,decimal,1578322.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.4108,clp,326566.3918,decimal,42902891.2493,decimal,0.0,clp,172425.7331,decimal,0.0,clp,26338.0,integer,50477281149.0,clp,48583696172.0,clp,0.0,clp,1132.4108
+188-2021-07-07,real_asset_day,2021-07-07,0.000032603792718287219435845443686707065792526738438882,decimal,1590103.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.7647,clp,229379.3656,decimal,42926647.0724,decimal,0.0,clp,205623.5425,decimal,0.0,clp,26368.0,integer,50806625297.0,clp,48797496415.0,clp,0.0,clp,1136.7647
+188-2021-07-08,real_asset_day,2021-07-08,0.000032603794727090911757027024333967632017822085584126,decimal,1590198.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2034,clp,352749.3675,decimal,43128499.1094,decimal,0.0,clp,150897.3305,decimal,0.0,clp,26414.0,integer,51056536195.0,clp,49002747371.0,clp,0.0,clp,1136.2034
+188-2021-07-09,real_asset_day,2021-07-09,0.000032603790358696083730826990946775419916361434520212,decimal,1596250.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.1898,clp,249430.5879,decimal,43257689.7982,decimal,0.0,clp,120239.8991,decimal,0.0,clp,26423.0,integer,51099328601.0,clp,49105687477.0,clp,0.0,clp,1135.1898
+188-2021-07-10,real_asset_day,2021-07-10,0.000032603783395200877360592010091078346812992,decimal,1600979.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.1528,clp,0.0,decimal,43257689.7982,decimal,0.0,clp,0.0,decimal,0.0,clp,26423.0,integer,51099328601.0,clp,49104086498.0,clp,0.0,clp,1135.1528
+188-2021-07-11,real_asset_day,2021-07-11,0.000032603787392496273842039310967572281474476,decimal,1600927.0,clp,0.0,integer,0.0,clp,0.0,clp,1135.1158,clp,0.0,decimal,43257689.7982,decimal,0.0,clp,0.0,decimal,0.0,clp,26423.0,integer,51099328601.0,clp,49102485571.0,clp,0.0,clp,1135.1158
+188-2021-07-12,real_asset_day,2021-07-12,0.000032603800108376100427607007645071788286244360277832,decimal,1599095.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.8164,clp,392380.8589,decimal,43491078.1622,decimal,0.0,clp,158992.4949,decimal,0.0,clp,26504.0,integer,51100784494.0,clp,49310896206.0,clp,0.0,clp,1133.8164
+188-2021-07-13,real_asset_day,2021-07-13,0.000032603791009986207163805615334581213973314729583094,decimal,1609188.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.8501,clp,240909.7441,decimal,43596151.944,decimal,0.0,clp,135835.9623,decimal,0.0,clp,26532.0,integer,51247067555.0,clp,49475098558.0,clp,0.0,clp,1134.8501
+188-2021-07-14,real_asset_day,2021-07-14,0.00003260380087863671129466887680225895177807416416433,decimal,1616163.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.0217,clp,229146.9221,decimal,43702510.8969,decimal,0.0,clp,122787.9692,decimal,0.0,clp,26571.0,integer,51470482396.0,clp,49690705177.0,clp,0.0,clp,1137.0217
+188-2021-07-15,real_asset_day,2021-07-15,0.000032603791917027610587139039009273662601272047769465,decimal,1624328.0,clp,0.0,integer,0.0,clp,0.0,clp,1139.9852,clp,203179.8658,decimal,43808028.1633,decimal,0.0,clp,97662.5994,decimal,0.0,clp,26611.0,integer,51664072255.0,clp,49940505480.0,clp,0.0,clp,1139.9852
+188-2021-07-16,real_asset_day,2021-07-16,0.000032603796652718593317199305287393559203737,decimal,1628197.0,clp,0.0,integer,0.0,clp,0.0,clp,1139.9481,clp,0.0,decimal,43808028.1633,decimal,0.0,clp,0.0,decimal,0.0,clp,26611.0,integer,51664072255.0,clp,49938877283.0,clp,0.0,clp,1139.9481
+188-2021-07-17,real_asset_day,2021-07-17,0.00003260379832833947325293816681494799228372,decimal,1628144.0,clp,0.0,integer,0.0,clp,0.0,clp,1139.9109,clp,0.0,decimal,43808028.1633,decimal,0.0,clp,0.0,decimal,0.0,clp,26611.0,integer,51664072255.0,clp,49937249139.0,clp,0.0,clp,1139.9109
+188-2021-07-18,real_asset_day,2021-07-18,0.000032603799969465035820134854849077114055401,decimal,1628091.0,clp,0.0,integer,0.0,clp,0.0,clp,1139.8737,clp,0.0,decimal,43808028.1633,decimal,0.0,clp,0.0,decimal,0.0,clp,26611.0,integer,51664072255.0,clp,49935621048.0,clp,0.0,clp,1139.8737
+188-2021-07-19,real_asset_day,2021-07-19,0.000032603800508849475705266055814767915517031348389496,decimal,1631125.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.9979,clp,341666.8136,decimal,43993545.7146,decimal,0.0,clp,156149.2623,decimal,0.0,clp,26674.0,integer,52065195083.0,clp,50240537512.0,clp,0.0,clp,1141.9979
+188-2021-07-20,real_asset_day,2021-07-20,0.000032603801662787442103854882534833145210944871640366,decimal,1643567.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.8564,clp,187128.2013,decimal,44013914.1672,decimal,0.0,clp,166759.7487,decimal,0.0,clp,26684.0,integer,52318455601.0,clp,50433626349.0,clp,0.0,clp,1145.8564
+188-2021-07-21,real_asset_day,2021-07-21,0.000032603799057638618655164499125112551096113073696301,decimal,1644790.0,clp,0.0,integer,0.0,clp,0.0,clp,1146.1785,clp,348941.8837,decimal,44239123.4891,decimal,0.0,clp,123732.5618,decimal,0.0,clp,26701.0,integer,52626468757.0,clp,50705932104.0,clp,0.0,clp,1146.1785
+188-2021-07-22,real_asset_day,2021-07-22,0.000032603788165143894913456354093019082880552768839292,decimal,1651648.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.0987,clp,353819.048,decimal,44471851.7822,decimal,0.0,clp,121090.7549,decimal,0.0,clp,26742.0,integer,52835482016.0,clp,50924659397.0,clp,0.0,clp,1145.0987
+188-2021-07-23,real_asset_day,2021-07-23,0.000032603797002185429188291463236531072812574715396707,decimal,1667207.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.8366,clp,203193.6502,decimal,44582073.7321,decimal,0.0,clp,92971.7003,decimal,0.0,clp,26764.0,integer,53097744641.0,clp,51262100389.0,clp,0.0,clp,1149.8366
+188-2021-07-24,real_asset_day,2021-07-24,0.000032603784813751804429027711316112674589754,decimal,1671284.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.7991,clp,0.0,decimal,44582073.7321,decimal,0.0,clp,0.0,decimal,0.0,clp,26764.0,integer,53097744641.0,clp,51260429105.0,clp,0.0,clp,1149.7991
+188-2021-07-25,real_asset_day,2021-07-25,0.000032603794342334129375350182536977833468424,decimal,1671230.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.7616,clp,0.0,decimal,44582073.7321,decimal,0.0,clp,0.0,decimal,0.0,clp,26764.0,integer,53097744641.0,clp,51258757875.0,clp,0.0,clp,1149.7616
+188-2021-07-26,real_asset_day,2021-07-26,0.000032603788047297333035858760181887832488031866932032,decimal,1674166.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.7817,clp,377185.6689,decimal,44791218.1022,decimal,0.0,clp,168041.2988,decimal,0.0,clp,26833.0,integer,53493972389.0,clp,51589707316.0,clp,0.0,clp,1151.7817
+188-2021-07-27,real_asset_day,2021-07-27,0.000032603793617805595272242549904736772126875769820587,decimal,1678368.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.2809,clp,250972.8819,decimal,44672814.2111,decimal,0.0,clp,369376.773,decimal,0.0,clp,26857.0,integer,53531595403.0,clp,51341611262.0,clp,0.0,clp,1149.2809
+188-2021-07-28,real_asset_day,2021-07-28,0.000032603801041562135197764616038728055159742488851019,decimal,1676487.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.0353,clp,255229.2683,decimal,44827584.8845,decimal,0.0,clp,100458.5949,decimal,0.0,clp,26883.0,integer,53786539753.0,clp,51598132720.0,clp,0.0,clp,1151.0353
+188-2021-07-29,real_asset_day,2021-07-29,0.000032603801237082198829170522186737448317416107361113,decimal,1672905.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.6104,clp,251091.1378,decimal,44983686.1981,decimal,0.0,clp,94989.8242,decimal,0.0,clp,26916.0,integer,53578089506.0,clp,51488796600.0,clp,0.0,clp,1144.6104
+188-2021-07-30,real_asset_day,2021-07-30,0.000032603790033380787462441975152172544338728448512896,decimal,1679254.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.9678,clp,281955.4516,decimal,45164285.2833,decimal,0.0,clp,101356.3664,decimal,0.0,clp,26955.0,integer,53382609810.0,clp,51711651144.0,clp,0.0,clp,1144.9678
+188-2021-07-31,real_asset_day,2021-07-31,0.000032603792970686211583216098649595527170287,decimal,1685941.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.9304,clp,0.0,decimal,45164285.2833,decimal,0.0,clp,0.0,decimal,0.0,clp,26955.0,integer,53382609810.0,clp,51709965203.0,clp,0.0,clp,1144.9304
+188-2021-08-01,real_asset_day,2021-08-01,0.000032603792318529839970617485244756592603133,decimal,1685886.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.8931,clp,0.0,decimal,45164285.2833,decimal,0.0,clp,0.0,decimal,0.0,clp,26955.0,integer,53382609810.0,clp,51708279317.0,clp,0.0,clp,1144.8931
+188-2021-08-02,real_asset_day,2021-08-02,0.00003260380071082233393897251692144565281204209844217,decimal,1689056.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.0456,clp,533307.3784,decimal,45524315.524,decimal,0.0,clp,173277.1377,decimal,0.0,clp,27098.0,integer,54116048510.0,clp,52218465039.0,clp,0.0,clp,1147.0456
+188-2021-08-03,real_asset_day,2021-08-03,0.000032603786231919270474758928758646125036046935644488,decimal,1713368.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.3545,clp,261694.1351,decimal,45515368.626,decimal,0.0,clp,270641.0331,decimal,0.0,clp,27140.0,integer,54650517035.0,clp,52540869316.0,clp,0.0,clp,1154.3545
+188-2021-08-04,real_asset_day,2021-08-04,0.000032603793831024914987264287054705631156126518400995,decimal,1715207.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.8204,clp,282440.0639,decimal,45668003.9658,decimal,0.0,clp,129804.7241,decimal,0.0,clp,27165.0,integer,55399217648.0,clp,52784008478.0,clp,0.0,clp,1155.8204
+188-2021-08-05,real_asset_day,2021-08-05,0.000032603796866457350548543967860345950989396638023876,decimal,1721938.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.4778,clp,247209.7858,decimal,45826031.8608,decimal,0.0,clp,89181.8908,decimal,0.0,clp,27216.0,integer,55379403655.0,clp,52996788641.0,clp,0.0,clp,1156.4778
+188-2021-08-06,real_asset_day,2021-08-06,0.000032603789735877709978204105351075680882705824271695,decimal,1730728.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.3732,clp,299492.0988,decimal,46031452.5817,decimal,0.0,clp,94071.3779,decimal,0.0,clp,27299.0,integer,55134594355.0,clp,53321598858.0,clp,0.0,clp,1158.3732
+188-2021-08-07,real_asset_day,2021-08-07,0.000032603798773019548910061524289329859533893,decimal,1738430.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.3354,clp,0.0,decimal,46031452.5817,decimal,0.0,clp,0.0,decimal,0.0,clp,27299.0,integer,55134594355.0,clp,53319860428.0,clp,0.0,clp,1158.3354
+188-2021-08-08,real_asset_day,2021-08-08,0.000032603792725610091820027812493066997237474,decimal,1738373.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.2976,clp,0.0,decimal,46031452.5817,decimal,0.0,clp,0.0,decimal,0.0,clp,27299.0,integer,55134594355.0,clp,53318122055.0,clp,0.0,clp,1158.2976
+188-2021-08-09,real_asset_day,2021-08-09,0.000032603792203791603874354337985212597743266530529442,decimal,1741837.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.6057,clp,479544.231,decimal,46321278.4338,decimal,0.0,clp,189718.3789,decimal,0.0,clp,27404.0,integer,55703335742.0,clp,53760741754.0,clp,0.0,clp,1160.6057
+188-2021-08-10,real_asset_day,2021-08-10,0.000032603797093622784939056245462643951961478705089571,decimal,1745806.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.9719,clp,314459.6309,decimal,46465255.7443,decimal,0.0,clp,170482.3204,decimal,0.0,clp,27484.0,integer,55739295226.0,clp,53712528218.0,clp,0.0,clp,1155.9719
+188-2021-08-11,real_asset_day,2021-08-11,0.000032603791051347800183207839590311126226359078256064,decimal,1745784.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.3757,clp,318607.6449,decimal,46596266.6715,decimal,0.0,clp,187596.7177,decimal,0.0,clp,27558.0,integer,55725599582.0,clp,53696403457.0,clp,0.0,clp,1152.3757
+188-2021-08-12,real_asset_day,2021-08-12,0.000032603799364339306843131527142198327366071639616493,decimal,1753436.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.1721,clp,272576.7721,decimal,46790672.3106,decimal,0.0,clp,78171.133,decimal,0.0,clp,27632.0,integer,55935620222.0,clp,54004490134.0,clp,0.0,clp,1154.1721
+188-2021-08-13,real_asset_day,2021-08-13,0.000032603792706642712716788426808308632372350160853605,decimal,1765266.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.1316,clp,205227.3982,decimal,46930493.569,decimal,0.0,clp,65406.1398,decimal,0.0,clp,27690.0,integer,56116125405.0,clp,54304756370.0,clp,0.0,clp,1157.1316
+188-2021-08-14,real_asset_day,2021-08-14,0.000032603787270265910635927974602720025932043,decimal,1770483.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.0939,clp,0.0,decimal,46930493.569,decimal,0.0,clp,0.0,decimal,0.0,clp,27690.0,integer,56116125405.0,clp,54302985887.0,clp,0.0,clp,1157.0939
+188-2021-08-15,real_asset_day,2021-08-15,0.000032603800577383911830076300251013270776407,decimal,1770426.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.0561,clp,0.0,decimal,46930493.569,decimal,0.0,clp,0.0,decimal,0.0,clp,27690.0,integer,56116125405.0,clp,54301215461.0,clp,0.0,clp,1157.0561
+188-2021-08-16,real_asset_day,2021-08-16,0.000032603786240933155804358055388458848832656148676181,decimal,1779636.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.0758,clp,283992.5544,decimal,47053420.1251,decimal,0.0,clp,161065.9983,decimal,0.0,clp,27775.0,integer,56650093908.0,clp,54726694770.0,clp,0.0,clp,1163.0758
+188-2021-08-17,real_asset_day,2021-08-17,0.000032603802587999617474635051264015128569682746633252,decimal,1786528.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.5292,clp,260510.3856,decimal,47206014.8312,decimal,0.0,clp,107915.6795,decimal,0.0,clp,27803.0,integer,56946567615.0,clp,54972781877.0,clp,0.0,clp,1164.5292
+188-2021-08-18,real_asset_day,2021-08-18,0.000032603793927402844433286349889804236191032387133202,decimal,1789250.0,clp,0.0,integer,0.0,clp,0.0,clp,1162.5337,clp,260669.0815,decimal,47380901.3685,decimal,0.0,clp,85782.5442,decimal,0.0,clp,27833.0,integer,56969391924.0,clp,55081894151.0,clp,0.0,clp,1162.5337
+188-2021-08-19,real_asset_day,2021-08-19,0.000032603785093193362080266736246685880258947648304146,decimal,1798662.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.3357,clp,233030.7396,decimal,47515213.0715,decimal,0.0,clp,98719.0366,decimal,0.0,clp,27879.0,integer,57180953363.0,clp,55323659577.0,clp,0.0,clp,1164.3357
+188-2021-08-20,real_asset_day,2021-08-20,0.00003260379455389139096915074503254125026273801762352,decimal,1804221.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.6325,clp,167349.362,decimal,47572839.45,decimal,0.0,clp,109722.9835,decimal,0.0,clp,27937.0,integer,57298386205.0,clp,55404874838.0,clp,0.0,clp,1164.6325
+188-2021-08-21,real_asset_day,2021-08-21,0.000032603789813397167302398891635917001594072,decimal,1806350.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.5945,clp,0.0,decimal,47572839.45,decimal,0.0,clp,0.0,decimal,0.0,clp,27937.0,integer,57298386205.0,clp,55403068488.0,clp,0.0,clp,1164.5945
+188-2021-08-22,real_asset_day,2021-08-22,0.000032603787862757599114560837520840500138687,decimal,1806291.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.5566,clp,0.0,decimal,47572839.45,decimal,0.0,clp,0.0,decimal,0.0,clp,27937.0,integer,57298386205.0,clp,55401262197.0,clp,0.0,clp,1164.5566
+188-2021-08-23,real_asset_day,2021-08-23,0.000032603790587755297254299770458071171172821484594784,decimal,1808681.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.0973,clp,392139.9814,decimal,47818878.1103,decimal,0.0,clp,146101.3211,decimal,0.0,clp,28004.0,integer,57722796696.0,clp,55761466944.0,clp,0.0,clp,1166.0973
+188-2021-08-24,real_asset_day,2021-08-24,0.000032603795452678559652909835860897475150471756489897,decimal,1815697.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.5974,clp,275627.2237,decimal,47984446.9099,decimal,0.0,clp,110058.4241,decimal,0.0,clp,28016.0,integer,57844546278.0,clp,55882564313.0,clp,0.0,clp,1164.5974
+188-2021-08-25,real_asset_day,2021-08-25,0.000032603786312030702607870989680244521837694385422823,decimal,1822523.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.9425,clp,268134.3996,decimal,48122641.1262,decimal,0.0,clp,129940.1833,decimal,0.0,clp,28051.0,integer,61357229008.0,clp,56060109435.0,clp,0.0,clp,1164.9425
+188-2021-08-26,real_asset_day,2021-08-26,0.000032603799862867080189084285159510171726411146856987,decimal,1828355.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.3137,clp,195018.2218,decimal,48125275.6862,decimal,0.0,clp,192383.6618,decimal,0.0,clp,28074.0,integer,60697955858.0,clp,56081042831.0,clp,0.0,clp,1165.3137
+188-2021-08-27,real_asset_day,2021-08-27,0.000032603798389948897545736885513599370323448491382354,decimal,1832156.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.6724,clp,238300.6723,decimal,48235868.0475,decimal,0.0,clp,127708.311,decimal,0.0,clp,28112.0,integer,58385163173.0,clp,56323692432.0,clp,0.0,clp,1167.6724
+188-2021-08-28,real_asset_day,2021-08-28,0.000032603790540779096339826476264948796975307,decimal,1836306.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.6343,clp,0.0,decimal,48235868.0475,decimal,0.0,clp,0.0,decimal,0.0,clp,28112.0,integer,58385163173.0,clp,56321856126.0,clp,0.0,clp,1167.6343
+188-2021-08-29,real_asset_day,2021-08-29,0.000032603788207327600112345698980246879841833,decimal,1836246.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.5963,clp,0.0,decimal,48235868.0475,decimal,0.0,clp,0.0,decimal,0.0,clp,28112.0,integer,58385163173.0,clp,56320019880.0,clp,0.0,clp,1167.5963
+188-2021-08-30,real_asset_day,2021-08-30,0.000032603788377905848831957208673435894718771185738428,decimal,1837157.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.1755,clp,373983.989,decimal,48340771.169,decimal,0.0,clp,269080.8675,decimal,0.0,clp,28165.0,integer,58631513017.0,clp,56470506380.0,clp,0.0,clp,1168.1755
+188-2021-08-31,real_asset_day,2021-08-31,0.000032603787052781803776430612882111586766307737373881,decimal,1837587.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.9134,clp,291537.1434,decimal,48461148.7213,decimal,0.0,clp,171159.5911,decimal,0.0,clp,28216.0,integer,61596373437.0,clp,56501501867.0,clp,0.0,clp,1165.9134
+188-2021-09-01,real_asset_day,2021-09-01,0.000032603790277048922054305994468881779718487625574644,decimal,1836502.0,clp,0.0,integer,0.0,clp,0.0,clp,1162.3304,clp,491391.3479,decimal,48807072.995,decimal,0.0,clp,145467.0742,decimal,0.0,clp,28285.0,integer,61649056396.0,clp,56729946452.0,clp,0.0,clp,1162.3304
+188-2021-09-02,real_asset_day,2021-09-02,0.000032603793103177072225357640902686785382221601111642,decimal,1845841.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.961,clp,230099.5294,decimal,48912057.9422,decimal,0.0,clp,125114.5822,decimal,0.0,clp,28327.0,integer,58747888520.0,clp,56736080779.0,clp,0.0,clp,1159.961
+188-2021-09-03,real_asset_day,2021-09-03,0.000032603795173676769501786923546012614256811253783736,decimal,1844892.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.8761,clp,296780.2439,decimal,49029085.7886,decimal,0.0,clp,179752.3975,decimal,0.0,clp,28357.0,integer,58760821905.0,clp,56720578417.0,clp,0.0,clp,1156.8761
+188-2021-09-04,real_asset_day,2021-09-04,0.000032603798199087827020171442479796811666121,decimal,1849246.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.8384,clp,0.0,decimal,49029085.7886,decimal,0.0,clp,0.0,decimal,0.0,clp,28357.0,integer,58760821905.0,clp,56718729171.0,clp,0.0,clp,1156.8384
+188-2021-09-05,real_asset_day,2021-09-05,0.000032603785688783533220497486199645763426956,decimal,1849185.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.8007,clp,0.0,decimal,49029085.7886,decimal,0.0,clp,0.0,decimal,0.0,clp,28357.0,integer,58760821905.0,clp,56716879986.0,clp,0.0,clp,1156.8007
+188-2021-09-06,real_asset_day,2021-09-06,0.000032603800415848536073393374888284171309318155575806,decimal,1851838.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.4598,clp,560815.2149,decimal,49323055.2943,decimal,0.0,clp,266845.7092,decimal,0.0,clp,28460.0,integer,59537013888.0,clp,57138777104.0,clp,0.0,clp,1158.4598
+188-2021-09-07,real_asset_day,2021-09-07,0.000032603800867186669420719021129935263220139839329545,decimal,1867901.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.544,clp,392072.7913,decimal,49636472.5354,decimal,0.0,clp,78655.5502,decimal,0.0,clp,28501.0,integer,59935132746.0,clp,57654944999.0,clp,0.0,clp,1161.544
+188-2021-09-08,real_asset_day,2021-09-08,0.000032603799150270092326758534249430864073220511696948,decimal,1881272.0,clp,0.0,integer,0.0,clp,0.0,clp,1162.4719,clp,201468.0675,decimal,49719104.7115,decimal,0.0,clp,118835.8914,decimal,0.0,clp,28536.0,integer,60249341607.0,clp,57797063264.0,clp,0.0,clp,1162.4719
+188-2021-09-09,real_asset_day,2021-09-09,0.000032603788332180785652183425661307144409088949763802,decimal,1884245.0,clp,0.0,integer,0.0,clp,0.0,clp,1162.3743,clp,185142.8874,decimal,49734225.4464,decimal,0.0,clp,170022.1525,decimal,0.0,clp,28567.0,integer,60438451080.0,clp,57809786503.0,clp,0.0,clp,1162.3743
+188-2021-09-10,real_asset_day,2021-09-10,0.000032603798756977172084934683268567459273611710866027,decimal,1877074.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.5982,clp,459522.5153,decimal,49842067.938,decimal,0.0,clp,351680.0237,decimal,0.0,clp,28618.0,integer,62077284621.0,clp,57697086649.0,clp,0.0,clp,1157.5982
+188-2021-09-11,real_asset_day,2021-09-11,0.000032603800983916230874011338122632246866792,decimal,1881083.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.5604,clp,0.0,decimal,49842067.938,decimal,0.0,clp,0.0,decimal,0.0,clp,28618.0,integer,62077284621.0,clp,57695205566.0,clp,0.0,clp,1157.5604
+188-2021-09-12,real_asset_day,2021-09-12,0.000032603789343649792265581078588197001258458,decimal,1881021.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.5227,clp,0.0,decimal,49842067.938,decimal,0.0,clp,0.0,decimal,0.0,clp,28618.0,integer,62077284621.0,clp,57693324545.0,clp,0.0,clp,1157.5227
+188-2021-09-13,real_asset_day,2021-09-13,0.000032603789363250539855391643874113678137185103229914,decimal,1875529.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.1431,clp,316558.3227,decimal,49834094.7295,decimal,0.0,clp,324531.5312,decimal,0.0,clp,28704.0,integer,62061557178.0,clp,57515675609.0,clp,0.0,clp,1154.1431
+188-2021-09-14,real_asset_day,2021-09-14,0.000032603801626873139234791868676696708770409277340471,decimal,1876188.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.7329,clp,182878.9542,decimal,49767716.1895,decimal,0.0,clp,249257.4942,decimal,0.0,clp,28718.0,integer,59891938424.0,clp,57468419078.0,clp,0.0,clp,1154.7329
+188-2021-09-15,real_asset_day,2021-09-15,0.000032603789316151707284428496958250882907478959841851,decimal,1876830.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.6691,clp,166599.5946,decimal,49669645.891,decimal,0.0,clp,264669.8931,decimal,0.0,clp,28747.0,integer,60321633248.0,clp,57451346369.0,clp,0.0,clp,1156.6691
+188-2021-09-16,real_asset_day,2021-09-16,0.000032603786389706686967868568738936493535780202655006,decimal,1875931.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.3979,clp,251238.249,decimal,49762858.5589,decimal,0.0,clp,158025.5811,decimal,0.0,clp,28787.0,integer,59915292286.0,clp,57645190294.0,clp,0.0,clp,1158.3979
+188-2021-09-17,real_asset_day,2021-09-17,0.000032603800346627705574075844475438909366562,decimal,1879391.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.3601,clp,0.0,decimal,49762858.5589,decimal,0.0,clp,0.0,decimal,0.0,clp,28787.0,integer,59915292286.0,clp,57643310903.0,clp,0.0,clp,1158.3601
+188-2021-09-18,real_asset_day,2021-09-18,0.000032603787738812831310892243940783704311403,decimal,1879329.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.3224,clp,0.0,decimal,49762858.5589,decimal,0.0,clp,0.0,decimal,0.0,clp,28787.0,integer,59915292286.0,clp,57641431574.0,clp,0.0,clp,1158.3224
+188-2021-09-19,real_asset_day,2021-09-19,0.000032603792444869098078174791991417866166381,decimal,1879268.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.2846,clp,0.0,decimal,49762858.5589,decimal,0.0,clp,0.0,decimal,0.0,clp,28787.0,integer,59915292286.0,clp,57639552306.0,clp,0.0,clp,1158.2846
+188-2021-09-20,real_asset_day,2021-09-20,0.000032603797946377476882671194075413188824496799756994,decimal,1876291.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.4495,clp,641140.8021,decimal,50057270.0562,decimal,0.0,clp,346729.3048,decimal,0.0,clp,28839.0,integer,60237467573.0,clp,57888706228.0,clp,0.0,clp,1156.4495
+188-2021-09-21,real_asset_day,2021-09-21,0.000032603786686668054357246541265754820069593348371053,decimal,1886792.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.0825,clp,165805.3075,decimal,49992262.1373,decimal,0.0,clp,230813.2264,decimal,0.0,clp,28814.0,integer,60230498421.0,clp,57795178709.0,clp,0.0,clp,1156.0825
+188-2021-09-22,real_asset_day,2021-09-22,0.000032603802219334771406942441116220352290553851292962,decimal,1888600.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.6945,clp,325718.294,decimal,50166725.9795,decimal,0.0,clp,151254.4518,decimal,0.0,clp,28819.0,integer,60349424533.0,clp,58127909606.0,clp,0.0,clp,1158.6945
+188-2021-09-23,real_asset_day,2021-09-23,0.000032603792098285976881757829753351181755858092027245,decimal,1899890.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.5678,clp,223181.261,decimal,50150610.8007,decimal,0.0,clp,239296.4398,decimal,0.0,clp,28838.0,integer,60499472237.0,clp,58253337159.0,clp,0.0,clp,1161.5678
+188-2021-09-24,real_asset_day,2021-09-24,0.000032603789457605146524581114849061297794763625395353,decimal,1898956.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.37,clp,218834.6014,decimal,50232274.5559,decimal,0.0,clp,137170.8462,decimal,0.0,clp,28854.0,integer,60571286934.0,clp,58338255610.0,clp,0.0,clp,1161.37
+188-2021-09-25,real_asset_day,2021-09-25,0.00003260378617866696988260151938631905739697,decimal,1901986.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.3321,clp,0.0,decimal,50232274.5559,decimal,0.0,clp,0.0,decimal,0.0,clp,28854.0,integer,60571286934.0,clp,58336353624.0,clp,0.0,clp,1161.3321
+188-2021-09-26,real_asset_day,2021-09-26,0.000032603786348779549769900382898430499861885,decimal,1901924.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.2943,clp,0.0,decimal,50232274.5559,decimal,0.0,clp,0.0,decimal,0.0,clp,28854.0,integer,60571286934.0,clp,58334451700.0,clp,0.0,clp,1161.2943
+188-2021-09-27,real_asset_day,2021-09-27,0.00003265337797048578555978830751031613592394124859411,decimal,1901459.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.0103,clp,238581.2709,decimal,50156101.4698,decimal,0.0,clp,314754.357,decimal,0.0,clp,28844.0,integer,60555249775.0,clp,58143313579.0,clp,0.0,clp,1161.0103
+188-2021-09-28,real_asset_day,2021-09-28,0.000032603791507409249065177634627958224106141392388995,decimal,1889215.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.286,clp,188023.7512,decimal,50105307.1402,decimal,0.0,clp,238818.0808,decimal,0.0,clp,28841.0,integer,60326213472.0,clp,57885959202.0,clp,0.0,clp,1155.286
+188-2021-09-29,real_asset_day,2021-09-29,0.000032603802541710880695039696031253229956291052916561,decimal,1888004.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.7155,clp,112648.1188,decimal,49912199.4182,decimal,0.0,clp,305755.8408,decimal,0.0,clp,28838.0,integer,60112299003.0,clp,57684301075.0,clp,0.0,clp,1155.7155
+188-2021-09-30,real_asset_day,2021-09-30,0.00003260380251789567179135057850159457203519940054159,decimal,1883732.0,clp,0.0,integer,0.0,clp,0.0,clp,1157.5617,clp,298795.1035,decimal,49990653.033,decimal,0.0,clp,220341.4887,decimal,0.0,clp,28872.0,integer,60282714050.0,clp,57867265943.0,clp,0.0,clp,1157.5617
+188-2021-10-01,real_asset_day,2021-10-01,0.000032603789801863697042774544488174111856268835213078,decimal,1884872.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.445,clp,207441.5365,decimal,50080049.2875,decimal,0.0,clp,118045.282,decimal,0.0,clp,28926.0,integer,60361048943.0,clp,57914820689.0,clp,0.0,clp,1156.445
+188-2021-10-02,real_asset_day,2021-10-02,0.000032603788449828018852289613363676292736352,decimal,1888181.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.4073,clp,0.0,decimal,50080049.2875,decimal,0.0,clp,0.0,decimal,0.0,clp,28926.0,integer,60361048943.0,clp,57912932508.0,clp,0.0,clp,1156.4073
+188-2021-10-03,real_asset_day,2021-10-03,0.00003260379811750115108284964401357257732625,decimal,1888120.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.3696,clp,0.0,decimal,50080049.2875,decimal,0.0,clp,0.0,decimal,0.0,clp,28926.0,integer,60361048943.0,clp,57911044388.0,clp,0.0,clp,1156.3696
+188-2021-10-04,real_asset_day,2021-10-04,0.000032603785818637789179431094164105523523683299203179,decimal,1882015.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.631,clp,352518.4772,decimal,50209107.2378,decimal,0.0,clp,223460.5269,decimal,0.0,clp,28998.0,integer,60085560415.0,clp,57872574234.0,clp,0.0,clp,1152.631
+188-2021-10-05,real_asset_day,2021-10-05,0.000032603787915359228433298008091817193923730071813095,decimal,1889519.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.2522,clp,171816.8523,decimal,50273366.8071,decimal,0.0,clp,107557.283,decimal,0.0,clp,29018.0,integer,60234512992.0,clp,58028143383.0,clp,0.0,clp,1154.2522
+188-2021-10-06,real_asset_day,2021-10-06,0.00003260379439595377901327761956404997516895795662429,decimal,1894686.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.9289,clp,140126.2822,decimal,50249624.3112,decimal,0.0,clp,163868.7781,decimal,0.0,clp,29020.0,integer,60226910374.0,clp,58084993964.0,clp,0.0,clp,1155.9289
+188-2021-10-07,real_asset_day,2021-10-07,0.000032603802165683112892364461016425377601923408738451,decimal,1890313.0,clp,0.0,integer,0.0,clp,0.0,clp,1153.8056,clp,252617.8381,decimal,50415972.7009,decimal,0.0,clp,86269.4484,decimal,0.0,clp,29026.0,integer,60286724681.0,clp,58170232995.0,clp,0.0,clp,1153.8056
+188-2021-10-08,real_asset_day,2021-10-08,0.000032603788877779229773597833616363747668274796221338,decimal,1894339.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.4484,clp,125559.7102,decimal,50444262.2097,decimal,0.0,clp,97270.2014,decimal,0.0,clp,29034.0,integer,60177742396.0,clp,58134407701.0,clp,0.0,clp,1152.4484
+188-2021-10-09,real_asset_day,2021-10-09,0.000032603786126256391748931176045443304558988,decimal,1895340.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.4108,clp,0.0,decimal,50444262.2097,decimal,0.0,clp,0.0,decimal,0.0,clp,29034.0,integer,60177742396.0,clp,58132512361.0,clp,0.0,clp,1152.4108
+188-2021-10-10,real_asset_day,2021-10-10,0.000032603799772613602546927802110752071097376,decimal,1895279.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.3732,clp,0.0,decimal,50444262.2097,decimal,0.0,clp,0.0,decimal,0.0,clp,29034.0,integer,60177742396.0,clp,58130617082.0,clp,0.0,clp,1152.3732
+188-2021-10-11,real_asset_day,2021-10-11,0.000032603796181885995782852570381387311447984,decimal,1895217.0,clp,0.0,integer,,,0.0,clp,1152.3357,clp,,,50444262.2097,decimal,,,,,,,29034.0,integer,60177742396.0,clp,58128721865.0,clp,0.0,clp,1152.3357
+188-2021-10-12,real_asset_day,2021-10-12,0.000032603795701623076596521960637760977523750514248576,decimal,1894748.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.0505,clp,307432.7473,decimal,50478331.6771,decimal,0.0,clp,273363.2799,decimal,0.0,clp,29032.0,integer,60425065164.0,clp,58153587640.0,clp,0.0,clp,1152.0505
+188-2021-10-13,real_asset_day,2021-10-13,0.000032603793958983188926924440872338717553852641247555,decimal,1889066.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.8206,clp,152292.8621,decimal,50417715.8783,decimal,0.0,clp,212908.6609,decimal,0.0,clp,29018.0,integer,60268687882.0,clp,57870490740.0,clp,0.0,clp,1147.8206
+188-2021-10-14,real_asset_day,2021-10-14,0.000032603798659132857200984305644614873329105071947841,decimal,1886275.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.5025,clp,169973.0133,decimal,50418228.3584,decimal,0.0,clp,169460.5332,decimal,0.0,clp,29010.0,integer,60441525010.0,clp,57855043000.0,clp,0.0,clp,1147.5025
+188-2021-10-15,real_asset_day,2021-10-15,0.000032603800963190506669829733633846807480649866063148,decimal,1895063.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.8368,clp,172725.9802,decimal,50366661.5045,decimal,0.0,clp,224292.8341,decimal,0.0,clp,29012.0,integer,60683981439.0,clp,58064541798.0,clp,0.0,clp,1152.8368
+188-2021-10-16,real_asset_day,2021-10-16,0.00003260380022688952858705645819862544374501,decimal,1893063.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.7992,clp,0.0,decimal,50366661.5045,decimal,0.0,clp,0.0,decimal,0.0,clp,29012.0,integer,60683981439.0,clp,58062648735.0,clp,0.0,clp,1152.7992
+188-2021-10-17,real_asset_day,2021-10-17,0.000032603795387586919693193809574052968698825,decimal,1893001.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.7616,clp,0.0,decimal,50366661.5045,decimal,0.0,clp,0.0,decimal,0.0,clp,29012.0,integer,60683981439.0,clp,58060755734.0,clp,0.0,clp,1152.7616
+188-2021-10-18,real_asset_day,2021-10-18,0.000032603800784546644866760209748656800321632327722024,decimal,1895161.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.0768,clp,261249.399,decimal,50294541.7315,decimal,0.0,clp,333369.172,decimal,0.0,clp,29023.0,integer,60553731182.0,clp,58043764311.0,clp,0.0,clp,1154.0768
+188-2021-10-19,real_asset_day,2021-10-19,0.000032603801754139863116845909848810398867749767881461,decimal,1889067.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.0153,clp,190689.05,decimal,50341702.1589,decimal,0.0,clp,143528.6226,decimal,0.0,clp,29048.0,integer,60381425638.0,clp,57994413155.0,clp,0.0,clp,1152.0153
+188-2021-10-20,real_asset_day,2021-10-20,0.00003260379982502046781547050848825313656901564676196,decimal,1889681.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.3103,clp,143349.4284,decimal,50183875.2715,decimal,0.0,clp,301176.3158,decimal,0.0,clp,29041.0,integer,60124730209.0,clp,57777211489.0,clp,0.0,clp,1151.3103
+188-2021-10-21,real_asset_day,2021-10-21,0.000032603793714201887192944000007035162443089538250621,decimal,1889275.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.6832,clp,135725.5747,decimal,50231635.3242,decimal,0.0,clp,87965.522,decimal,0.0,clp,29056.0,integer,60293990946.0,clp,58001625265.0,clp,0.0,clp,1154.6832
+188-2021-10-22,real_asset_day,2021-10-22,0.000032603790240404779996123652311094698009262011801676,decimal,1889986.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.0196,clp,230575.9161,decimal,50305815.5357,decimal,0.0,clp,156395.7046,decimal,0.0,clp,29060.0,integer,60180995706.0,clp,58053896407.0,clp,0.0,clp,1154.0196
+188-2021-10-23,real_asset_day,2021-10-23,0.000032603801413549386456783824640165769536763,decimal,1892716.0,clp,0.0,integer,0.0,clp,0.0,clp,1153.982,clp,0.0,decimal,50305815.5357,decimal,0.0,clp,0.0,decimal,0.0,clp,29060.0,integer,60180995706.0,clp,58052003691.0,clp,0.0,clp,1153.982
+188-2021-10-24,real_asset_day,2021-10-24,0.00003260379637850579706893731018790505883869,decimal,1892654.0,clp,0.0,integer,0.0,clp,0.0,clp,1153.9443,clp,0.0,decimal,50305815.5357,decimal,0.0,clp,0.0,decimal,0.0,clp,29060.0,integer,60180995706.0,clp,58050111037.0,clp,0.0,clp,1153.9443
+188-2021-10-25,real_asset_day,2021-10-25,0.000032603799012077454817595647430651917600915869131758,decimal,1890526.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.6468,clp,326074.3462,decimal,50370942.5283,decimal,0.0,clp,260947.3536,decimal,0.0,clp,29083.0,integer,60388949133.0,clp,58059906300.0,clp,0.0,clp,1152.6468
+188-2021-10-26,real_asset_day,2021-10-26,0.000032603790371414677933680730388447289723175186766142,decimal,1895964.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.468,clp,185209.7322,decimal,50264913.2101,decimal,0.0,clp,291239.0504,decimal,0.0,clp,29100.0,integer,60519279801.0,clp,58029236216.0,clp,0.0,clp,1154.468
+188-2021-10-27,real_asset_day,2021-10-27,0.000032603793244375307116968972692939525618002867509941,decimal,1895863.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.8416,clp,133271.9713,decimal,50301938.039,decimal,0.0,clp,96247.1424,decimal,0.0,clp,29112.0,integer,60484552379.0,clp,58191372610.0,clp,0.0,clp,1156.8416
+188-2021-10-28,real_asset_day,2021-10-28,0.000032603785966297514311534711799142316118531566698959,decimal,1902205.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.8573,clp,180613.8796,decimal,50310622.0777,decimal,0.0,clp,171929.8409,decimal,0.0,clp,29110.0,integer,60509891602.0,clp,58353143261.0,clp,0.0,clp,1159.8573
+188-2021-10-29,real_asset_day,2021-10-29,0.000032603786396134503541640374686404915523957897503542,decimal,1909575.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.1501,clp,193336.4733,decimal,50386738.0665,decimal,0.0,clp,117220.4845,decimal,0.0,clp,29117.0,integer,60850359945.0,clp,58657728047.0,clp,0.0,clp,1164.1501
+188-2021-10-30,real_asset_day,2021-10-30,0.000032603791780415195008921097068481486291333,decimal,1912402.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.1122,clp,0.0,decimal,50386738.0665,decimal,0.0,clp,0.0,decimal,0.0,clp,29117.0,integer,60850359945.0,clp,58655815645.0,clp,0.0,clp,1164.1122
+188-2021-10-31,real_asset_day,2021-10-31,0.000032603797739697589935187008267258233070802,decimal,1912340.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.0742,clp,0.0,decimal,50386738.0665,decimal,0.0,clp,0.0,decimal,0.0,clp,29117.0,integer,60850359945.0,clp,58653903305.0,clp,0.0,clp,1164.0742
+188-2021-11-01,real_asset_day,2021-11-01,0.000032603786614628205456664041416998219895452,decimal,1912277.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.0363,clp,0.0,decimal,50386738.0665,decimal,0.0,clp,0.0,decimal,0.0,clp,29117.0,integer,60850359945.0,clp,58651991028.0,clp,0.0,clp,1164.0363
+188-2021-11-02,real_asset_day,2021-11-02,0.000032603795775353946072696039721647758335893224752256,decimal,1919441.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.3968,clp,529839.2895,decimal,50658850.4374,decimal,0.0,clp,257726.9186,decimal,0.0,clp,29199.0,integer,62318594158.0,clp,59189638789.0,clp,0.0,clp,1168.3968
+188-2021-11-03,real_asset_day,2021-11-03,0.000032603800283198181083895523985093275264055481348256,decimal,1932505.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.0302,clp,322371.7349,decimal,50619026.7383,decimal,0.0,clp,362195.434,decimal,0.0,clp,29255.0,integer,62213378901.0,clp,59225789982.0,clp,0.0,clp,1170.0302
+188-2021-11-04,real_asset_day,2021-11-04,0.000032603786796917622346344848747359955421317766610802,decimal,1935445.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.7326,clp,271122.1742,decimal,50717511.9431,decimal,0.0,clp,172636.9694,decimal,0.0,clp,29336.0,integer,61971846076.0,clp,59478079815.0,clp,0.0,clp,1172.7326
+188-2021-11-05,real_asset_day,2021-11-05,0.00003260380148182677334357168915132954877961279530265,decimal,1938345.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.2086,clp,341272.6803,decimal,50764757.3526,decimal,0.0,clp,294027.2708,decimal,0.0,clp,29407.0,integer,61922328355.0,clp,59506884426.0,clp,0.0,clp,1172.2086
+188-2021-11-06,real_asset_day,2021-11-06,0.000032603794887149436410802118505280533105113,decimal,1940087.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.1704,clp,0.0,decimal,50764757.3526,decimal,0.0,clp,0.0,decimal,0.0,clp,29407.0,integer,61922328355.0,clp,59504944339.0,clp,0.0,clp,1172.1704
+188-2021-11-07,real_asset_day,2021-11-07,0.000032603799124659374772613109526821040817559,decimal,1940024.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.1322,clp,0.0,decimal,50764757.3526,decimal,0.0,clp,0.0,decimal,0.0,clp,29407.0,integer,61922328355.0,clp,59503004315.0,clp,0.0,clp,1172.1322
+188-2021-11-08,real_asset_day,2021-11-08,0.000032603794161601940267825624060795657325066423701078,decimal,1937246.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.4539,clp,583312.4481,decimal,50963976.0152,decimal,0.0,clp,384093.7855,decimal,0.0,clp,29584.0,integer,62346775232.0,clp,59650984826.0,clp,0.0,clp,1170.4539
+188-2021-11-09,real_asset_day,2021-11-09,0.00003260378660863251114880967936304864614696955462595,decimal,1940508.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.842,clp,332930.9089,decimal,51106390.9218,decimal,0.0,clp,190516.0023,decimal,0.0,clp,29636.0,integer,62257611069.0,clp,59684190168.0,clp,0.0,clp,1167.842
+188-2021-11-10,real_asset_day,2021-11-10,0.000032603799583247274514642554052255208369919780911224,decimal,1935156.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.3752,clp,242538.9717,decimal,51182111.8656,decimal,0.0,clp,166818.0279,decimal,0.0,clp,29691.0,integer,63017498575.0,clp,59441636153.0,clp,0.0,clp,1161.3752
+188-2021-11-11,real_asset_day,2021-11-11,0.000032603797531866655395335856524082924426853848388301,decimal,1944964.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.5346,clp,163512.0794,decimal,51199046.1451,decimal,0.0,clp,146577.7999,decimal,0.0,clp,29750.0,integer,62589480673.0,clp,59674260803.0,clp,0.0,clp,1165.5346
+188-2021-11-12,real_asset_day,2021-11-12,0.0000326037889917970534094839796493430017388200523853,decimal,1955987.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.7529,clp,185720.8854,decimal,51303622.1259,decimal,0.0,clp,81144.9046,decimal,0.0,clp,29786.0,integer,62963732515.0,clp,60115165688.0,clp,0.0,clp,1171.7529
+188-2021-11-13,real_asset_day,2021-11-13,0.000032603801027206534904904415895450994110166,decimal,1959919.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.7147,clp,0.0,decimal,51303622.1259,decimal,0.0,clp,0.0,decimal,0.0,clp,29786.0,integer,62963732515.0,clp,60113205769.0,clp,0.0,clp,1171.7147
+188-2021-11-14,real_asset_day,2021-11-14,0.000032603799342371421538058656316540908887873,decimal,1959855.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.6765,clp,0.0,decimal,51303622.1259,decimal,0.0,clp,0.0,decimal,0.0,clp,29786.0,integer,62963732515.0,clp,60111245914.0,clp,0.0,clp,1171.6765
+188-2021-11-15,real_asset_day,2021-11-15,0.000032603800361719016857488435979891082897277490163984,decimal,1963343.0,clp,0.0,integer,0.0,clp,0.0,clp,1173.7617,clp,352553.5952,decimal,51423446.1351,decimal,0.0,clp,232729.586,decimal,0.0,clp,29872.0,integer,62686509308.0,clp,60358870261.0,clp,0.0,clp,1173.7617
+188-2021-11-16,real_asset_day,2021-11-16,0.000032603790997501204191323991220536283900874433649492,decimal,1972520.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.5006,clp,152122.5113,decimal,51352318.8943,decimal,0.0,clp,223249.7521,decimal,0.0,clp,29890.0,integer,62890448101.0,clp,60416031818.0,clp,0.0,clp,1176.5006
+188-2021-11-17,real_asset_day,2021-11-17,0.000032603801963112745237803117861516921882707592801774,decimal,1977023.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.8192,clp,223348.8477,decimal,51433421.5003,decimal,0.0,clp,142246.2417,decimal,0.0,clp,29931.0,integer,63878557580.0,clp,60733572953.0,clp,0.0,clp,1180.8192
+188-2021-11-18,real_asset_day,2021-11-18,0.000032603795300886270757417832222652832900006594039579,decimal,1993652.0,clp,0.0,integer,0.0,clp,0.0,clp,1188.8739,clp,171045.008,decimal,51447099.8326,decimal,0.0,clp,157366.6757,decimal,0.0,clp,29940.0,integer,64444640320.0,clp,61164112288.0,clp,0.0,clp,1188.8739
+188-2021-11-19,real_asset_day,2021-11-19,0.000032603792896856055427297267139774458861759228388059,decimal,1994694.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.1791,clp,272012.9268,decimal,51579286.9243,decimal,0.0,clp,139825.8351,decimal,0.0,clp,29971.0,integer,63853717818.0,clp,61337008583.0,clp,0.0,clp,1189.1791
+188-2021-11-20,real_asset_day,2021-11-20,0.000032603794116590881953519250548276463834142,decimal,1999754.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.1403,clp,0.0,decimal,51579286.9243,decimal,0.0,clp,0.0,decimal,0.0,clp,29971.0,integer,63853717818.0,clp,61335008829.0,clp,0.0,clp,1189.1403
+188-2021-11-21,real_asset_day,2021-11-21,0.000032603797335876157208874881562675599059968,decimal,1999689.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.1015,clp,0.0,decimal,51579286.9243,decimal,0.0,clp,0.0,decimal,0.0,clp,29971.0,integer,63853717818.0,clp,61333009140.0,clp,0.0,clp,1189.1015
+188-2021-11-22,real_asset_day,2021-11-22,0.000032603793922157191302113598542145527640339537190408,decimal,1976853.0,clp,0.0,integer,0.0,clp,0.0,clp,1175.5224,clp,297638.5554,decimal,51506131.6995,decimal,0.0,clp,370793.7802,decimal,0.0,clp,30054.0,integer,63044700948.0,clp,60546610671.0,clp,0.0,clp,1175.5224
+188-2021-11-23,real_asset_day,2021-11-23,0.000032603798612192480963626409292964143342234332765284,decimal,1977475.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.5622,clp,186579.0748,decimal,51488449.1014,decimal,0.0,clp,204261.6729,decimal,0.0,clp,30078.0,integer,64123938623.0,clp,60630852727.0,clp,0.0,clp,1177.5622
+188-2021-11-24,real_asset_day,2021-11-24,0.000032603794950762114201389668509648955744263956973776,decimal,1981679.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.4711,clp,153910.8048,decimal,51504119.4177,decimal,0.0,clp,138240.4885,decimal,0.0,clp,30250.0,integer,63144970011.0,clp,60799122298.0,clp,0.0,clp,1180.4711
+188-2021-11-25,real_asset_day,2021-11-25,0.000032603801390545880746235625967199416265547551064198,decimal,1989112.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.5381,clp,195845.6274,decimal,51524944.4893,decimal,0.0,clp,175020.5558,decimal,0.0,clp,30326.0,integer,67419703098.0,clp,61033259579.0,clp,0.0,clp,1184.5381
+188-2021-11-26,real_asset_day,2021-11-26,0.000032603791674767866256146673454196558056560730665668,decimal,1991501.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.4818,clp,273485.9018,decimal,51684122.3934,decimal,0.0,clp,114307.9977,decimal,0.0,clp,30369.0,integer,63496793411.0,clp,61270585863.0,clp,0.0,clp,1185.4818
+188-2021-11-27,real_asset_day,2021-11-27,0.000032603786968845415265119392046249983552441,decimal,1997588.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.4431,clp,0.0,decimal,51684122.3934,decimal,0.0,clp,0.0,decimal,0.0,clp,30369.0,integer,63496793411.0,clp,61268588275.0,clp,0.0,clp,1185.4431
+188-2021-11-28,real_asset_day,2021-11-28,0.000032603789038723236316565460717542359390463,decimal,1997523.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.4045,clp,0.0,decimal,51684122.3934,decimal,0.0,clp,0.0,decimal,0.0,clp,30369.0,integer,63496793411.0,clp,61266590752.0,clp,0.0,clp,1185.4045
+188-2021-11-29,real_asset_day,2021-11-29,0.000032603794234690640482459473758222755650324785732828,decimal,2009991.0,clp,0.0,integer,0.0,clp,0.0,clp,1192.8033,clp,269082.6261,decimal,51678531.4463,decimal,0.0,clp,274673.5732,decimal,0.0,clp,30496.0,integer,64011440722.0,clp,61642321568.0,clp,0.0,clp,1192.8033
+188-2021-11-30,real_asset_day,2021-11-30,0.000032603788422550937551219685934439407282173114086432,decimal,2006184.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.6731,clp,269708.3347,decimal,51802899.032,decimal,0.0,clp,145340.749,decimal,0.0,clp,30569.0,integer,65250717177.0,clp,61680317025.0,clp,0.0,clp,1190.6731
+188-2021-12-01,real_asset_day,2021-12-01,0.000032603795098911003923614329377823483589823437120589,decimal,1999495.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.8539,clp,298889.9645,decimal,51970992.0116,decimal,0.0,clp,130796.9849,decimal,0.0,clp,30652.0,integer,64327510426.0,clp,61526060650.0,clp,0.0,clp,1183.8539
+188-2021-12-02,real_asset_day,2021-12-02,0.00003260379215402720269458683759583542369107185865172,decimal,2016439.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.0247,clp,296537.0789,decimal,52165644.4333,decimal,0.0,clp,101884.6572,decimal,0.0,clp,30728.0,integer,64275998258.0,clp,62078403998.0,clp,0.0,clp,1190.0247
+188-2021-12-03,real_asset_day,2021-12-03,0.000032603801213326135481230129979852303691974922169282,decimal,2019641.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.4665,clp,196645.0052,decimal,52277550.8079,decimal,0.0,clp,84738.6306,decimal,0.0,clp,30796.0,integer,64228232117.0,clp,62077840102.0,clp,0.0,clp,1187.4665
+188-2021-12-04,real_asset_day,2021-12-04,0.000032603792008827730243265631861580390453374,decimal,2023907.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.4278,clp,0.0,decimal,52277550.8079,decimal,0.0,clp,0.0,decimal,0.0,clp,30796.0,integer,64228232117.0,clp,62075816195.0,clp,0.0,clp,1187.4278
+188-2021-12-05,real_asset_day,2021-12-05,0.000032603791765424250463703189517551479870712,decimal,2023841.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.3891,clp,0.0,decimal,52277550.8079,decimal,0.0,clp,0.0,decimal,0.0,clp,30796.0,integer,64228232117.0,clp,62073792354.0,clp,0.0,clp,1187.3891
+188-2021-12-06,real_asset_day,2021-12-06,0.00003260379391104268876770606857605734567587751893933,decimal,2032909.0,clp,0.0,integer,0.0,clp,0.0,clp,1192.7092,clp,281633.8441,decimal,52300790.8991,decimal,0.0,clp,258393.7529,decimal,0.0,clp,30887.0,integer,64712488408.0,clp,62379634081.0,clp,0.0,clp,1192.7092
+188-2021-12-07,real_asset_day,2021-12-07,0.000032603796273636301409963964785689047193761652646297,decimal,2042444.0,clp,0.0,integer,0.0,clp,0.0,clp,1197.7708,clp,132757.3434,decimal,52257538.7879,decimal,0.0,clp,176009.4546,decimal,0.0,clp,30922.0,integer,65052634254.0,clp,62592555383.0,clp,0.0,clp,1197.7708
+188-2021-12-08,real_asset_day,2021-12-08,0.000032603790046209972295227824056799761710284,decimal,2040688.0,clp,0.0,integer,0.0,clp,0.0,clp,1197.7318,clp,0.0,decimal,52257538.7879,decimal,0.0,clp,0.0,decimal,0.0,clp,30922.0,integer,65052634254.0,clp,62590514695.0,clp,0.0,clp,1197.7318
+188-2021-12-09,real_asset_day,2021-12-09,0.000032603789689132369367337241116646350254384271417853,decimal,2039975.0,clp,0.0,integer,0.0,clp,0.0,clp,1197.3133,clp,358249.981,decimal,52389757.6123,decimal,0.0,clp,226031.1566,decimal,0.0,clp,30995.0,integer,65159792525.0,clp,62726954114.0,clp,0.0,clp,1197.3133
+188-2021-12-10,real_asset_day,2021-12-10,0.000032603792001943231089514504481863021042178989367065,decimal,2055102.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.1475,clp,200320.7653,decimal,52438938.9549,decimal,0.0,clp,151139.4227,decimal,0.0,clp,31010.0,integer,65510676117.0,clp,63091779165.0,clp,0.0,clp,1203.1475
+188-2021-12-11,real_asset_day,2021-12-11,0.000032603789147250298256230865155779194964409,decimal,2056964.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.1083,clp,0.0,decimal,52438938.9549,decimal,0.0,clp,0.0,decimal,0.0,clp,31010.0,integer,65510676117.0,clp,63089722201.0,clp,0.0,clp,1203.1083
+188-2021-12-12,real_asset_day,2021-12-12,0.000032603790140092327040665280283202029967452,decimal,2056897.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.0691,clp,0.0,decimal,52438938.9549,decimal,0.0,clp,0.0,decimal,0.0,clp,31010.0,integer,65510676117.0,clp,63087665304.0,clp,0.0,clp,1203.0691
+188-2021-12-13,real_asset_day,2021-12-13,0.000032603795247337004587706350259257087771835621637877,decimal,2049329.0,clp,0.0,integer,0.0,clp,0.0,clp,1198.6424,clp,280047.0829,decimal,52517547.3827,decimal,0.0,clp,201438.6551,decimal,0.0,clp,31026.0,integer,65352981935.0,clp,62949758600.0,clp,0.0,clp,1198.6424
+188-2021-12-14,real_asset_day,2021-12-14,0.000032603793159215148171180773293104029475462224324249,decimal,2049138.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.7368,clp,156723.2753,decimal,52499334.871,decimal,0.0,clp,174935.787,decimal,0.0,clp,31017.0,integer,65269632872.0,clp,62827885434.0,clp,0.0,clp,1196.7368
+188-2021-12-15,real_asset_day,2021-12-15,0.000032603792699845489762548372207572425895389774534172,decimal,2054283.0,clp,0.0,integer,0.0,clp,0.0,clp,1200.1578,clp,178462.7005,decimal,52494645.284,decimal,0.0,clp,183152.2875,decimal,0.0,clp,31029.0,integer,65430765423.0,clp,63001857385.0,clp,0.0,clp,1200.1578
+188-2021-12-16,real_asset_day,2021-12-16,0.000032603790993810279111109375490475436245751600642008,decimal,2043842.0,clp,0.0,integer,0.0,clp,0.0,clp,1194.1647,clp,194371.2396,decimal,52430187.9309,decimal,0.0,clp,258828.5927,decimal,0.0,clp,31049.0,integer,65136695598.0,clp,62610277397.0,clp,0.0,clp,1194.1647
+188-2021-12-17,real_asset_day,2021-12-17,0.000032603797313784497878297825477631751292644819374957,decimal,2037248.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.7751,clp,173578.6588,decimal,52506845.1964,decimal,0.0,clp,96921.3933,decimal,0.0,clp,31069.0,integer,64993415812.0,clp,62576349781.0,clp,0.0,clp,1191.7751
+188-2021-12-18,real_asset_day,2021-12-18,0.000032603795588906030736821319312274957875719,decimal,2040160.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.7362,clp,0.0,decimal,52506845.1964,decimal,0.0,clp,0.0,decimal,0.0,clp,31069.0,integer,64993415812.0,clp,62574309621.0,clp,0.0,clp,1191.7362
+188-2021-12-19,real_asset_day,2021-12-19,0.000032603787834275276536681992283704912062623,decimal,2040093.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.6974,clp,0.0,decimal,52506845.1964,decimal,0.0,clp,0.0,decimal,0.0,clp,31069.0,integer,64993415812.0,clp,62572269528.0,clp,0.0,clp,1191.6974
+188-2021-12-20,real_asset_day,2021-12-20,0.000032603796459793949507856091692998312517306246609624,decimal,2046547.0,clp,0.0,integer,0.0,clp,0.0,clp,1195.4671,clp,239020.3202,decimal,52313040.0749,decimal,0.0,clp,432825.4417,decimal,0.0,clp,31025.0,integer,65161328747.0,clp,62538517735.0,clp,0.0,clp,1195.4671
+188-2021-12-21,real_asset_day,2021-12-21,0.000032603794921007393525300171273768163622391192947838,decimal,2049337.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.5319,clp,268273.8265,decimal,52409651.4282,decimal,0.0,clp,171662.4732,decimal,0.0,clp,31048.0,integer,65732078395.0,clp,62971862818.0,clp,0.0,clp,1201.5319
+188-2021-12-22,real_asset_day,2021-12-22,0.000032603787159740915755212705401712815774334944716049,decimal,2055670.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.0554,clp,240818.6235,decimal,52463477.1113,decimal,0.0,clp,185599.7824,decimal,0.0,clp,31100.0,integer,65594152847.0,clp,63116468731.0,clp,0.0,clp,1203.0554
+188-2021-12-23,real_asset_day,2021-12-23,0.00003260379486712764275838647128126660928578238584776,decimal,2054765.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.2598,clp,288102.8822,decimal,52648071.4711,decimal,0.0,clp,103508.5224,decimal,0.0,clp,31131.0,integer,65649803108.0,clp,63244010780.0,clp,0.0,clp,1201.2598
+188-2021-12-24,real_asset_day,2021-12-24,0.000032603795015872611346477739584333846060051520665163,decimal,2070110.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.9875,clp,148584.6161,decimal,52559464.5991,decimal,0.0,clp,237191.4881,decimal,0.0,clp,31160.0,integer,65872015739.0,clp,63386056661.0,clp,0.0,clp,1205.9875
+188-2021-12-25,real_asset_day,2021-12-25,0.000032603801002026099931439119042414493907274,decimal,2066559.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.9482,clp,0.0,decimal,52559464.5991,decimal,0.0,clp,0.0,decimal,0.0,clp,31160.0,integer,65872015739.0,clp,63383990102.0,clp,0.0,clp,1205.9482
+188-2021-12-26,real_asset_day,2021-12-26,0.000032603791148449118659552006634663387322923,decimal,2066491.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.9089,clp,0.0,decimal,52559464.5991,decimal,0.0,clp,0.0,decimal,0.0,clp,31160.0,integer,65872015739.0,clp,63381923611.0,clp,0.0,clp,1205.9089
+188-2021-12-27,real_asset_day,2021-12-27,0.000032603794085521890167392521154410430687849894940819,decimal,2071886.0,clp,0.0,integer,0.0,clp,0.0,clp,1209.057,clp,328383.176,decimal,52704864.6929,decimal,0.0,clp,182983.0822,decimal,0.0,clp,31219.0,integer,66343000693.0,clp,63723186442.0,clp,0.0,clp,1209.057
+188-2021-12-28,real_asset_day,2021-12-28,0.00003260379724012835454808878161909099563318112568278,decimal,2074704.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.3613,clp,240371.3063,decimal,52792483.0177,decimal,0.0,clp,152752.9815,decimal,0.0,clp,31272.0,integer,66278865524.0,clp,63739601917.0,clp,0.0,clp,1207.3613
+188-2021-12-29,real_asset_day,2021-12-29,0.000032603792376753442758474014431242293900677863903052,decimal,2075676.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.9224,clp,213820.677,decimal,52901688.8735,decimal,0.0,clp,104614.8212,decimal,0.0,clp,31321.0,integer,66247383554.0,clp,63795330705.0,clp,0.0,clp,1205.9224
+188-2021-12-30,real_asset_day,2021-12-30,0.000032603790439820316406495539899989298451956108625556,decimal,2075609.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.3942,clp,283665.8973,decimal,53040358.5001,decimal,0.0,clp,144996.2707,decimal,0.0,clp,31360.0,integer,66290834663.0,clp,63828459948.0,clp,0.0,clp,1203.3942
+188-2021-12-31,real_asset_day,2021-12-31,0.00003260379225192343962619901948833360361244,decimal,2080982.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.355,clp,0.0,decimal,53040358.5001,decimal,0.0,clp,0.0,decimal,0.0,clp,31360.0,integer,66290834663.0,clp,63826378966.0,clp,0.0,clp,1203.355
+188-2022-01-01,real_asset_day,2022-01-01,0.000032603789834156937043378671767675518625851,decimal,2080914.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.3157,clp,0.0,decimal,53040358.5001,decimal,0.0,clp,0.0,decimal,0.0,clp,31360.0,integer,66290834663.0,clp,63824298052.0,clp,0.0,clp,1203.3157
+188-2022-01-02,real_asset_day,2022-01-02,0.000032603787381494751262120544010609470583174,decimal,2080846.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.2765,clp,0.0,decimal,53040358.5001,decimal,0.0,clp,0.0,decimal,0.0,clp,31360.0,integer,66290834663.0,clp,63822217206.0,clp,0.0,clp,1203.2765
+188-2022-01-03,real_asset_day,2022-01-03,0.000032603788384703531952427970435910688315780588513021,decimal,2085337.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.8734,clp,510853.2763,decimal,53245943.9004,decimal,0.0,clp,305267.876,decimal,0.0,clp,31510.0,integer,66935628066.0,clp,64207869937.0,clp,0.0,clp,1205.8734
+188-2022-01-04,real_asset_day,2022-01-04,0.000032603791866919663759031376790186531188184304892804,decimal,2090191.0,clp,0.0,integer,0.0,clp,0.0,clp,1204.0134,clp,293346.0991,decimal,53354716.4349,decimal,0.0,clp,184573.5646,decimal,0.0,clp,31576.0,integer,67015786304.0,clp,64239795118.0,clp,0.0,clp,1204.0134
+188-2022-01-05,real_asset_day,2022-01-05,0.000032603793587551365950574267420305133905185375339393,decimal,2075476.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.0998,clp,266240.2042,decimal,53481645.6377,decimal,0.0,clp,139311.0014,decimal,0.0,clp,31644.0,integer,67194399684.0,clp,63808939504.0,clp,0.0,clp,1193.0998
+188-2022-01-06,real_asset_day,2022-01-06,0.000032603792293197028655648718521498229618186812975246,decimal,2076274.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.7259,clp,332498.598,decimal,53664382.2414,decimal,0.0,clp,149761.9943,decimal,0.0,clp,31710.0,integer,66816050654.0,clp,63899567712.0,clp,0.0,clp,1190.7259
+188-2022-01-07,real_asset_day,2022-01-07,0.000032603787405119564428027097453390483556475593360249,decimal,2074249.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.514,clp,559497.3822,decimal,54108221.6985,decimal,0.0,clp,115657.9251,decimal,0.0,clp,31787.0,integer,66610086874.0,clp,64146056594.0,clp,0.0,clp,1185.514
+188-2022-01-08,real_asset_day,2022-01-08,0.000032603799774785101885738257922865661856474,decimal,2091337.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.4754,clp,0.0,decimal,54108221.6985,decimal,0.0,clp,0.0,decimal,0.0,clp,31787.0,integer,66610086874.0,clp,64143965257.0,clp,0.0,clp,1185.4754
+188-2022-01-09,real_asset_day,2022-01-09,0.000032603802632758213949176142988745756256902,decimal,2091269.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.4367,clp,0.0,decimal,54108221.6985,decimal,0.0,clp,0.0,decimal,0.0,clp,31787.0,integer,66610086874.0,clp,64141873988.0,clp,0.0,clp,1185.4367
+188-2022-01-10,real_asset_day,2022-01-10,0.000032603792999690292736006852508999284085628897173634,decimal,2093613.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.7658,clp,280526.651,decimal,53610560.0529,decimal,0.0,clp,778188.2966,decimal,0.0,clp,31861.0,integer,66937034956.0,clp,63623178594.0,clp,0.0,clp,1186.7658
+188-2022-01-11,real_asset_day,2022-01-11,0.000032603791903344892928238773438375787148499111615496,decimal,2078623.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.2065,clp,174257.2595,decimal,53643184.058,decimal,0.0,clp,141633.2544,decimal,0.0,clp,31882.0,integer,66996782193.0,clp,63792822780.0,clp,0.0,clp,1189.2065
+188-2022-01-12,real_asset_day,2022-01-12,0.000032603802516039464121428902136649883049132947314848,decimal,2072720.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.1077,clp,183630.5088,decimal,53648740.5602,decimal,0.0,clp,178074.0066,decimal,0.0,clp,31923.0,integer,66069756409.0,clp,63579537901.0,clp,0.0,clp,1185.1077
+188-2022-01-13,real_asset_day,2022-01-13,0.000032603795875787156607267263100497550064188387798585,decimal,2062700.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.2568,clp,128990.5041,decimal,53604066.0158,decimal,0.0,clp,173665.0485,decimal,0.0,clp,31962.0,integer,65737793388.0,clp,63212956856.0,clp,0.0,clp,1179.2568
+188-2022-01-14,real_asset_day,2022-01-14,0.00003260380196990380890518878376214793506187361409627,decimal,2057089.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.0288,clp,150991.0748,decimal,53629956.1934,decimal,0.0,clp,125100.8972,decimal,0.0,clp,31962.0,integer,65595786105.0,clp,63124004782.0,clp,0.0,clp,1177.0288
+188-2022-01-15,real_asset_day,2022-01-15,0.000032603794803678729828424716525663553288044,decimal,2058015.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.9905,clp,0.0,decimal,53629956.1934,decimal,0.0,clp,0.0,decimal,0.0,clp,31962.0,integer,65595786105.0,clp,63121946767.0,clp,0.0,clp,1176.9905
+188-2022-01-16,real_asset_day,2022-01-16,0.000032603796339079226476037370600616298275042,decimal,2057948.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.9521,clp,0.0,decimal,53629956.1934,decimal,0.0,clp,0.0,decimal,0.0,clp,31962.0,integer,65595786105.0,clp,63119888819.0,clp,0.0,clp,1176.9521
+188-2022-01-17,real_asset_day,2022-01-17,0.000032603799429240106481024544668974431434085949871711,decimal,2063629.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.201,clp,257586.9638,decimal,53714176.7222,decimal,0.0,clp,173366.435,decimal,0.0,clp,31977.0,integer,65881820826.0,clp,63393523485.0,clp,0.0,clp,1180.201
+188-2022-01-18,real_asset_day,2022-01-18,0.00003260378871439858794346111292559726117623975304963,decimal,2057772.0,clp,0.0,integer,0.0,clp,0.0,clp,1175.0065,clp,143655.1601,decimal,53719264.5864,decimal,0.0,clp,138567.2959,decimal,0.0,clp,31996.0,integer,65718883238.0,clp,63120483708.0,clp,0.0,clp,1175.0065
+188-2022-01-19,real_asset_day,2022-01-19,0.000032603791754886767460938450458071302547715251981135,decimal,2049545.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.1978,clp,195182.5274,decimal,53808203.4011,decimal,0.0,clp,106243.7127,decimal,0.0,clp,32002.0,integer,65499030410.0,clp,62966242940.0,clp,0.0,clp,1170.1978
+188-2022-01-20,real_asset_day,2022-01-20,0.000032603786820059469236385519804398129804238577753232,decimal,2043541.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.8415,clp,185824.7121,decimal,53696937.4459,decimal,0.0,clp,297090.6673,decimal,0.0,clp,31980.0,integer,65127888817.0,clp,62548418859.0,clp,0.0,clp,1164.8415
+188-2022-01-21,real_asset_day,2022-01-21,0.000032603802387027003769578642652515593522721268199001,decimal,2030850.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.0056,clp,214740.4982,decimal,53625279.2336,decimal,0.0,clp,286398.7105,decimal,0.0,clp,31902.0,integer,64996149499.0,clp,62205623130.0,clp,0.0,clp,1160.0056
+188-2022-01-22,real_asset_day,2022-01-22,0.000032603790796039745365613265827482219441393,decimal,2028073.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.9678,clp,0.0,decimal,53625279.2336,decimal,0.0,clp,0.0,decimal,0.0,clp,31902.0,integer,64996149499.0,clp,62203595057.0,clp,0.0,clp,1159.9678
+188-2022-01-23,real_asset_day,2022-01-23,0.000032603792736761926964989542011868011289918,decimal,2028007.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.9299,clp,0.0,decimal,53625279.2336,decimal,0.0,clp,0.0,decimal,0.0,clp,31902.0,integer,64996149499.0,clp,62201567050.0,clp,0.0,clp,1159.9299
+188-2022-01-24,real_asset_day,2022-01-24,0.000032603796280861642979857926001758075147507432838946,decimal,2035132.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.005,clp,148904.3247,decimal,53382591.7567,decimal,0.0,clp,391591.8016,decimal,0.0,clp,31817.0,integer,65657226943.0,clp,62137603686.0,clp,0.0,clp,1164.005
+188-2022-01-25,real_asset_day,2022-01-25,0.000032603789239053011030637192315322430724758478035262,decimal,2025765.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.9152,clp,195620.9989,decimal,53335273.3527,decimal,0.0,clp,242939.4029,decimal,0.0,clp,31812.0,integer,65561200225.0,clp,62077734100.0,clp,0.0,clp,1163.9152
+188-2022-01-26,real_asset_day,2022-01-26,0.000032603794623012230763999853877762278541491600535244,decimal,2020667.0,clp,0.0,integer,0.0,clp,0.0,clp,1162.0159,clp,431422.4518,decimal,53609319.541,decimal,0.0,clp,157376.2635,decimal,0.0,clp,31854.0,integer,65561914769.0,clp,62294882310.0,clp,0.0,clp,1162.0159
+188-2022-01-27,real_asset_day,2022-01-27,0.000032603798018909597711956697782041617222956344195758,decimal,2029767.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.282,clp,154066.2363,decimal,53545920.6872,decimal,0.0,clp,217465.0901,decimal,0.0,clp,31811.0,integer,65440529832.0,clp,62181914466.0,clp,0.0,clp,1161.282
+188-2022-01-28,real_asset_day,2022-01-28,0.00003260378799089057097918155856862337619818979110833,decimal,2037666.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.1819,clp,79149.2238,decimal,53395503.9345,decimal,0.0,clp,229565.9765,decimal,0.0,clp,31751.0,integer,65684603939.0,clp,62322266313.0,clp,0.0,clp,1167.1819
+188-2022-01-29,real_asset_day,2022-01-29,0.000032603792626198140115318128773489164465994,decimal,2031876.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.1439,clp,0.0,decimal,53395503.9345,decimal,0.0,clp,0.0,decimal,0.0,clp,31751.0,integer,65684603939.0,clp,62320234437.0,clp,0.0,clp,1167.1439
+188-2022-01-30,real_asset_day,2022-01-30,0.000032603796553010620576991950092302844233634,decimal,2031810.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.1058,clp,0.0,decimal,53395503.9345,decimal,0.0,clp,0.0,decimal,0.0,clp,31751.0,integer,65684603939.0,clp,62318202627.0,clp,0.0,clp,1167.1058
+188-2022-01-31,real_asset_day,2022-01-31,0.000032603787310461857484012570724049502936230574805927,decimal,2037832.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.5653,clp,285966.5338,decimal,53491207.0725,decimal,0.0,clp,190263.3958,decimal,0.0,clp,31780.0,integer,65957270403.0,clp,62614949534.0,clp,0.0,clp,1170.5653
+188-2022-02-01,real_asset_day,2022-02-01,0.000032603800664433063563170144566128036747794828588823,decimal,2042529.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.1637,clp,290198.6981,decimal,53652653.4694,decimal,0.0,clp,128752.3012,decimal,0.0,clp,31850.0,integer,66090965560.0,clp,62836040280.0,clp,0.0,clp,1171.1637
+188-2022-02-02,real_asset_day,2022-02-02,0.000032603793324459974681801563923744035028747106148036,decimal,2055807.0,clp,0.0,integer,0.0,clp,0.0,clp,1175.2304,clp,184003.5573,decimal,53739162.921,decimal,0.0,clp,97494.1057,decimal,0.0,clp,31908.0,integer,66278337229.0,clp,63155895987.0,clp,0.0,clp,1175.2304
+188-2022-02-03,real_asset_day,2022-02-03,0.000032603788663805912600726261159640510189915698183081,decimal,2057664.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.3985,clp,139789.1682,decimal,53769098.5749,decimal,0.0,clp,109853.5143,decimal,0.0,clp,31942.0,integer,66449071714.0,clp,63146349421.0,clp,0.0,clp,1174.3985
+188-2022-02-04,real_asset_day,2022-02-04,0.000032603794887779564265822511697745514648816583749078,decimal,2066183.0,clp,0.0,integer,0.0,clp,0.0,clp,1178.6039,clp,122570.8714,decimal,53797902.2895,decimal,0.0,clp,93767.1568,decimal,0.0,clp,31984.0,integer,66725268068.0,clp,63406417759.0,clp,0.0,clp,1178.6039
+188-2022-02-05,real_asset_day,2022-02-05,0.000032603787949750543471922007805109299419619,decimal,2067222.0,clp,0.0,integer,0.0,clp,0.0,clp,1178.5655,clp,0.0,decimal,53797902.2895,decimal,0.0,clp,0.0,decimal,0.0,clp,31984.0,integer,66725268068.0,clp,63404350537.0,clp,0.0,clp,1178.5655
+188-2022-02-06,real_asset_day,2022-02-06,0.000032603794212668187528211757993369236349627,decimal,2067155.0,clp,0.0,integer,0.0,clp,0.0,clp,1178.5271,clp,0.0,decimal,53797902.2895,decimal,0.0,clp,0.0,decimal,0.0,clp,31984.0,integer,66725268068.0,clp,63402283382.0,clp,0.0,clp,1178.5271
+188-2022-02-07,real_asset_day,2022-02-07,0.000032603801120761831771840317446261431566760373479079,decimal,2068243.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.1471,clp,292492.0154,decimal,53954192.6832,decimal,0.0,clp,136201.6217,decimal,0.0,clp,32031.0,integer,66777469861.0,clp,63619929655.0,clp,0.0,clp,1179.1471
+188-2022-02-08,real_asset_day,2022-02-08,0.000032603794794155228820783864756109546350354580649504,decimal,2074756.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.4341,clp,106453.6832,decimal,53964467.1159,decimal,0.0,clp,96179.2505,decimal,0.0,clp,32046.0,integer,72715006335.0,clp,63647532639.0,clp,0.0,clp,1179.4341
+188-2022-02-09,real_asset_day,2022-02-09,0.000032603792004662565851692013978234675672640205069939,decimal,2083247.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.0356,clp,127226.0319,decimal,53976271.1217,decimal,0.0,clp,115422.0261,decimal,0.0,clp,32126.0,integer,72942715332.0,clp,63909826260.0,clp,0.0,clp,1184.0356
+188-2022-02-10,real_asset_day,2022-02-10,0.000032603795838505619787564859901212090984904570234039,decimal,2062172.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.8009,clp,146439.5079,decimal,54031760.4764,decimal,0.0,clp,90950.1532,decimal,0.0,clp,32188.0,integer,67237587792.0,clp,63314467731.0,clp,0.0,clp,1171.8009
+188-2022-02-11,real_asset_day,2022-02-11,0.000032603788276127617054354406358122379791915062174387,decimal,2058294.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.3964,clp,178039.4569,decimal,54007683.5267,decimal,0.0,clp,202116.4066,decimal,0.0,clp,32250.0,integer,66302972459.0,clp,63102385271.0,clp,0.0,clp,1168.3964
+188-2022-02-12,real_asset_day,2022-02-12,0.000032603792507569024170447924496485486658056,decimal,2057310.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.3583,clp,0.0,decimal,54007683.5267,decimal,0.0,clp,0.0,decimal,0.0,clp,32250.0,integer,66302972459.0,clp,63100327961.0,clp,0.0,clp,1168.3583
+188-2022-02-13,real_asset_day,2022-02-13,0.00003260379367913694208065729196835451061846,decimal,2057243.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.3203,clp,0.0,decimal,54007683.5267,decimal,0.0,clp,0.0,decimal,0.0,clp,32250.0,integer,66302972459.0,clp,63098270718.0,clp,0.0,clp,1168.3203
+188-2022-02-14,real_asset_day,2022-02-14,0.000032603795365605848980491376533856465925822576606214,decimal,2059070.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.3578,clp,205971.198,decimal,53874486.6018,decimal,0.0,clp,339168.1229,decimal,0.0,clp,32273.0,integer,66498733127.0,clp,62998549012.0,clp,0.0,clp,1169.3578
+188-2022-02-15,real_asset_day,2022-02-15,0.000032603793102084629545707243528922598384746727866383,decimal,2057637.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.4331,clp,90859.8985,decimal,53736161.3246,decimal,0.0,clp,229185.1757,decimal,0.0,clp,32282.0,integer,66492354844.0,clp,62948317510.0,clp,0.0,clp,1171.4331
+188-2022-02-16,real_asset_day,2022-02-16,0.000032603800329560873112042646929198218524167154438265,decimal,2048097.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.0031,clp,146440.9204,decimal,53747203.5446,decimal,0.0,clp,135398.7004,decimal,0.0,clp,32330.0,integer,66161117732.0,clp,62830646791.0,clp,0.0,clp,1169.0031
+188-2022-02-17,real_asset_day,2022-02-17,0.000032603800436174349096067855728846549501054114684598,decimal,2038566.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.324,clp,174765.1335,decimal,53868673.5917,decimal,0.0,clp,53295.0864,decimal,0.0,clp,32352.0,integer,65811159403.0,clp,62666719333.0,clp,0.0,clp,1163.324
+188-2022-02-18,real_asset_day,2022-02-18,0.00003260378976531972237258045508720321203498092765735,decimal,2037186.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.9154,clp,94330.2088,decimal,53872432.0952,decimal,0.0,clp,90571.7053,decimal,0.0,clp,32375.0,integer,65541073068.0,clp,62487463954.0,clp,0.0,clp,1159.9154
+188-2022-02-19,real_asset_day,2022-02-19,0.000032603794322186013888218964680699727340513,decimal,2037262.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.8776,clp,0.0,decimal,53872432.0952,decimal,0.0,clp,0.0,decimal,0.0,clp,32375.0,integer,65541073068.0,clp,62485426692.0,clp,0.0,clp,1159.8776
+188-2022-02-20,real_asset_day,2022-02-20,0.000032603801049083856185432056702713418368747,decimal,2037196.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.8398,clp,0.0,decimal,53872432.0952,decimal,0.0,clp,0.0,decimal,0.0,clp,32375.0,integer,65541073068.0,clp,62483389496.0,clp,0.0,clp,1159.8398
+188-2022-02-21,real_asset_day,2022-02-21,0.000032603787782065520567439535434901827773658739027639,decimal,2042958.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.1207,clp,107687.9505,decimal,53691980.763,decimal,0.0,clp,288139.2827,decimal,0.0,clp,32368.0,integer,65793012355.0,clp,62450256174.0,clp,0.0,clp,1163.1207
+188-2022-02-22,real_asset_day,2022-02-22,0.000032603798215286777055292034288573523994970333773928,decimal,2030771.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.0677,clp,109741.1442,decimal,53603541.3659,decimal,0.0,clp,198180.5413,decimal,0.0,clp,32366.0,integer,65760327709.0,clp,62183736309.0,clp,0.0,clp,1160.0677
+188-2022-02-23,real_asset_day,2022-02-23,0.00003260378881069092504900980751237511196534312417424,decimal,2014382.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.6044,clp,361753.2069,decimal,53715323.8749,decimal,0.0,clp,249970.6979,decimal,0.0,clp,32381.0,integer,65468071328.0,clp,61912519335.0,clp,0.0,clp,1152.6044
+188-2022-02-24,real_asset_day,2022-02-24,0.000032603801330964512984912561791479229180155386021173,decimal,2044147.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.2011,clp,144555.5394,decimal,52533867.8491,decimal,0.0,clp,1326011.5652,decimal,0.0,clp,31931.0,integer,68158296049.0,clp,61317588182.0,clp,0.0,clp,1167.2011
+188-2022-02-25,real_asset_day,2022-02-25,0.000032603787315377111135394656247914968109861365545968,decimal,2005051.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.6255,clp,148304.2998,decimal,52205486.6472,decimal,0.0,clp,476685.5017,decimal,0.0,clp,31748.0,integer,65736036754.0,clp,61113076003.0,clp,0.0,clp,1170.6255
+188-2022-02-26,real_asset_day,2022-02-26,0.000032603791067946135280070647675498465286171,decimal,1992453.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.5874,clp,0.0,decimal,52205486.6472,decimal,0.0,clp,0.0,decimal,0.0,clp,31748.0,integer,65736036754.0,clp,61111083550.0,clp,0.0,clp,1170.5874
+188-2022-02-27,real_asset_day,2022-02-27,0.000032603790403594547898244522087301010938901,decimal,1992388.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.5492,clp,0.0,decimal,52205486.6472,decimal,0.0,clp,0.0,decimal,0.0,clp,31748.0,integer,65736036754.0,clp,61109091162.0,clp,0.0,clp,1170.5492
+188-2022-02-28,real_asset_day,2022-02-28,0.000032603802483177765385136852007585584389434109943968,decimal,1990429.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.3978,clp,1321026.452,decimal,53251025.5826,decimal,0.0,clp,275487.5166,decimal,0.0,clp,32037.0,integer,65687222069.0,clp,62271634436.0,clp,0.0,clp,1169.3978
+188-2022-03-01,real_asset_day,2022-03-01,0.00003260378743749458948477014420674330582529563202894,decimal,2029567.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.9808,clp,651885.6569,decimal,53696151.773,decimal,0.0,clp,206759.4665,decimal,0.0,clp,32201.0,integer,66123494285.0,clp,62769768332.0,clp,0.0,clp,1168.9808
+188-2022-03-02,real_asset_day,2022-03-02,0.000032603794511099927349041984503161057573942661004103,decimal,2057256.0,clp,0.0,integer,0.0,clp,0.0,clp,1175.106,clp,212963.117,decimal,53763338.8323,decimal,0.0,clp,145776.0577,decimal,0.0,clp,32263.0,integer,66406171582.0,clp,63177619751.0,clp,0.0,clp,1175.106
+188-2022-03-03,real_asset_day,2022-03-03,0.000032603788615340054046758990587599542798249904745275,decimal,2052536.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.945,clp,147146.9618,decimal,53717760.0059,decimal,0.0,clp,192725.7882,decimal,0.0,clp,32290.0,integer,65902900474.0,clp,62900540494.0,clp,0.0,clp,1170.945
+188-2022-03-04,real_asset_day,2022-03-04,0.000032603794069314295004963398482110514857051891214629,decimal,2050556.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.8078,clp,116280.9354,decimal,53670149.964,decimal,0.0,clp,163890.9773,decimal,0.0,clp,32331.0,integer,65956497687.0,clp,62837428925.0,clp,0.0,clp,1170.8078
+188-2022-03-05,real_asset_day,2022-03-05,0.000032603797283492823426488638615671209917648,decimal,2048672.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.7696,clp,0.0,decimal,53670149.964,decimal,0.0,clp,0.0,decimal,0.0,clp,32331.0,integer,65956497687.0,clp,62835380253.0,clp,0.0,clp,1170.7696
+188-2022-03-06,real_asset_day,2022-03-06,0.000032603793977956405053302832623337515881138,decimal,2048605.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.7314,clp,0.0,decimal,53670149.964,decimal,0.0,clp,0.0,decimal,0.0,clp,32331.0,integer,65956497687.0,clp,62833331648.0,clp,0.0,clp,1170.7314
+188-2022-03-07,real_asset_day,2022-03-07,0.000032603801650389911129243088375765357568821525624709,decimal,2040988.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.3782,clp,167699.8058,decimal,53652140.4401,decimal,0.0,clp,185709.3297,decimal,0.0,clp,32383.0,integer,66637542766.0,clp,62578687883.0,clp,0.0,clp,1166.3782
+188-2022-03-08,real_asset_day,2022-03-08,0.000032603800219140487430430925406959508741940001700556,decimal,2043926.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.4494,clp,199888.9456,decimal,53678014.543,decimal,0.0,clp,174014.8427,decimal,0.0,clp,32363.0,integer,65805355624.0,clp,62720041322.0,clp,0.0,clp,1168.4494
+188-2022-03-09,real_asset_day,2022-03-09,0.000032603788249944902739978072884833290576656199177224,decimal,2048279.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.3738,clp,162769.7311,decimal,53655268.9289,decimal,0.0,clp,185515.3452,decimal,0.0,clp,32372.0,integer,65918644588.0,clp,62796722978.0,clp,0.0,clp,1170.3738
+188-2022-03-10,real_asset_day,2022-03-10,0.000032603793904623087237112518145485777248566975203429,decimal,2043892.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.362,clp,126605.955,decimal,53565436.395,decimal,0.0,clp,216438.4889,decimal,0.0,clp,32410.0,integer,65727540514.0,clp,62583821141.0,clp,0.0,clp,1168.362
+188-2022-03-11,real_asset_day,2022-03-11,0.000032603801141513926764226177853809724004666691671848,decimal,2035081.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.276,clp,96365.3077,decimal,53542014.4443,decimal,0.0,clp,119787.2584,decimal,0.0,clp,32417.0,integer,65461080431.0,clp,62391226545.0,clp,0.0,clp,1165.276
+188-2022-03-12,real_asset_day,2022-03-12,0.000032603787948941625554239837593425290283739,decimal,2034124.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.238,clp,0.0,decimal,53542014.4443,decimal,0.0,clp,0.0,decimal,0.0,clp,32417.0,integer,65461080431.0,clp,62389192421.0,clp,0.0,clp,1165.238
+188-2022-03-13,real_asset_day,2022-03-13,0.000032603793046075654292098663830273932811791,decimal,2034058.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.2001,clp,0.0,decimal,53542014.4443,decimal,0.0,clp,0.0,decimal,0.0,clp,32417.0,integer,65461080431.0,clp,62387158363.0,clp,0.0,clp,1165.2001
+188-2022-03-14,real_asset_day,2022-03-14,0.000032603790253724007299546347563086969152078760363498,decimal,2030682.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.2662,clp,118784.8315,decimal,53318449.8425,decimal,0.0,clp,342349.4333,decimal,0.0,clp,32400.0,integer,65247351451.0,clp,62023552318.0,clp,0.0,clp,1163.2662
+188-2022-03-15,real_asset_day,2022-03-15,0.000032603790456546063933907678398039344662315403360825,decimal,2036327.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.3911,clp,51183.1932,decimal,53148899.2933,decimal,0.0,clp,220733.7424,decimal,0.0,clp,32341.0,integer,65625587566.0,clp,62258146449.0,clp,0.0,clp,1171.3911
+188-2022-03-16,real_asset_day,2022-03-16,0.000032603794177998050548676338330186084929267898840999,decimal,2027360.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.9531,clp,217509.04,decimal,53119315.9645,decimal,0.0,clp,247092.3688,decimal,0.0,clp,32383.0,integer,65412800288.0,clp,62147108877.0,clp,0.0,clp,1169.9531
+188-2022-03-17,real_asset_day,2022-03-17,0.000032603793569448574349443351325565565008083717659535,decimal,2025933.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.7807,clp,112740.9759,decimal,53045808.5448,decimal,0.0,clp,186248.3956,decimal,0.0,clp,32387.0,integer,65308215714.0,clp,62051965671.0,clp,0.0,clp,1169.7807
+188-2022-03-18,real_asset_day,2022-03-18,0.000032603797675800933855570279292088904736510398671925,decimal,2031626.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.6933,clp,90809.4497,decimal,53002000.4882,decimal,0.0,clp,134617.5063,decimal,0.0,clp,32400.0,integer,65391716761.0,clp,62261095936.0,clp,0.0,clp,1174.6933
+188-2022-03-19,real_asset_day,2022-03-19,0.000032603797786484540573252975061404540612353,decimal,2029882.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.655,clp,0.0,decimal,53002000.4882,decimal,0.0,clp,0.0,decimal,0.0,clp,32400.0,integer,65391716761.0,clp,62259066054.0,clp,0.0,clp,1174.655
+188-2022-03-20,real_asset_day,2022-03-20,0.000032603800673072445013423994145900061693843,decimal,2029816.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.6167,clp,0.0,decimal,53002000.4882,decimal,0.0,clp,0.0,decimal,0.0,clp,32400.0,integer,65391716761.0,clp,62257036238.0,clp,0.0,clp,1174.6167
+188-2022-03-21,real_asset_day,2022-03-21,0.000032603788310534229839806813789401678970997329123776,decimal,2024885.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.7637,clp,129824.125,decimal,52947021.1126,decimal,0.0,clp,184803.5006,decimal,0.0,clp,32404.0,integer,66907025042.0,clp,62041396914.0,clp,0.0,clp,1171.7637
+188-2022-03-22,real_asset_day,2022-03-22,0.000032603799651624932099630002043365104462786746044829,decimal,2023585.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.227,clp,69199.3512,decimal,52857974.8212,decimal,0.0,clp,158245.6426,decimal,0.0,clp,32389.0,integer,66305868631.0,clp,61961543027.0,clp,0.0,clp,1172.227
+188-2022-03-23,real_asset_day,2022-03-23,0.000032603790109603528664977910676492547883536932330345,decimal,2016320.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.9865,clp,95567.4821,decimal,52830428.7316,decimal,0.0,clp,123113.5717,decimal,0.0,clp,32402.0,integer,64853531158.0,clp,61810888251.0,clp,0.0,clp,1169.9865
+188-2022-03-24,real_asset_day,2022-03-24,0.000032603797994271973751904303138186363970691989845327,decimal,2018766.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.0163,clp,65534.8979,decimal,52718712.1737,decimal,0.0,clp,177251.4558,decimal,0.0,clp,32407.0,integer,64861982989.0,clp,61787190156.0,clp,0.0,clp,1172.0163
+188-2022-03-25,real_asset_day,2022-03-25,0.000032603792959526327183516647430196790492004388984065,decimal,2009488.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.1023,clp,90902.0854,decimal,52672718.6619,decimal,0.0,clp,136895.5972,decimal,0.0,clp,32417.0,integer,64671343293.0,clp,61579794106.0,clp,0.0,clp,1169.1023
+188-2022-03-26,real_asset_day,2022-03-26,0.000032603786465335816306358404540906638241651,decimal,2007669.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.0641,clp,0.0,decimal,52672718.6619,decimal,0.0,clp,0.0,decimal,0.0,clp,32417.0,integer,64671343293.0,clp,61577786437.0,clp,0.0,clp,1169.0641
+188-2022-03-27,real_asset_day,2022-03-27,0.000032603793862597070433387627339245416053185,decimal,2007604.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.026,clp,0.0,decimal,52672718.6619,decimal,0.0,clp,0.0,decimal,0.0,clp,32417.0,integer,64671343293.0,clp,61575778833.0,clp,0.0,clp,1169.026
+188-2022-03-28,real_asset_day,2022-03-28,0.00003260380050431416510069722304512472614310958109282,decimal,2006938.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.638,clp,165566.4158,decimal,52614572.5072,decimal,0.0,clp,223712.5705,decimal,0.0,clp,32450.0,integer,64621007383.0,clp,61487387417.0,clp,0.0,clp,1168.638
+188-2022-03-29,real_asset_day,2022-03-29,0.000032603800851074968174916223330029800690809275479857,decimal,2010429.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.9645,clp,168119.9366,decimal,52590661.2948,decimal,0.0,clp,192031.149,decimal,0.0,clp,32444.0,integer,64844505751.0,clp,61634388882.0,clp,0.0,clp,1171.9645
+188-2022-03-30,real_asset_day,2022-03-30,0.000032603786784312982449228780257223493936764127853826,decimal,2014850.0,clp,0.0,integer,0.0,clp,0.0,clp,1175.0762,clp,137791.725,decimal,52491547.0977,decimal,0.0,clp,236905.9221,decimal,0.0,clp,32475.0,integer,66135371554.0,clp,61681569590.0,clp,0.0,clp,1175.0762
+188-2022-03-31,real_asset_day,2022-03-31,0.000032603790694473873754451947008981294798007058057289,decimal,2009130.0,clp,0.0,integer,0.0,clp,0.0,clp,1173.9526,clp,173031.5302,decimal,52484285.2032,decimal,0.0,clp,180293.4247,decimal,0.0,clp,32542.0,integer,65552000617.0,clp,61614064070.0,clp,0.0,clp,1173.9526
+188-2022-04-01,real_asset_day,2022-04-01,0.00003260378867927813557300771510119097208699995426855,decimal,2009496.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.329,clp,152397.5833,decimal,52492425.9108,decimal,0.0,clp,144256.8757,decimal,0.0,clp,32582.0,integer,64764022291.0,clp,61643378557.0,clp,0.0,clp,1174.329
+188-2022-04-02,real_asset_day,2022-04-02,0.000032603802262475825623219100891785073200954,decimal,2009743.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.2907,clp,0.0,decimal,52492425.9108,decimal,0.0,clp,0.0,decimal,0.0,clp,32582.0,integer,64764022291.0,clp,61641368814.0,clp,0.0,clp,1174.2907
+188-2022-04-03,real_asset_day,2022-04-03,0.000032603794525723087905179821175466222790557,decimal,2009677.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.2524,clp,0.0,decimal,52492425.9108,decimal,0.0,clp,0.0,decimal,0.0,clp,32582.0,integer,64764022291.0,clp,61639359137.0,clp,0.0,clp,1174.2524
+188-2022-04-04,real_asset_day,2022-04-04,0.000032603801485616723160693133272860743172068171491544,decimal,2015150.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.4501,clp,280250.2626,decimal,52599570.8676,decimal,0.0,clp,173105.3058,decimal,0.0,clp,32673.0,integer,65098030851.0,clp,61933367680.0,clp,0.0,clp,1177.4501
+188-2022-04-05,real_asset_day,2022-04-05,0.000032603798719588066713506713837620736998720963123877,decimal,2014998.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.9631,clp,165259.9626,decimal,52471671.5412,decimal,0.0,clp,293159.289,decimal,0.0,clp,32692.0,integer,64975008039.0,clp,61652276061.0,clp,0.0,clp,1174.9631
+188-2022-04-06,real_asset_day,2022-04-06,0.000032603794414973006921967048112798928255977504609466,decimal,2012362.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.2864,clp,111141.4894,decimal,52389891.2211,decimal,0.0,clp,192921.8095,decimal,0.0,clp,32742.0,integer,64977122734.0,clp,61625514646.0,clp,0.0,clp,1176.2864
+188-2022-04-07,real_asset_day,2022-04-07,0.000032603793027160269526217865294236744103478171562102,decimal,2018586.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.7664,clp,196106.9313,decimal,52446930.6691,decimal,0.0,clp,139067.4833,decimal,0.0,clp,32797.0,integer,64912932481.0,clp,61980019689.0,clp,0.0,clp,1181.7664
+188-2022-04-08,real_asset_day,2022-04-08,0.000032603787718998267545591927678642964879609947163414,decimal,2020244.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.4509,clp,142278.8546,decimal,52389001.9723,decimal,0.0,clp,200207.5514,decimal,0.0,clp,32837.0,integer,64906285694.0,clp,61895035542.0,clp,0.0,clp,1181.4509
+188-2022-04-09,real_asset_day,2022-04-09,0.000032603790837999453983481284808407958833179,decimal,2017947.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.4124,clp,0.0,decimal,52389001.9723,decimal,0.0,clp,0.0,decimal,0.0,clp,32837.0,integer,64906285694.0,clp,61893017595.0,clp,0.0,clp,1181.4124
+188-2022-04-10,real_asset_day,2022-04-10,0.00003260378745414815097326543727446502820276,decimal,2017881.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.3739,clp,0.0,decimal,52389001.9723,decimal,0.0,clp,0.0,decimal,0.0,clp,32837.0,integer,64906285694.0,clp,61890999714.0,clp,0.0,clp,1181.3739
+188-2022-04-11,real_asset_day,2022-04-11,0.000032603786862262177609197074097729622171540117700203,decimal,2018140.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.5256,clp,195689.991,decimal,52153623.79,decimal,0.0,clp,431068.1733,decimal,0.0,clp,32864.0,integer,64908798662.0,clp,61620839352.0,clp,0.0,clp,1181.5256
+188-2022-04-12,real_asset_day,2022-04-12,0.0000326037937605422770080359315123071730318058326504,decimal,2001609.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.1359,clp,308377.3245,decimal,52300100.7276,decimal,0.0,clp,161900.3869,decimal,0.0,clp,32870.0,integer,64527160136.0,clp,61564327980.0,clp,0.0,clp,1177.1359
+188-2022-04-13,real_asset_day,2022-04-13,0.000032603798553377942817735605888005469696736263497625,decimal,2010449.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.0232,clp,229597.2826,decimal,52343065.7277,decimal,0.0,clp,186632.2825,decimal,0.0,clp,32880.0,integer,64708200393.0,clp,61713686477.0,clp,0.0,clp,1179.0232
+188-2022-04-14,real_asset_day,2022-04-14,0.00003260379955277030538480196711562685302931634634996,decimal,2015185.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.8305,clp,118720.0212,decimal,52153919.6991,decimal,0.0,clp,307866.0498,decimal,0.0,clp,32873.0,integer,65266367672.0,clp,61584937599.0,clp,0.0,clp,1180.8305
+188-2022-04-15,real_asset_day,2022-04-15,0.000032603791468832391858947102101660481243669,decimal,2007837.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.792,clp,0.0,decimal,52153919.6991,decimal,0.0,clp,0.0,decimal,0.0,clp,32873.0,integer,65266367672.0,clp,61582929762.0,clp,0.0,clp,1180.792
+188-2022-04-16,real_asset_day,2022-04-16,0.00003260379895458593474040319414840901442632,decimal,2007772.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.7535,clp,0.0,decimal,52153919.6991,decimal,0.0,clp,0.0,decimal,0.0,clp,32873.0,integer,65266367672.0,clp,61580921990.0,clp,0.0,clp,1180.7535
+188-2022-04-17,real_asset_day,2022-04-17,0.000032603790166558046033379460484155878788309,decimal,2007706.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.715,clp,0.0,decimal,52153919.6991,decimal,0.0,clp,0.0,decimal,0.0,clp,32873.0,integer,65266367672.0,clp,61578914284.0,clp,0.0,clp,1180.715
+188-2022-04-18,real_asset_day,2022-04-18,0.000032603796799634854198048916339727662986592331764947,decimal,2014792.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.882,clp,234650.0125,decimal,52168757.4957,decimal,0.0,clp,219812.2159,decimal,0.0,clp,32894.0,integer,64878376571.0,clp,61813819445.0,clp,0.0,clp,1184.882
+188-2022-04-19,real_asset_day,2022-04-19,0.000032603789578205200463819363541916933300443754025669,decimal,2019303.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.1973,clp,111641.7945,decimal,52069514.5713,decimal,0.0,clp,210884.7189,decimal,0.0,clp,32881.0,integer,64881618121.0,clp,61816789312.0,clp,0.0,clp,1187.1973
+188-2022-04-20,real_asset_day,2022-04-20,0.000032603788043149348682373211277054348652808700575308,decimal,2015379.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.1487,clp,134866.7022,decimal,51984799.239,decimal,0.0,clp,219582.0345,decimal,0.0,clp,32889.0,integer,64790921660.0,clp,61713689350.0,clp,0.0,clp,1187.1487
+188-2022-04-21,real_asset_day,2022-04-21,0.000032603799281915466124833925435232116473415110416696,decimal,2005948.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.5186,clp,100559.302,decimal,52009364.6667,decimal,0.0,clp,75993.8743,decimal,0.0,clp,32882.0,integer,65057132325.0,clp,61554050612.0,clp,0.0,clp,1183.5186
+188-2022-04-22,real_asset_day,2022-04-22,0.000032603795993520952867518766317707079110894659328305,decimal,2011023.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.9526,clp,126518.1996,decimal,52032488.2144,decimal,0.0,clp,103394.6519,decimal,0.0,clp,32858.0,integer,65158560211.0,clp,61708063330.0,clp,0.0,clp,1185.9526
+188-2022-04-23,real_asset_day,2022-04-23,0.000032603787663916229365968114435021505194437,decimal,2011851.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.9139,clp,0.0,decimal,52032488.2144,decimal,0.0,clp,0.0,decimal,0.0,clp,32858.0,integer,65158560211.0,clp,61706051479.0,clp,0.0,clp,1185.9139
+188-2022-04-24,real_asset_day,2022-04-24,0.000032603797255566503545941507048874638743339,decimal,2011786.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.8752,clp,0.0,decimal,52032488.2144,decimal,0.0,clp,0.0,decimal,0.0,clp,32858.0,integer,65158560211.0,clp,61704039693.0,clp,0.0,clp,1185.8752
+188-2022-04-25,real_asset_day,2022-04-25,0.000032603788385584291906703434484220800758504334183679,decimal,2032125.0,clp,0.0,integer,0.0,clp,0.0,clp,1197.8647,clp,147878.0958,decimal,51955129.9585,decimal,0.0,clp,225236.3517,decimal,0.0,clp,32825.0,integer,65375640433.0,clp,62235214968.0,clp,0.0,clp,1197.8647
+188-2022-04-26,real_asset_day,2022-04-26,0.000032603791594093679144696992664216779083060906602621,decimal,2016335.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.3266,clp,111661.4194,decimal,51883813.6724,decimal,0.0,clp,182977.7055,decimal,0.0,clp,32774.0,integer,65330138484.0,clp,61758684385.0,clp,0.0,clp,1190.3266
+188-2022-04-27,real_asset_day,2022-04-27,0.000032603787222414004451655742684429125661314116395953,decimal,2012837.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.8951,clp,98297.2545,decimal,51880834.5719,decimal,0.0,clp,101276.355,decimal,0.0,clp,32770.0,integer,65307878149.0,clp,61732749383.0,clp,0.0,clp,1189.8951
+188-2022-04-28,real_asset_day,2022-04-28,0.000032603789982999969682588467323957174210204709950469,decimal,2031422.0,clp,0.0,integer,0.0,clp,0.0,clp,1200.9505,clp,109168.3379,decimal,51804835.6204,decimal,0.0,clp,185167.2894,decimal,0.0,clp,32748.0,integer,65321603681.0,clp,62215043749.0,clp,0.0,clp,1200.9505
+188-2022-04-29,real_asset_day,2022-04-29,0.00003260379286483476178630928938478298134481747785248,decimal,2011339.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.822,clp,113014.7135,decimal,51765734.2809,decimal,0.0,clp,152116.053,decimal,0.0,clp,32715.0,integer,64688892890.0,clp,61643775206.0,clp,0.0,clp,1190.822
+188-2022-04-30,real_asset_day,2022-04-30,0.000032603787144895867236312326170789251361866,decimal,2009755.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.7832,clp,0.0,decimal,51765734.2809,decimal,0.0,clp,0.0,decimal,0.0,clp,32715.0,integer,64688892890.0,clp,61641765451.0,clp,0.0,clp,1190.7832
+188-2022-05-01,real_asset_day,2022-05-01,0.00003260379563787220633143741375636759314511,decimal,2009690.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.7444,clp,0.0,decimal,51765734.2809,decimal,0.0,clp,0.0,decimal,0.0,clp,32715.0,integer,64688892890.0,clp,61639755761.0,clp,0.0,clp,1190.7444
+188-2022-05-02,real_asset_day,2022-05-02,0.000032603793923431244925115940261063430717487619621578,decimal,2020792.0,clp,0.0,integer,0.0,clp,0.0,clp,1197.3224,clp,265613.1529,decimal,51682998.046,decimal,0.0,clp,348349.3878,decimal,0.0,clp,32711.0,integer,65157828044.0,clp,61881209574.0,clp,0.0,clp,1197.3224
+188-2022-05-03,real_asset_day,2022-05-03,0.00003260380179668305529478815679843070428795840430616,decimal,2014361.0,clp,0.0,integer,0.0,clp,0.0,clp,1195.4223,clp,161261.2441,decimal,51657975.081,decimal,0.0,clp,186284.2091,decimal,0.0,clp,32693.0,integer,64837739709.0,clp,61753096608.0,clp,0.0,clp,1195.4223
+188-2022-05-04,real_asset_day,2022-05-04,0.000032603790662529078300070578235124111402307851395745,decimal,2025736.0,clp,0.0,integer,0.0,clp,0.0,clp,1202.7556,clp,179246.5929,decimal,51623441.2515,decimal,0.0,clp,213780.4224,decimal,0.0,clp,32695.0,integer,65239275857.0,clp,62090380773.0,clp,0.0,clp,1202.7556
+188-2022-05-05,real_asset_day,2022-05-05,0.000032603796304079160793294760690419860479944670073904,decimal,2010543.0,clp,0.0,integer,0.0,clp,0.0,clp,1194.5333,clp,148162.4622,decimal,51662754.9726,decimal,0.0,clp,108848.7411,decimal,0.0,clp,32682.0,integer,65753334603.0,clp,61712878648.0,clp,0.0,clp,1194.5333
+188-2022-05-06,real_asset_day,2022-05-06,0.000032603789806917890428131341023238861467123119808647,decimal,2001895.0,clp,0.0,integer,0.0,clp,0.0,clp,1188.4903,clp,136445.5679,decimal,51605461.597,decimal,0.0,clp,193738.9435,decimal,0.0,clp,32664.0,integer,64940453652.0,clp,61332591528.0,clp,0.0,clp,1188.4903
+188-2022-05-07,real_asset_day,2022-05-07,0.000032603794247958851079288877376264164299175,decimal,1999610.0,clp,0.0,integer,0.0,clp,0.0,clp,1188.4516,clp,0.0,decimal,51605461.597,decimal,0.0,clp,0.0,decimal,0.0,clp,32664.0,integer,64940453652.0,clp,61330591918.0,clp,0.0,clp,1188.4516
+188-2022-05-08,real_asset_day,2022-05-08,0.000032603797390926300300265983409512942808987,decimal,1999545.0,clp,0.0,integer,0.0,clp,0.0,clp,1188.4128,clp,0.0,decimal,51605461.597,decimal,0.0,clp,0.0,decimal,0.0,clp,32664.0,integer,64940453652.0,clp,61328592373.0,clp,0.0,clp,1188.4128
+188-2022-05-09,real_asset_day,2022-05-09,0.000032603798642445026262414834581692869747656727448202,decimal,1996350.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.5139,clp,226397.229,decimal,51555385.4525,decimal,0.0,clp,276473.3735,decimal,0.0,clp,32584.0,integer,64369456789.0,clp,61171179261.0,clp,0.0,clp,1186.5139
+188-2022-05-10,real_asset_day,2022-05-10,0.000032603789828484822867827936307851417203646010415912,decimal,1995316.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.0515,clp,180880.5959,decimal,51478564.5928,decimal,0.0,clp,257701.4556,decimal,0.0,clp,32537.0,integer,64680513171.0,clp,61107707434.0,clp,0.0,clp,1187.0515
+188-2022-05-11,real_asset_day,2022-05-11,0.000032603799346318464022683500990695202816454321592546,decimal,1979318.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.2909,clp,212855.4428,decimal,51471172.3634,decimal,0.0,clp,220247.6722,decimal,0.0,clp,32549.0,integer,63833979457.0,clp,60699483286.0,clp,0.0,clp,1179.2909
+188-2022-05-12,real_asset_day,2022-05-12,0.000032603800561978664002200845245348382221405339241435,decimal,1982992.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.6495,clp,297692.4548,decimal,51528952.1808,decimal,0.0,clp,239912.6374,decimal,0.0,clp,32517.0,integer,64050679910.0,clp,60889160353.0,clp,0.0,clp,1181.6495
+188-2022-05-13,real_asset_day,2022-05-13,0.000032603795040084655857273208181607876201451713742592,decimal,1989342.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.1044,clp,188192.7799,decimal,51491994.4828,decimal,0.0,clp,225150.4779,decimal,0.0,clp,32492.0,integer,64231704356.0,clp,60971895992.0,clp,0.0,clp,1184.1044
+188-2022-05-14,real_asset_day,2022-05-14,0.000032603788665225835826059165329552383828487,decimal,1987850.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.0658,clp,0.0,decimal,51491994.4828,decimal,0.0,clp,0.0,decimal,0.0,clp,32492.0,integer,64231704356.0,clp,60969908142.0,clp,0.0,clp,1184.0658
+188-2022-05-15,real_asset_day,2022-05-15,0.000032603801940316259915828053014851304205768,decimal,1987786.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.0272,clp,0.0,decimal,51491994.4828,decimal,0.0,clp,0.0,decimal,0.0,clp,32492.0,integer,64231704356.0,clp,60967920356.0,clp,0.0,clp,1184.0272
+188-2022-05-16,real_asset_day,2022-05-16,0.000032603788287151749831886800395109981514514657344105,decimal,1984408.0,clp,0.0,integer,0.0,clp,0.0,clp,1182.0156,clp,345655.589,decimal,51509175.9246,decimal,0.0,clp,328474.1472,decimal,0.0,clp,32489.0,integer,64297631821.0,clp,60884647027.0,clp,0.0,clp,1182.0156
+188-2022-05-17,real_asset_day,2022-05-17,0.000032603788657018130487761350089332274410099324681516,decimal,1986735.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.0069,clp,140202.4135,decimal,51473154.4375,decimal,0.0,clp,176223.9006,decimal,0.0,clp,32480.0,integer,64177513055.0,clp,60893096010.0,clp,0.0,clp,1183.0069
+188-2022-05-18,real_asset_day,2022-05-18,0.000032603787236618083888377756268290135660286833200851,decimal,1975082.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.8911,clp,228520.1558,decimal,51537093.2349,decimal,0.0,clp,164581.3584,decimal,0.0,clp,32524.0,integer,63901856061.0,clp,60653548868.0,clp,0.0,clp,1176.8911
+188-2022-05-19,real_asset_day,2022-05-19,0.000032603796419343694971867515176081403052776773742876,decimal,1971303.0,clp,0.0,integer,0.0,clp,0.0,clp,1173.1817,clp,103736.7935,decimal,51508147.8207,decimal,0.0,clp,132682.2077,decimal,0.0,clp,32488.0,integer,63637305820.0,clp,60428417827.0,clp,0.0,clp,1173.1817
+188-2022-05-20,real_asset_day,2022-05-20,0.00003260380094677695319381474875279257007907395425007,decimal,1966072.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.726,clp,138041.0299,decimal,51533011.9221,decimal,0.0,clp,113176.9285,decimal,0.0,clp,32469.0,integer,63549315840.0,clp,60331035295.0,clp,0.0,clp,1170.726
+188-2022-05-21,real_asset_day,2022-05-21,0.000032603802017626311051951057232320291363953,decimal,1966957.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.6878,clp,0.0,decimal,51533011.9221,decimal,0.0,clp,0.0,decimal,0.0,clp,32469.0,integer,63549315840.0,clp,60329068338.0,clp,0.0,clp,1170.6878
+188-2022-05-22,real_asset_day,2022-05-22,0.000032603787565703028655337660261834950816244,decimal,1966892.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.6496,clp,0.0,decimal,51533011.9221,decimal,0.0,clp,0.0,decimal,0.0,clp,32469.0,integer,63549315840.0,clp,60327101446.0,clp,0.0,clp,1170.6496
+188-2022-05-23,real_asset_day,2022-05-23,0.000032603795336369071661511293029734116517590744069503,decimal,1970483.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.7866,clp,157778.584,decimal,51191990.8349,decimal,0.0,clp,498799.6712,decimal,0.0,clp,32350.0,integer,63741498644.0,clp,60037282658.0,clp,0.0,clp,1172.7866
+188-2022-05-24,real_asset_day,2022-05-24,0.00003260379671994552454034386546990971270783911589093,decimal,1959592.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.074,clp,129963.3777,decimal,51071831.3554,decimal,0.0,clp,250122.8572,decimal,0.0,clp,32300.0,integer,63384989103.0,clp,59962108083.0,clp,0.0,clp,1174.074
+188-2022-05-25,real_asset_day,2022-05-25,0.000032603800165839746972871502111382340407375100037302,decimal,1963568.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.224,clp,180710.5972,decimal,51035329.7653,decimal,0.0,clp,217212.1873,decimal,0.0,clp,32300.0,integer,63957394159.0,clp,60182083275.0,clp,0.0,clp,1179.224
+188-2022-05-26,real_asset_day,2022-05-26,0.000032603799888188506285184198888030566549696255051144,decimal,1964853.0,clp,0.0,integer,0.0,clp,0.0,clp,1180.8396,clp,86020.5192,decimal,50827692.2014,decimal,0.0,clp,293658.0831,decimal,0.0,clp,32286.0,integer,63498490365.0,clp,60019353265.0,clp,0.0,clp,1180.8396
+188-2022-05-27,real_asset_day,2022-05-27,,,,,,,,,,,1182.5066,clp,,,,,,,,,,,,,,,,,,,1182.5066
+187-2019-01-01,real_asset_day,2019-01-01,0.000032603812146629158582693529209539496176206,decimal,79090.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.0395,clp,0.0,decimal,2327925.1457,decimal,0.0,clp,0.0,decimal,0.0,clp,1313.0,integer,2479593117.0,clp,2425789955.0,clp,0.0,clp,1042.0395
+187-2019-01-02,real_asset_day,2019-01-02,0.000032603923174422136531433594669681849673295114227253,decimal,79635.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.2165,clp,18217.1755,decimal,2342269.1051,decimal,0.0,clp,3873.2161,decimal,0.0,clp,1326.0,integer,2504576307.0,clp,2457547393.0,clp,0.0,clp,1049.2165
+187-2019-01-03,real_asset_day,2019-01-03,0.000032603782905421707361617353667084302491849991466779,decimal,79226.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.4399,clp,20365.3707,decimal,2353746.3283,decimal,0.0,clp,8888.1475,decimal,0.0,clp,1328.0,integer,2478269249.0,clp,2441870355.0,clp,0.0,clp,1037.4399
+187-2019-01-04,real_asset_day,2019-01-04,0.000032603876655096179497581377746150213720756702099807,decimal,80378.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.3897,clp,12184.8154,decimal,2365767.5567,decimal,0.0,clp,163.587,decimal,0.0,clp,1340.0,integer,2513640159.0,clp,2477880571.0,clp,0.0,clp,1047.3897
+187-2019-01-05,real_asset_day,2019-01-05,0.000032603927282317951982996113589751551108251,decimal,80786.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.3555,clp,0.0,decimal,2365767.5567,decimal,0.0,clp,0.0,decimal,0.0,clp,1340.0,integer,2513640159.0,clp,2477799662.0,clp,0.0,clp,1047.3555
+187-2019-01-06,real_asset_day,2019-01-06,0.000032603778041835163881921896235698625371556,decimal,80783.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.3214,clp,0.0,decimal,2365767.5567,decimal,0.0,clp,0.0,decimal,0.0,clp,1340.0,integer,2513640159.0,clp,2477718990.0,clp,0.0,clp,1047.3214
+187-2019-01-07,real_asset_day,2019-01-07,0.000032603958024503888395303980607233816902363341787607,decimal,80713.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.4081,clp,21957.2101,decimal,2385126.2737,decimal,0.0,clp,2598.4931,decimal,0.0,clp,1361.0,integer,2530490322.0,clp,2495815452.0,clp,0.0,clp,1046.4081
+187-2019-01-08,real_asset_day,2019-01-08,0.000032603608939424049137155695208514622127898046393573,decimal,81747.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.2228,clp,4350.8272,decimal,2386420.4314,decimal,0.0,clp,3056.6695,decimal,0.0,clp,1369.0,integer,2537497471.0,clp,2508659568.0,clp,0.0,clp,1051.2228
+187-2019-01-09,real_asset_day,2019-01-09,0.000032603773969688777068869955676095745808552633516984,decimal,81890.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.4853,clp,8166.8913,decimal,2393745.7175,decimal,0.0,clp,841.6052,decimal,0.0,clp,1373.0,integer,2548921211.0,clp,2519382180.0,clp,0.0,clp,1052.4853
+187-2019-01-10,real_asset_day,2019-01-10,0.000032603673232749935817524884574094565961268608606265,decimal,82282.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.2905,clp,9798.0879,decimal,2402822.9845,decimal,0.0,clp,720.8209,decimal,0.0,clp,1380.0,integer,2561051843.0,clp,2533273446.0,clp,0.0,clp,1054.2905
+187-2019-01-11,real_asset_day,2019-01-11,0.000032603732225184908519453206312357846725297999388306,decimal,82428.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.1694,clp,7939.1159,decimal,2409904.9608,decimal,0.0,clp,857.1396,decimal,0.0,clp,1378.0,integer,2561157208.0,clp,2535628257.0,clp,0.0,clp,1052.1694
+187-2019-01-12,real_asset_day,2019-01-12,0.000032603633749600441517912880191836676325408,decimal,82668.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.1351,clp,0.0,decimal,2409904.9608,decimal,0.0,clp,0.0,decimal,0.0,clp,1378.0,integer,2561157208.0,clp,2535545597.0,clp,0.0,clp,1052.1351
+187-2019-01-13,real_asset_day,2019-01-13,0.000032603907867733110547141080137981918368701,decimal,82666.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.1008,clp,0.0,decimal,2409904.9608,decimal,0.0,clp,0.0,decimal,0.0,clp,1378.0,integer,2561157208.0,clp,2535462937.0,clp,0.0,clp,1052.1008
+187-2019-01-14,real_asset_day,2019-01-14,0.000032603971225907364930640082518364056762512537062576,decimal,82402.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.7388,clp,10520.7572,decimal,2416750.0086,decimal,0.0,clp,3675.7094,decimal,0.0,clp,1383.0,integer,2563402684.0,clp,2534539504.0,clp,0.0,clp,1048.7388
+187-2019-01-15,real_asset_day,2019-01-15,0.000032603753871940831743133632490323955686826620612996,decimal,83067.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.215,clp,4810.6713,decimal,2416669.177,decimal,0.0,clp,4891.5029,decimal,0.0,clp,1391.0,integer,2581335110.0,clp,2547688896.0,clp,0.0,clp,1054.215
+187-2019-01-16,real_asset_day,2019-01-16,0.000032603957496258192611362310061481592345005665805546,decimal,83076.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.3579,clp,2804.2964,decimal,2418598.7427,decimal,0.0,clp,874.7307,decimal,0.0,clp,1393.0,integer,2703486165.0,clp,2550068691.0,clp,0.0,clp,1054.3579
+187-2019-01-17,real_asset_day,2019-01-17,0.000032603679889319877315351555457939513442549660193261,decimal,83362.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.1526,clp,12153.48,decimal,2430701.9248,decimal,0.0,clp,50.2979,decimal,0.0,clp,1395.0,integer,2599959813.0,clp,2569622860.0,clp,0.0,clp,1057.1526
+187-2019-01-18,real_asset_day,2019-01-18,0.000032603934799205875023167369797015974357184670221203,decimal,84163.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.9877,clp,3981.5819,decimal,2432776.798,decimal,0.0,clp,1906.7087,decimal,0.0,clp,1395.0,integer,2610962024.0,clp,2583579036.0,clp,0.0,clp,1061.9877
+187-2019-01-19,real_asset_day,2019-01-19,0.000032603896852650291820088783284756538447492,decimal,84232.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.9531,clp,0.0,decimal,2432776.798,decimal,0.0,clp,0.0,decimal,0.0,clp,1395.0,integer,2610962024.0,clp,2583494862.0,clp,0.0,clp,1061.9531
+187-2019-01-20,real_asset_day,2019-01-20,0.000032603800980606471148644752034359758888411,decimal,84229.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.9184,clp,0.0,decimal,2432776.798,decimal,0.0,clp,0.0,decimal,0.0,clp,1395.0,integer,2610962024.0,clp,2583410445.0,clp,0.0,clp,1061.9184
+187-2019-01-21,real_asset_day,2019-01-21,0.000032603983431859046936965935121191366771004303301672,decimal,84369.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.6775,clp,8088.6604,decimal,2439122.1864,decimal,0.0,clp,1743.272,decimal,0.0,clp,1404.0,integer,2623985557.0,clp,2594439389.0,clp,0.0,clp,1063.6775
+187-2019-01-22,real_asset_day,2019-01-22,0.000032603768130214553822512258463700652626592446992726,decimal,83975.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.9629,clp,4562.7558,decimal,2441507.7992,decimal,0.0,clp,2177.143,decimal,0.0,clp,1407.0,integer,2607410787.0,clp,2578141656.0,clp,0.0,clp,1055.9629
+187-2019-01-23,real_asset_day,2019-01-23,0.000032603903709800542548806735761538621177532810751167,decimal,84090.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.3714,clp,8314.0948,decimal,2448402.0052,decimal,0.0,clp,1419.8888,decimal,0.0,clp,1412.0,integer,2615676690.0,clp,2586421854.0,clp,0.0,clp,1056.3714
+187-2019-01-24,real_asset_day,2019-01-24,0.000032603727454869659518221669717033825944969354281589,decimal,84442.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.8121,clp,7623.6234,decimal,2455639.2931,decimal,0.0,clp,386.3355,decimal,0.0,clp,1415.0,integer,2625568527.0,clp,2597604957.0,clp,0.0,clp,1057.8121
+187-2019-01-25,real_asset_day,2019-01-25,0.000032603748388784765960356005151891656567932856622607,decimal,84780.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.9155,clp,12146.5774,decimal,2466963.1244,decimal,0.0,clp,822.7461,decimal,0.0,clp,1419.0,integer,2638949380.0,clp,2612305490.0,clp,0.0,clp,1058.9155
+187-2019-01-26,real_asset_day,2019-01-26,0.000032603681011017914192982446603528910527833,decimal,85168.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.881,clp,0.0,decimal,2466963.1244,decimal,0.0,clp,0.0,decimal,0.0,clp,1419.0,integer,2638949380.0,clp,2612220380.0,clp,0.0,clp,1058.881
+187-2019-01-27,real_asset_day,2019-01-27,0.000032603980747590933395635574692878347429899,decimal,85166.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.8464,clp,0.0,decimal,2466963.1244,decimal,0.0,clp,0.0,decimal,0.0,clp,1419.0,integer,2638949380.0,clp,2612135023.0,clp,0.0,clp,1058.8464
+187-2019-01-28,real_asset_day,2019-01-28,0.000032603966031427838534373625609222615087257445943792,decimal,85072.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.6782,clp,10184.3297,decimal,2475109.2059,decimal,0.0,clp,2038.2482,decimal,0.0,clp,1429.0,integer,2645489549.0,clp,2617869050.0,clp,0.0,clp,1057.6782
+187-2019-01-29,real_asset_day,2019-01-29,0.000032603818350236133991873108240375326765597340793573,decimal,85102.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.5737,clp,5801.6253,decimal,2461974.1281,decimal,0.0,clp,18936.7031,decimal,0.0,clp,1431.0,integer,2643602696.0,clp,2596333166.0,clp,0.0,clp,1054.5737
+187-2019-01-30,real_asset_day,2019-01-30,0.000032603941327403832009316727502803878486181109650269,decimal,85191.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.3048,clp,6745.3484,decimal,2466272.8454,decimal,0.0,clp,2446.6311,decimal,0.0,clp,1435.0,integer,2666715103.0,clp,2617467209.0,clp,0.0,clp,1061.3048
+187-2019-01-31,real_asset_day,2019-01-31,0.000032603769138201454754391701126514198704847600749296,decimal,85234.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.9953,clp,14901.7579,decimal,2477663.1449,decimal,0.0,clp,3511.4584,decimal,0.0,clp,1440.0,integer,2677720348.0,clp,2626311289.0,clp,0.0,clp,1059.9953
+187-2019-02-01,real_asset_day,2019-02-01,0.000032603756529358426007274355099004433821990044449478,decimal,85445.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.7347,clp,14902.8497,decimal,2487135.0938,decimal,0.0,clp,5430.9008,decimal,0.0,clp,1452.0,integer,2668835425.0,clp,2630729092.0,clp,0.0,clp,1057.7347
+187-2019-02-02,real_asset_day,2019-02-02,0.000032603812328510434158498827347281778134628,decimal,85769.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.7002,clp,0.0,decimal,2487135.0938,decimal,0.0,clp,0.0,decimal,0.0,clp,1452.0,integer,2668835425.0,clp,2630643286.0,clp,0.0,clp,1057.7002
+187-2019-02-03,real_asset_day,2019-02-03,0.000032603735387679116595467816958707931369742,decimal,85766.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.6657,clp,0.0,decimal,2487135.0938,decimal,0.0,clp,0.0,decimal,0.0,clp,1452.0,integer,2668835425.0,clp,2630557480.0,clp,0.0,clp,1057.6657
+187-2019-02-04,real_asset_day,2019-02-04,0.00003260383121573858876861592569226595750359868279887,decimal,86026.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.8689,clp,17927.7883,decimal,2492481.0472,decimal,0.0,clp,12581.8349,decimal,0.0,clp,1467.0,integer,2693928886.0,clp,2644195627.0,clp,0.0,clp,1060.8689
+187-2019-02-05,real_asset_day,2019-02-05,0.000032603974600861900241039420290745670578142236970808,decimal,86382.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.9696,clp,12706.2562,decimal,2502853.9,decimal,0.0,clp,2333.4034,decimal,0.0,clp,1473.0,integer,2709455857.0,clp,2660457609.0,clp,0.0,clp,1062.9696
+187-2019-02-06,real_asset_day,2019-02-06,0.00003260364092975370393852838693859487845002129533103,decimal,86742.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.9867,clp,7618.748,decimal,2503009.8849,decimal,0.0,clp,7462.7631,decimal,0.0,clp,1475.0,integer,2714888599.0,clp,2660666218.0,clp,0.0,clp,1062.9867
+187-2019-02-07,real_asset_day,2019-02-07,0.000032603804174326849743472818337097818858023663115037,decimal,86360.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.2342,clp,9274.2773,decimal,2503674.0337,decimal,0.0,clp,8610.1285,decimal,0.0,clp,1477.0,integer,2699424485.0,clp,2649473488.0,clp,0.0,clp,1058.2342
+187-2019-02-08,real_asset_day,2019-02-08,0.000032603889667729953298018583452493512006880658278972,decimal,86554.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.3273,clp,6551.6649,decimal,2505505.1374,decimal,0.0,clp,4720.5612,decimal,0.0,clp,1482.0,integer,2711406713.0,clp,2656655497.0,clp,0.0,clp,1060.3273
+187-2019-02-09,real_asset_day,2019-02-09,0.000032603710384528353757787686016445799515857,decimal,86614.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.2927,clp,0.0,decimal,2505505.1374,decimal,0.0,clp,0.0,decimal,0.0,clp,1482.0,integer,2711406713.0,clp,2656568807.0,clp,0.0,clp,1060.2927
+187-2019-02-10,real_asset_day,2019-02-10,0.000032603645040837291659434122213592149696373,decimal,86611.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.2581,clp,0.0,decimal,2505505.1374,decimal,0.0,clp,0.0,decimal,0.0,clp,1482.0,integer,2711406713.0,clp,2656482117.0,clp,0.0,clp,1060.2581
+187-2019-02-11,real_asset_day,2019-02-11,0.000032603651439031730214715582226275185234903864342551,decimal,86902.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.8202,clp,5545.0649,decimal,2506071.7958,decimal,0.0,clp,4978.4065,decimal,0.0,clp,1487.0,integer,2718672962.0,clp,2666009799.0,clp,0.0,clp,1063.8202
+187-2019-02-12,real_asset_day,2019-02-12,0.000032603864834311236397993885090661977216835264697886,decimal,87413.0,clp,0.0,integer,0.0,clp,0.0,clp,1069.8267,clp,8118.4716,decimal,2506508.5978,decimal,0.0,clp,7681.6696,decimal,0.0,clp,1489.0,integer,2733599166.0,clp,2681529822.0,clp,0.0,clp,1069.8267
+187-2019-02-13,real_asset_day,2019-02-13,0.000032603947893911099573070960595591156211168980078299,decimal,87595.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.8646,clp,9416.3844,decimal,2504666.0474,decimal,0.0,clp,11258.9348,decimal,0.0,clp,1497.0,integer,2744337827.0,clp,2684662871.0,clp,0.0,clp,1071.8646
+187-2019-02-14,real_asset_day,2019-02-14,0.000032603675730343525234315924665191912495714095422461,decimal,87762.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.7071,clp,15315.882,decimal,2518160.6112,decimal,0.0,clp,1821.3182,decimal,0.0,clp,1501.0,integer,2763732467.0,clp,2706285088.0,clp,0.0,clp,1074.7071
+187-2019-02-15,real_asset_day,2019-02-15,0.000032603962236593940117974970509500186317754161877157,decimal,88469.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.5497,clp,7969.9201,decimal,2514042.6967,decimal,0.0,clp,12087.8346,decimal,0.0,clp,1509.0,integer,2771453951.0,clp,2709005954.0,clp,0.0,clp,1077.5497
+187-2019-02-16,real_asset_day,2019-02-16,0.000032603795841179761846224645249107753351021,decimal,88321.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.5146,clp,0.0,decimal,2514042.6967,decimal,0.0,clp,0.0,decimal,0.0,clp,1509.0,integer,2771453951.0,clp,2708917711.0,clp,0.0,clp,1077.5146
+187-2019-02-17,real_asset_day,2019-02-17,0.000032603753488163795705310349103972452134096,decimal,88318.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.4794,clp,0.0,decimal,2514042.6967,decimal,0.0,clp,0.0,decimal,0.0,clp,1509.0,integer,2771453951.0,clp,2708829216.0,clp,0.0,clp,1077.4794
+187-2019-02-18,real_asset_day,2019-02-18,0.000032603980928669453679276951086481786872120206650057,decimal,88127.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.1417,clp,22116.385,decimal,2519261.1044,decimal,0.0,clp,16897.9773,decimal,0.0,clp,1515.0,integer,2778292633.0,clp,2708562667.0,clp,0.0,clp,1075.1417
+187-2019-02-19,real_asset_day,2019-02-19,0.0000326038807548654381137473203256626994419372787576,decimal,88263.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.5737,clp,16094.816,decimal,2533754.8422,decimal,0.0,clp,1601.0782,decimal,0.0,clp,1522.0,integer,3043159433.0,clp,2722706316.0,clp,0.0,clp,1074.5737
+187-2019-02-20,real_asset_day,2019-02-20,0.00003260383771660148178925759010438331675042228002866,decimal,88566.0,clp,0.0,integer,0.0,clp,0.0,clp,1072.0961,clp,24555.6447,decimal,2538337.1725,decimal,0.0,clp,19973.3144,decimal,0.0,clp,1536.0,integer,3050326205.0,clp,2721341383.0,clp,0.0,clp,1072.0961
+187-2019-02-21,real_asset_day,2019-02-21,0.000032603966628138425390313417042370915388552946136979,decimal,88576.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.2773,clp,24341.3588,decimal,2547033.212,decimal,0.0,clp,15645.3193,decimal,0.0,clp,1546.0,integer,2802825343.0,clp,2726031829.0,clp,0.0,clp,1070.2773
+187-2019-02-22,real_asset_day,2019-02-22,0.000032603641331135515627583566932616468213756352000803,decimal,88973.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.4145,clp,15118.8646,decimal,2560803.3906,decimal,0.0,clp,1348.686,decimal,0.0,clp,1557.0,integer,2820377088.0,clp,2743681884.0,clp,0.0,clp,1071.4145
+187-2019-02-23,real_asset_day,2019-02-23,0.000032603967101073645152155889832083052426701,decimal,89452.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.3796,clp,0.0,decimal,2560803.3906,decimal,0.0,clp,0.0,decimal,0.0,clp,1557.0,integer,2820377088.0,clp,2743592512.0,clp,0.0,clp,1071.3796
+187-2019-02-24,real_asset_day,2019-02-24,0.00003260393875350487876505545528706650340813,decimal,89449.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.3446,clp,0.0,decimal,2560803.3906,decimal,0.0,clp,0.0,decimal,0.0,clp,1557.0,integer,2820377088.0,clp,2743502884.0,clp,0.0,clp,1071.3446
+187-2019-02-25,real_asset_day,2019-02-25,0.000032603794421858271450704110401147096882645667521558,decimal,89407.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.8463,clp,21798.0992,decimal,2581268.174,decimal,0.0,clp,1333.3158,decimal,0.0,clp,1567.0,integer,2821372037.0,clp,2764141473.0,clp,0.0,clp,1070.8463
+187-2019-02-26,real_asset_day,2019-02-26,0.000032603977894103023063891359020645525700338069074634,decimal,90117.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.7868,clp,32994.7593,decimal,2613070.2769,decimal,0.0,clp,1192.6564,decimal,0.0,clp,1573.0,integer,2837541001.0,clp,2798041160.0,clp,0.0,clp,1070.7868
+187-2019-02-27,real_asset_day,2019-02-27,0.000032603639394721690197753300324944284878816285053782,decimal,91237.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.9121,clp,16152.5364,decimal,2627502.8184,decimal,0.0,clp,1719.9949,decimal,0.0,clp,1574.0,integer,2854088145.0,clp,2813824561.0,clp,0.0,clp,1070.9121
+187-2019-02-28,real_asset_day,2019-02-28,0.000032603967502518733636448105241730526961579588538377,decimal,91776.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.3108,clp,15185.6923,decimal,2637130.4588,decimal,0.0,clp,5558.0519,decimal,0.0,clp,1583.0,integer,2870497007.0,clp,2825186342.0,clp,0.0,clp,1071.3108
+187-2019-03-01,real_asset_day,2019-03-01,0.000032603691871684688065934858468324342255196443711869,decimal,92679.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.9111,clp,16093.1426,decimal,2649137.0921,decimal,0.0,clp,4086.5093,decimal,0.0,clp,1591.0,integer,2904712297.0,clp,2855534277.0,clp,0.0,clp,1077.9111
+187-2019-03-02,real_asset_day,2019-03-02,0.00003260372009777108242130752294468591033521,decimal,93098.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.8759,clp,0.0,decimal,2649137.0921,decimal,0.0,clp,0.0,decimal,0.0,clp,1591.0,integer,2904712297.0,clp,2855441027.0,clp,0.0,clp,1077.8759
+187-2019-03-03,real_asset_day,2019-03-03,0.000032603731173236873246558545717713754729129,decimal,93095.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.8408,clp,0.0,decimal,2649137.0921,decimal,0.0,clp,0.0,decimal,0.0,clp,1591.0,integer,2904712297.0,clp,2855348043.0,clp,0.0,clp,1077.8408
+187-2019-03-04,real_asset_day,2019-03-04,0.000032603867303713600940076168905769866600284926448423,decimal,93104.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.9405,clp,36196.1251,decimal,2683429.7233,decimal,0.0,clp,1903.4939,decimal,0.0,clp,1615.0,integer,3136421601.0,clp,2892577578.0,clp,0.0,clp,1077.9405
+187-2019-03-05,real_asset_day,2019-03-05,0.00003260370215046490214623057352776760231996905903329,decimal,94162.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.2633,clp,18694.4941,decimal,2691445.0755,decimal,0.0,clp,10679.1419,decimal,0.0,clp,1623.0,integer,3049334928.0,clp,2896703559.0,clp,0.0,clp,1076.2633
+187-2019-03-06,real_asset_day,2019-03-06,0.000032603960107641532620007634301761304413104092851001,decimal,94211.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.608,clp,7389.9067,decimal,2694339.8122,decimal,0.0,clp,4495.17,decimal,0.0,clp,1639.0,integer,2959628153.0,clp,2892664777.0,clp,0.0,clp,1073.608
+187-2019-03-07,real_asset_day,2019-03-07,0.000032603880363063993876509379977316465780154214580841,decimal,94154.0,clp,0.0,integer,0.0,clp,0.0,clp,1071.8083,clp,15395.5529,decimal,2704755.9185,decimal,0.0,clp,4979.4466,decimal,0.0,clp,1653.0,integer,2959548843.0,clp,2898979843.0,clp,0.0,clp,1071.8083
+187-2019-03-08,real_asset_day,2019-03-08,0.00003260384956056063571908679822328647165921373854635,decimal,94991.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.1731,clp,8500.9837,decimal,2708799.2554,decimal,0.0,clp,4457.6468,decimal,0.0,clp,1663.0,integer,2972818605.0,clp,2917845691.0,clp,0.0,clp,1077.1731
+187-2019-03-09,real_asset_day,2019-03-09,0.000032603883145034192524744811877705468544,decimal,95130.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.138,clp,0.0,decimal,2708799.2554,decimal,0.0,clp,0.0,decimal,0.0,clp,1663.0,integer,2972818605.0,clp,2917750612.0,clp,0.0,clp,1077.138
+187-2019-03-10,real_asset_day,2019-03-10,0.000032603920417310795912217405788834621480777,decimal,95127.0,clp,0.0,integer,0.0,clp,0.0,clp,1077.1028,clp,0.0,decimal,2708799.2554,decimal,0.0,clp,0.0,decimal,0.0,clp,1663.0,integer,2972818605.0,clp,2917655263.0,clp,0.0,clp,1077.1028
+187-2019-03-11,real_asset_day,2019-03-11,0.00003260367310824612502775811379482808365442342531173,decimal,95736.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.0066,clp,19654.6754,decimal,2723439.4999,decimal,0.0,clp,5014.4309,decimal,0.0,clp,1674.0,integer,3008572648.0,clp,2952226393.0,clp,0.0,clp,1084.0066
+187-2019-03-12,real_asset_day,2019-03-12,0.000032603957936217013792838269611406300080306691996455,decimal,96299.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.5104,clp,18973.7074,decimal,2734845.9774,decimal,0.0,clp,7567.2299,decimal,0.0,clp,1687.0,integer,3025434219.0,clp,2965968905.0,clp,0.0,clp,1084.5104
+187-2019-03-13,real_asset_day,2019-03-13,0.000032603776061555649994751104351030758785170894866983,decimal,96902.0,clp,0.0,integer,0.0,clp,0.0,clp,1086.7558,clp,32855.8708,decimal,2748826.4025,decimal,0.0,clp,18875.4457,decimal,0.0,clp,1698.0,integer,3062660066.0,clp,2987303036.0,clp,0.0,clp,1086.7558
+187-2019-03-14,real_asset_day,2019-03-14,0.000032603749962567305334162079466602508486550377551105,decimal,97703.0,clp,0.0,integer,0.0,clp,0.0,clp,1090.167,clp,23068.2737,decimal,2771481.5001,decimal,0.0,clp,413.1761,decimal,0.0,clp,1705.0,integer,3092190320.0,clp,3021377673.0,clp,0.0,clp,1090.167
+187-2019-03-15,real_asset_day,2019-03-15,0.000032603943141123241549057394768506255594381549462308,decimal,98732.0,clp,0.0,integer,0.0,clp,0.0,clp,1092.6368,clp,35940.664,decimal,2806019.9802,decimal,0.0,clp,1402.1839,decimal,0.0,clp,1718.0,integer,3130372129.0,clp,3065960692.0,clp,0.0,clp,1092.6368
+187-2019-03-16,real_asset_day,2019-03-16,0.0000326038968327925402484968953334806914179,decimal,99959.0,clp,0.0,integer,0.0,clp,0.0,clp,1092.6011,clp,0.0,decimal,2806019.9802,decimal,0.0,clp,0.0,decimal,0.0,clp,1718.0,integer,3130372129.0,clp,3065860517.0,clp,0.0,clp,1092.6011
+187-2019-03-17,real_asset_day,2019-03-17,0.000032603654456944859781376349160578281717986,decimal,99955.0,clp,0.0,integer,0.0,clp,0.0,clp,1092.5655,clp,0.0,decimal,2806019.9802,decimal,0.0,clp,0.0,decimal,0.0,clp,1718.0,integer,3130372129.0,clp,3065760623.0,clp,0.0,clp,1092.5655
+187-2019-03-18,real_asset_day,2019-03-18,0.000032603758407730105615774386157658681229996591844212,decimal,99961.0,clp,0.0,integer,0.0,clp,0.0,clp,1092.6276,clp,36206.3972,decimal,2839438.1409,decimal,0.0,clp,2788.2365,decimal,0.0,clp,1730.0,integer,3150150873.0,clp,3102448481.0,clp,0.0,clp,1092.6276
+187-2019-03-19,real_asset_day,2019-03-19,0.000032603844942542828179126740422506358296912144401314,decimal,101040.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.4205,clp,19775.5994,decimal,2848913.4942,decimal,0.0,clp,10300.2461,decimal,0.0,clp,1728.0,integer,3168357802.0,clp,3109362590.0,clp,0.0,clp,1091.4205
+187-2019-03-20,real_asset_day,2019-03-20,0.000032603690956170755997738795093536791083850161739288,decimal,101420.0,clp,0.0,integer,0.0,clp,0.0,clp,1091.8867,clp,11096.3911,decimal,2859016.7541,decimal,0.0,clp,993.1312,decimal,0.0,clp,1736.0,integer,3180487995.0,clp,3121722369.0,clp,0.0,clp,1091.8867
+187-2019-03-21,real_asset_day,2019-03-21,0.00003260382640291282162235123987947221625092567348587,decimal,102318.0,clp,0.0,integer,0.0,clp,0.0,clp,1097.6573,clp,13348.1021,decimal,2869366.6825,decimal,0.0,clp,2998.1737,decimal,0.0,clp,1746.0,integer,3209740289.0,clp,3149581285.0,clp,0.0,clp,1097.6573
+187-2019-03-22,real_asset_day,2019-03-22,0.000032603957867916719625145695640909647403944921323473,decimal,102548.0,clp,0.0,integer,0.0,clp,0.0,clp,1096.1521,clp,10429.5501,decimal,2871066.2341,decimal,0.0,clp,8729.9985,decimal,0.0,clp,1747.0,integer,3203328578.0,clp,3147125282.0,clp,0.0,clp,1096.1521
+187-2019-03-23,real_asset_day,2019-03-23,0.000032603834279928938722191492893483597841123,decimal,102605.0,clp,0.0,integer,0.0,clp,0.0,clp,1096.1163,clp,0.0,decimal,2871066.2341,decimal,0.0,clp,0.0,decimal,0.0,clp,1747.0,integer,3203328578.0,clp,3147022498.0,clp,0.0,clp,1096.1163
+187-2019-03-24,real_asset_day,2019-03-24,0.000032603942892541296603491256020651539911834,decimal,102602.0,clp,0.0,integer,0.0,clp,0.0,clp,1096.0806,clp,0.0,decimal,2871066.2341,decimal,0.0,clp,0.0,decimal,0.0,clp,1747.0,integer,3203328578.0,clp,3146920001.0,clp,0.0,clp,1096.0806
+187-2019-03-25,real_asset_day,2019-03-25,0.000032603864191947301016745610626734308388315793288368,decimal,102593.0,clp,0.0,integer,0.0,clp,0.0,clp,1095.9871,clp,23795.9164,decimal,2888162.7453,decimal,0.0,clp,6699.4052,decimal,0.0,clp,1750.0,integer,3228206466.0,clp,3165389112.0,clp,0.0,clp,1095.9871
+187-2019-03-26,real_asset_day,2019-03-26,0.000032603871416664618046026255237642951201453665260626,decimal,103528.0,clp,0.0,integer,0.0,clp,0.0,clp,1099.4285,clp,15073.9181,decimal,2890158.8733,decimal,0.0,clp,13077.7901,decimal,0.0,clp,1760.0,integer,3251659953.0,clp,3177523035.0,clp,0.0,clp,1099.4285
+187-2019-03-27,real_asset_day,2019-03-27,0.00003260371906449778741066522163967721678771634093366,decimal,103674.0,clp,0.0,integer,0.0,clp,0.0,clp,1100.2237,clp,25009.5371,decimal,2912340.7409,decimal,0.0,clp,2827.6695,decimal,0.0,clp,1768.0,integer,3272045000.0,clp,3204226306.0,clp,0.0,clp,1100.2237
+187-2019-03-28,real_asset_day,2019-03-28,0.000032603771519136773093055790340712431499204828024004,decimal,104497.0,clp,0.0,integer,0.0,clp,0.0,clp,1100.5095,clp,25195.9251,decimal,2935257.7851,decimal,0.0,clp,2278.8809,decimal,0.0,clp,1777.0,integer,3293607483.0,clp,3230279077.0,clp,0.0,clp,1100.5095
+187-2019-03-29,real_asset_day,2019-03-29,0.000032603736613166322719263587249674477098962509209164,decimal,105586.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.2977,clp,25623.3879,decimal,2957566.5019,decimal,0.0,clp,3314.6711,decimal,0.0,clp,1790.0,integer,3316040668.0,clp,3263076319.0,clp,0.0,clp,1103.2977
+187-2019-03-30,real_asset_day,2019-03-30,0.00003260373371142586595897525620009200164699,decimal,106385.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.2617,clp,0.0,decimal,2957566.5019,decimal,0.0,clp,0.0,decimal,0.0,clp,1790.0,integer,3316040668.0,clp,3262969847.0,clp,0.0,clp,1103.2617
+187-2019-03-31,real_asset_day,2019-03-31,0.000032603878191070099032592836968723165421759,decimal,106382.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.2257,clp,0.0,decimal,2957566.5019,decimal,0.0,clp,0.0,decimal,0.0,clp,1790.0,integer,3316040668.0,clp,3262863374.0,clp,0.0,clp,1103.2257
+187-2019-04-01,real_asset_day,2019-04-01,0.000032603899032695011836308241216446098365681089288723,decimal,106517.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.625,clp,83343.5302,decimal,3033016.6933,decimal,0.0,clp,7893.3388,decimal,0.0,clp,1834.0,integer,3411746411.0,clp,3350346065.0,clp,0.0,clp,1104.625
+187-2019-04-02,real_asset_day,2019-04-02,0.000032603801398012853815595224844013522465324334763187,decimal,109120.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.472,clp,50432.159,decimal,3080718.6071,decimal,0.0,clp,2730.2452,decimal,0.0,clp,1849.0,integer,3461859432.0,clp,3399486723.0,clp,0.0,clp,1103.472
+187-2019-04-03,real_asset_day,2019-04-03,0.000032603693790381809686126331444950416061887636104526,decimal,110819.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.3045,clp,24334.0806,decimal,3091530.3713,decimal,0.0,clp,13522.3164,decimal,0.0,clp,1867.0,integer,3684732451.0,clp,3410899371.0,clp,0.0,clp,1103.3045
+187-2019-04-04,real_asset_day,2019-04-04,0.000032603667383122357701129699073051739142085684965691,decimal,111189.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.1177,clp,50648.6441,decimal,3139692.5715,decimal,0.0,clp,2486.4439,decimal,0.0,clp,1885.0,integer,3634635958.0,clp,3463450448.0,clp,0.0,clp,1103.1177
+187-2019-04-05,real_asset_day,2019-04-05,0.000032603697754802605250282396258317341746940778516936,decimal,113032.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.1992,clp,39169.6236,decimal,3176275.2921,decimal,0.0,clp,2586.903,decimal,0.0,clp,1903.0,integer,3577449065.0,clp,3507240637.0,clp,0.0,clp,1104.1992
+187-2019-04-06,real_asset_day,2019-04-06,0.000032603901460131365426212990628799685845132,decimal,114346.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.1632,clp,0.0,decimal,3176275.2921,decimal,0.0,clp,0.0,decimal,0.0,clp,1903.0,integer,3577449065.0,clp,3507126291.0,clp,0.0,clp,1104.1632
+187-2019-04-07,real_asset_day,2019-04-07,0.000032603823937075298441847765077971526555493,decimal,114342.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.1272,clp,0.0,decimal,3176275.2921,decimal,0.0,clp,0.0,decimal,0.0,clp,1903.0,integer,3577449065.0,clp,3507011945.0,clp,0.0,clp,1104.1272
+187-2019-04-08,real_asset_day,2019-04-08,0.000032603746314500322804445486011036358284279940241177,decimal,114361.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.3133,clp,44392.4089,decimal,3194364.8093,decimal,0.0,clp,26302.8917,decimal,0.0,clp,1916.0,integer,3613145304.0,clp,3527579544.0,clp,0.0,clp,1104.3133
+187-2019-04-09,real_asset_day,2019-04-09,0.000032603912041753582063470641552136152104190687145137,decimal,114876.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.9989,clp,32560.8357,decimal,3225133.1829,decimal,0.0,clp,1792.4621,decimal,0.0,clp,1926.0,integer,3642225669.0,clp,3557318353.0,clp,0.0,clp,1102.9989
+187-2019-04-10,real_asset_day,2019-04-10,0.000032603725381988564441833717621650973129948698210468,decimal,116278.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.8155,clp,23966.4912,decimal,3238650.1679,decimal,0.0,clp,10449.5062,decimal,0.0,clp,1925.0,integer,3675252150.0,clp,3581349555.0,clp,0.0,clp,1105.8155
+187-2019-04-11,real_asset_day,2019-04-11,0.000032603859949375284530990442460923559756730801055881,decimal,116898.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.0673,clp,25891.8311,decimal,3261762.284,decimal,0.0,clp,2779.715,decimal,0.0,clp,1929.0,integer,3679011496.0,clp,3610990365.0,clp,0.0,clp,1107.0673
+187-2019-04-12,real_asset_day,2019-04-12,0.000032603911054107828248150372788727096272667890140634,decimal,117776.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.4772,clp,25334.1063,decimal,3282980.5161,decimal,0.0,clp,4115.8742,decimal,0.0,clp,1932.0,integer,3875128256.0,clp,3635826070.0,clp,0.0,clp,1107.4772
+187-2019-04-13,real_asset_day,2019-04-13,0.000032603832469854367170038891417392588226859,decimal,118538.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.4411,clp,0.0,decimal,3282980.5161,decimal,0.0,clp,0.0,decimal,0.0,clp,1932.0,integer,3875128256.0,clp,3635707554.0,clp,0.0,clp,1107.4411
+187-2019-04-14,real_asset_day,2019-04-14,0.000032603795082737841614099398657060204283738,decimal,118534.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.405,clp,0.0,decimal,3282980.5161,decimal,0.0,clp,0.0,decimal,0.0,clp,1932.0,integer,3875128256.0,clp,3635589038.0,clp,0.0,clp,1107.405
+187-2019-04-15,real_asset_day,2019-04-15,0.000032603881194679353194274878928722840039002347777569,decimal,118697.0,clp,0.0,integer,0.0,clp,0.0,clp,1108.9249,clp,24453.5966,decimal,3298169.7443,decimal,0.0,clp,9264.3684,decimal,0.0,clp,1946.0,integer,3727469782.0,clp,3657422554.0,clp,0.0,clp,1108.9249
+187-2019-04-16,real_asset_day,2019-04-16,0.000032603905366382843688876866889256382743070671323947,decimal,119416.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.5034,clp,27047.1215,decimal,3316019.338,decimal,0.0,clp,9197.5278,decimal,0.0,clp,1953.0,integer,3760012191.0,clp,3682450749.0,clp,0.0,clp,1110.5034
+187-2019-04-17,real_asset_day,2019-04-17,0.000032603838930536305481686763970556260741198527659194,decimal,119742.0,clp,0.0,integer,0.0,clp,0.0,clp,1107.5433,clp,23007.4258,decimal,3338504.8514,decimal,0.0,clp,521.9124,decimal,0.0,clp,1961.0,integer,3771056053.0,clp,3697538680.0,clp,0.0,clp,1107.5433
+187-2019-04-18,real_asset_day,2019-04-18,0.000032603687924149110019795489423175128469785299658254,decimal,120775.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.5792,clp,25226.9087,decimal,3360897.009,decimal,0.0,clp,2834.7511,decimal,0.0,clp,1966.0,integer,3796052030.0,clp,3729181415.0,clp,0.0,clp,1109.5792
+187-2019-04-19,real_asset_day,2019-04-19,0.000032603929180807574885331349276449646589868,decimal,121582.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.543,clp,0.0,decimal,3360897.009,decimal,0.0,clp,0.0,decimal,0.0,clp,1966.0,integer,3796052030.0,clp,3729059750.0,clp,0.0,clp,1109.543
+187-2019-04-20,real_asset_day,2019-04-20,0.00003260392025720536460524112869381655911999,decimal,121578.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.5068,clp,0.0,decimal,3360897.009,decimal,0.0,clp,0.0,decimal,0.0,clp,1966.0,integer,3796052030.0,clp,3728938086.0,clp,0.0,clp,1109.5068
+187-2019-04-21,real_asset_day,2019-04-21,0.000032603911341764604399117990260534738188979,decimal,121574.0,clp,0.0,integer,0.0,clp,0.0,clp,1109.4706,clp,0.0,decimal,3360897.009,decimal,0.0,clp,0.0,decimal,0.0,clp,1966.0,integer,3796052030.0,clp,3728816421.0,clp,0.0,clp,1109.4706
+187-2019-04-22,real_asset_day,2019-04-22,0.000032603899984547812740716335040436345373154794573513,decimal,121814.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.6612,clp,31316.9472,decimal,3386885.6983,decimal,0.0,clp,5328.2579,decimal,0.0,clp,1981.0,integer,3828708173.0,clp,3765069420.0,clp,0.0,clp,1111.6612
+187-2019-04-23,real_asset_day,2019-04-23,0.000032603806312700497980774383751516212714682044205359,decimal,123592.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.2356,clp,25031.7015,decimal,3403918.3269,decimal,0.0,clp,7999.0729,decimal,0.0,clp,1987.0,integer,3882300315.0,clp,3809786571.0,clp,0.0,clp,1119.2356
+187-2019-04-24,real_asset_day,2019-04-24,0.000032603889553971006543949123312885879104330062102102,decimal,124474.0,clp,0.0,integer,0.0,clp,0.0,clp,1121.5796,clp,34603.4346,decimal,3420298.8908,decimal,0.0,clp,18222.8707,decimal,0.0,clp,1988.0,integer,3926259725.0,clp,3836137462.0,clp,0.0,clp,1121.5796
+187-2019-04-25,real_asset_day,2019-04-25,0.00003260393131696215866608637318735704505681533485792,decimal,125335.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.9276,clp,25991.1075,decimal,3436561.0826,decimal,0.0,clp,9728.9157,decimal,0.0,clp,1990.0,integer,3957831849.0,clp,3862445850.0,clp,0.0,clp,1123.9276
+187-2019-04-26,real_asset_day,2019-04-26,0.000032603829664578356769740307474243402960057183548205,decimal,125942.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.03,clp,39896.2881,decimal,3463849.3774,decimal,0.0,clp,12607.9933,decimal,0.0,clp,1993.0,integer,4415857837.0,clp,3893470616.0,clp,0.0,clp,1124.03
+187-2019-04-27,real_asset_day,2019-04-27,0.000032603853284671857563396309754628760097082,decimal,126938.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.9933,clp,0.0,decimal,3463849.3774,decimal,0.0,clp,0.0,decimal,0.0,clp,1993.0,integer,4415857837.0,clp,3893343492.0,clp,0.0,clp,1123.9933
+187-2019-04-28,real_asset_day,2019-04-28,0.000032603887545827541340495980753412546479984,decimal,126934.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.9567,clp,0.0,decimal,3463849.3774,decimal,0.0,clp,0.0,decimal,0.0,clp,1993.0,integer,4415857837.0,clp,3893216716.0,clp,0.0,clp,1123.9567
+187-2019-04-29,real_asset_day,2019-04-29,0.000032603898315884207879145662474514629124748442849775,decimal,127347.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.6133,clp,56229.0422,decimal,3496596.1392,decimal,0.0,clp,23482.2804,decimal,0.0,clp,2006.0,integer,4261154994.0,clp,3942808311.0,clp,0.0,clp,1127.6133
+187-2019-04-30,real_asset_day,2019-04-30,0.000032603910715660684775773851330363866273692113860817,decimal,128486.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.0434,clp,26970.2551,decimal,3513846.8343,decimal,0.0,clp,9719.56,decimal,0.0,clp,2011.0,integer,4280222207.0,clp,3960257883.0,clp,0.0,clp,1127.0434
+187-2019-05-01,real_asset_day,2019-05-01,0.000032603736505876510068419047746027611967204,decimal,129115.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.0067,clp,0.0,decimal,3513846.8343,decimal,0.0,clp,0.0,decimal,0.0,clp,2011.0,integer,4280222207.0,clp,3960128925.0,clp,0.0,clp,1127.0067
+187-2019-05-02,real_asset_day,2019-05-02,0.000032603812729819075521788058419070168416180684756653,decimal,129043.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.3756,clp,78887.9599,decimal,3584619.2738,decimal,0.0,clp,8115.5204,decimal,0.0,clp,2036.0,integer,4140456131.0,clp,4037627685.0,clp,0.0,clp,1126.3756
+187-2019-05-03,real_asset_day,2019-05-03,0.000032603815957815850284584419493030270993560945364852,decimal,132004.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.4724,clp,37826.2344,decimal,3618980.1396,decimal,0.0,clp,3465.3686,decimal,0.0,clp,2063.0,integer,4168514797.0,clp,4087538184.0,clp,0.0,clp,1129.4724
+187-2019-05-04,real_asset_day,2019-05-04,0.000032603815828620095355586129395562552040277,decimal,133265.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.4356,clp,0.0,decimal,3618980.1396,decimal,0.0,clp,0.0,decimal,0.0,clp,2063.0,integer,4168514797.0,clp,4087405005.0,clp,0.0,clp,1129.4356
+187-2019-05-05,real_asset_day,2019-05-05,0.000032603902417819952656362158220386274245183,decimal,133261.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.3987,clp,0.0,decimal,3618980.1396,decimal,0.0,clp,0.0,decimal,0.0,clp,2063.0,integer,4168514797.0,clp,4087271465.0,clp,0.0,clp,1129.3987
+187-2019-05-06,real_asset_day,2019-05-06,0.000032603841050279046033984421232923189171978248468069,decimal,133254.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.3415,clp,71756.4793,decimal,3676594.7845,decimal,0.0,clp,14141.8344,decimal,0.0,clp,2095.0,integer,4240190867.0,clp,4152131069.0,clp,0.0,clp,1129.3415
+187-2019-05-07,real_asset_day,2019-05-07,0.000032603788662483356623261525004128661415036726239587,decimal,134569.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.6159,clp,45439.9299,decimal,3686894.5027,decimal,0.0,clp,35140.2117,decimal,0.0,clp,2104.0,integer,4257545023.0,clp,4138966390.0,clp,0.0,clp,1122.6159
+187-2019-05-08,real_asset_day,2019-05-08,0.000032603753460092914732891073287076456325905030442962,decimal,134939.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.559,clp,37808.2379,decimal,3721411.6741,decimal,0.0,clp,3291.0665,decimal,0.0,clp,2116.0,integer,4296113934.0,clp,4177504167.0,clp,0.0,clp,1122.559
+187-2019-05-09,real_asset_day,2019-05-09,0.000032603810036788047456623556896707741495597730542087,decimal,136165.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.2495,clp,31819.1042,decimal,3744632.4749,decimal,0.0,clp,8598.3034,decimal,0.0,clp,2122.0,integer,4314917922.0,clp,4202411923.0,clp,0.0,clp,1122.2495
+187-2019-05-10,real_asset_day,2019-05-10,0.00003260382944592190137855956011047963156976419732578,decimal,137153.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.3821,clp,15481.3141,decimal,3749628.1433,decimal,0.0,clp,10485.6457,decimal,0.0,clp,2124.0,integer,4297295718.0,clp,4212265138.0,clp,0.0,clp,1123.3821
+187-2019-05-11,real_asset_day,2019-05-11,0.000032603710815000724262195190164525823120298,decimal,137331.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.3455,clp,0.0,decimal,3749628.1433,decimal,0.0,clp,0.0,decimal,0.0,clp,2124.0,integer,4297295718.0,clp,4212127901.0,clp,0.0,clp,1123.3455
+187-2019-05-12,real_asset_day,2019-05-12,0.000032603823446508042059015342095968296738853,decimal,137327.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.3089,clp,0.0,decimal,3749628.1433,decimal,0.0,clp,0.0,decimal,0.0,clp,2124.0,integer,4297295718.0,clp,4211990665.0,clp,0.0,clp,1123.3089
+187-2019-05-13,real_asset_day,2019-05-13,0.000032603806062050690775208927446482984302165321699352,decimal,136346.0,clp,0.0,integer,0.0,clp,0.0,clp,1115.2851,clp,65106.0911,decimal,3800351.2094,decimal,0.0,clp,14383.025,decimal,0.0,clp,2137.0,integer,4336211978.0,clp,4238475079.0,clp,0.0,clp,1115.2851
+187-2019-05-14,real_asset_day,2019-05-14,0.000032603701892688189009469988663907553686661151999441,decimal,138704.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.4336,clp,37687.8044,decimal,3819212.9024,decimal,0.0,clp,18826.1114,decimal,0.0,clp,2143.0,integer,4385597089.0,clp,4275355249.0,clp,0.0,clp,1119.4336
+187-2019-05-15,real_asset_day,2019-05-15,0.000032603848677452472021419855319702162318673234391863,decimal,139880.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.3443,clp,35928.3354,decimal,3836985.907,decimal,0.0,clp,18155.3308,decimal,0.0,clp,2153.0,integer,4429623204.0,clp,4310256248.0,clp,0.0,clp,1123.3443
+187-2019-05-16,real_asset_day,2019-05-16,0.000032603848736658624226615928586847284898960882141549,decimal,141069.0,clp,0.0,integer,0.0,clp,0.0,clp,1127.6453,clp,24374.9133,decimal,3849222.0862,decimal,0.0,clp,12138.7341,decimal,0.0,clp,2170.0,integer,4458611224.0,clp,4340557194.0,clp,0.0,clp,1127.6453
+187-2019-05-17,real_asset_day,2019-05-17,0.000032603902798647356182486438906588870661457106098129,decimal,141408.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.76,clp,33957.9186,decimal,3882433.8874,decimal,0.0,clp,746.1174,decimal,0.0,clp,2176.0,integer,4473014447.0,clp,4374571207.0,clp,0.0,clp,1126.76
+187-2019-05-18,real_asset_day,2019-05-18,0.000032603803089897369682202083524224466932192,decimal,142623.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.7232,clp,0.0,decimal,3882433.8874,decimal,0.0,clp,0.0,decimal,0.0,clp,2176.0,integer,4473014447.0,clp,4374428333.0,clp,0.0,clp,1126.7232
+187-2019-05-19,real_asset_day,2019-05-19,0.000032603722060186680328715454354093230717464,decimal,142618.0,clp,0.0,integer,0.0,clp,0.0,clp,1126.6865,clp,0.0,decimal,3882433.8874,decimal,0.0,clp,0.0,decimal,0.0,clp,2176.0,integer,4473014447.0,clp,4374285848.0,clp,0.0,clp,1126.6865
+187-2019-05-20,real_asset_day,2019-05-20,0.000032603747761367521671467642274932633710227296306095,decimal,142127.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.8067,clp,42221.7353,decimal,3922652.0466,decimal,0.0,clp,2003.5761,decimal,0.0,clp,2191.0,integer,4485533871.0,clp,4404380000.0,clp,0.0,clp,1122.8067
+187-2019-05-21,real_asset_day,2019-05-21,0.00003260383547742375958744254799521683535159,decimal,143595.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.7701,clp,0.0,decimal,3922652.0466,decimal,0.0,clp,0.0,decimal,0.0,clp,2191.0,integer,4485533871.0,clp,4404236431.0,clp,0.0,clp,1122.7701
+187-2019-05-22,real_asset_day,2019-05-22,0.000032603873172477054009742530146591475485514986864092,decimal,143916.0,clp,0.0,integer,0.0,clp,0.0,clp,1125.2787,clp,42994.3942,decimal,3952433.554,decimal,0.0,clp,13212.8868,decimal,0.0,clp,2199.0,integer,4533274509.0,clp,4447589291.0,clp,0.0,clp,1125.2787
+187-2019-05-23,real_asset_day,2019-05-23,0.000032603709216886181151851126839159549943891595745014,decimal,144389.0,clp,0.0,integer,0.0,clp,0.0,clp,1120.4759,clp,22846.4913,decimal,3969743.2051,decimal,0.0,clp,5536.8402,decimal,0.0,clp,2205.0,integer,4538972853.0,clp,4448001591.0,clp,0.0,clp,1120.4759
+187-2019-05-24,real_asset_day,2019-05-24,0.000032603791287062029968216231012770502437035812964481,decimal,144885.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.4196,clp,21210.2211,decimal,3977125.2376,decimal,0.0,clp,13828.1886,decimal,0.0,clp,2203.0,integer,5120310460.0,clp,4452071943.0,clp,0.0,clp,1119.4196
+187-2019-05-25,real_asset_day,2019-05-25,0.000032603860583980161768958905370388371648102,decimal,145150.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.3831,clp,0.0,decimal,3977125.2376,decimal,0.0,clp,0.0,decimal,0.0,clp,2203.0,integer,5120310460.0,clp,4451926778.0,clp,0.0,clp,1119.3831
+187-2019-05-26,real_asset_day,2019-05-26,0.000032603800601708402042790952612434664056921,decimal,145145.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.3466,clp,0.0,decimal,3977125.2376,decimal,0.0,clp,0.0,decimal,0.0,clp,2203.0,integer,5120310460.0,clp,4451781612.0,clp,0.0,clp,1119.3466
+187-2019-05-27,real_asset_day,2019-05-27,0.00003260377374302555473696751636924578604080795187479,decimal,145336.0,clp,0.0,integer,0.0,clp,0.0,clp,1120.8205,clp,28916.7678,decimal,3996670.4075,decimal,0.0,clp,9371.5979,decimal,0.0,clp,2216.0,integer,5145388840.0,clp,4479550124.0,clp,0.0,clp,1120.8205
+187-2019-05-28,real_asset_day,2019-05-28,0.00003260390456251252667099454952059716556547405452622,decimal,146289.0,clp,0.0,integer,0.0,clp,0.0,clp,1122.6483,clp,24811.4366,decimal,4018631.2789,decimal,0.0,clp,2850.5652,decimal,0.0,clp,2220.0,integer,4894026524.0,clp,4511509574.0,clp,0.0,clp,1122.6483
+187-2019-05-29,real_asset_day,2019-05-29,0.000032603742806189910049657465798011757220033662395451,decimal,147143.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.0368,clp,27748.1244,decimal,4038763.4835,decimal,0.0,clp,7615.9198,decimal,0.0,clp,2226.0,integer,4628206637.0,clp,4535680018.0,clp,0.0,clp,1123.0368
+187-2019-05-30,real_asset_day,2019-05-30,0.000032603724186168124279611993257900133726378368845263,decimal,148113.0,clp,0.0,integer,0.0,clp,0.0,clp,1124.8058,clp,26373.2737,decimal,4057554.7955,decimal,0.0,clp,7581.9617,decimal,0.0,clp,2242.0,integer,4656552904.0,clp,4563961168.0,clp,0.0,clp,1124.8058
+187-2019-05-31,real_asset_day,2019-05-31,0.000032603909193800019183465142248051916237171110133927,decimal,148068.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.2501,clp,39482.1761,decimal,4091741.8857,decimal,0.0,clp,5295.0859,decimal,0.0,clp,2261.0,integer,4675628106.0,clp,4579682515.0,clp,0.0,clp,1119.2501
+187-2019-06-01,real_asset_day,2019-06-01,0.000032603759944032688331009676543960638279609,decimal,149310.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.2136,clp,0.0,decimal,4091741.8857,decimal,0.0,clp,0.0,decimal,0.0,clp,2261.0,integer,4675628106.0,clp,4579533166.0,clp,0.0,clp,1119.2136
+187-2019-06-02,real_asset_day,2019-06-02,0.000032603728492512013013054385925411451612619,decimal,149305.0,clp,0.0,integer,0.0,clp,0.0,clp,1119.1772,clp,0.0,decimal,4091741.8857,decimal,0.0,clp,0.0,decimal,0.0,clp,2261.0,integer,4675628106.0,clp,4579384227.0,clp,0.0,clp,1119.1772
+187-2019-06-03,real_asset_day,2019-06-03,0.000032603811426089418031436959149091671198920782428526,decimal,148417.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.518,clp,91860.6051,decimal,4171512.284,decimal,0.0,clp,12090.2068,decimal,0.0,clp,2295.0,integer,4743054777.0,clp,4640882503.0,clp,0.0,clp,1112.518
+187-2019-06-04,real_asset_day,2019-06-04,0.00003260381543146398613515061771478021382015100903898,decimal,152174.0,clp,0.0,integer,0.0,clp,0.0,clp,1118.8671,clp,41542.1362,decimal,4204184.3019,decimal,0.0,clp,8870.1183,decimal,0.0,clp,2311.0,integer,4846337012.0,clp,4703923498.0,clp,0.0,clp,1118.8671
+187-2019-06-05,real_asset_day,2019-06-05,0.000032603713607500548673220489624767702693001935443922,decimal,153555.0,clp,0.0,integer,0.0,clp,0.0,clp,1120.2505,clp,35715.2978,decimal,4232948.1545,decimal,0.0,clp,6951.4452,decimal,0.0,clp,2326.0,integer,4887479927.0,clp,4741962287.0,clp,0.0,clp,1120.2505
+187-2019-06-06,real_asset_day,2019-06-06,0.000032603819254770816807178057064173436697677195018666,decimal,155005.0,clp,0.0,integer,0.0,clp,0.0,clp,1123.141,clp,40204.3947,decimal,4272461.6947,decimal,0.0,clp,690.8545,decimal,0.0,clp,2339.0,integer,4900935424.0,clp,4798576900.0,clp,0.0,clp,1123.141
+187-2019-06-07,real_asset_day,2019-06-07,0.000032603857122342612401440847469013812723449753589995,decimal,157305.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.2637,clp,23839.1373,decimal,4291511.9343,decimal,0.0,clp,4788.8977,decimal,0.0,clp,2349.0,integer,4948296952.0,clp,4846248646.0,clp,0.0,clp,1129.2637
+187-2019-06-08,real_asset_day,2019-06-08,0.000032603805664044112514692714012870445814878,decimal,158001.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.2269,clp,0.0,decimal,4291511.9343,decimal,0.0,clp,0.0,decimal,0.0,clp,2349.0,integer,4948296952.0,clp,4846090718.0,clp,0.0,clp,1129.2269
+187-2019-06-09,real_asset_day,2019-06-09,0.000032603836422584804359203669434301006886231,decimal,157996.0,clp,0.0,integer,0.0,clp,0.0,clp,1129.1901,clp,0.0,decimal,4291511.9343,decimal,0.0,clp,0.0,decimal,0.0,clp,2349.0,integer,4948296952.0,clp,4845932790.0,clp,0.0,clp,1129.1901
+187-2019-06-10,real_asset_day,2019-06-10,0.000032603854860535060951374360489390973495071814915368,decimal,159098.0,clp,0.0,integer,0.0,clp,0.0,clp,1137.0654,clp,51536.7407,decimal,4335823.7999,decimal,0.0,clp,7224.8751,decimal,0.0,clp,2384.0,integer,5036500927.0,clp,4930115223.0,clp,0.0,clp,1137.0654
+187-2019-06-11,real_asset_day,2019-06-11,0.000032603891269894080525906387338055591207216834717632,decimal,160918.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.3179,clp,33682.8642,decimal,4360678.729,decimal,0.0,clp,8827.9351,decimal,0.0,clp,2407.0,integer,5079709365.0,clp,4963838653.0,clp,0.0,clp,1138.3179
+187-2019-06-12,real_asset_day,2019-06-12,0.000032603861920469896197749512299446179272939826634374,decimal,161896.0,clp,0.0,integer,0.0,clp,0.0,clp,1138.7096,clp,52744.5321,decimal,4404971.2293,decimal,0.0,clp,8452.0318,decimal,0.0,clp,2426.0,integer,5147157966.0,clp,5015983027.0,clp,0.0,clp,1138.7096
+187-2019-06-13,real_asset_day,2019-06-13,0.000032603869207508463402349872383660889271170067344936,decimal,163996.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.8815,clp,47898.6629,decimal,4438289.5174,decimal,0.0,clp,14580.3748,decimal,0.0,clp,2447.0,integer,5658446532.0,clp,5068000692.0,clp,0.0,clp,1141.8815
+187-2019-06-14,real_asset_day,2019-06-14,0.000032603728440852251146825521290014962749333003598573,decimal,165241.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.918,clp,32689.9577,decimal,4464585.8462,decimal,0.0,clp,6393.6289,decimal,0.0,clp,2457.0,integer,5462347077.0,clp,5098190940.0,clp,0.0,clp,1141.918
+187-2019-06-15,real_asset_day,2019-06-15,0.000032603803361054541174228224997015108708989,decimal,166215.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.8808,clp,0.0,decimal,4464585.8462,decimal,0.0,clp,0.0,decimal,0.0,clp,2457.0,integer,5462347077.0,clp,5098024858.0,clp,0.0,clp,1141.8808
+187-2019-06-16,real_asset_day,2019-06-16,0.000032603884755516790478370990181068717424405,decimal,166210.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.8436,clp,0.0,decimal,4464585.8462,decimal,0.0,clp,0.0,decimal,0.0,clp,2457.0,integer,5462347077.0,clp,5097858775.0,clp,0.0,clp,1141.8436
+187-2019-06-17,real_asset_day,2019-06-17,0.000032603812208748969175490929039888151049906009154716,decimal,166218.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.9011,clp,60471.4553,decimal,4518036.8129,decimal,0.0,clp,7020.4886,decimal,0.0,clp,2471.0,integer,5296876319.0,clp,5159151206.0,clp,0.0,clp,1141.9011
+187-2019-06-18,real_asset_day,2019-06-18,0.000032603745854156818122601339848143987528134306058098,decimal,168784.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.8137,clp,33319.4981,decimal,4549955.1569,decimal,0.0,clp,1401.1541,decimal,0.0,clp,2484.0,integer,5336850406.0,clp,5213400953.0,clp,0.0,clp,1145.8137
+187-2019-06-19,real_asset_day,2019-06-19,0.000032603805138196822813422125392507433767355627368333,decimal,169934.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.5258,clp,33479.8915,decimal,4581438.4289,decimal,0.0,clp,1996.6195,decimal,0.0,clp,2493.0,integer,5366920175.0,clp,5248155921.0,clp,0.0,clp,1145.5258
+187-2019-06-20,real_asset_day,2019-06-20,0.000032603784372331796185229108492243234381356484538146,decimal,170868.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.9074,clp,38832.7883,decimal,4618584.86,decimal,0.0,clp,1686.3572,decimal,0.0,clp,2512.0,integer,5398580854.0,clp,5283233399.0,clp,0.0,clp,1143.9074
+187-2019-06-21,real_asset_day,2019-06-21,0.000032603840272745491963191429961584212079120141431806,decimal,172222.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.6969,clp,35868.128,decimal,4647396.2283,decimal,0.0,clp,7056.7597,decimal,0.0,clp,2525.0,integer,5437570532.0,clp,5315212659.0,clp,0.0,clp,1143.6969
+187-2019-06-22,real_asset_day,2019-06-22,0.000032603895230002508263448977056159664006247,decimal,173291.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.6597,clp,0.0,decimal,4647396.2283,decimal,0.0,clp,0.0,decimal,0.0,clp,2525.0,integer,5437570532.0,clp,5315039776.0,clp,0.0,clp,1143.6597
+187-2019-06-23,real_asset_day,2019-06-23,0.000032603829719424888621114374315937183134794,decimal,173285.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.6224,clp,0.0,decimal,4647396.2283,decimal,0.0,clp,0.0,decimal,0.0,clp,2525.0,integer,5437570532.0,clp,5314866428.0,clp,0.0,clp,1143.6224
+187-2019-06-24,real_asset_day,2019-06-24,0.000032603865062862577499088604824493546585598068958119,decimal,172880.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.9483,clp,67243.0532,decimal,4697058.0873,decimal,0.0,clp,17581.1942,decimal,0.0,clp,2548.0,integer,5500613924.0,clp,5359100440.0,clp,0.0,clp,1140.9483
+187-2019-06-25,real_asset_day,2019-06-25,0.000032603810209839644218096531970725377412445042653917,decimal,173379.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.1454,clp,23014.2132,decimal,4713877.2203,decimal,0.0,clp,6195.0802,decimal,0.0,clp,2558.0,integer,5487399154.0,clp,5336794411.0,clp,0.0,clp,1132.1454
+187-2019-06-26,real_asset_day,2019-06-26,0.000032603863077204127867190465881507646717552914265272,decimal,174113.0,clp,0.0,integer,0.0,clp,0.0,clp,1132.8799,clp,28523.0287,decimal,4732660.5204,decimal,0.0,clp,9739.7286,decimal,0.0,clp,2562.0,integer,5511182127.0,clp,5361535977.0,clp,0.0,clp,1132.8799
+187-2019-06-27,real_asset_day,2019-06-27,0.000032603732811019867537473452650886745960980219884817,decimal,175037.0,clp,0.0,integer,0.0,clp,0.0,clp,1134.3764,clp,37250.0582,decimal,4731092.3392,decimal,0.0,clp,38818.2394,decimal,0.0,clp,2564.0,integer,5543661641.0,clp,5366839496.0,clp,0.0,clp,1134.3764
+187-2019-06-28,real_asset_day,2019-06-28,0.000032603836786030302743394918325100831705207098192998,decimal,175276.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2982,clp,30596.5989,decimal,4740240.8342,decimal,0.0,clp,21448.1039,decimal,0.0,clp,2572.0,integer,5581355762.0,clp,5386327127.0,clp,0.0,clp,1136.2982
+187-2019-06-29,real_asset_day,2019-06-29,0.000032603800257362434101634908317042967414692,decimal,175609.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2611,clp,0.0,decimal,4740240.8342,decimal,0.0,clp,0.0,decimal,0.0,clp,2572.0,integer,5581355762.0,clp,5386151265.0,clp,0.0,clp,1136.2611
+187-2019-06-30,real_asset_day,2019-06-30,0.000032603747963760838798083023571270076739571,decimal,175603.0,clp,0.0,integer,0.0,clp,0.0,clp,1136.2241,clp,0.0,decimal,4740240.8342,decimal,0.0,clp,0.0,decimal,0.0,clp,2572.0,integer,5581355762.0,clp,5385975876.0,clp,0.0,clp,1136.2241
+187-2019-07-01,real_asset_day,2019-07-01,0.000032603817984162839470821639761291057176144054616776,decimal,176203.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.1039,clp,95187.6508,decimal,4819783.7761,decimal,0.0,clp,15644.7089,decimal,0.0,clp,2614.0,integer,6209125567.0,clp,5495054280.0,clp,0.0,clp,1140.1039
+187-2019-07-02,real_asset_day,2019-07-02,0.00003260373869808218212992538984939506351770864314532,decimal,179731.0,clp,0.0,integer,0.0,clp,0.0,clp,1143.7419,clp,132918.0005,decimal,4923506.8274,decimal,0.0,clp,29194.9492,decimal,0.0,clp,2645.0,integer,6087102676.0,clp,5631221053.0,clp,0.0,clp,1143.7419
+187-2019-07-03,real_asset_day,2019-07-03,0.000032603794981502385460004789400545673889640727549711,decimal,184164.0,clp,0.0,integer,0.0,clp,0.0,clp,1147.2605,clp,32328.7964,decimal,4955547.831,decimal,0.0,clp,287.7928,decimal,0.0,clp,2659.0,integer,5871580116.0,clp,5685304282.0,clp,0.0,clp,1147.2605
+187-2019-07-04,real_asset_day,2019-07-04,0.000032603820613816886231728156014577071747639591965346,decimal,185076.0,clp,0.0,integer,0.0,clp,0.0,clp,1145.4864,clp,51663.7376,decimal,5005056.0667,decimal,0.0,clp,2155.5019,decimal,0.0,clp,2677.0,integer,5905923961.0,clp,5733223656.0,clp,0.0,clp,1145.4864
+187-2019-07-05,real_asset_day,2019-07-05,0.000032603852842079713733163756049026351689192610701541,decimal,187542.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.2663,clp,115419.4601,decimal,5111928.2294,decimal,0.0,clp,8547.2974,decimal,0.0,clp,2701.0,integer,6025000601.0,clp,5874966842.0,clp,0.0,clp,1149.2663
+187-2019-07-06,real_asset_day,2019-07-06,0.000032603801043009961873187573717768222769997,decimal,191540.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.2288,clp,0.0,decimal,5111928.2294,decimal,0.0,clp,0.0,decimal,0.0,clp,2701.0,integer,6025000601.0,clp,5874775145.0,clp,0.0,clp,1149.2288
+187-2019-07-07,real_asset_day,2019-07-07,0.000032603843613424460050911929790142957177743,decimal,191534.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.1913,clp,0.0,decimal,5111928.2294,decimal,0.0,clp,0.0,decimal,0.0,clp,2701.0,integer,6025000601.0,clp,5874583447.0,clp,0.0,clp,1149.1913
+187-2019-07-08,real_asset_day,2019-07-08,0.000032603724693059336974345218467310004878441746957844,decimal,191344.0,clp,0.0,integer,0.0,clp,0.0,clp,1148.0555,clp,82933.1141,decimal,5174809.3983,decimal,0.0,clp,20051.9452,decimal,0.0,clp,2733.0,integer,6119704644.0,clp,5940968391.0,clp,0.0,clp,1148.0555
+187-2019-07-09,real_asset_day,2019-07-09,0.00003260374851788849829244347560885657353305861773934,decimal,194321.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.749,clp,45944.4861,decimal,5186367.612,decimal,0.0,clp,34386.2724,decimal,0.0,clp,2747.0,integer,6598610743.0,clp,5973393711.0,clp,0.0,clp,1151.749
+187-2019-07-10,real_asset_day,2019-07-10,0.000032603863053507720688215054106163197273301155506402,decimal,194842.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.2593,clp,66193.2713,decimal,5247321.8243,decimal,0.0,clp,5239.059,decimal,0.0,clp,2767.0,integer,6463071216.0,clp,6046275372.0,clp,0.0,clp,1152.2593
+187-2019-07-11,real_asset_day,2019-07-11,0.000032603753273664910717519733792406432484998187978342,decimal,196991.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.4394,clp,52823.8326,decimal,5295662.6439,decimal,0.0,clp,4483.013,decimal,0.0,clp,2777.0,integer,6298436797.0,clp,6097634617.0,clp,0.0,clp,1151.4394
+187-2019-07-12,real_asset_day,2019-07-12,0.00003260382446328605700450225059015594992894284363411,decimal,198975.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.417,clp,29796.8001,decimal,5316685.3075,decimal,0.0,clp,8774.1365,decimal,0.0,clp,2792.0,integer,6301173605.0,clp,6127038532.0,clp,0.0,clp,1152.417
+187-2019-07-13,real_asset_day,2019-07-13,0.000032603763902790894871986284770149303548859,decimal,199758.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.3794,clp,0.0,decimal,5316685.3075,decimal,0.0,clp,0.0,decimal,0.0,clp,2792.0,integer,6301173605.0,clp,6126838625.0,clp,0.0,clp,1152.3794
+187-2019-07-14,real_asset_day,2019-07-14,0.000032603848411321297109871673864525672829878,decimal,199752.0,clp,0.0,integer,0.0,clp,0.0,clp,1152.3418,clp,0.0,decimal,5316685.3075,decimal,0.0,clp,0.0,decimal,0.0,clp,2792.0,integer,6301173605.0,clp,6126638717.0,clp,0.0,clp,1152.3418
+187-2019-07-15,real_asset_day,2019-07-15,0.0000326038587700113090274286877040789029465213551161,decimal,199615.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.5511,clp,59178.3806,decimal,5358302.0218,decimal,0.0,clp,17561.6663,decimal,0.0,clp,2821.0,integer,6362103127.0,clp,6170358587.0,clp,0.0,clp,1151.5511
+187-2019-07-16,real_asset_day,2019-07-16,0.000032603867093638382628094051595570811453162,decimal,201171.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.5136,clp,0.0,decimal,5358302.0218,decimal,0.0,clp,0.0,decimal,0.0,clp,2821.0,integer,6362103127.0,clp,6170157651.0,clp,0.0,clp,1151.5136
+187-2019-07-17,real_asset_day,2019-07-17,0.000032603833596686044606163405707723979293979506544976,decimal,200648.0,clp,0.0,integer,0.0,clp,0.0,clp,1148.5211,clp,66477.7608,decimal,5413845.7739,decimal,0.0,clp,10934.0087,decimal,0.0,clp,2833.0,integer,6558406737.0,clp,6217916103.0,clp,0.0,clp,1148.5211
+187-2019-07-18,real_asset_day,2019-07-18,0.000032603736175599115117691693880633427089589429619943,decimal,203250.0,clp,0.0,integer,0.0,clp,0.0,clp,1151.4824,clp,37707.9123,decimal,5436342.7491,decimal,0.0,clp,15210.9371,decimal,0.0,clp,2846.0,integer,6613707225.0,clp,6259852996.0,clp,0.0,clp,1151.4824
+187-2019-07-19,real_asset_day,2019-07-19,0.000032603829215733983515114378400787192449428659472553,decimal,204002.0,clp,0.0,integer,0.0,clp,0.0,clp,1150.9567,clp,24566.3734,decimal,5450407.1827,decimal,0.0,clp,10501.9398,decimal,0.0,clp,2859.0,integer,6479431299.0,clp,6273182665.0,clp,0.0,clp,1150.9567
+187-2019-07-20,real_asset_day,2019-07-20,0.000032603811310442297253204228138858687206096,decimal,204523.0,clp,0.0,integer,0.0,clp,0.0,clp,1150.9192,clp,0.0,decimal,5450407.1827,decimal,0.0,clp,0.0,decimal,0.0,clp,2859.0,integer,6479431299.0,clp,6272978274.0,clp,0.0,clp,1150.9192
+187-2019-07-21,real_asset_day,2019-07-21,0.000032603757728564092459481997167427309101455,decimal,204516.0,clp,0.0,integer,0.0,clp,0.0,clp,1150.8817,clp,0.0,decimal,5450407.1827,decimal,0.0,clp,0.0,decimal,0.0,clp,2859.0,integer,6479431299.0,clp,6272773884.0,clp,0.0,clp,1150.8817
+187-2019-07-22,real_asset_day,2019-07-22,0.000032603748390315184957241074838829936774713159610899,decimal,205495.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.3912,clp,48267.0026,decimal,5488467.6912,decimal,0.0,clp,10206.4941,decimal,0.0,clp,2889.0,integer,6553842514.0,clp,6346815740.0,clp,0.0,clp,1156.3912
+187-2019-07-23,real_asset_day,2019-07-23,0.000032603791305764237529074419491494631296321687973495,decimal,208057.0,clp,0.0,integer,0.0,clp,0.0,clp,1162.6878,clp,33012.9679,decimal,5502108.3434,decimal,0.0,clp,19372.3157,decimal,0.0,clp,2904.0,integer,6610429984.0,clp,6397234245.0,clp,0.0,clp,1162.6878
+187-2019-07-24,real_asset_day,2019-07-24,0.000032603831333354365794107991673002412461527954731934,decimal,209203.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.1922,clp,49075.4366,decimal,5522171.8132,decimal,0.0,clp,29011.9668,decimal,0.0,clp,2925.0,integer,6691309950.0,clp,6439913696.0,clp,0.0,clp,1166.1922
+187-2019-07-25,real_asset_day,2019-07-25,0.000032603776829025752385888781212643713832874912848412,decimal,209805.0,clp,0.0,integer,0.0,clp,0.0,clp,1165.3007,clp,52700.8119,decimal,5569070.6058,decimal,0.0,clp,5802.0193,decimal,0.0,clp,2947.0,integer,6737292767.0,clp,6489641875.0,clp,0.0,clp,1165.3007
+187-2019-07-26,real_asset_day,2019-07-26,0.000032603878474864586963965867206926185108646531854968,decimal,212723.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.5544,clp,52949.0588,decimal,5616617.3496,decimal,0.0,clp,5402.315,decimal,0.0,clp,2965.0,integer,6813015018.0,clp,6580172769.0,clp,0.0,clp,1171.5544
+187-2019-07-27,real_asset_day,2019-07-27,0.000032603854465754210639125496428266527590445,decimal,214532.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.5162,clp,0.0,decimal,5616617.3496,decimal,0.0,clp,0.0,decimal,0.0,clp,2965.0,integer,6813015018.0,clp,6579958214.0,clp,0.0,clp,1171.5162
+187-2019-07-28,real_asset_day,2019-07-28,0.000032603853754479525385412890900587590809061,decimal,214525.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.478,clp,0.0,decimal,5616617.3496,decimal,0.0,clp,0.0,decimal,0.0,clp,2965.0,integer,6813015018.0,clp,6579743659.0,clp,0.0,clp,1171.478
+187-2019-07-29,real_asset_day,2019-07-29,0.000032603816380736136670847154792385913199444455190007,decimal,214447.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.0534,clp,125054.0618,decimal,5725767.8594,decimal,0.0,clp,15903.552,decimal,0.0,clp,3003.0,integer,6923457350.0,clp,6705179919.0,clp,0.0,clp,1171.0534
+187-2019-07-30,real_asset_day,2019-07-30,0.00003260374792259744080702754238048820796647648067399,decimal,218834.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.2319,clp,55539.1269,decimal,5770324.2056,decimal,0.0,clp,10982.7807,decimal,0.0,clp,3016.0,integer,7014013405.0,clp,6764158107.0,clp,0.0,clp,1172.2319
+187-2019-07-31,real_asset_day,2019-07-31,0.000032603760076326162534647363741029578807959694553649,decimal,219634.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.4322,clp,43249.8937,decimal,5796673.7051,decimal,0.0,clp,16900.3942,decimal,0.0,clp,3030.0,integer,7033966231.0,clp,6767223536.0,clp,0.0,clp,1167.4322
+187-2019-08-01,real_asset_day,2019-08-01,0.00003260377938532032349202478682933179043949531642156,decimal,220565.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.0509,clp,86665.2528,decimal,5832484.1817,decimal,0.0,clp,50854.7762,decimal,0.0,clp,3051.0,integer,7116080676.0,clp,6806805913.0,clp,0.0,clp,1167.0509
+187-2019-08-02,real_asset_day,2019-08-02,0.000032603807238079916873585428675264807157731563356217,decimal,221863.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.7102,clp,71014.2129,decimal,5896943.755,decimal,0.0,clp,6554.6396,decimal,0.0,clp,3073.0,integer,7185102878.0,clp,6880024428.0,clp,0.0,clp,1166.7102
+187-2019-08-03,real_asset_day,2019-08-03,0.000032603853132979813694430665007100676990228,decimal,224308.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.6722,clp,0.0,decimal,5896943.755,decimal,0.0,clp,0.0,decimal,0.0,clp,3073.0,integer,7185102878.0,clp,6879800344.0,clp,0.0,clp,1166.6722
+187-2019-08-04,real_asset_day,2019-08-04,0.000032603755051072793854450037614020458910077,decimal,224300.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.6341,clp,0.0,decimal,5896943.755,decimal,0.0,clp,0.0,decimal,0.0,clp,3073.0,integer,7185102878.0,clp,6879575670.0,clp,0.0,clp,1166.6341
+187-2019-08-05,real_asset_day,2019-08-05,0.00003260381403892445046863579446108978311748214406545,decimal,222907.0,clp,0.0,integer,0.0,clp,0.0,clp,1159.3867,clp,95706.1549,decimal,5979386.81,decimal,0.0,clp,13263.0999,decimal,0.0,clp,3107.0,integer,7234386893.0,clp,6932421542.0,clp,0.0,clp,1159.3867
+187-2019-08-06,real_asset_day,2019-08-06,0.00003260376964740662382182361684506137489024790616814,decimal,226863.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.6951,clp,39425.008,decimal,5984460.9888,decimal,0.0,clp,34350.8292,decimal,0.0,clp,3125.0,integer,7823190134.0,clp,6964087929.0,clp,0.0,clp,1163.6951
+187-2019-08-07,real_asset_day,2019-08-07,0.000032603731546235864043381883487507902295761923936483,decimal,227659.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.7894,clp,37881.8756,decimal,6010237.4359,decimal,0.0,clp,12105.4285,decimal,0.0,clp,3143.0,integer,7595361722.0,clp,7012681332.0,clp,0.0,clp,1166.7894
+187-2019-08-08,real_asset_day,2019-08-08,0.000032603778241050797718453574478664854223736143291336,decimal,229719.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.2962,clp,42233.3214,decimal,6049217.5412,decimal,0.0,clp,3253.2161,decimal,0.0,clp,3156.0,integer,7383309412.0,clp,7091474737.0,clp,0.0,clp,1172.2962
+187-2019-08-09,real_asset_day,2019-08-09,0.000032603790867625707896348085863838394726701065476221,decimal,230563.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.021,clp,56997.7933,decimal,6096353.1244,decimal,0.0,clp,9862.2101,decimal,0.0,clp,3165.0,integer,7391166737.0,clp,7126764826.0,clp,0.0,clp,1169.021
+187-2019-08-10,real_asset_day,2019-08-10,0.000032603794090154128258241009326309041185599,decimal,232352.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.9829,clp,0.0,decimal,6096353.1244,decimal,0.0,clp,0.0,decimal,0.0,clp,3165.0,integer,7391166737.0,clp,7126532555.0,clp,0.0,clp,1168.9829
+187-2019-08-11,real_asset_day,2019-08-11,0.000032603734159457151497154059583268607601661,decimal,232344.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.9448,clp,0.0,decimal,6096353.1244,decimal,0.0,clp,0.0,decimal,0.0,clp,3165.0,integer,7391166737.0,clp,7126300284.0,clp,0.0,clp,1168.9448
+187-2019-08-12,real_asset_day,2019-08-12,0.000032603742034501915271463484810246296153620970606698,decimal,231816.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.2881,clp,70512.892,decimal,6151209.0587,decimal,0.0,clp,15656.9577,decimal,0.0,clp,3193.0,integer,7464113639.0,clp,7174081926.0,clp,0.0,clp,1166.2881
+187-2019-08-13,real_asset_day,2019-08-13,0.000032603749642573651038716482374068761495097365996573,decimal,234457.0,clp,0.0,integer,0.0,clp,0.0,clp,1169.0556,clp,36280.369,decimal,6175399.3637,decimal,0.0,clp,12090.064,decimal,0.0,clp,3201.0,integer,7527309999.0,clp,7219385208.0,clp,0.0,clp,1169.0556
+187-2019-08-14,real_asset_day,2019-08-14,0.000032603833949012614266366482507764790686797437532129,decimal,232715.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.8212,clp,138929.8328,decimal,6306010.9396,decimal,0.0,clp,8318.2569,decimal,0.0,clp,3210.0,integer,7594354551.0,clp,7288621131.0,clp,0.0,clp,1155.8212
+187-2019-08-15,real_asset_day,2019-08-15,0.00003260380074997413058016001914784012264492,decimal,237629.0,clp,0.0,integer,0.0,clp,0.0,clp,1155.7835,clp,0.0,decimal,6306010.9396,decimal,0.0,clp,0.0,decimal,0.0,clp,3210.0,integer,7594354551.0,clp,7288383395.0,clp,0.0,clp,1155.7835
+187-2019-08-16,real_asset_day,2019-08-16,0.000032603817883243033079321672739933412685467871526812,decimal,239168.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.2683,clp,192319.4423,decimal,6456819.356,decimal,0.0,clp,41511.0259,decimal,0.0,clp,3220.0,integer,7850992166.0,clp,7511013276.0,clp,0.0,clp,1163.2683
+187-2019-08-17,real_asset_day,2019-08-17,0.000032603853783878582517824625255707619552663,decimal,244880.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.2304,clp,0.0,decimal,6456819.356,decimal,0.0,clp,0.0,decimal,0.0,clp,3220.0,integer,7850992166.0,clp,7510768562.0,clp,0.0,clp,1163.2304
+187-2019-08-18,real_asset_day,2019-08-18,0.00003260385373713890382344911583918050509217,decimal,244872.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.1924,clp,0.0,decimal,6456819.356,decimal,0.0,clp,0.0,decimal,0.0,clp,3220.0,integer,7850992166.0,clp,7510523203.0,clp,0.0,clp,1163.1924
+187-2019-08-19,real_asset_day,2019-08-19,0.000032603824787318286841614608264744754284041044924167,decimal,246620.0,clp,0.0,integer,0.0,clp,0.0,clp,1171.4968,clp,32216.3817,decimal,6469148.3649,decimal,0.0,clp,19887.3728,decimal,0.0,clp,3239.0,integer,7930557455.0,clp,7578586608.0,clp,0.0,clp,1171.4968
+187-2019-08-20,real_asset_day,2019-08-20,0.000032603800887121234970466855340057471142384694711256,decimal,246207.0,clp,0.0,integer,0.0,clp,0.0,clp,1167.3069,clp,33432.3875,decimal,6486981.2316,decimal,0.0,clp,15599.5208,decimal,0.0,clp,3252.0,integer,7931889477.0,clp,7572297952.0,clp,0.0,clp,1167.3069
+187-2019-08-21,real_asset_day,2019-08-21,0.000032603755398293523347412569380116470483649017390051,decimal,247573.0,clp,0.0,integer,0.0,clp,0.0,clp,1170.5582,clp,29084.7237,decimal,6491756.8706,decimal,0.0,clp,24309.0847,decimal,0.0,clp,3262.0,integer,7938225933.0,clp,7598979237.0,clp,0.0,clp,1170.5582
+187-2019-08-22,real_asset_day,2019-08-22,0.000032603843313965643450976088475995269740377189310654,decimal,248213.0,clp,0.0,integer,0.0,clp,0.0,clp,1172.7177,clp,32900.5506,decimal,6521079.9167,decimal,0.0,clp,3577.5045,decimal,0.0,clp,3269.0,integer,7968078921.0,clp,7647385841.0,clp,0.0,clp,1172.7177
+187-2019-08-23,real_asset_day,2019-08-23,0.000032603817993718244576494600698022282189313611584589,decimal,247037.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.9141,clp,60828.5661,decimal,6544712.1656,decimal,0.0,clp,37196.3172,decimal,0.0,clp,3282.0,integer,7940711965.0,clp,7604393346.0,clp,0.0,clp,1161.9141
+187-2019-08-24,real_asset_day,2019-08-24,0.000032603792909100757402663405689105633995014,decimal,247924.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.8763,clp,0.0,decimal,6544712.1656,decimal,0.0,clp,0.0,decimal,0.0,clp,3282.0,integer,7940711965.0,clp,7604145956.0,clp,0.0,clp,1161.8763
+187-2019-08-25,real_asset_day,2019-08-25,0.000032603804377930712594492117189078342427525,decimal,247916.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.8384,clp,0.0,decimal,6544712.1656,decimal,0.0,clp,0.0,decimal,0.0,clp,3282.0,integer,7940711965.0,clp,7603897911.0,clp,0.0,clp,1161.8384
+187-2019-08-26,real_asset_day,2019-08-26,0.000032603788151088976145850252796258847509857025281265,decimal,249380.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.6999,clp,53759.1078,decimal,6548109.5235,decimal,0.0,clp,50361.7499,decimal,0.0,clp,3309.0,integer,8028985638.0,clp,7652774945.0,clp,0.0,clp,1168.6999
+187-2019-08-27,real_asset_day,2019-08-27,0.000032603774811907602409530813595816224917221041954631,decimal,249500.0,clp,0.0,integer,0.0,clp,0.0,clp,1168.6561,clp,42764.8124,decimal,6549813.6348,decimal,0.0,clp,41060.7011,decimal,0.0,clp,3309.0,integer,8074915090.0,clp,7654479658.0,clp,0.0,clp,1168.6561
+187-2019-08-28,real_asset_day,2019-08-28,0.000032603807973666231178818064623043761390578034429909,decimal,250600.0,clp,0.0,integer,0.0,clp,0.0,clp,1173.5019,clp,32809.2426,decimal,6570871.2438,decimal,0.0,clp,11751.6336,decimal,0.0,clp,3321.0,integer,8103736060.0,clp,7710929889.0,clp,0.0,clp,1173.5019
+187-2019-08-29,real_asset_day,2019-08-29,0.000032603777789428079447174314062784468040450561023479,decimal,252383.0,clp,0.0,integer,0.0,clp,0.0,clp,1178.0649,clp,39496.1266,decimal,6590870.2032,decimal,0.0,clp,19497.1672,decimal,0.0,clp,3333.0,integer,8123141721.0,clp,7764472847.0,clp,0.0,clp,1178.0649
+187-2019-08-30,real_asset_day,2019-08-30,0.000032603741550375966084297623632789318567796240138438,decimal,252992.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.3256,clp,60884.7128,decimal,6641451.6781,decimal,0.0,clp,10303.2379,decimal,0.0,clp,3353.0,integer,8143285557.0,clp,7819151082.0,clp,0.0,clp,1177.3256
+187-2019-08-31,real_asset_day,2019-08-31,0.000032603835422521060373989752683820371291418,decimal,254926.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.2872,clp,0.0,decimal,6641451.6781,decimal,0.0,clp,0.0,decimal,0.0,clp,3353.0,integer,8143285557.0,clp,7818896050.0,clp,0.0,clp,1177.2872
+187-2019-09-01,real_asset_day,2019-09-01,0.000032603745045238153171066370400269738310793,decimal,254917.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.2489,clp,0.0,decimal,6641451.6781,decimal,0.0,clp,0.0,decimal,0.0,clp,3353.0,integer,8143285557.0,clp,7818641682.0,clp,0.0,clp,1177.2489
+187-2019-09-02,real_asset_day,2019-09-02,0.000032603794276397458473654120274284925153569369502732,decimal,255483.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.861,clp,148722.8134,decimal,6750955.4784,decimal,0.0,clp,39219.0131,decimal,0.0,clp,3409.0,integer,8334364466.0,clp,7965189082.0,clp,0.0,clp,1179.861
+187-2019-09-03,real_asset_day,2019-09-03,0.000032603785096160560159284109385613007939754239352599,decimal,259099.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.1518,clp,114369.1952,decimal,6854625.5715,decimal,0.0,clp,10699.1021,decimal,0.0,clp,3430.0,integer,8432270380.0,clp,8068934830.0,clp,0.0,clp,1177.1518
+187-2019-09-04,real_asset_day,2019-09-04,0.000032603851183896834908042292305237270248828476544116,decimal,263943.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.0207,clp,60370.9863,decimal,6903139.9831,decimal,0.0,clp,11856.5747,decimal,0.0,clp,3457.0,integer,8534712034.0,clp,8152751215.0,clp,0.0,clp,1181.0207
+187-2019-09-05,real_asset_day,2019-09-05,0.000032603768289516135218098831751009037851791744475491,decimal,266834.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.5686,clp,83523.8605,decimal,6949763.862,decimal,0.0,clp,36899.9816,decimal,0.0,clp,3479.0,integer,8628908943.0,clp,8239421812.0,clp,0.0,clp,1185.5686
+187-2019-09-06,real_asset_day,2019-09-06,0.00003260380252086368572142244414197925236529533426414,decimal,267742.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.621,clp,64332.4144,decimal,6988058.361,decimal,0.0,clp,26037.9154,decimal,0.0,clp,3507.0,integer,9835470006.0,clp,8257236509.0,clp,0.0,clp,1181.621
+187-2019-09-07,real_asset_day,2019-09-07,0.000032603858625254789486352376167554981579104,decimal,269209.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.5825,clp,0.0,decimal,6988058.361,decimal,0.0,clp,0.0,decimal,0.0,clp,3507.0,integer,9835470006.0,clp,8256967468.0,clp,0.0,clp,1181.5825
+187-2019-09-08,real_asset_day,2019-09-08,0.000032603830980079487045060815439049725699876,decimal,269200.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.544,clp,0.0,decimal,6988058.361,decimal,0.0,clp,0.0,decimal,0.0,clp,3507.0,integer,9835470006.0,clp,8256698428.0,clp,0.0,clp,1181.544
+187-2019-09-09,real_asset_day,2019-09-09,0.000032603773001352091249140557940918813312576849317199,decimal,269613.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.3588,clp,66244.5773,decimal,7036202.9336,decimal,0.0,clp,18100.0047,decimal,0.0,clp,3541.0,integer,9329807064.0,clp,8326352660.0,clp,0.0,clp,1183.3588
+187-2019-09-10,real_asset_day,2019-09-10,0.000032603775420597447843831960720449191792937496913878,decimal,271599.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.9188,clp,51650.7606,decimal,7081898.0482,decimal,0.0,clp,5955.646,decimal,0.0,clp,3556.0,integer,8765988189.0,clp,8384392239.0,clp,0.0,clp,1183.9188
+187-2019-09-11,real_asset_day,2019-09-11,0.000032603755848592749650734474487352982150667986641283,decimal,274255.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.7834,clp,41343.9758,decimal,7115680.2153,decimal,0.0,clp,7561.8087,decimal,0.0,clp,3567.0,integer,8814164482.0,clp,8451886839.0,clp,0.0,clp,1187.7834
+187-2019-09-12,real_asset_day,2019-09-12,0.000032603764560405332857378269626667904714252364224932,decimal,275449.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.2906,clp,50112.7511,decimal,7163398.5633,decimal,0.0,clp,2394.4031,decimal,0.0,clp,3577.0,integer,8850990477.0,clp,8505035778.0,clp,0.0,clp,1187.2906
+187-2019-09-13,real_asset_day,2019-09-13,0.000032603806365512922460754218928210053854258191583998,decimal,276461.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.7131,clp,56439.6541,decimal,7217643.7795,decimal,0.0,clp,2194.4379,decimal,0.0,clp,3597.0,integer,8884623363.0,clp,8543619493.0,clp,0.0,clp,1183.7131
+187-2019-09-14,real_asset_day,2019-09-14,0.000032603755781398123332663102166659979275002,decimal,278545.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.6745,clp,0.0,decimal,7217643.7795,decimal,0.0,clp,0.0,decimal,0.0,clp,3597.0,integer,8884623363.0,clp,8543340892.0,clp,0.0,clp,1183.6745
+187-2019-09-15,real_asset_day,2019-09-15,0.000032603765548266444215723207115264612320266,decimal,278536.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.6359,clp,0.0,decimal,7217643.7795,decimal,0.0,clp,0.0,decimal,0.0,clp,3597.0,integer,8884623363.0,clp,8543062291.0,clp,0.0,clp,1183.6359
+187-2019-09-16,real_asset_day,2019-09-16,0.000032603852396480527119425127535406676886112260828409,decimal,278147.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.9797,clp,82896.2366,decimal,7285338.3549,decimal,0.0,clp,15201.6612,decimal,0.0,clp,3630.0,integer,8963531793.0,clp,8611122043.0,clp,0.0,clp,1181.9797
+187-2019-09-17,real_asset_day,2019-09-17,0.000032603843200879113585121526028453856965579636036223,decimal,281949.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.0036,clp,37607.0846,decimal,7314948.4532,decimal,0.0,clp,7996.9863,decimal,0.0,clp,3650.0,integer,9070852357.0,clp,8682870148.0,clp,0.0,clp,1187.0036
+187-2019-09-18,real_asset_day,2019-09-18,0.000032603761767820818345796214607238987432306,decimal,283085.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.9649,clp,0.0,decimal,7314948.4532,decimal,0.0,clp,0.0,decimal,0.0,clp,3650.0,integer,9070852357.0,clp,8682587059.0,clp,0.0,clp,1186.9649
+187-2019-09-19,real_asset_day,2019-09-19,0.00003260378822781485866040061499247409843997,decimal,283076.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.9262,clp,0.0,decimal,7314948.4532,decimal,0.0,clp,0.0,decimal,0.0,clp,3650.0,integer,9070852357.0,clp,8682303971.0,clp,0.0,clp,1186.9262
+187-2019-09-20,real_asset_day,2019-09-20,0.000032603814693289745994416510549922448343634,decimal,283067.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.8875,clp,0.0,decimal,7314948.4532,decimal,0.0,clp,0.0,decimal,0.0,clp,3650.0,integer,9070852357.0,clp,8682020882.0,clp,0.0,clp,1186.8875
+187-2019-09-21,real_asset_day,2019-09-21,0.000032603841156735123576343291714944414733381,decimal,283058.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.8488,clp,0.0,decimal,7314948.4532,decimal,0.0,clp,0.0,decimal,0.0,clp,3650.0,integer,9070852357.0,clp,8681737794.0,clp,0.0,clp,1186.8488
+187-2019-09-22,real_asset_day,2019-09-22,0.000032603752437593349166705120763513791782203,decimal,283048.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.8101,clp,0.0,decimal,7314948.4532,decimal,0.0,clp,0.0,decimal,0.0,clp,3650.0,integer,9070852357.0,clp,8681454705.0,clp,0.0,clp,1186.8101
+187-2019-09-23,real_asset_day,2019-09-23,0.00003260383126422883648697712716192110913066256625053,decimal,283691.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.5033,clp,95471.6533,decimal,7401262.6531,decimal,0.0,clp,9157.4534,decimal,0.0,clp,3687.0,integer,9209833155.0,clp,8803826350.0,clp,0.0,clp,1189.5033
+187-2019-09-24,real_asset_day,2019-09-24,0.000032603809839291470481660554292138314722853875940276,decimal,285816.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.4381,clp,53352.5212,decimal,7416941.9112,decimal,0.0,clp,37673.2631,decimal,0.0,clp,3693.0,integer,9216968228.0,clp,8784908585.0,clp,0.0,clp,1184.4381
+187-2019-09-25,real_asset_day,2019-09-25,0.000032603859929470092401555856988783278079827040154194,decimal,288315.0,clp,0.0,integer,0.0,clp,0.0,clp,1192.2665,clp,26306.3028,decimal,7409310.2862,decimal,0.0,clp,33937.9278,decimal,0.0,clp,3716.0,integer,9299998946.0,clp,8833872442.0,clp,0.0,clp,1192.2665
+187-2019-09-26,real_asset_day,2019-09-26,0.000032603781680526410972381571783982169624514027119315,decimal,287506.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.1485,clp,35530.4694,decimal,7434966.3204,decimal,0.0,clp,9874.4352,decimal,0.0,clp,3741.0,integer,9315667025.0,clp,8848714014.0,clp,0.0,clp,1190.1485
+187-2019-09-27,real_asset_day,2019-09-27,0.000032603849997232358768067565010863522581927762254052,decimal,287457.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.837,clp,93998.3521,decimal,7524527.6217,decimal,0.0,clp,4437.0508,decimal,0.0,clp,3766.0,integer,9342457252.0,clp,8922863261.0,clp,0.0,clp,1185.837
+187-2019-09-28,real_asset_day,2019-09-28,0.000032603851364309163695252930815297989422813,decimal,290991.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.1276,clp,0.0,decimal,7524527.6217,decimal,0.0,clp,0.0,decimal,0.0,clp,3766.0,integer,9345032625.0,clp,8925049889.0,clp,0.0,clp,1186.1276
+187-2019-09-29,real_asset_day,2019-09-29,0.000032603794691506667504082398893409184153527,decimal,290981.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.0889,clp,0.0,decimal,7524527.6217,decimal,0.0,clp,0.0,decimal,0.0,clp,3766.0,integer,9345032625.0,clp,8924758690.0,clp,0.0,clp,1186.0889
+187-2019-09-30,real_asset_day,2019-09-30,0.000032603777720139302918920896385218704924197190731238,decimal,292115.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.7119,clp,147204.2989,decimal,7636296.7959,decimal,0.0,clp,35435.1247,decimal,0.0,clp,3817.0,integer,9519597897.0,clp,9092629467.0,clp,0.0,clp,1190.7119
+187-2019-10-01,real_asset_day,2019-10-01,0.000032603794142610466578926804494192271467308323620352,decimal,295284.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.0117,clp,95252.5584,decimal,7713342.6269,decimal,0.0,clp,18206.7274,decimal,0.0,clp,3867.0,integer,9597553440.0,clp,9148114602.0,clp,0.0,clp,1186.0117
+187-2019-10-02,real_asset_day,2019-10-02,0.000032603786537745628379052311211015788542546109004063,decimal,296073.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.3027,clp,118663.5381,decimal,7823354.0703,decimal,0.0,clp,8652.0947,decimal,0.0,clp,3900.0,integer,10002289595.0,clp,9210455870.0,clp,0.0,clp,1177.3027
+187-2019-10-03,real_asset_day,2019-10-03,0.000032603753054787909962277997694734507792381976293888,decimal,300172.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.8188,clp,58856.3877,decimal,7862669.6207,decimal,0.0,clp,19540.8373,decimal,0.0,clp,3917.0,integer,9859317204.0,clp,9252937428.0,clp,0.0,clp,1176.8188
+187-2019-10-04,real_asset_day,2019-10-04,0.000032603754915806576815362515337355009417130636381946,decimal,302895.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.5564,clp,67354.9103,decimal,7884438.258,decimal,0.0,clp,45586.273,decimal,0.0,clp,3936.0,integer,9785840043.0,clp,9315908484.0,clp,0.0,clp,1181.5564
+187-2019-10-05,real_asset_day,2019-10-05,0.000032603787106092812663076466684248985207583,decimal,303724.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.5179,clp,0.0,decimal,7884438.258,decimal,0.0,clp,0.0,decimal,0.0,clp,3936.0,integer,9785840043.0,clp,9315604933.0,clp,0.0,clp,1181.5179
+187-2019-10-06,real_asset_day,2019-10-06,0.000032603776039588796204983590943144860237868,decimal,303714.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.4794,clp,0.0,decimal,7884438.258,decimal,0.0,clp,0.0,decimal,0.0,clp,3936.0,integer,9785840043.0,clp,9315301382.0,clp,0.0,clp,1181.4794
+187-2019-10-07,real_asset_day,2019-10-07,0.000032603821992687443081047085686476646200505246634059,decimal,303667.0,clp,0.0,integer,0.0,clp,0.0,clp,1181.2949,clp,94641.5709,decimal,7949045.4777,decimal,0.0,clp,30034.3512,decimal,0.0,clp,3955.0,integer,9890351724.0,clp,9390166883.0,clp,0.0,clp,1181.2949
+187-2019-10-08,real_asset_day,2019-10-08,0.000032603815426803423566877163157141165884278686735744,decimal,305210.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.6476,clp,70040.5825,decimal,8000696.4903,decimal,0.0,clp,18389.5699,decimal,0.0,clp,3980.0,integer,10589103536.0,clp,9422001020.0,clp,0.0,clp,1177.6476
+187-2019-10-09,real_asset_day,2019-10-09,0.000032603828379190872346471486955740835535220345648412,decimal,308729.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.5348,clp,41937.512,decimal,8028235.8323,decimal,0.0,clp,14398.17,decimal,0.0,clp,3986.0,integer,10636782737.0,clp,9501696490.0,clp,0.0,clp,1183.5348
+187-2019-10-10,real_asset_day,2019-10-10,0.000032603819996740180990793400995600814830303768947476,decimal,310217.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.16,clp,58837.403,decimal,8067693.6466,decimal,0.0,clp,19379.5887,decimal,0.0,clp,3997.0,integer,10076902494.0,clp,9561507802.0,clp,0.0,clp,1185.16
+187-2019-10-11,real_asset_day,2019-10-11,0.000032603794719826865508490675353804844522113167176485,decimal,311835.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.5157,clp,39751.1052,decimal,8101173.5764,decimal,0.0,clp,6271.1754,decimal,0.0,clp,4010.0,integer,10105962497.0,clp,9604068463.0,clp,0.0,clp,1185.5157
+187-2019-10-12,real_asset_day,2019-10-12,0.000032603809832237297939851598970640457453705,decimal,313119.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.477,clp,0.0,decimal,8101173.5764,decimal,0.0,clp,0.0,decimal,0.0,clp,4010.0,integer,10105962497.0,clp,9603754948.0,clp,0.0,clp,1185.477
+187-2019-10-13,real_asset_day,2019-10-13,0.000032603830176437705056753367304028258318333,decimal,313109.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.4384,clp,0.0,decimal,8101173.5764,decimal,0.0,clp,0.0,decimal,0.0,clp,4010.0,integer,10105962497.0,clp,9603442243.0,clp,0.0,clp,1185.4384
+187-2019-10-14,real_asset_day,2019-10-14,0.000032603757091725918243186120648531952533824812548292,decimal,312705.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.9115,clp,84024.9517,decimal,8166949.992,decimal,0.0,clp,18248.5361,decimal,0.0,clp,4045.0,integer,10180143747.0,clp,9668946015.0,clp,0.0,clp,1183.9115
+187-2019-10-15,real_asset_day,2019-10-15,0.000032603789727861854657177995901196535786629460242754,decimal,317269.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.5154,clp,45148.9533,decimal,8192742.244,decimal,0.0,clp,19356.7013,decimal,0.0,clp,4057.0,integer,10278134427.0,clp,9761778552.0,clp,0.0,clp,1191.5154
+187-2019-10-16,real_asset_day,2019-10-16,0.000032603809293630034884361824251183369192787507655171,decimal,318498.0,clp,0.0,integer,0.0,clp,0.0,clp,1192.3646,clp,47880.2153,decimal,8167937.5209,decimal,0.0,clp,72684.9384,decimal,0.0,clp,4075.0,integer,10338239681.0,clp,9739159555.0,clp,0.0,clp,1192.3646
+187-2019-10-17,real_asset_day,2019-10-17,0.000032603852312714114156301873566402334095283096491622,decimal,316736.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.3676,clp,121462.2092,decimal,8272943.8244,decimal,0.0,clp,16455.9057,decimal,0.0,clp,4097.0,integer,10436805666.0,clp,9839571341.0,clp,0.0,clp,1189.3676
+187-2019-10-18,real_asset_day,2019-10-18,0.000032603760828131798931719005883278169346669337784004,decimal,318923.0,clp,0.0,integer,0.0,clp,0.0,clp,1182.3827,clp,76161.8989,decimal,8292684.9057,decimal,0.0,clp,56420.8176,decimal,0.0,clp,4118.0,integer,10444814218.0,clp,9805127169.0,clp,0.0,clp,1182.3827
+187-2019-10-19,real_asset_day,2019-10-19,0.000032603803184002497339909157708708575567239,decimal,319674.0,clp,0.0,integer,0.0,clp,0.0,clp,1182.3441,clp,0.0,decimal,8292684.9057,decimal,0.0,clp,0.0,decimal,0.0,clp,4118.0,integer,10444814218.0,clp,9804807071.0,clp,0.0,clp,1182.3441
+187-2019-10-20,real_asset_day,2019-10-20,0.000032603844935396672653701500045611306677659,decimal,319664.0,clp,0.0,integer,0.0,clp,0.0,clp,1182.3056,clp,0.0,decimal,8292684.9057,decimal,0.0,clp,0.0,decimal,0.0,clp,4118.0,integer,10444814218.0,clp,9804487803.0,clp,0.0,clp,1182.3056
+187-2019-10-21,real_asset_day,2019-10-21,0.000032603774037092466125323006650400504705026091848086,decimal,322636.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.3004,clp,72719.9641,decimal,8311474.4405,decimal,0.0,clp,53930.4293,decimal,0.0,clp,4121.0,integer,10541663882.0,clp,9918085774.0,clp,0.0,clp,1193.3004
+187-2019-10-22,real_asset_day,2019-10-22,0.000032603809646947005924190931881845856069868376733807,decimal,322609.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.5018,clp,77872.4029,decimal,8349114.4109,decimal,0.0,clp,40232.4325,decimal,0.0,clp,4113.0,integer,10591065946.0,clp,9939635735.0,clp,0.0,clp,1190.5018
+187-2019-10-23,real_asset_day,2019-10-23,0.000032603802969905467650661334907462999399890703808748,decimal,323376.0,clp,0.0,integer,0.0,clp,0.0,clp,1187.9526,clp,23051.1768,decimal,8362611.4823,decimal,0.0,clp,9554.1054,decimal,0.0,clp,4108.0,integer,10529031910.0,clp,9934386053.0,clp,0.0,clp,1187.9526
+187-2019-10-24,real_asset_day,2019-10-24,0.000032603830291850747487779197636014996121354844866741,decimal,323366.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.9976,clp,52041.3386,decimal,8378454.3913,decimal,0.0,clp,36198.4296,decimal,0.0,clp,4108.0,integer,10510161897.0,clp,9936826800.0,clp,0.0,clp,1185.9976
+187-2019-10-25,real_asset_day,2019-10-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.3216,clp,32507.9305,decimal,8263202.7651,decimal,0.0,clp,147759.5567,decimal,0.0,clp,4111.0,integer,10555813788.0,clp,9844131939.0,clp,0.0,clp,1191.3216
+187-2019-10-26,real_asset_day,2019-10-26,0.00003260383493546389623014938769237919744455,decimal,320946.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.2828,clp,0.0,decimal,8263202.7742,decimal,0.0,clp,0.0,decimal,0.0,clp,4111.0,integer,10555813788.0,clp,9843811338.0,clp,0.0,clp,1191.2828
+187-2019-10-27,real_asset_day,2019-10-27,0.000032603782123310126231074827052047346241707,decimal,320935.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.2439,clp,0.0,decimal,8263202.7742,decimal,0.0,clp,0.0,decimal,0.0,clp,4111.0,integer,10555813788.0,clp,9843489899.0,clp,0.0,clp,1191.2439
+187-2019-10-28,real_asset_day,2019-10-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1194.0934,clp,81220.0295,decimal,8310084.0401,decimal,0.0,clp,34338.7545,decimal,0.0,clp,4134.0,integer,10667909627.0,clp,9923016506.0,clp,0.0,clp,1194.0934
+187-2019-10-29,real_asset_day,2019-10-29,0.000032603847847989792097139364847459688605536854966085,decimal,323340.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.3976,clp,86701.4005,decimal,8381576.7078,decimal,0.0,clp,15208.7383,decimal,0.0,clp,4152.0,integer,10721058030.0,clp,10002553527.0,clp,0.0,clp,1193.3976
+187-2019-10-30,real_asset_day,2019-10-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1199.8857,clp,79757.0164,decimal,8433886.2576,decimal,0.0,clp,27447.4611,decimal,0.0,clp,4163.0,integer,10698546700.0,clp,10119699516.0,clp,0.0,clp,1199.8857
+187-2019-10-31,real_asset_day,2019-10-31,0.000032603811858185099382484139395306251246315,decimal,329930.0,clp,0.0,integer,0.0,clp,0.0,clp,1199.8465,clp,0.0,decimal,8433886.2576,decimal,0.0,clp,0.0,decimal,0.0,clp,4163.0,integer,10698546700.0,clp,10119368908.0,clp,0.0,clp,1199.8465
+187-2019-11-01,real_asset_day,2019-11-01,0.000032603787310006257972630119314086341409066,decimal,329919.0,clp,0.0,integer,0.0,clp,0.0,clp,1199.8074,clp,0.0,decimal,8433886.2576,decimal,0.0,clp,0.0,decimal,0.0,clp,4163.0,integer,10698546700.0,clp,10119039143.0,clp,0.0,clp,1199.8074
+187-2019-11-02,real_asset_day,2019-11-02,0.000032603762760227384405861330193843620438844,decimal,329908.0,clp,0.0,integer,0.0,clp,0.0,clp,1199.7683,clp,0.0,decimal,8433886.2576,decimal,0.0,clp,0.0,decimal,0.0,clp,4163.0,integer,10698546700.0,clp,10118709378.0,clp,0.0,clp,1199.7683
+187-2019-11-03,real_asset_day,2019-11-03,0.000032603837038901971862596889109224607621964,decimal,329898.0,clp,0.0,integer,0.0,clp,0.0,clp,1199.7292,clp,0.0,decimal,8433886.2576,decimal,0.0,clp,0.0,decimal,0.0,clp,4163.0,integer,10698546700.0,clp,10118379613.0,clp,0.0,clp,1199.7292
+187-2019-11-04,real_asset_day,2019-11-04,0.000032603849315771938294321495749404598287928178673469,decimal,331604.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.9329,clp,167188.0322,decimal,8533204.4088,decimal,0.0,clp,67869.881,decimal,0.0,clp,4217.0,integer,10925630813.0,clp,10290471939.0,clp,0.0,clp,1205.9329
+187-2019-11-05,real_asset_day,2019-11-05,0.000032603761064943593503265833272388214697869563923039,decimal,336885.0,clp,0.0,integer,0.0,clp,0.0,clp,1210.882,clp,109433.7793,decimal,8598169.8773,decimal,0.0,clp,44468.3108,decimal,0.0,clp,4251.0,integer,11090798345.0,clp,10411369137.0,clp,0.0,clp,1210.882
+187-2019-11-06,real_asset_day,2019-11-06,0.000032603768404532002885776631121455573567707291141701,decimal,338614.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.9003,clp,94882.7762,decimal,8675499.4812,decimal,0.0,clp,17553.1723,decimal,0.0,clp,4273.0,integer,11148715010.0,clp,10479138426.0,clp,0.0,clp,1207.9003
+187-2019-11-07,real_asset_day,2019-11-07,0.000032603789195974797954276318751438753586041575991509,decimal,341461.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.1981,clp,86856.4842,decimal,8721124.3194,decimal,0.0,clp,41231.646,decimal,0.0,clp,4292.0,integer,11170172292.0,clp,10528124708.0,clp,0.0,clp,1207.1981
+187-2019-11-08,real_asset_day,2019-11-08,0.000032603754772955931220916374411368881396959338239828,decimal,344877.0,clp,0.0,integer,0.0,clp,0.0,clp,1212.8976,clp,85548.8967,decimal,8746048.1093,decimal,0.0,clp,60625.1068,decimal,0.0,clp,4319.0,integer,11281363819.0,clp,10608060761.0,clp,0.0,clp,1212.8976
+187-2019-11-09,real_asset_day,2019-11-09,0.000032603818916272034954778134940547944151865,decimal,345852.0,clp,0.0,integer,0.0,clp,0.0,clp,1212.858,clp,0.0,decimal,8746048.1093,decimal,0.0,clp,0.0,decimal,0.0,clp,4319.0,integer,11281363819.0,clp,10607714418.0,clp,0.0,clp,1212.858
+187-2019-11-10,real_asset_day,2019-11-10,0.000032603843767742597825612787591932756104607,decimal,345841.0,clp,0.0,integer,0.0,clp,0.0,clp,1212.8185,clp,0.0,decimal,8746048.1093,decimal,0.0,clp,0.0,decimal,0.0,clp,4319.0,integer,11281363819.0,clp,10607368949.0,clp,0.0,clp,1212.8185
+187-2019-11-11,real_asset_day,2019-11-11,0.000032603832603798576155450536290474748957671160161689,decimal,348110.0,clp,0.0,integer,0.0,clp,0.0,clp,1220.776,clp,152037.5196,decimal,8871506.2143,decimal,0.0,clp,26579.4146,decimal,0.0,clp,4342.0,integer,11523052795.0,clp,10830121870.0,clp,0.0,clp,1220.776
+187-2019-11-12,real_asset_day,2019-11-12,0.000032603770697707787076966185804188847796967322911226,decimal,358753.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.3103,clp,93272.7782,decimal,8923658.3664,decimal,0.0,clp,41120.6261,decimal,0.0,clp,4357.0,integer,12575779057.0,clp,11068105386.0,clp,0.0,clp,1240.3103
+187-2019-11-13,real_asset_day,2019-11-13,0.000032603806096889129841994784821025907097850488766295,decimal,362282.0,clp,0.0,integer,0.0,clp,0.0,clp,1245.1897,clp,136773.3182,decimal,9016871.3833,decimal,0.0,clp,43560.3013,decimal,0.0,clp,4386.0,integer,12357358924.0,clp,11227715373.0,clp,0.0,clp,1245.1897
+187-2019-11-14,real_asset_day,2019-11-14,0.000032603818316153525253742320933575335709197806189114,decimal,366023.0,clp,0.0,integer,0.0,clp,0.0,clp,1245.0421,clp,112174.8219,decimal,9064835.9043,decimal,0.0,clp,64210.3009,decimal,0.0,clp,4412.0,integer,12061484105.0,clp,11286102330.0,clp,0.0,clp,1245.0421
+187-2019-11-15,real_asset_day,2019-11-15,0.000032603841461996851442392233013215416860271578425233,decimal,360468.0,clp,0.0,integer,0.0,clp,0.0,clp,1219.6578,clp,88807.2888,decimal,9101848.0801,decimal,0.0,clp,51795.113,decimal,0.0,clp,4432.0,integer,11878931802.0,clp,11101140005.0,clp,0.0,clp,1219.6578
+187-2019-11-16,real_asset_day,2019-11-16,0.000032603838975633833784479072969016558525091,decimal,361928.0,clp,0.0,integer,0.0,clp,0.0,clp,1219.6181,clp,0.0,decimal,9101848.0801,decimal,0.0,clp,0.0,decimal,0.0,clp,4432.0,integer,11878931802.0,clp,11100778662.0,clp,0.0,clp,1219.6181
+187-2019-11-17,real_asset_day,2019-11-17,0.000032603821937631945455572678909182052731512,decimal,361916.0,clp,0.0,integer,0.0,clp,0.0,clp,1219.5783,clp,0.0,decimal,9101848.0801,decimal,0.0,clp,0.0,decimal,0.0,clp,4432.0,integer,11878931802.0,clp,11100416408.0,clp,0.0,clp,1219.5783
+187-2019-11-18,real_asset_day,2019-11-18,0.000032603840308636161490838126590711372690435864927722,decimal,363389.0,clp,0.0,integer,0.0,clp,0.0,clp,1224.5413,clp,136246.6393,decimal,9156162.7036,decimal,0.0,clp,81932.0158,decimal,0.0,clp,4467.0,integer,12040254465.0,clp,11212099380.0,clp,0.0,clp,1224.5413
+187-2019-11-19,real_asset_day,2019-11-19,0.000032603796713403960685138730527582919257054875956828,decimal,369327.0,clp,0.0,integer,0.0,clp,0.0,clp,1237.17,clp,54210.0438,decimal,9156727.3798,decimal,0.0,clp,53645.3676,decimal,0.0,clp,4476.0,integer,12170408109.0,clp,11328428412.0,clp,0.0,clp,1237.17
+187-2019-11-20,real_asset_day,2019-11-20,0.000032603796158887953431594273344848079897397673942971,decimal,372071.0,clp,0.0,integer,0.0,clp,0.0,clp,1246.285,clp,89769.1366,decimal,9241394.8347,decimal,0.0,clp,5101.6817,decimal,0.0,clp,4505.0,integer,12309520184.0,clp,11517411762.0,clp,0.0,clp,1246.285
+187-2019-11-21,real_asset_day,2019-11-21,0.000032603824120651439213686590848591397629544066325551,decimal,374263.0,clp,0.0,integer,0.0,clp,0.0,clp,1242.1408,clp,45589.1671,decimal,9278122.5743,decimal,0.0,clp,8861.4275,decimal,0.0,clp,4528.0,integer,12268088937.0,clp,11524734597.0,clp,0.0,clp,1242.1408
+187-2019-11-22,real_asset_day,2019-11-22,0.000032603783236632787375405275287880542866576424282414,decimal,375842.0,clp,0.0,integer,0.0,clp,0.0,clp,1242.4451,clp,81935.0569,decimal,9293805.5851,decimal,0.0,clp,66252.0461,decimal,0.0,clp,4554.0,integer,12310645229.0,clp,11547043210.0,clp,0.0,clp,1242.4451
+187-2019-11-23,real_asset_day,2019-11-23,0.000032603781350472691088243153350330371228578,decimal,376465.0,clp,0.0,integer,0.0,clp,0.0,clp,1242.4046,clp,0.0,decimal,9293805.5851,decimal,0.0,clp,0.0,decimal,0.0,clp,4554.0,integer,12310645229.0,clp,11546666810.0,clp,0.0,clp,1242.4046
+187-2019-11-24,real_asset_day,2019-11-24,0.000032603804910480871500054287002811123039923,decimal,376453.0,clp,0.0,integer,0.0,clp,0.0,clp,1242.3641,clp,0.0,decimal,9293805.5851,decimal,0.0,clp,0.0,decimal,0.0,clp,4554.0,integer,12310645229.0,clp,11546290411.0,clp,0.0,clp,1242.3641
+187-2019-11-25,real_asset_day,2019-11-25,0.00003260381974051046684854874919571488665920809765212,decimal,377359.0,clp,0.0,integer,0.0,clp,0.0,clp,1245.3535,clp,127130.8611,decimal,9369719.7057,decimal,0.0,clp,51216.7405,decimal,0.0,clp,4580.0,integer,12454721620.0,clp,11668613230.0,clp,0.0,clp,1245.3535
+187-2019-11-26,real_asset_day,2019-11-26,0.000032603777445421757446626786187858592053333026289151,decimal,381636.0,clp,0.0,integer,0.0,clp,0.0,clp,1249.2657,clp,51523.0363,decimal,9402924.761,decimal,0.0,clp,18317.981,decimal,0.0,clp,4597.0,integer,12579055888.0,clp,11746751384.0,clp,0.0,clp,1249.2657
+187-2019-11-27,real_asset_day,2019-11-27,0.000032603809443966601551214239400571227325774571517562,decimal,386930.0,clp,0.0,integer,0.0,clp,0.0,clp,1262.1213,clp,48470.1569,decimal,9435082.3465,decimal,0.0,clp,16312.5714,decimal,0.0,clp,4612.0,integer,12688137222.0,clp,11908218397.0,clp,0.0,clp,1262.1213
+187-2019-11-28,real_asset_day,2019-11-28,0.000032603792245095683131032512554666285433338951994945,decimal,393133.0,clp,0.0,integer,0.0,clp,0.0,clp,1277.9848,clp,176414.9984,decimal,9577502.8129,decimal,0.0,clp,33994.532,decimal,0.0,clp,4645.0,integer,13007090838.0,clp,12239903017.0,clp,0.0,clp,1277.9848
+187-2019-11-29,real_asset_day,2019-11-29,0.000032603818256546130397940722957672732620094344620292,decimal,394797.0,clp,0.0,integer,0.0,clp,0.0,clp,1264.3086,clp,108839.2019,decimal,9614387.5529,decimal,0.0,clp,71954.4619,decimal,0.0,clp,4685.0,integer,12983798569.0,clp,12155552867.0,clp,0.0,clp,1264.3086
+187-2019-11-30,real_asset_day,2019-11-30,0.000032603775337540167768699431122120434646926,decimal,396304.0,clp,0.0,integer,0.0,clp,0.0,clp,1264.2674,clp,0.0,decimal,9614387.5529,decimal,0.0,clp,0.0,decimal,0.0,clp,4685.0,integer,12983798569.0,clp,12155156754.0,clp,0.0,clp,1264.2674
+187-2019-12-01,real_asset_day,2019-12-01,0.000032603768326234701703987261594977220251128,decimal,396291.0,clp,0.0,integer,0.0,clp,0.0,clp,1264.2262,clp,0.0,decimal,9614387.5529,decimal,0.0,clp,0.0,decimal,0.0,clp,4685.0,integer,12983798569.0,clp,12154760641.0,clp,0.0,clp,1264.2262
+187-2019-12-02,real_asset_day,2019-12-02,0.000032603825962997732736403859499273032503783912423213,decimal,393194.0,clp,0.0,integer,0.0,clp,0.0,clp,1254.3441,clp,246497.1147,decimal,9793997.5667,decimal,0.0,clp,66887.1009,decimal,0.0,clp,4749.0,integer,13183041670.0,clp,12285043063.0,clp,0.0,clp,1254.3441
+187-2019-12-03,real_asset_day,2019-12-03,0.000032603842009124482222379361528456202849471944543011,decimal,398484.0,clp,0.0,integer,0.0,clp,0.0,clp,1247.9067,clp,150632.9896,decimal,9838178.2394,decimal,0.0,clp,106452.3169,decimal,0.0,clp,4794.0,integer,13267442467.0,clp,12277128541.0,clp,0.0,clp,1247.9067
+187-2019-12-04,real_asset_day,2019-12-04,0.000032603763307358535930725546011885098985458741084441,decimal,400078.0,clp,0.0,integer,0.0,clp,0.0,clp,1247.2751,clp,163359.8508,decimal,9978677.3356,decimal,0.0,clp,22860.7546,decimal,0.0,clp,4813.0,integer,14128953071.0,clp,12446155772.0,clp,0.0,clp,1247.2751
+187-2019-12-05,real_asset_day,2019-12-05,0.000032603832746154511216542906566379890974845596016755,decimal,402788.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.0406,clp,71755.1367,decimal,10025686.5899,decimal,0.0,clp,24745.8824,decimal,0.0,clp,4840.0,integer,14040724255.0,clp,12412207041.0,clp,0.0,clp,1238.0406
+187-2019-12-06,real_asset_day,2019-12-06,0.000032603804470408219240640333393347194456786653475536,decimal,404925.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.7743,clp,72322.9303,decimal,10061151.0149,decimal,0.0,clp,36858.5053,decimal,0.0,clp,4858.0,integer,13249667059.0,clp,12463495306.0,clp,0.0,clp,1238.7743
+187-2019-12-07,real_asset_day,2019-12-07,0.000032603795526103220622674796171425989839701,decimal,406344.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.7339,clp,0.0,decimal,10061151.0149,decimal,0.0,clp,0.0,decimal,0.0,clp,4858.0,integer,13249667059.0,clp,12463088835.0,clp,0.0,clp,1238.7339
+187-2019-12-08,real_asset_day,2019-12-08,0.000032603815783762053699745399874034260520929,decimal,406331.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.6935,clp,0.0,decimal,10061151.0149,decimal,0.0,clp,0.0,decimal,0.0,clp,4858.0,integer,13249667059.0,clp,12462682365.0,clp,0.0,clp,1238.6935
+187-2019-12-09,real_asset_day,2019-12-09,0.00003260379531133841867533853467696190477241510762893,decimal,404170.0,clp,0.0,integer,0.0,clp,0.0,clp,1232.1065,clp,71413.6955,decimal,10090024.5657,decimal,0.0,clp,42540.1447,decimal,0.0,clp,4893.0,integer,13243724866.0,clp,12431984853.0,clp,0.0,clp,1232.1065
+187-2019-12-10,real_asset_day,2019-12-10,0.000032603786743924133326472236475361459621855362850272,decimal,406933.0,clp,0.0,integer,0.0,clp,0.0,clp,1236.9799,clp,63664.1704,decimal,10129716.4109,decimal,0.0,clp,23972.3252,decimal,0.0,clp,4909.0,integer,13345378917.0,clp,12530255593.0,clp,0.0,clp,1236.9799
+187-2019-12-11,real_asset_day,2019-12-11,0.000032603808141700121756740343833266362878241440627488,decimal,407911.0,clp,0.0,integer,0.0,clp,0.0,clp,1235.0934,clp,50106.8506,decimal,10157852.0645,decimal,0.0,clp,21971.197,decimal,0.0,clp,4932.0,integer,13345832900.0,clp,12545896043.0,clp,0.0,clp,1235.0934
+187-2019-12-12,real_asset_day,2019-12-12,0.000032603843122691957295941149929626706835389329159335,decimal,409660.0,clp,0.0,integer,0.0,clp,0.0,clp,1236.9521,clp,55701.1788,decimal,10189861.3368,decimal,0.0,clp,23691.9065,decimal,0.0,clp,4961.0,integer,13393854113.0,clp,12604370379.0,clp,0.0,clp,1236.9521
+187-2019-12-13,real_asset_day,2019-12-13,0.000032603788384475062207872655410770460877369545038555,decimal,411158.0,clp,0.0,integer,0.0,clp,0.0,clp,1237.5775,clp,55195.9835,decimal,10223468.4448,decimal,0.0,clp,21588.8755,decimal,0.0,clp,4975.0,integer,13448318842.0,clp,12652334519.0,clp,0.0,clp,1237.5775
+187-2019-12-14,real_asset_day,2019-12-14,0.000032603819662675798431836317396516448298296,decimal,412501.0,clp,0.0,integer,0.0,clp,0.0,clp,1237.5372,clp,0.0,decimal,10223468.4448,decimal,0.0,clp,0.0,decimal,0.0,clp,4975.0,integer,13448318842.0,clp,12651922513.0,clp,0.0,clp,1237.5372
+187-2019-12-15,real_asset_day,2019-12-15,0.00003260377747722962719653685656625028408616,decimal,412487.0,clp,0.0,integer,0.0,clp,0.0,clp,1237.4968,clp,0.0,decimal,10223468.4448,decimal,0.0,clp,0.0,decimal,0.0,clp,4975.0,integer,13448318842.0,clp,12651509485.0,clp,0.0,clp,1237.4968
+187-2019-12-16,real_asset_day,2019-12-16,0.000032603808539629110349238484683254276152131194820294,decimal,413428.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.3187,clp,81496.4559,decimal,10261023.1624,decimal,0.0,clp,43941.7383,decimal,0.0,clp,5002.0,integer,13564742674.0,clp,12726938909.0,clp,0.0,clp,1240.3187
+187-2019-12-17,real_asset_day,2019-12-17,0.000032603799109664094739759222421698483627132727832435,decimal,413994.0,clp,0.0,integer,0.0,clp,0.0,clp,1237.4714,clp,83014.2215,decimal,10293858.246,decimal,0.0,clp,50179.1379,decimal,0.0,clp,5021.0,integer,13616316092.0,clp,12738355175.0,clp,0.0,clp,1237.4714
+187-2019-12-18,real_asset_day,2019-12-18,0.000032603829505376963599508696277188941503837914449282,decimal,415232.0,clp,0.0,integer,0.0,clp,0.0,clp,1237.2117,clp,58309.9574,decimal,10324810.488,decimal,0.0,clp,27357.7154,decimal,0.0,clp,5026.0,integer,13662428314.0,clp,12773976336.0,clp,0.0,clp,1237.2117
+187-2019-12-19,real_asset_day,2019-12-19,0.000032603815871127526590330598699368529066488707809814,decimal,417590.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.508,clp,55694.0218,decimal,10344210.4405,decimal,0.0,clp,36294.0693,decimal,0.0,clp,5037.0,integer,13718559968.0,clp,12832075805.0,clp,0.0,clp,1240.508
+187-2019-12-20,real_asset_day,2019-12-20,0.000032603838298262914610044935967236986741778895939888,decimal,418556.0,clp,0.0,integer,0.0,clp,0.0,clp,1241.0449,clp,63673.8264,decimal,10387304.3528,decimal,0.0,clp,20579.9141,decimal,0.0,clp,5053.0,integer,13753087240.0,clp,12891111092.0,clp,0.0,clp,1241.0449
+187-2019-12-21,real_asset_day,2019-12-21,0.000032603839419211942556988906091334453541138,decimal,420286.0,clp,0.0,integer,0.0,clp,0.0,clp,1241.0044,clp,0.0,decimal,10387304.3528,decimal,0.0,clp,0.0,decimal,0.0,clp,5053.0,integer,13753087240.0,clp,12890690406.0,clp,0.0,clp,1241.0044
+187-2019-12-22,real_asset_day,2019-12-22,0.000032603814757464707805522054666718424669205,decimal,420272.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.964,clp,0.0,decimal,10387304.3528,decimal,0.0,clp,0.0,decimal,0.0,clp,5053.0,integer,13753087240.0,clp,12890270759.0,clp,0.0,clp,1240.964
+187-2019-12-23,real_asset_day,2019-12-23,0.000032603829922563872593461593746412177631140028337077,decimal,421585.0,clp,0.0,integer,0.0,clp,0.0,clp,1244.8404,clp,105390.7416,decimal,10458614.729,decimal,0.0,clp,34080.3654,decimal,0.0,clp,5071.0,integer,13908762384.0,clp,13019306143.0,clp,0.0,clp,1244.8404
+187-2019-12-24,real_asset_day,2019-12-24,0.000032603814270221913161034901391905485529539525345441,decimal,423033.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.5997,clp,71680.8995,decimal,10523695.608,decimal,0.0,clp,6600.0205,decimal,0.0,clp,5088.0,integer,13920185993.0,clp,13055693614.0,clp,0.0,clp,1240.5997
+187-2019-12-25,real_asset_day,2019-12-25,0.000032603772293305358569387555566832263110774,decimal,425651.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.5593,clp,0.0,decimal,10523695.608,decimal,0.0,clp,0.0,decimal,0.0,clp,5088.0,integer,13920185993.0,clp,13055268457.0,clp,0.0,clp,1240.5593
+187-2019-12-26,real_asset_day,2019-12-26,0.000032603830415765970006431667883631639274082253632424,decimal,425569.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.3181,clp,74852.4201,decimal,10560471.6789,decimal,0.0,clp,38076.3492,decimal,0.0,clp,5106.0,integer,14005633732.0,clp,13098344168.0,clp,0.0,clp,1240.3181
+187-2019-12-27,real_asset_day,2019-12-27,0.000032603836849281831337139130447452466568087129810236,decimal,426527.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.7809,clp,107989.0669,decimal,10658871.3355,decimal,0.0,clp,9589.4103,decimal,0.0,clp,5156.0,integer,14107388033.0,clp,13204006226.0,clp,0.0,clp,1238.7809
+187-2019-12-28,real_asset_day,2019-12-28,0.000032603819812200677027395108320570310775169,decimal,430487.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.7405,clp,0.0,decimal,10658871.3355,decimal,0.0,clp,0.0,decimal,0.0,clp,5156.0,integer,14107388033.0,clp,13203575608.0,clp,0.0,clp,1238.7405
+187-2019-12-29,real_asset_day,2019-12-29,0.000032603820196094922317361276815777828642675,decimal,430473.0,clp,0.0,integer,0.0,clp,0.0,clp,1238.7002,clp,0.0,decimal,10658871.3355,decimal,0.0,clp,0.0,decimal,0.0,clp,5156.0,integer,14107388033.0,clp,13203146055.0,clp,0.0,clp,1238.7002
+187-2019-12-30,real_asset_day,2019-12-30,0.000032603800098014361674931928363590808354621766840907,decimal,431237.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.8994,clp,136974.78,decimal,10778459.4043,decimal,0.0,clp,17386.7112,decimal,0.0,clp,5216.0,integer,14362267470.0,clp,13374983808.0,clp,0.0,clp,1240.8994
+187-2019-12-31,real_asset_day,2019-12-31,0.000032603795169356939908324134317913151823708,decimal,436061.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.8589,clp,0.0,decimal,10778459.4043,decimal,0.0,clp,0.0,decimal,0.0,clp,5216.0,integer,14362267470.0,clp,13374547280.0,clp,0.0,clp,1240.8589
+187-2020-01-01,real_asset_day,2020-01-01,0.000032603809923428761998021965096728221390983,decimal,436047.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.8185,clp,0.0,decimal,10778459.4043,decimal,0.0,clp,0.0,decimal,0.0,clp,5216.0,integer,14362267470.0,clp,13374111830.0,clp,0.0,clp,1240.8185
+187-2020-01-02,real_asset_day,2020-01-02,0.000032603783160406482722774265127152499661407135289346,decimal,439798.0,clp,0.0,integer,0.0,clp,0.0,clp,1251.4934,clp,213466.516,decimal,10960111.5282,decimal,0.0,clp,31814.3921,decimal,0.0,clp,5280.0,integer,14713656370.0,clp,13716507241.0,clp,0.0,clp,1251.4934
+187-2020-01-03,real_asset_day,2020-01-03,0.000032603820089766844602983862333075621143887787752443,decimal,447470.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.2195,clp,119333.9762,decimal,11028866.8266,decimal,0.0,clp,50578.6778,decimal,0.0,clp,5325.0,integer,14865497992.0,clp,13810562103.0,clp,0.0,clp,1252.2195
+187-2020-01-04,real_asset_day,2020-01-04,0.000032603790318610465300621156252922168073997,decimal,450262.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.1787,clp,0.0,decimal,11028866.8266,decimal,0.0,clp,0.0,decimal,0.0,clp,5325.0,integer,14865497992.0,clp,13810112125.0,clp,0.0,clp,1252.1787
+187-2020-01-05,real_asset_day,2020-01-05,0.000032603769095623012809435685899559311015661,decimal,450247.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.1378,clp,0.0,decimal,11028866.8266,decimal,0.0,clp,0.0,decimal,0.0,clp,5325.0,integer,14865497992.0,clp,13809661045.0,clp,0.0,clp,1252.1378
+187-2020-01-06,real_asset_day,2020-01-06,0.000032603801401189236820609584810217333995631884793571,decimal,454571.0,clp,0.0,integer,0.0,clp,0.0,clp,1264.1616,clp,248096.0117,decimal,11235367.014,decimal,0.0,clp,41595.8243,decimal,0.0,clp,5394.0,integer,15303897802.0,clp,14203319541.0,clp,0.0,clp,1264.1616
+187-2020-01-07,real_asset_day,2020-01-07,0.000032603787009541488276141617554897557653711411186727,decimal,463223.0,clp,0.0,integer,0.0,clp,0.0,clp,1264.5465,clp,104468.7742,decimal,11280713.6697,decimal,0.0,clp,59122.1185,decimal,0.0,clp,5442.0,integer,18149234261.0,clp,14264986989.0,clp,0.0,clp,1264.5465
+187-2020-01-08,real_asset_day,2020-01-08,0.0000326038326394590474245129334698844315088800986584,decimal,464547.0,clp,0.0,integer,0.0,clp,0.0,clp,1263.0613,clp,100407.1563,decimal,11356741.5616,decimal,0.0,clp,24379.2644,decimal,0.0,clp,5491.0,integer,16828909607.0,clp,14344260761.0,clp,0.0,clp,1263.0613
+187-2020-01-09,real_asset_day,2020-01-09,0.000032603780773268990479848605772258373350311338362617,decimal,468463.0,clp,0.0,integer,0.0,clp,0.0,clp,1265.1837,clp,98094.8096,decimal,11416654.8343,decimal,0.0,clp,38181.5369,decimal,0.0,clp,5528.0,integer,15563269514.0,clp,14444165605.0,clp,0.0,clp,1265.1837
+187-2020-01-10,real_asset_day,2020-01-10,0.000032603781280416114728398562250489765796725643502173,decimal,472203.0,clp,0.0,integer,0.0,clp,0.0,clp,1268.5918,clp,90884.1075,decimal,11493857.1538,decimal,0.0,clp,13681.788,decimal,0.0,clp,5568.0,integer,15647775735.0,clp,14581012936.0,clp,0.0,clp,1268.5918
+187-2020-01-11,real_asset_day,2020-01-11,0.000032603805817690903730625193313780733985294,decimal,475381.0,clp,0.0,integer,0.0,clp,0.0,clp,1268.5504,clp,0.0,decimal,11493857.1538,decimal,0.0,clp,0.0,decimal,0.0,clp,5568.0,integer,15647775735.0,clp,14580537090.0,clp,0.0,clp,1268.5504
+187-2020-01-12,real_asset_day,2020-01-12,0.000032603769939669299332903801289452835794222,decimal,475365.0,clp,0.0,integer,0.0,clp,0.0,clp,1268.5091,clp,0.0,decimal,11493857.1538,decimal,0.0,clp,0.0,decimal,0.0,clp,5568.0,integer,15647775735.0,clp,14580062394.0,clp,0.0,clp,1268.5091
+187-2020-01-13,real_asset_day,2020-01-13,0.000032603791246333707156168649640681901049865699784643,decimal,479341.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.1182,clp,154893.8433,decimal,11622576.3473,decimal,0.0,clp,26174.6498,decimal,0.0,clp,5611.0,integer,15945518837.0,clp,14866648937.0,clp,0.0,clp,1279.1182
+187-2020-01-14,real_asset_day,2020-01-14,0.000032603835041628922169488563389729254811696366510548,decimal,482781.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.0283,clp,125171.3155,decimal,11710063.2801,decimal,0.0,clp,37684.3827,decimal,0.0,clp,5653.0,integer,15996362937.0,clp,14918952014.0,clp,0.0,clp,1274.0283
+187-2020-01-15,real_asset_day,2020-01-15,0.000032603796367381864845690000706549384708120038640105,decimal,486723.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.8364,clp,103348.0932,decimal,11801011.0333,decimal,0.0,clp,12400.34,decimal,0.0,clp,5689.0,integer,16125627372.0,clp,15044358422.0,clp,0.0,clp,1274.8364
+187-2020-01-16,real_asset_day,2020-01-16,0.000032603822029909388131469715992905844311076151278028,decimal,493076.0,clp,0.0,integer,0.0,clp,0.0,clp,1281.5222,clp,88469.2448,decimal,11869764.1658,decimal,0.0,clp,19716.1123,decimal,0.0,clp,5723.0,integer,16319938786.0,clp,15211366287.0,clp,0.0,clp,1281.5222
+187-2020-01-17,real_asset_day,2020-01-17,0.000032603798910927968853272682371545386040719321411183,decimal,496276.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.3689,clp,92843.4741,decimal,11916573.9309,decimal,0.0,clp,46033.709,decimal,0.0,clp,5760.0,integer,16429538285.0,clp,15281443804.0,clp,0.0,clp,1282.3689
+187-2020-01-18,real_asset_day,2020-01-18,0.000032603806732552832812760763577273026511406,decimal,498217.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.3271,clp,0.0,decimal,11916573.9309,decimal,0.0,clp,0.0,decimal,0.0,clp,5760.0,integer,16429538285.0,clp,15280945691.0,clp,0.0,clp,1282.3271
+187-2020-01-19,real_asset_day,2020-01-19,0.000032603822463766316256525035146454137457465,decimal,498201.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.2853,clp,0.0,decimal,11916573.9309,decimal,0.0,clp,0.0,decimal,0.0,clp,5760.0,integer,16429538285.0,clp,15280447578.0,clp,0.0,clp,1282.2853
+187-2020-01-20,real_asset_day,2020-01-20,0.000032603770973232466454294959923826923113076096182125,decimal,497965.0,clp,0.0,integer,0.0,clp,0.0,clp,1281.6799,clp,196973.5662,decimal,12090989.6133,decimal,0.0,clp,22557.8838,decimal,0.0,clp,5817.0,integer,16664852010.0,clp,15496778358.0,clp,0.0,clp,1281.6799
+187-2020-01-21,real_asset_day,2020-01-21,0.000032603791296084028896343452236025098228199936553957,decimal,505385.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.0129,clp,139060.7636,decimal,12209742.3729,decimal,0.0,clp,20308.004,decimal,0.0,clp,5848.0,integer,17690366023.0,clp,15653047228.0,clp,0.0,clp,1282.0129
+187-2020-01-22,real_asset_day,2020-01-22,0.000032603818448089764763425447562126256905286852789631,decimal,511253.0,clp,0.0,integer,0.0,clp,0.0,clp,1284.2835,clp,105165.7564,decimal,12265345.4672,decimal,0.0,clp,49562.6621,decimal,0.0,clp,5883.0,integer,17368818567.0,clp,15752180805.0,clp,0.0,clp,1284.2835
+187-2020-01-23,real_asset_day,2020-01-23,0.000032603798487499364264110685006784910399884073568503,decimal,514080.0,clp,0.0,integer,0.0,clp,0.0,clp,1285.5315,clp,127555.938,decimal,12366792.1413,decimal,0.0,clp,26109.2639,decimal,0.0,clp,5944.0,integer,17691294573.0,clp,15897900852.0,clp,0.0,clp,1285.5315
+187-2020-01-24,real_asset_day,2020-01-24,0.000032603819838684352784015506605835096959109585211713,decimal,517656.0,clp,0.0,integer,0.0,clp,0.0,clp,1283.8542,clp,110148.8961,decimal,12456657.6539,decimal,0.0,clp,20283.3835,decimal,0.0,clp,5989.0,integer,17488375735.0,clp,15992532247.0,clp,0.0,clp,1283.8542
+187-2020-01-25,real_asset_day,2020-01-25,0.00003260378087526312114878886896825877503422,decimal,521400.0,clp,0.0,integer,0.0,clp,0.0,clp,1283.8123,clp,0.0,decimal,12456657.6539,decimal,0.0,clp,0.0,decimal,0.0,clp,5989.0,integer,17488375735.0,clp,15992010313.0,clp,0.0,clp,1283.8123
+187-2020-01-26,real_asset_day,2020-01-26,0.000032603779399319092513872046488602214879654,decimal,521383.0,clp,0.0,integer,0.0,clp,0.0,clp,1283.7705,clp,0.0,decimal,12456657.6539,decimal,0.0,clp,0.0,decimal,0.0,clp,5989.0,integer,17488375735.0,clp,15991489625.0,clp,0.0,clp,1283.7705
+187-2020-01-27,real_asset_day,2020-01-27,0.000032603813246742691421775024039969552523304468351949,decimal,521067.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.9911,clp,168329.0365,decimal,12581952.2271,decimal,0.0,clp,43034.4633,decimal,0.0,clp,6031.0,integer,17332586994.0,clp,16142532728.0,clp,0.0,clp,1282.9911
+187-2020-01-28,real_asset_day,2020-01-28,0.000032514693022610679823998839256335602243728640025439,decimal,528090.0,clp,0.0,integer,0.0,clp,0.0,clp,1290.8633,clp,114062.124,decimal,12647988.6749,decimal,0.0,clp,48025.6762,decimal,0.0,clp,6086.0,integer,17552984716.0,clp,16326824399.0,clp,0.0,clp,1290.8633
+187-2020-01-29,real_asset_day,2020-01-29,0.00003251469343123417843481968289938463386792255713132,decimal,530933.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.0367,clp,107758.0791,decimal,12737745.2348,decimal,0.0,clp,18001.5192,decimal,0.0,clp,6130.0,integer,17669407337.0,clp,16444896573.0,clp,0.0,clp,1291.0367
+187-2020-01-30,real_asset_day,2020-01-30,0.000032514745617219733488602507035677356332159051608577,decimal,538599.0,clp,0.0,integer,0.0,clp,0.0,clp,1300.4469,clp,154508.2041,decimal,12868429.8912,decimal,0.0,clp,23823.5477,decimal,0.0,clp,6194.0,integer,17947355200.0,clp,16734709760.0,clp,0.0,clp,1300.4469
+187-2020-01-31,real_asset_day,2020-01-31,0.000032514736195299621008354152424455346623884662504205,decimal,540251.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.1889,clp,180639.1848,decimal,13034034.7135,decimal,0.0,clp,15034.3625,decimal,0.0,clp,6275.0,integer,17995996384.0,clp,16829400944.0,clp,0.0,clp,1291.1889
+187-2020-02-01,real_asset_day,2020-02-01,0.000032514692668296126647935826423408023823423,decimal,547185.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.1469,clp,0.0,decimal,13034034.7135,decimal,0.0,clp,0.0,decimal,0.0,clp,6275.0,integer,17995996384.0,clp,16828853515.0,clp,0.0,clp,1291.1469
+187-2020-02-02,real_asset_day,2020-02-02,0.000032514740178616141447489009111400412229904,decimal,547168.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.1049,clp,0.0,decimal,13034034.7135,decimal,0.0,clp,0.0,decimal,0.0,clp,6275.0,integer,17995996384.0,clp,16828306085.0,clp,0.0,clp,1291.1049
+187-2020-02-03,real_asset_day,2020-02-03,0.00003251469218441218415132909441867138600827894115642,decimal,547183.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.1422,clp,357305.1438,decimal,13319745.5246,decimal,0.0,clp,71594.3327,decimal,0.0,clp,6406.0,integer,18442235743.0,clp,17197685540.0,clp,0.0,clp,1291.1422
+187-2020-02-04,real_asset_day,2020-02-04,0.000032514743951073194097932799235618146425457241887087,decimal,560677.0,clp,0.0,integer,0.0,clp,0.0,clp,1294.6026,clp,143978.9956,decimal,13436224.0405,decimal,0.0,clp,27500.4797,decimal,0.0,clp,6439.0,integer,20850287219.0,clp,17394570577.0,clp,0.0,clp,1294.6026
+187-2020-02-05,real_asset_day,2020-02-05,0.000032514718305950528156860930604173028991732480716817,decimal,565562.0,clp,0.0,integer,0.0,clp,0.0,clp,1294.5624,clp,198033.6829,decimal,13610915.7385,decimal,0.0,clp,23341.9849,decimal,0.0,clp,6499.0,integer,19990065663.0,clp,17620179745.0,clp,0.0,clp,1294.5624
+187-2020-02-06,real_asset_day,2020-02-06,0.000032514702597060669329239660452570637247748958156083,decimal,575297.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.945,clp,116986.6272,decimal,13710210.1801,decimal,0.0,clp,17692.1856,decimal,0.0,clp,6543.0,integer,19078190928.0,clp,17822519173.0,clp,0.0,clp,1299.945
+187-2020-02-07,real_asset_day,2020-02-07,0.000032514741552719868183438744758057263381863333587774,decimal,581549.0,clp,0.0,integer,0.0,clp,0.0,clp,1304.5535,clp,133874.8688,decimal,13822427.3333,decimal,0.0,clp,21657.7156,decimal,0.0,clp,6602.0,integer,19290480052.0,clp,18032095956.0,clp,0.0,clp,1304.5535
+187-2020-02-08,real_asset_day,2020-02-08,0.00003251469254317523282659920190039038430752,decimal,586289.0,clp,0.0,integer,0.0,clp,0.0,clp,1304.5111,clp,0.0,decimal,13822427.3333,decimal,0.0,clp,0.0,decimal,0.0,clp,6602.0,integer,19290480052.0,clp,18031509885.0,clp,0.0,clp,1304.5111
+187-2020-02-09,real_asset_day,2020-02-09,0.000032514695644423624095071005883181976379682,decimal,586270.0,clp,0.0,integer,0.0,clp,0.0,clp,1304.4687,clp,0.0,decimal,13822427.3333,decimal,0.0,clp,0.0,decimal,0.0,clp,6602.0,integer,19290480052.0,clp,18030923814.0,clp,0.0,clp,1304.4687
+187-2020-02-10,real_asset_day,2020-02-10,0.000032514727376001524407409203032470239359401621651288,decimal,592354.0,clp,0.0,integer,0.0,clp,0.0,clp,1318.0045,clp,178942.436,decimal,13974336.1613,decimal,0.0,clp,27033.608,decimal,0.0,clp,6668.0,integer,19697218939.0,clp,18418237945.0,clp,0.0,clp,1318.0045
+187-2020-02-11,real_asset_day,2020-02-11,0.000032514726999847976582394469685757409520516981002303,decimal,597857.0,clp,0.0,integer,0.0,clp,0.0,clp,1315.7883,clp,155482.9754,decimal,14080013.8332,decimal,0.0,clp,49805.3035,decimal,0.0,clp,6712.0,integer,19847499558.0,clp,18526317466.0,clp,0.0,clp,1315.7883
+187-2020-02-12,real_asset_day,2020-02-12,0.000032514742370792454067016477863399080686494446463747,decimal,603012.0,clp,0.0,integer,0.0,clp,0.0,clp,1317.1722,clp,134888.1857,decimal,14191543.3182,decimal,0.0,clp,23358.7007,decimal,0.0,clp,6761.0,integer,20020101777.0,clp,18692706334.0,clp,0.0,clp,1317.1722
+187-2020-02-13,real_asset_day,2020-02-13,0.000032514732269508542286805749198604175520376866433506,decimal,610119.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.2231,clp,141593.7491,decimal,14305134.1645,decimal,0.0,clp,28002.9028,decimal,0.0,clp,6803.0,integer,20256402413.0,clp,18914578841.0,clp,0.0,clp,1322.2231
+187-2020-02-14,real_asset_day,2020-02-14,0.000032514706737873851443201861031548561215275121746319,decimal,614691.0,clp,0.0,integer,0.0,clp,0.0,clp,1321.5545,clp,149591.517,decimal,14426588.492,decimal,0.0,clp,28137.1895,decimal,0.0,clp,6845.0,integer,20389469226.0,clp,19065522941.0,clp,0.0,clp,1321.5545
+187-2020-02-15,real_asset_day,2020-02-15,0.000032514721583997467847960310885402615262813,decimal,619890.0,clp,0.0,integer,0.0,clp,0.0,clp,1321.5115,clp,0.0,decimal,14426588.492,decimal,0.0,clp,0.0,decimal,0.0,clp,6845.0,integer,20389469226.0,clp,19064902598.0,clp,0.0,clp,1321.5115
+187-2020-02-16,real_asset_day,2020-02-16,0.000032514730515880100727138547078755470303962,decimal,619870.0,clp,0.0,integer,0.0,clp,0.0,clp,1321.4685,clp,0.0,decimal,14426588.492,decimal,0.0,clp,0.0,decimal,0.0,clp,6845.0,integer,20389469226.0,clp,19064282255.0,clp,0.0,clp,1321.4685
+187-2020-02-17,real_asset_day,2020-02-17,0.000032514743509578996860599816698940840758398304399414,decimal,619582.0,clp,0.0,integer,0.0,clp,0.0,clp,1320.854,clp,211586.6654,decimal,14587837.5406,decimal,0.0,clp,50337.6168,decimal,0.0,clp,6903.0,integer,20632516806.0,clp,19268403567.0,clp,0.0,clp,1320.854
+187-2020-02-18,real_asset_day,2020-02-18,0.00003251472494650158924257894383327477184262670949937,decimal,628000.0,clp,0.0,integer,0.0,clp,0.0,clp,1324.002,clp,133492.6134,decimal,14698058.2635,decimal,0.0,clp,23271.8905,decimal,0.0,clp,6963.0,integer,20827330210.0,clp,19460258537.0,clp,0.0,clp,1324.002
+187-2020-02-19,real_asset_day,2020-02-19,,,634934.0,clp,0.0,integer,,,0.0,clp,1328.5827,clp,,,14789389.7608,decimal,0.0,clp,,,0.0,clp,6997.0,integer,21031446263.0,clp,19648927380.0,clp,0.0,clp,1328.5827
+187-2020-02-20,real_asset_day,2020-02-20,0.00003251471172327967670421288680266535638429469214733,decimal,639425.0,clp,0.0,integer,0.0,clp,0.0,clp,1329.7177,clp,122349.6441,decimal,14869310.4722,decimal,0.0,clp,42428.9327,decimal,0.0,clp,7042.0,integer,21169086234.0,clp,19771985322.0,clp,0.0,clp,1329.7177
+187-2020-02-21,real_asset_day,2020-02-21,0.000032514697511324722998083426226903151960224451517405,decimal,639283.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.2775,clp,121632.8245,decimal,14956093.936,decimal,0.0,clp,34849.3607,decimal,0.0,clp,7096.0,integer,21182570192.0,clp,19776106499.0,clp,0.0,clp,1322.2775
+187-2020-02-22,real_asset_day,2020-02-22,0.00003251473745099149417974647432720611574916,decimal,642994.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.2345,clp,0.0,decimal,14956093.936,decimal,0.0,clp,0.0,decimal,0.0,clp,7096.0,integer,21182570192.0,clp,19775463387.0,clp,0.0,clp,1322.2345
+187-2020-02-23,real_asset_day,2020-02-23,0.000032514732930992466377801251596962996924128,decimal,642973.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.1915,clp,0.0,decimal,14956093.936,decimal,0.0,clp,0.0,decimal,0.0,clp,7096.0,integer,21182570192.0,clp,19774820275.0,clp,0.0,clp,1322.1915
+187-2020-02-24,real_asset_day,2020-02-24,0.000032514723384121396912756597766197287068783028695728,decimal,631370.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.3318,clp,232826.5068,decimal,15062638.9116,decimal,0.0,clp,126281.5312,decimal,0.0,clp,7154.0,integer,21048845453.0,clp,19556303091.0,clp,0.0,clp,1298.3318
+187-2020-02-25,real_asset_day,2020-02-25,0.000032514733502518349304140440940607935269835529722756,decimal,626660.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.5307,clp,107119.1774,decimal,15027331.5049,decimal,0.0,clp,142426.5841,decimal,0.0,clp,7171.0,integer,20819388857.0,clp,19227932000.0,clp,0.0,clp,1279.5307
+187-2020-02-26,real_asset_day,2020-02-26,0.000032514694626320566574776260397382877407164296404325,decimal,626408.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.0228,clp,73691.1299,decimal,14884883.2982,decimal,0.0,clp,216139.3366,decimal,0.0,clp,7160.0,integer,20908608065.0,clp,19082759764.0,clp,0.0,clp,1282.0228
+187-2020-02-27,real_asset_day,2020-02-27,0.000032514731651472712992286576075333332521216499661853,decimal,608917.0,clp,0.0,integer,0.0,clp,0.0,clp,1258.1502,clp,128334.5394,decimal,14746555.5014,decimal,0.0,clp,266662.3362,decimal,0.0,clp,7191.0,integer,20576302774.0,clp,18553381753.0,clp,0.0,clp,1258.1502
+187-2020-02-28,real_asset_day,2020-02-28,0.000032514741601795261332290944016167002495030880147409,decimal,602636.0,clp,0.0,integer,0.0,clp,0.0,clp,1256.8521,clp,90832.8944,decimal,14635946.9453,decimal,0.0,clp,201441.4505,decimal,0.0,clp,7218.0,integer,20491279723.0,clp,18395220654.0,clp,0.0,clp,1256.8521
+187-2020-02-29,real_asset_day,2020-02-29,0.000032514720802736093488757093240809459995709,decimal,598096.0,clp,0.0,integer,0.0,clp,0.0,clp,1256.8112,clp,0.0,decimal,14635946.9453,decimal,0.0,clp,0.0,decimal,0.0,clp,7218.0,integer,20491279723.0,clp,18394622043.0,clp,0.0,clp,1256.8112
+187-2020-03-01,real_asset_day,2020-03-01,0.000032514743420704199996060274985720000028769,decimal,598077.0,clp,0.0,integer,0.0,clp,0.0,clp,1256.7704,clp,0.0,decimal,14635946.9453,decimal,0.0,clp,0.0,decimal,0.0,clp,7218.0,integer,20491279723.0,clp,18394024897.0,clp,0.0,clp,1256.7704
+187-2020-03-02,real_asset_day,2020-03-02,0.000032514722926662085863542328750918041946717346184987,decimal,609313.0,clp,0.0,integer,0.0,clp,0.0,clp,1280.382,clp,157865.5436,decimal,14586045.4038,decimal,0.0,clp,207767.0851,decimal,0.0,clp,7278.0,integer,20789980818.0,clp,18675709986.0,clp,0.0,clp,1280.382
+187-2020-03-03,real_asset_day,2020-03-03,0.00003251474073234599711686770927390474437184416165691,decimal,596491.0,clp,0.0,integer,0.0,clp,0.0,clp,1257.726,clp,138772.3758,decimal,14674158.7118,decimal,0.0,clp,50659.0678,decimal,0.0,clp,7317.0,integer,20278089755.0,clp,18456070940.0,clp,0.0,clp,1257.726
+187-2020-03-04,real_asset_day,2020-03-04,0.000032514730953568712425502345159029894774335665762668,decimal,612335.0,clp,0.0,integer,0.0,clp,0.0,clp,1283.3813,clp,116727.3307,decimal,14754877.931,decimal,0.0,clp,36008.1115,decimal,0.0,clp,7371.0,integer,20578829723.0,clp,18936134420.0,clp,0.0,clp,1283.3813
+187-2020-03-05,real_asset_day,2020-03-05,0.000032514730625561333167652846491504896143580254493438,decimal,612325.0,clp,0.0,integer,0.0,clp,0.0,clp,1276.3395,clp,135100.5095,decimal,14816633.1712,decimal,0.0,clp,73345.2693,decimal,0.0,clp,7400.0,integer,20382993585.0,clp,18911054173.0,clp,0.0,clp,1276.3395
+187-2020-03-06,real_asset_day,2020-03-06,0.000032514725544530650392314496285371399032447861210255,decimal,612727.0,clp,0.0,integer,0.0,clp,0.0,clp,1271.8544,clp,91266.2809,decimal,14870980.1677,decimal,0.0,clp,36919.2844,decimal,0.0,clp,7443.0,integer,20365686369.0,clp,18913721559.0,clp,0.0,clp,1271.8544
+187-2020-03-07,real_asset_day,2020-03-07,0.000032514699325542406174463498275699818507037,decimal,614954.0,clp,0.0,integer,0.0,clp,0.0,clp,1271.8131,clp,0.0,decimal,14870980.1677,decimal,0.0,clp,0.0,decimal,0.0,clp,7443.0,integer,20365686369.0,clp,18913107387.0,clp,0.0,clp,1271.8131
+187-2020-03-08,real_asset_day,2020-03-08,0.000032514700273844598279903364075649663962901,decimal,614934.0,clp,0.0,integer,0.0,clp,0.0,clp,1271.7717,clp,0.0,decimal,14870980.1677,decimal,0.0,clp,0.0,decimal,0.0,clp,7443.0,integer,20365686369.0,clp,18912491729.0,clp,0.0,clp,1271.7717
+187-2020-03-09,real_asset_day,2020-03-09,0.00003251469545045694928192359157680092709906470541181,decimal,599844.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.5636,clp,140064.607,decimal,14933312.2615,decimal,0.0,clp,77732.5132,decimal,0.0,clp,7472.0,integer,19999479962.0,clp,18525723619.0,clp,0.0,clp,1240.5636
+187-2020-03-10,real_asset_day,2020-03-10,0.000032514720592529163620604135157834054325052947008012,decimal,614272.0,clp,0.0,integer,0.0,clp,0.0,clp,1265.0991,clp,71089.8549,decimal,14896443.1225,decimal,0.0,clp,107958.9939,decimal,0.0,clp,7480.0,integer,20388721247.0,clp,18845476787.0,clp,0.0,clp,1265.0991
+187-2020-03-11,real_asset_day,2020-03-11,0.000032514700578810737127383554243431171546385019666887,decimal,600688.0,clp,0.0,integer,0.0,clp,0.0,clp,1240.1854,clp,76699.37,decimal,14866938.6951,decimal,0.0,clp,106203.7974,decimal,0.0,clp,7479.0,integer,20024440183.0,clp,18437760312.0,clp,0.0,clp,1240.1854
+187-2020-03-12,real_asset_day,2020-03-12,0.000032514741287422616774879011047021351457758399237548,decimal,580992.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.8999,clp,39675.0944,decimal,14703624.7864,decimal,0.0,clp,202989.0031,decimal,0.0,clp,7457.0,integer,19389865012.0,clp,17672285160.0,clp,0.0,clp,1201.8999
+187-2020-03-13,real_asset_day,2020-03-13,0.000032514712460169197542601863578340759086822421319289,decimal,588631.0,clp,0.0,integer,0.0,clp,0.0,clp,1231.2289,clp,38494.5618,decimal,14484258.8047,decimal,0.0,clp,257860.5435,decimal,0.0,clp,7429.0,integer,19759486126.0,clp,17833438035.0,clp,0.0,clp,1231.2289
+187-2020-03-14,real_asset_day,2020-03-14,0.000032514697216661869394118253670351735499497,decimal,579830.0,clp,0.0,integer,0.0,clp,0.0,clp,1231.1889,clp,0.0,decimal,14484258.8047,decimal,0.0,clp,0.0,decimal,0.0,clp,7429.0,integer,19759486126.0,clp,17832858665.0,clp,0.0,clp,1231.1889
+187-2020-03-15,real_asset_day,2020-03-15,0.000032514746854399141577843717049943502770163,decimal,579812.0,clp,0.0,integer,0.0,clp,0.0,clp,1231.1488,clp,0.0,decimal,14484258.8047,decimal,0.0,clp,0.0,decimal,0.0,clp,7429.0,integer,19759486126.0,clp,17832277846.0,clp,0.0,clp,1231.1488
+187-2020-03-16,real_asset_day,2020-03-16,0.000032514744647360985899338663765920222601291385086063,decimal,554623.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.6636,clp,57947.097,decimal,14140603.0925,decimal,0.0,clp,401602.8092,decimal,0.0,clp,7351.0,integer,18871009454.0,clp,16652873544.0,clp,0.0,clp,1177.6636
+187-2020-03-17,real_asset_day,2020-03-17,0.000032514694552314299653302060201284150489381499176657,decimal,555691.0,clp,0.0,integer,0.0,clp,0.0,clp,1208.6088,clp,33962.6956,decimal,13890568.3759,decimal,0.0,clp,283997.4122,decimal,0.0,clp,7272.0,integer,19512642861.0,clp,16788263176.0,clp,0.0,clp,1208.6088
+187-2020-03-18,real_asset_day,2020-03-18,0.000032514728900825377247572804611638037175067298617715,decimal,537329.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.7073,clp,34414.3422,decimal,13748735.6853,decimal,0.0,clp,176247.0328,decimal,0.0,clp,7224.0,integer,18958851269.0,clp,16356971211.0,clp,0.0,clp,1189.7073
+187-2020-03-19,real_asset_day,2020-03-19,0.000032514702541713458853042247706653472921557879226293,decimal,532105.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.2955,clp,53902.9627,decimal,13440921.7938,decimal,0.0,clp,361716.8542,decimal,0.0,clp,7130.0,integer,18210347986.0,clp,15998668727.0,clp,0.0,clp,1190.2955
+187-2020-03-20,real_asset_day,2020-03-20,0.000032514693082400663776730617416141970895793216677879,decimal,505392.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.4308,clp,28565.7638,decimal,13404793.8659,decimal,0.0,clp,64693.6917,decimal,0.0,clp,7104.0,integer,17435722697.0,clp,15501716494.0,clp,0.0,clp,1156.4308
+187-2020-03-21,real_asset_day,2020-03-21,0.000032514746884824875409291160974766985830556,decimal,504018.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.3932,clp,0.0,decimal,13404793.8659,decimal,0.0,clp,0.0,decimal,0.0,clp,7104.0,integer,17435722697.0,clp,15501212474.0,clp,0.0,clp,1156.3932
+187-2020-03-22,real_asset_day,2020-03-22,0.000032514707408095348723730017972506277808868,decimal,504001.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.3556,clp,0.0,decimal,13404793.8659,decimal,0.0,clp,0.0,decimal,0.0,clp,7104.0,integer,17435722697.0,clp,15500708454.0,clp,0.0,clp,1156.3556
+187-2020-03-23,real_asset_day,2020-03-23,0.000032514707337538213133572863140796408724120597717071,decimal,502709.0,clp,0.0,integer,0.0,clp,0.0,clp,1153.3913,clp,29343.7555,decimal,13181614.8708,decimal,0.0,clp,252522.7506,decimal,0.0,clp,7037.0,integer,17215755740.0,clp,15203559912.0,clp,0.0,clp,1153.3913
+187-2020-03-24,real_asset_day,2020-03-24,0.000032514695527370061526907365954104200771091458993235,decimal,507318.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.6736,clp,18717.2103,decimal,13010182.2706,decimal,0.0,clp,190149.8105,decimal,0.0,clp,6977.0,integer,17239121550.0,clp,15399809285.0,clp,0.0,clp,1183.6736
+187-2020-03-25,real_asset_day,2020-03-25,0.00003251469887873159859404759500348994887958603035701,decimal,500751.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.7465,clp,47794.8828,decimal,12940517.5898,decimal,0.0,clp,117459.5636,decimal,0.0,clp,6966.0,integer,17220400381.0,clp,15318292405.0,clp,0.0,clp,1183.7465
+187-2020-03-26,real_asset_day,2020-03-26,0.000032514729803835997871210991895148962246060767785783,decimal,507960.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.2514,clp,35581.8216,decimal,12936711.6011,decimal,0.0,clp,39387.8103,decimal,0.0,clp,6961.0,integer,17301404406.0,clp,15617863192.0,clp,0.0,clp,1207.2514
+187-2020-03-27,real_asset_day,2020-03-27,0.000032514687525788323625340158728825519653681153540379,decimal,500384.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.5972,clp,48893.6355,decimal,12946198.7622,decimal,0.0,clp,39406.4744,decimal,0.0,clp,6970.0,integer,16888628421.0,clp,15400761798.0,clp,0.0,clp,1189.5972
+187-2020-03-28,real_asset_day,2020-03-28,0.000032514709143775940656506207552674961910613,decimal,500735.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.5585,clp,0.0,decimal,12946198.7622,decimal,0.0,clp,0.0,decimal,0.0,clp,6970.0,integer,16888628421.0,clp,15400260780.0,clp,0.0,clp,1189.5585
+187-2020-03-29,real_asset_day,2020-03-29,0.000032514725270519500892279331422096622729437,decimal,500719.0,clp,0.0,integer,0.0,clp,0.0,clp,1189.5199,clp,0.0,decimal,12946198.7622,decimal,0.0,clp,0.0,decimal,0.0,clp,6970.0,integer,16888628421.0,clp,15399761057.0,clp,0.0,clp,1189.5199
+187-2020-03-30,real_asset_day,2020-03-30,0.00003251474873036709311947297692603752757216787326994,decimal,511907.0,clp,0.0,integer,0.0,clp,0.0,clp,1216.0975,clp,62486.0762,decimal,12943932.0885,decimal,0.0,clp,64752.7499,decimal,0.0,clp,6969.0,integer,17198687947.0,clp,15741083453.0,clp,0.0,clp,1216.0975
+187-2020-03-31,real_asset_day,2020-03-31,0.000032514739263395058202234016493798714411596270634068,decimal,511006.0,clp,0.0,integer,0.0,clp,0.0,clp,1214.17,clp,81316.8978,decimal,13001594.4641,decimal,0.0,clp,23654.5222,decimal,0.0,clp,7009.0,integer,17224777649.0,clp,15786145950.0,clp,0.0,clp,1214.17
+187-2020-04-01,real_asset_day,2020-04-01,0.00003251471619311464700857310425574980550715054772837,decimal,506727.0,clp,0.0,integer,0.0,clp,0.0,clp,1198.664,clp,91988.6255,decimal,12942972.3563,decimal,0.0,clp,150610.7333,decimal,0.0,clp,7037.0,integer,17076331482.0,clp,15514275016.0,clp,0.0,clp,1198.664
+187-2020-04-02,real_asset_day,2020-04-02,0.000032514720702608785712885357633875486489554154279949,decimal,510410.0,clp,0.0,integer,0.0,clp,0.0,clp,1212.8445,clp,55516.7822,decimal,12973737.9022,decimal,0.0,clp,24751.2363,decimal,0.0,clp,7044.0,integer,17266487320.0,clp,15735126659.0,clp,0.0,clp,1212.8445
+187-2020-04-03,real_asset_day,2020-04-03,0.000032514749174391888127027606221029271761156467648421,decimal,509208.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.1179,clp,49061.3092,decimal,13001580.1947,decimal,0.0,clp,21219.0167,decimal,0.0,clp,7068.0,integer,17218357321.0,clp,15694440181.0,clp,0.0,clp,1207.1179
+187-2020-04-04,real_asset_day,2020-04-04,0.000032514735513975930072741008290939025279369,decimal,510284.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.0787,clp,0.0,decimal,13001580.1947,decimal,0.0,clp,0.0,decimal,0.0,clp,7068.0,integer,17218357321.0,clp,15693930519.0,clp,0.0,clp,1207.0787
+187-2020-04-05,real_asset_day,2020-04-05,0.000032514710904571274503905114706033854620153,decimal,510267.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.0394,clp,0.0,decimal,13001580.1947,decimal,0.0,clp,0.0,decimal,0.0,clp,7068.0,integer,17218357321.0,clp,15693419557.0,clp,0.0,clp,1207.0394
+187-2020-04-06,real_asset_day,2020-04-06,0.000032514713766763287087594594536499069214791402322912,decimal,523895.0,clp,0.0,integer,0.0,clp,0.0,clp,1239.2764,clp,107715.7015,decimal,13078334.1604,decimal,0.0,clp,30961.7358,decimal,0.0,clp,7110.0,integer,17629102999.0,clp,16207670876.0,clp,0.0,clp,1239.2764
+187-2020-04-07,real_asset_day,2020-04-07,0.000032514733667672416213656785472067307219360897145429,decimal,523219.0,clp,0.0,integer,0.0,clp,0.0,clp,1230.4129,clp,91086.4729,decimal,13144174.0324,decimal,0.0,clp,25246.6009,decimal,0.0,clp,7146.0,integer,17629474577.0,clp,16172761289.0,clp,0.0,clp,1230.4129
+187-2020-04-08,real_asset_day,2020-04-08,0.000032514737972792039047150983016080155958690043392962,decimal,536177.0,clp,0.0,integer,0.0,clp,0.0,clp,1254.5692,clp,76240.4023,decimal,13190873.3708,decimal,0.0,clp,29541.0639,decimal,0.0,clp,7175.0,integer,18044440604.0,clp,16548863452.0,clp,0.0,clp,1254.5692
+187-2020-04-09,real_asset_day,2020-04-09,0.000032514722008248787143453355174083163821173316320048,decimal,537093.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.264,clp,113385.2972,decimal,13265152.7544,decimal,0.0,clp,39105.9136,decimal,0.0,clp,7203.0,integer,18098690475.0,clp,16611473249.0,clp,0.0,clp,1252.264
+187-2020-04-10,real_asset_day,2020-04-10,0.000032514731803853228348689280119299285332198,decimal,540100.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.2232,clp,0.0,decimal,13265152.7544,decimal,0.0,clp,0.0,decimal,0.0,clp,7203.0,integer,18098690475.0,clp,16610932031.0,clp,0.0,clp,1252.2232
+187-2020-04-11,real_asset_day,2020-04-11,0.000032514704979897886082049950091187308362437,decimal,540082.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.1825,clp,0.0,decimal,13265152.7544,decimal,0.0,clp,0.0,decimal,0.0,clp,7203.0,integer,18098690475.0,clp,16610392139.0,clp,0.0,clp,1252.1825
+187-2020-04-12,real_asset_day,2020-04-12,0.000032514738359430272179470519765665679494349,decimal,540065.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.1418,clp,0.0,decimal,13265152.7544,decimal,0.0,clp,0.0,decimal,0.0,clp,7203.0,integer,18098690475.0,clp,16609852247.0,clp,0.0,clp,1252.1418
+187-2020-04-13,real_asset_day,2020-04-13,0.00003251471563515896045681438703043216252504651005733,decimal,542374.0,clp,0.0,integer,0.0,clp,0.0,clp,1257.4961,clp,271589.0146,decimal,13493469.8132,decimal,0.0,clp,43271.9558,decimal,0.0,clp,7279.0,integer,18488486959.0,clp,16967985666.0,clp,0.0,clp,1257.4961
+187-2020-04-14,real_asset_day,2020-04-14,0.000032514718459369990898866285496516149330241432310161,decimal,561709.0,clp,0.0,integer,0.0,clp,0.0,clp,1280.2882,clp,128344.9918,decimal,13596324.7229,decimal,0.0,clp,25490.0821,decimal,0.0,clp,7307.0,integer,18952394698.0,clp,17407214106.0,clp,0.0,clp,1280.2882
+187-2020-04-15,real_asset_day,2020-04-15,0.000032514740135498466317996999511331003617942028628075,decimal,565359.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.8585,clp,133637.7266,decimal,13653188.5526,decimal,0.0,clp,76773.8969,decimal,0.0,clp,7350.0,integer,19056037287.0,clp,17460496233.0,clp,0.0,clp,1278.8585
+187-2020-04-16,real_asset_day,2020-04-16,0.000032514701790182341832201634429750850434533021820981,decimal,567364.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.0502,clp,167554.325,decimal,13799107.3617,decimal,0.0,clp,21635.5159,decimal,0.0,clp,7408.0,integer,19210462185.0,clp,17635951923.0,clp,0.0,clp,1278.0502
+187-2020-04-17,real_asset_day,2020-04-17,0.000032514690315459758465816452484411415841851831561371,decimal,577027.0,clp,0.0,integer,0.0,clp,0.0,clp,1286.0727,clp,130883.7633,decimal,13912945.0245,decimal,0.0,clp,17046.1005,decimal,0.0,clp,7444.0,integer,19470585092.0,clp,17893058773.0,clp,0.0,clp,1286.0727
+187-2020-04-18,real_asset_day,2020-04-18,0.000032514726334809764853705266800928872967286,decimal,581769.0,clp,0.0,integer,0.0,clp,0.0,clp,1286.0309,clp,0.0,decimal,13912945.0245,decimal,0.0,clp,0.0,decimal,0.0,clp,7444.0,integer,19470585092.0,clp,17892477212.0,clp,0.0,clp,1286.0309
+187-2020-04-19,real_asset_day,2020-04-19,0.000032514721267111794272061943307835019706255,decimal,581750.0,clp,0.0,integer,0.0,clp,0.0,clp,1285.9891,clp,0.0,decimal,13912945.0245,decimal,0.0,clp,0.0,decimal,0.0,clp,7444.0,integer,19470585092.0,clp,17891895650.0,clp,0.0,clp,1285.9891
+187-2020-04-20,real_asset_day,2020-04-20,0.000032514743336939041011256123368844599820562584958558,decimal,580667.0,clp,0.0,integer,0.0,clp,0.0,clp,1283.5942,clp,203521.5779,decimal,14073692.2384,decimal,0.0,clp,42774.364,decimal,0.0,clp,7506.0,integer,19600205445.0,clp,18064909730.0,clp,0.0,clp,1283.5942
+187-2020-04-21,real_asset_day,2020-04-21,0.00003251471100653510982113782260479461664948817019674,decimal,580645.0,clp,0.0,integer,0.0,clp,0.0,clp,1268.8864,clp,154371.7132,decimal,14169272.2201,decimal,0.0,clp,58791.7315,decimal,0.0,clp,7541.0,integer,19554288785.0,clp,17979196818.0,clp,0.0,clp,1268.8864
+187-2020-04-22,real_asset_day,2020-04-22,0.000032514701151331521358662425123384932559613824449404,decimal,589033.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.5341,clp,172007.7195,decimal,14315339.341,decimal,0.0,clp,25940.5986,decimal,0.0,clp,7586.0,integer,19900659675.0,clp,18302649501.0,clp,0.0,clp,1278.5341
+187-2020-04-23,real_asset_day,2020-04-23,0.00003251470059291248359473808032251392117224097314781,decimal,595350.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.0601,clp,107033.1222,decimal,14407929.1869,decimal,0.0,clp,14443.2763,decimal,0.0,clp,7630.0,integer,19993938036.0,clp,18428607347.0,clp,0.0,clp,1279.0601
+187-2020-04-24,real_asset_day,2020-04-24,0.000032514706833333124349996567954371691294355001836778,decimal,603925.0,clp,0.0,integer,0.0,clp,0.0,clp,1289.1445,clp,118975.6012,decimal,14488777.3176,decimal,0.0,clp,38127.4705,decimal,0.0,clp,7657.0,integer,20231003682.0,clp,18678127591.0,clp,0.0,clp,1289.1445
+187-2020-04-25,real_asset_day,2020-04-25,0.000032514701276453600249509050050588912454601,decimal,607294.0,clp,0.0,integer,0.0,clp,0.0,clp,1289.1026,clp,0.0,decimal,14488777.3176,decimal,0.0,clp,0.0,decimal,0.0,clp,7657.0,integer,20231003682.0,clp,18677520511.0,clp,0.0,clp,1289.1026
+187-2020-04-26,real_asset_day,2020-04-26,0.000032514740845349908502234252284466778069525,decimal,607275.0,clp,0.0,integer,0.0,clp,0.0,clp,1289.0607,clp,0.0,decimal,14488777.3176,decimal,0.0,clp,0.0,decimal,0.0,clp,7657.0,integer,20231003682.0,clp,18676913431.0,clp,0.0,clp,1289.0607
+187-2020-04-27,real_asset_day,2020-04-27,0.000032514728185629719683077639729620572507577307578642,decimal,610099.0,clp,0.0,integer,0.0,clp,0.0,clp,1295.0557,clp,182529.6249,decimal,14625073.3155,decimal,0.0,clp,46233.627,decimal,0.0,clp,7712.0,integer,20541337630.0,clp,18940284560.0,clp,0.0,clp,1295.0557
+187-2020-04-28,real_asset_day,2020-04-28,0.000032514744520415952859668306483270233454379422507515,decimal,611302.0,clp,0.0,integer,0.0,clp,0.0,clp,1285.5158,clp,159938.1641,decimal,14771114.2458,decimal,0.0,clp,13897.2338,decimal,0.0,clp,7754.0,integer,21967320907.0,clp,18988500747.0,clp,0.0,clp,1285.5158
+187-2020-04-29,real_asset_day,2020-04-29,0.000032514723578302273208208347254589297707824036751393,decimal,621423.0,clp,0.0,integer,0.0,clp,0.0,clp,1293.88,clp,193199.0863,decimal,14939751.1535,decimal,0.0,clp,24562.1786,decimal,0.0,clp,7790.0,integer,21609114930.0,clp,19330245222.0,clp,0.0,clp,1293.88
+187-2020-04-30,real_asset_day,2020-04-30,0.000032514729246876235756252247567020061086853966809295,decimal,627313.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.4,clp,352275.6738,decimal,15262154.9748,decimal,0.0,clp,29871.8525,decimal,0.0,clp,7837.0,integer,21276922485.0,clp,19709546934.0,clp,0.0,clp,1291.4
+187-2020-05-01,real_asset_day,2020-05-01,0.000032514742445426469934577379131438386990598,decimal,640830.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.358,clp,0.0,decimal,15262154.9748,decimal,0.0,clp,0.0,decimal,0.0,clp,7837.0,integer,21276922485.0,clp,19708905924.0,clp,0.0,clp,1291.358
+187-2020-05-02,real_asset_day,2020-05-02,0.000032514734444091445727767298558029079401385,decimal,640809.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.316,clp,0.0,decimal,15262154.9748,decimal,0.0,clp,0.0,decimal,0.0,clp,7837.0,integer,21276922485.0,clp,19708264913.0,clp,0.0,clp,1291.316
+187-2020-05-03,real_asset_day,2020-05-03,0.000032514726440586062771283239867701670539638,decimal,640788.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.274,clp,0.0,decimal,15262154.9748,decimal,0.0,clp,0.0,decimal,0.0,clp,7837.0,integer,21276922485.0,clp,19707623903.0,clp,0.0,clp,1291.274
+187-2020-05-04,real_asset_day,2020-05-04,0.000032514703361920833620469106872524277641338113758907,decimal,636215.0,clp,0.0,integer,0.0,clp,0.0,clp,1282.0597,clp,471720.9429,decimal,15700273.6038,decimal,0.0,clp,33602.3139,decimal,0.0,clp,8029.0,integer,21724520047.0,clp,20128688066.0,clp,0.0,clp,1282.0597
+187-2020-05-05,real_asset_day,2020-05-05,0.000032514731937745060952148431160506708055230522812264,decimal,655355.0,clp,0.0,integer,0.0,clp,0.0,clp,1283.7759,clp,161784.4834,decimal,15838177.8961,decimal,0.0,clp,23880.1911,decimal,0.0,clp,8096.0,integer,21937838167.0,clp,20332671083.0,clp,0.0,clp,1283.7759
+187-2020-05-06,real_asset_day,2020-05-06,0.000032514724185940969163769190768995830385130069380733,decimal,664174.0,clp,0.0,integer,0.0,clp,0.0,clp,1289.7234,clp,204204.5082,decimal,16032933.9176,decimal,0.0,clp,9448.4867,decimal,0.0,clp,8147.0,integer,22265807461.0,clp,20678050044.0,clp,0.0,clp,1289.7234
+187-2020-05-07,real_asset_day,2020-05-07,0.000032514719679201096730340119053707455046764404966411,decimal,675348.0,clp,0.0,integer,0.0,clp,0.0,clp,1295.4916,clp,153327.4367,decimal,16165368.6577,decimal,0.0,clp,20892.6966,decimal,0.0,clp,8208.0,integer,22522145605.0,clp,20942099307.0,clp,0.0,clp,1295.4916
+187-2020-05-08,real_asset_day,2020-05-08,0.000032514716828128603412683543600596614782494067348145,decimal,682348.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.1962,clp,166339.0766,decimal,16248434.7383,decimal,0.0,clp,83272.996,decimal,0.0,clp,8256.0,integer,22759360879.0,clp,21093656233.0,clp,0.0,clp,1298.1962
+187-2020-05-09,real_asset_day,2020-05-09,0.000032514718512822970708259153697451075884494,decimal,685832.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.154,clp,0.0,decimal,16248434.7383,decimal,0.0,clp,0.0,decimal,0.0,clp,8256.0,integer,22759360879.0,clp,21092970549.0,clp,0.0,clp,1298.154
+187-2020-05-10,real_asset_day,2020-05-10,0.000032514732490552298445832696181917415991622,decimal,685810.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.1118,clp,0.0,decimal,16248434.7383,decimal,0.0,clp,0.0,decimal,0.0,clp,8256.0,integer,22759360879.0,clp,21092284865.0,clp,0.0,clp,1298.1118
+187-2020-05-11,real_asset_day,2020-05-11,0.00003251473056209918600875146665015647005813851736785,decimal,687491.0,clp,0.0,integer,0.0,clp,0.0,clp,1301.2937,clp,205327.992,decimal,16399552.3191,decimal,0.0,clp,54210.4112,decimal,0.0,clp,8328.0,integer,23055506109.0,clp,21340634116.0,clp,0.0,clp,1301.2937
+187-2020-05-12,real_asset_day,2020-05-12,0.00003251470572639446212921568167274008112379384101478,decimal,686614.0,clp,0.0,integer,0.0,clp,0.0,clp,1287.6589,clp,164621.6073,decimal,16548130.3876,decimal,0.0,clp,16043.5388,decimal,0.0,clp,8382.0,integer,23007686409.0,clp,21308347372.0,clp,0.0,clp,1287.6589
+187-2020-05-13,real_asset_day,2020-05-13,0.00003251473834032431026877770868493259070519392318506,decimal,688240.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.1183,clp,151223.2922,decimal,16646673.117,decimal,0.0,clp,52680.5628,decimal,0.0,clp,8411.0,integer,22954854489.0,clp,21293064218.0,clp,0.0,clp,1279.1183
+187-2020-05-14,real_asset_day,2020-05-14,0.000032514711761456381149325276558228500690365044177746,decimal,696632.0,clp,0.0,integer,0.0,clp,0.0,clp,1287.0519,clp,106100.7833,decimal,16677481.2122,decimal,0.0,clp,75292.6881,decimal,0.0,clp,8426.0,integer,23173418430.0,clp,21464783881.0,clp,0.0,clp,1287.0519
+187-2020-05-15,real_asset_day,2020-05-15,0.000032514697424138511319305076153842241359793627542569,decimal,700020.0,clp,0.0,integer,0.0,clp,0.0,clp,1290.9228,clp,86790.1268,decimal,16718814.1029,decimal,0.0,clp,45457.2361,decimal,0.0,clp,8436.0,integer,23339507784.0,clp,21582698314.0,clp,0.0,clp,1290.9228
+187-2020-05-16,real_asset_day,2020-05-16,0.000032514740340428762834857045125841298663742,decimal,701733.0,clp,0.0,integer,0.0,clp,0.0,clp,1290.8808,clp,0.0,decimal,16718814.1029,decimal,0.0,clp,0.0,decimal,0.0,clp,8436.0,integer,23339507784.0,clp,21581996124.0,clp,0.0,clp,1290.8808
+187-2020-05-17,real_asset_day,2020-05-17,0.000032514730014861184696938810838509951875593,decimal,701710.0,clp,0.0,integer,0.0,clp,0.0,clp,1290.8389,clp,0.0,decimal,16718814.1029,decimal,0.0,clp,0.0,decimal,0.0,clp,8436.0,integer,23339507784.0,clp,21581295606.0,clp,0.0,clp,1290.8389
+187-2020-05-18,real_asset_day,2020-05-18,0.000032514741721045939473349231699382964862186111128692,decimal,707988.0,clp,0.0,integer,0.0,clp,0.0,clp,1302.3872,clp,133759.2884,decimal,16802816.9511,decimal,0.0,clp,49756.4402,decimal,0.0,clp,8499.0,integer,23655458025.0,clp,21883773721.0,clp,0.0,clp,1302.3872
+187-2020-05-19,real_asset_day,2020-05-19,0.000032514735240406374619655617188237821326686369985018,decimal,710007.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.5719,clp,146647.7565,decimal,16913289.5196,decimal,0.0,clp,36175.188,decimal,0.0,clp,8530.0,integer,23707515588.0,clp,21980035796.0,clp,0.0,clp,1299.5719
+187-2020-05-20,real_asset_day,2020-05-20,0.000032514734398347906450880093859326810855215984344684,decimal,715601.0,clp,0.0,integer,0.0,clp,0.0,clp,1301.2557,clp,111872.4941,decimal,17012674.1507,decimal,0.0,clp,12487.863,decimal,0.0,clp,8571.0,integer,23840585031.0,clp,22137839211.0,clp,0.0,clp,1301.2557
+187-2020-05-21,real_asset_day,2020-05-21,0.000032514708951243490764764503016874542947397,decimal,719782.0,clp,0.0,integer,0.0,clp,0.0,clp,1301.2134,clp,0.0,decimal,17012674.1507,decimal,0.0,clp,0.0,decimal,0.0,clp,8571.0,integer,23840585031.0,clp,22137119575.0,clp,0.0,clp,1301.2134
+187-2020-05-22,real_asset_day,2020-05-22,0.000032514728208673423759401243874989476281655905293517,decimal,718661.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.1861,clp,150247.6633,decimal,17148685.0192,decimal,0.0,clp,14236.7948,decimal,0.0,clp,8636.0,integer,23939852577.0,clp,22279333210.0,clp,0.0,clp,1299.1861
+187-2020-05-23,real_asset_day,2020-05-23,0.000032514731174289386315855219448467468306546,decimal,724383.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.1439,clp,0.0,decimal,17148685.0192,decimal,0.0,clp,0.0,decimal,0.0,clp,8636.0,integer,23939852577.0,clp,22278609536.0,clp,0.0,clp,1299.1439
+187-2020-05-24,real_asset_day,2020-05-24,0.000032514712584590707207639502373054489983611,decimal,724359.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.1016,clp,0.0,decimal,17148685.0192,decimal,0.0,clp,0.0,decimal,0.0,clp,8636.0,integer,23939852577.0,clp,22277884146.0,clp,0.0,clp,1299.1016
+187-2020-05-25,real_asset_day,2020-05-25,0.000032514728937476093760961696912768089606197582599947,decimal,724244.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.8947,clp,216958.0924,decimal,17320259.3878,decimal,0.0,clp,45383.7238,decimal,0.0,clp,8723.0,integer,24172436942.0,clp,22497193121.0,clp,0.0,clp,1298.8947
+187-2020-05-26,real_asset_day,2020-05-26,0.000032514702717912358329198322223831909849142111364349,decimal,732687.0,clp,0.0,integer,0.0,clp,0.0,clp,1301.021,clp,128507.4844,decimal,17430813.8969,decimal,0.0,clp,17952.9753,decimal,0.0,clp,8754.0,integer,24366565438.0,clp,22677854927.0,clp,0.0,clp,1301.021
+187-2020-05-27,real_asset_day,2020-05-27,0.000032514700450632188126019033751145650701121639613724,decimal,745459.0,clp,0.0,integer,0.0,clp,0.0,clp,1315.3046,clp,108783.4453,decimal,17520610.2371,decimal,0.0,clp,18987.1051,decimal,0.0,clp,8795.0,integer,24753828100.0,clp,23044939240.0,clp,0.0,clp,1315.3046
+187-2020-05-28,real_asset_day,2020-05-28,0.000032514737450372723265919183473126166976938418871094,decimal,746085.0,clp,0.0,integer,0.0,clp,0.0,clp,1309.6608,clp,147924.0597,decimal,17593779.1947,decimal,0.0,clp,74755.1021,decimal,0.0,clp,8833.0,integer,24785307567.0,clp,23041882935.0,clp,0.0,clp,1309.6608
+187-2020-05-29,real_asset_day,2020-05-29,0.000032514731001524051283898651154702156911564721559766,decimal,750660.0,clp,0.0,integer,0.0,clp,0.0,clp,1312.2119,clp,202378.3304,decimal,17749344.1428,decimal,0.0,clp,46813.3823,decimal,0.0,clp,8884.0,integer,25087622559.0,clp,23290900601.0,clp,0.0,clp,1312.2119
+187-2020-05-30,real_asset_day,2020-05-30,0.00003251469987214553221743110535472483724117,decimal,757272.0,clp,0.0,integer,0.0,clp,0.0,clp,1312.1692,clp,0.0,decimal,17749344.1428,decimal,0.0,clp,0.0,decimal,0.0,clp,8884.0,integer,25087622559.0,clp,23290142704.0,clp,0.0,clp,1312.1692
+187-2020-05-31,real_asset_day,2020-05-31,0.000032514727472423269321095897507448488611338,decimal,757248.0,clp,0.0,integer,0.0,clp,0.0,clp,1312.1265,clp,0.0,decimal,17749344.1428,decimal,0.0,clp,0.0,decimal,0.0,clp,8884.0,integer,25087622559.0,clp,23289384807.0,clp,0.0,clp,1312.1265
+187-2020-06-01,real_asset_day,2020-06-01,0.000032514736119642423880003575786394781916543804952737,decimal,754853.0,clp,0.0,integer,0.0,clp,0.0,clp,1307.9762,clp,428204.3067,decimal,18012919.2408,decimal,0.0,clp,164629.2087,decimal,0.0,clp,9023.0,integer,25566754993.0,clp,23560469659.0,clp,0.0,clp,1307.9762
+187-2020-06-02,real_asset_day,2020-06-02,0.000032514704176927621845590965386498605917876034890702,decimal,762292.0,clp,0.0,integer,0.0,clp,0.0,clp,1301.5398,clp,301683.9444,decimal,18259182.1614,decimal,0.0,clp,55421.0238,decimal,0.0,clp,9088.0,integer,26677581738.0,clp,23765052299.0,clp,0.0,clp,1301.5398
+187-2020-06-03,real_asset_day,2020-06-03,0.000032514698376218108936651310225020352567191148472314,decimal,770143.0,clp,0.0,integer,0.0,clp,0.0,clp,1297.2101,clp,152065.783,decimal,18358720.5309,decimal,0.0,clp,52527.4135,decimal,0.0,clp,9142.0,integer,25797318915.0,clp,23815117696.0,clp,0.0,clp,1297.2101
+187-2020-06-04,real_asset_day,2020-06-04,0.000032514723335560613630191298305473977456619901180576,decimal,774603.0,clp,0.0,integer,0.0,clp,0.0,clp,1297.6474,clp,213090.3655,decimal,18433111.8317,decimal,0.0,clp,138699.0647,decimal,0.0,clp,9190.0,integer,26793947114.0,clp,23919679642.0,clp,0.0,clp,1297.6474
+187-2020-06-05,real_asset_day,2020-06-05,0.000032514709508000506644874569570351897972072727118839,decimal,778949.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.6622,clp,180819.0746,decimal,18571020.7457,decimal,0.0,clp,42910.1606,decimal,0.0,clp,9238.0,integer,26996746379.0,clp,24136053679.0,clp,0.0,clp,1299.6622
+187-2020-06-06,real_asset_day,2020-06-06,0.000032514699897601187303884621223941120862271,decimal,784751.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.6199,clp,0.0,decimal,18571020.7457,decimal,0.0,clp,0.0,decimal,0.0,clp,9238.0,integer,26996746379.0,clp,24135268124.0,clp,0.0,clp,1299.6199
+187-2020-06-07,real_asset_day,2020-06-07,0.000032514719855465508262626537690156060776081,decimal,784726.0,clp,0.0,integer,0.0,clp,0.0,clp,1299.5777,clp,0.0,decimal,18571020.7457,decimal,0.0,clp,0.0,decimal,0.0,clp,9238.0,integer,26996746379.0,clp,24134484427.0,clp,0.0,clp,1299.5777
+187-2020-06-08,real_asset_day,2020-06-08,0.000032514728017921078762782579372493535533375829381507,decimal,787973.0,clp,0.0,integer,0.0,clp,0.0,clp,1304.9547,clp,284246.6044,decimal,18806163.9595,decimal,0.0,clp,49103.3906,decimal,0.0,clp,9341.0,integer,26492002180.0,clp,24541192048.0,clp,0.0,clp,1304.9547
+187-2020-06-09,real_asset_day,2020-06-09,0.000032514724638687264008514849363617722152388951777382,decimal,797641.0,clp,0.0,integer,0.0,clp,0.0,clp,1304.4492,clp,159482.3795,decimal,18910213.1374,decimal,0.0,clp,55433.2016,decimal,0.0,clp,9389.0,integer,26490021900.0,clp,24667412399.0,clp,0.0,clp,1304.4492
+187-2020-06-10,real_asset_day,2020-06-10,0.000032514709939450295797366042180905249192988803998314,decimal,802096.0,clp,0.0,integer,0.0,clp,0.0,clp,1304.5179,clp,231505.0981,decimal,18928863.6943,decimal,0.0,clp,212854.5412,decimal,0.0,clp,9446.0,integer,26738132537.0,clp,24693041516.0,clp,0.0,clp,1304.5179
+187-2020-06-11,real_asset_day,2020-06-11,0.000032514732252320993061588643791202495059548335185542,decimal,793321.0,clp,0.0,integer,0.0,clp,0.0,clp,1288.9742,clp,172334.2198,decimal,19028136.8515,decimal,0.0,clp,73061.0626,decimal,0.0,clp,9502.0,integer,26585084202.0,clp,24526777476.0,clp,0.0,clp,1288.9742
+187-2020-06-12,real_asset_day,2020-06-12,0.000032514699819071851437090935954128600476202358442483,decimal,803453.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.6271,clp,155817.4648,decimal,19156536.4211,decimal,0.0,clp,27417.8952,decimal,0.0,clp,9542.0,integer,26914283503.0,clp,24877197339.0,clp,0.0,clp,1298.6271
+187-2020-06-13,real_asset_day,2020-06-13,0.00003251472720492056635429193303487734949541,decimal,808849.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.5849,clp,0.0,decimal,19156536.4211,decimal,0.0,clp,0.0,decimal,0.0,clp,9542.0,integer,26914283503.0,clp,24876388933.0,clp,0.0,clp,1298.5849
+187-2020-06-14,real_asset_day,2020-06-14,0.000032514698465915323721602648007218505063836,decimal,808822.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.5427,clp,0.0,decimal,19156536.4211,decimal,0.0,clp,0.0,decimal,0.0,clp,9542.0,integer,26914283503.0,clp,24875580527.0,clp,0.0,clp,1298.5427
+187-2020-06-15,real_asset_day,2020-06-15,0.000032514723933735952823106916053588134499296426500758,decimal,814855.0,clp,0.0,integer,0.0,clp,0.0,clp,1308.2275,clp,179963.3267,decimal,19315372.3177,decimal,0.0,clp,21127.4301,decimal,0.0,clp,9605.0,integer,27079098190.0,clp,25268901239.0,clp,0.0,clp,1308.2275
+187-2020-06-16,real_asset_day,2020-06-16,0.000032514727922858933017153786984879400862263589388139,decimal,819785.0,clp,0.0,integer,0.0,clp,0.0,clp,1305.3193,clp,135422.2686,decimal,19361168.8716,decimal,0.0,clp,89625.7147,decimal,0.0,clp,9642.0,integer,27106218799.0,clp,25272507399.0,clp,0.0,clp,1305.3193
+187-2020-06-17,real_asset_day,2020-06-17,0.0000325147175034930116048756198623443241623740327108,decimal,829627.0,clp,0.0,integer,0.0,clp,0.0,clp,1317.8662,clp,100572.6325,decimal,19402124.3394,decimal,0.0,clp,59617.1647,decimal,0.0,clp,9664.0,integer,27463817956.0,clp,25569403875.0,clp,0.0,clp,1317.8662
+187-2020-06-18,real_asset_day,2020-06-18,0.000032514725137925362852761508233682833476016849779274,decimal,839233.0,clp,0.0,integer,0.0,clp,0.0,clp,1330.311,clp,148255.7694,decimal,19521385.0793,decimal,0.0,clp,28995.0295,decimal,0.0,clp,9696.0,integer,27893361719.0,clp,25969513306.0,clp,0.0,clp,1330.311
+187-2020-06-19,real_asset_day,2020-06-19,0.000032514714614656089557756943408486709465054788421506,decimal,846572.0,clp,0.0,integer,0.0,clp,0.0,clp,1333.7466,clp,165788.3907,decimal,19633366.5181,decimal,0.0,clp,53806.9519,decimal,0.0,clp,9725.0,integer,28088841037.0,clp,26185935840.0,clp,0.0,clp,1333.7466
+187-2020-06-20,real_asset_day,2020-06-20,0.000032514732741115274627210976583016582745662,decimal,851401.0,clp,0.0,integer,0.0,clp,0.0,clp,1333.7032,clp,0.0,decimal,19633366.5181,decimal,0.0,clp,0.0,decimal,0.0,clp,9725.0,integer,28088841037.0,clp,26185083752.0,clp,0.0,clp,1333.7032
+187-2020-06-21,real_asset_day,2020-06-21,0.000032514721490588168514456510347807316894506,decimal,851373.0,clp,0.0,integer,0.0,clp,0.0,clp,1333.6598,clp,0.0,decimal,19633366.5181,decimal,0.0,clp,0.0,decimal,0.0,clp,9725.0,integer,28088841037.0,clp,26184231664.0,clp,0.0,clp,1333.6598
+187-2020-06-22,real_asset_day,2020-06-22,0.000032514704682201554304104443068371818490978643483057,decimal,854565.0,clp,0.0,integer,0.0,clp,0.0,clp,1338.6607,clp,380181.4488,decimal,19961288.5331,decimal,0.0,clp,52259.4338,decimal,0.0,clp,9834.0,integer,28633021289.0,clp,26721392481.0,clp,0.0,clp,1338.6607
+187-2020-06-23,real_asset_day,2020-06-23,0.000032514721340579039740415261482479963177512184195964,decimal,871824.0,clp,0.0,integer,0.0,clp,0.0,clp,1343.2604,clp,200063.6208,decimal,20105410.514,decimal,0.0,clp,55941.6399,decimal,0.0,clp,9885.0,integer,28965027257.0,clp,27006801769.0,clp,0.0,clp,1343.2604
+187-2020-06-24,real_asset_day,2020-06-24,0.000032514717572885532598061281171917040844744874908084,decimal,870971.0,clp,0.0,integer,0.0,clp,0.0,clp,1332.3268,clp,191471.3717,decimal,20254562.7981,decimal,0.0,clp,42319.0876,decimal,0.0,clp,9933.0,integer,32940297043.0,clp,26985696838.0,clp,0.0,clp,1332.3268
+187-2020-06-25,real_asset_day,2020-06-25,0.000032514719608407755231212812968648975278853679976305,decimal,877473.0,clp,0.0,integer,0.0,clp,0.0,clp,1332.3885,clp,194093.2539,decimal,20427190.7065,decimal,0.0,clp,21465.3455,decimal,0.0,clp,9989.0,integer,31103541162.0,clp,27216953985.0,clp,0.0,clp,1332.3885
+187-2020-06-26,real_asset_day,2020-06-26,0.000032514721235288048601493220274335039309289350857996,decimal,878781.0,clp,0.0,integer,0.0,clp,0.0,clp,1323.0979,clp,193299.5471,decimal,20603573.0642,decimal,0.0,clp,16917.1894,decimal,0.0,clp,10045.0,integer,30088186910.0,clp,27260544254.0,clp,0.0,clp,1323.0979
+187-2020-06-27,real_asset_day,2020-06-27,0.000032514716700624101487202026433184397339267,decimal,886340.0,clp,0.0,integer,0.0,clp,0.0,clp,1323.0548,clp,0.0,decimal,20603573.0642,decimal,0.0,clp,0.0,decimal,0.0,clp,10045.0,integer,30088186910.0,clp,27259656240.0,clp,0.0,clp,1323.0548
+187-2020-06-28,real_asset_day,2020-06-28,0.000032514709603580537690290729206668218958261,decimal,886311.0,clp,0.0,integer,0.0,clp,0.0,clp,1323.0118,clp,0.0,decimal,20603573.0642,decimal,0.0,clp,0.0,decimal,0.0,clp,10045.0,integer,30088186910.0,clp,27258770286.0,clp,0.0,clp,1323.0118
+187-2020-06-29,real_asset_day,2020-06-29,0.000032514702506075628173591590835429186015962,decimal,886282.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.9688,clp,0.0,decimal,20603573.0642,decimal,0.0,clp,0.0,decimal,0.0,clp,10045.0,integer,30088186910.0,clp,27257884332.0,clp,0.0,clp,1322.9688
+187-2020-06-30,real_asset_day,2020-06-30,0.000032514732295406533061635947845502550879019421786866,decimal,900092.0,clp,0.0,integer,0.0,clp,0.0,clp,1343.582,clp,547944.8908,decimal,21114370.8273,decimal,0.0,clp,37147.1277,decimal,0.0,clp,10222.0,integer,30279667676.0,clp,28368888585.0,clp,0.0,clp,1343.582
+187-2020-07-01,real_asset_day,2020-07-01,0.000032514731368611171626188568223709625327113382972666,decimal,,,0.0,integer,0.0,clp,0.0,clp,1343.9013,clp,310630.3605,decimal,21392860.0951,decimal,0.0,clp,32141.0927,decimal,0.0,clp,10308.0,integer,,,,,,,1343.9013
+187-2020-07-02,real_asset_day,2020-07-02,0.000032514706026211200854456434293469077497955766348708,decimal,930781.0,clp,0.0,integer,0.0,clp,0.0,clp,1338.1316,clp,313427.9115,decimal,21680950.7331,decimal,0.0,clp,25337.2735,decimal,0.0,clp,10394.0,integer,30954568939.0,clp,29011965294.0,clp,0.0,clp,1338.1316
+187-2020-07-03,real_asset_day,2020-07-03,0.00003251473340467999436684427638915815800870717902566,decimal,942693.0,clp,0.0,integer,0.0,clp,0.0,clp,1337.2474,clp,302792.3905,decimal,21953681.22,decimal,0.0,clp,30061.9036,decimal,0.0,clp,10474.0,integer,31285708531.0,clp,29357503132.0,clp,0.0,clp,1337.2474
+187-2020-07-04,real_asset_day,2020-07-04,0.000032514721935982932169358228736714561116074,decimal,954520.0,clp,0.0,integer,0.0,clp,0.0,clp,1337.2039,clp,0.0,decimal,21953681.22,decimal,0.0,clp,0.0,decimal,0.0,clp,10474.0,integer,31285708531.0,clp,29356548147.0,clp,0.0,clp,1337.2039
+187-2020-07-05,real_asset_day,2020-07-05,0.000032514723675744338209397344147591576436223,decimal,954489.0,clp,0.0,integer,0.0,clp,0.0,clp,1337.1604,clp,0.0,decimal,21953681.22,decimal,0.0,clp,0.0,decimal,0.0,clp,10474.0,integer,31285708531.0,clp,29355593162.0,clp,0.0,clp,1337.1604
+187-2020-07-06,real_asset_day,2020-07-06,0.000032514708996047673159248652418819269233847622948815,decimal,960475.0,clp,0.0,integer,0.0,clp,0.0,clp,1345.5469,clp,446452.2554,decimal,22360314.9565,decimal,0.0,clp,39818.5189,decimal,0.0,clp,10673.0,integer,32044475742.0,clp,30086852473.0,clp,0.0,clp,1345.5469
+187-2020-07-07,real_asset_day,2020-07-07,0.000032514711969650821914872086469475102507173777090514,decimal,972708.0,clp,0.0,integer,0.0,clp,0.0,clp,1337.9031,clp,261575.2809,decimal,22579565.2589,decimal,0.0,clp,42324.9785,decimal,0.0,clp,10777.0,integer,32192795567.0,clp,30209270357.0,clp,0.0,clp,1337.9031
+187-2020-07-08,real_asset_day,2020-07-08,0.000032514731794534820218995534195161961580324825569589,decimal,983896.0,clp,0.0,integer,0.0,clp,0.0,clp,1340.1501,clp,254533.1699,decimal,22815501.0858,decimal,0.0,clp,18597.343,decimal,0.0,clp,10859.0,integer,32551829232.0,clp,30576196062.0,clp,0.0,clp,1340.1501
+187-2020-07-09,real_asset_day,2020-07-09,0.000032514713789272610416813020670743052447137933650983,decimal,993148.0,clp,0.0,integer,0.0,clp,0.0,clp,1338.764,clp,211385.774,decimal,22991141.8651,decimal,0.0,clp,35744.9947,decimal,0.0,clp,10937.0,integer,34946859858.0,clp,30779713048.0,clp,0.0,clp,1338.764
+187-2020-07-10,real_asset_day,2020-07-10,0.000032514715698596131381909230107190771754973480409342,decimal,1007788.0,clp,0.0,integer,0.0,clp,0.0,clp,1348.1204,clp,199163.1601,decimal,23155860.6639,decimal,0.0,clp,34444.3613,decimal,0.0,clp,11016.0,integer,34330477215.0,clp,31216888141.0,clp,0.0,clp,1348.1204
+187-2020-07-11,real_asset_day,2020-07-11,0.000032514709602567349719785966169836882989347,decimal,1014975.0,clp,0.0,integer,0.0,clp,0.0,clp,1348.0765,clp,0.0,decimal,23155860.6639,decimal,0.0,clp,0.0,decimal,0.0,clp,11016.0,integer,34330477215.0,clp,31215871598.0,clp,0.0,clp,1348.0765
+187-2020-07-12,real_asset_day,2020-07-12,0.00003251470887419180868906902785639292332564,decimal,1014942.0,clp,0.0,integer,0.0,clp,0.0,clp,1348.0327,clp,0.0,decimal,23155860.6639,decimal,0.0,clp,0.0,decimal,0.0,clp,11016.0,integer,34330477215.0,clp,31214857372.0,clp,0.0,clp,1348.0327
+187-2020-07-13,real_asset_day,2020-07-13,0.000032514701394874092393367795504099829682000624220889,decimal,1005189.0,clp,0.0,integer,0.0,clp,0.0,clp,1335.0792,clp,405175.0658,decimal,23513499.0945,decimal,0.0,clp,47536.6352,decimal,0.0,clp,11231.0,integer,33422106680.0,clp,31392383560.0,clp,0.0,clp,1335.0792
+187-2020-07-14,real_asset_day,2020-07-14,0.00003251471851531523127805665794346438683689877896219,decimal,1025119.0,clp,0.0,integer,0.0,clp,0.0,clp,1340.8402,clp,199208.4575,decimal,23653555.7659,decimal,0.0,clp,59151.7861,decimal,0.0,clp,11298.0,integer,37006939165.0,clp,31715638444.0,clp,0.0,clp,1340.8402
+187-2020-07-15,real_asset_day,2020-07-15,0.000032514733012879032298459745716684948107584495919924,decimal,1034445.0,clp,0.0,integer,0.0,clp,0.0,clp,1345.0263,clp,165515.0648,decimal,23792881.8316,decimal,0.0,clp,26188.9991,decimal,0.0,clp,11371.0,integer,35681405560.0,clp,32002051816.0,clp,0.0,clp,1345.0263
+187-2020-07-16,real_asset_day,2020-07-16,0.000032514721653849998531048021181948326534469,decimal,1040504.0,clp,0.0,integer,0.0,clp,0.0,clp,1344.9826,clp,0.0,decimal,23792881.8316,decimal,0.0,clp,0.0,decimal,0.0,clp,11371.0,integer,34083052586.0,clp,32001012067.0,clp,0.0,clp,1344.9826
+187-2020-07-17,real_asset_day,2020-07-17,0.000032514731056048831228992152159434376566282962138012,decimal,1038268.0,clp,0.0,integer,0.0,clp,0.0,clp,1342.0919,clp,305343.9521,decimal,23999406.9781,decimal,0.0,clp,98818.8056,decimal,0.0,clp,11551.0,integer,34341104830.0,clp,32209409710.0,clp,0.0,clp,1342.0919
+187-2020-07-18,real_asset_day,2020-07-18,0.000032514722622663349850630857898243128537464,decimal,1047246.0,clp,0.0,integer,0.0,clp,0.0,clp,1342.0483,clp,0.0,decimal,23999406.9781,decimal,0.0,clp,0.0,decimal,0.0,clp,11551.0,integer,34341104830.0,clp,32208363336.0,clp,0.0,clp,1342.0483
+187-2020-07-19,real_asset_day,2020-07-19,0.000032514723323136773121436888971987383517091,decimal,1047212.0,clp,0.0,integer,0.0,clp,0.0,clp,1342.0047,clp,0.0,decimal,23999406.9781,decimal,0.0,clp,0.0,decimal,0.0,clp,11551.0,integer,34341104830.0,clp,32207316962.0,clp,0.0,clp,1342.0047
+187-2020-07-20,real_asset_day,2020-07-20,0.000032514714976191333205498552685506504033936638470437,decimal,1054875.0,clp,0.0,integer,0.0,clp,0.0,clp,1351.8252,clp,291679.5161,decimal,24144275.0092,decimal,0.0,clp,146811.485,decimal,0.0,clp,11712.0,integer,34919784867.0,clp,32638839393.0,clp,0.0,clp,1351.8252
+187-2020-07-21,real_asset_day,2020-07-21,0.000032514722709785246505083897918013372137574070449333,decimal,1052175.0,clp,0.0,integer,0.0,clp,0.0,clp,1340.2745,clp,213087.3548,decimal,24331224.7515,decimal,0.0,clp,26137.6125,decimal,0.0,clp,11803.0,integer,35813527318.0,clp,32610520088.0,clp,0.0,clp,1340.2745
+187-2020-07-22,real_asset_day,2020-07-22,0.000032514709552409434913087058411268237159472786396553,decimal,1057918.0,clp,0.0,integer,0.0,clp,0.0,clp,1337.2363,clp,246169.5223,decimal,24488688.0819,decimal,0.0,clp,88706.1919,decimal,0.0,clp,11890.0,integer,36473191863.0,clp,32747162642.0,clp,0.0,clp,1337.2363
+187-2020-07-23,real_asset_day,2020-07-23,0.000032514726690132008552480674032162846405418694106448,decimal,1053016.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.4807,clp,220536.9143,decimal,24614768.9918,decimal,0.0,clp,94456.0044,decimal,0.0,clp,11969.0,integer,35915106340.0,clp,32552556927.0,clp,0.0,clp,1322.4807
+187-2020-07-24,real_asset_day,2020-07-24,0.000032514731726246274873199258762443431345766390276883,decimal,1055318.0,clp,0.0,integer,0.0,clp,0.0,clp,1318.5828,clp,252378.2208,decimal,24802710.0834,decimal,0.0,clp,64437.1292,decimal,0.0,clp,12044.0,integer,34955214855.0,clp,32704426909.0,clp,0.0,clp,1318.5828
+187-2020-07-25,real_asset_day,2020-07-25,0.00003251472957473427598229738787878690826402,decimal,1063341.0,clp,0.0,integer,0.0,clp,0.0,clp,1318.5399,clp,0.0,decimal,24802710.0834,decimal,0.0,clp,0.0,decimal,0.0,clp,12044.0,integer,34955214855.0,clp,32703362873.0,clp,0.0,clp,1318.5399
+187-2020-07-26,real_asset_day,2020-07-26,0.000032514717246634522887868746803477202901447,decimal,1063306.0,clp,0.0,integer,0.0,clp,0.0,clp,1318.497,clp,0.0,decimal,24802710.0834,decimal,0.0,clp,0.0,decimal,0.0,clp,12044.0,integer,34955214855.0,clp,32702298837.0,clp,0.0,clp,1318.497
+187-2020-07-27,real_asset_day,2020-07-27,0.000032514727871034721478714945043634490553712255967034,decimal,1074115.0,clp,0.0,integer,0.0,clp,0.0,clp,1331.8997,clp,505481.1422,decimal,25272305.1226,decimal,0.0,clp,35886.103,decimal,0.0,clp,12312.0,integer,35893355354.0,clp,33660175611.0,clp,0.0,clp,1331.8997
+187-2020-07-28,real_asset_day,2020-07-28,0.000032514723737034538848091304913390537060137538070515,decimal,1085810.0,clp,0.0,integer,0.0,clp,0.0,clp,1321.3836,clp,274634.8269,decimal,25507387.954,decimal,0.0,clp,39551.9955,decimal,0.0,clp,12419.0,integer,38493931878.0,clp,33705044121.0,clp,0.0,clp,1321.3836
+187-2020-07-29,real_asset_day,2020-07-29,0.000032514717733152473791008620728736744566270073582511,decimal,1097111.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.8317,clp,193671.8573,decimal,25619817.0091,decimal,0.0,clp,81242.8022,decimal,0.0,clp,12520.0,integer,37388782024.0,clp,33890706088.0,clp,0.0,clp,1322.8317
+187-2020-07-30,real_asset_day,2020-07-30,0.000032514724695654233037013886288690158342260253533918,decimal,1100109.0,clp,0.0,integer,0.0,clp,0.0,clp,1320.6253,clp,237362.0238,decimal,25803396.0927,decimal,0.0,clp,53782.9402,decimal,0.0,clp,12631.0,integer,36306929728.0,clp,34076617706.0,clp,0.0,clp,1320.6253
+187-2020-07-31,real_asset_day,2020-07-31,0.000032514707381389296003602614427074232178349674278485,decimal,1115617.0,clp,0.0,integer,0.0,clp,0.0,clp,1329.7145,clp,260513.6364,decimal,26043207.4941,decimal,0.0,clp,20702.235,decimal,0.0,clp,12761.0,integer,36869516840.0,clp,34630030631.0,clp,0.0,clp,1329.7145
+187-2020-08-01,real_asset_day,2020-08-01,0.000032514717583403493484986695822113716309825,decimal,1125949.0,clp,0.0,integer,0.0,clp,0.0,clp,1329.6712,clp,0.0,decimal,26043207.4941,decimal,0.0,clp,0.0,decimal,0.0,clp,12761.0,integer,36869516840.0,clp,34628902961.0,clp,0.0,clp,1329.6712
+187-2020-08-02,real_asset_day,2020-08-02,0.000032514705490099849373834614326869864957786,decimal,1125912.0,clp,0.0,integer,0.0,clp,0.0,clp,1329.628,clp,0.0,decimal,26043207.4941,decimal,0.0,clp,0.0,decimal,0.0,clp,12761.0,integer,36869516840.0,clp,34627777894.0,clp,0.0,clp,1329.628
+187-2020-08-03,real_asset_day,2020-08-03,0.000032514715216625833259000215993558202595641553514927,decimal,1138117.0,clp,0.0,integer,0.0,clp,0.0,clp,1344.0409,clp,715063.6116,decimal,26720408.2124,decimal,0.0,clp,37862.8933,decimal,0.0,clp,13151.0,integer,38153324487.0,clp,35913321502.0,clp,0.0,clp,1344.0409
+187-2020-08-04,real_asset_day,2020-08-04,0.000032514708880662602336165165460271006139586814711562,decimal,1175797.0,clp,0.0,integer,0.0,clp,0.0,clp,1353.3477,clp,327874.4063,decimal,26997102.3337,decimal,0.0,clp,51180.285,decimal,0.0,clp,13263.0,integer,38800183651.0,clp,36536466350.0,clp,0.0,clp,1353.3477
+187-2020-08-05,real_asset_day,2020-08-05,0.000032514726366932905128398610814061796122763778389395,decimal,1196684.0,clp,0.0,integer,0.0,clp,0.0,clp,1363.2711,clp,346183.4418,decimal,27317727.9727,decimal,0.0,clp,25557.8028,decimal,0.0,clp,13381.0,integer,42843240614.0,clp,37241469063.0,clp,0.0,clp,1363.2711
+187-2020-08-06,real_asset_day,2020-08-06,0.000032514706291608890595528131971059058255602751826796,decimal,1217563.0,clp,0.0,integer,0.0,clp,0.0,clp,1370.7777,clp,321644.4797,decimal,27617289.0764,decimal,0.0,clp,22083.376,decimal,0.0,clp,13514.0,integer,41811396204.0,clp,37857164000.0,clp,0.0,clp,1370.7777
+187-2020-08-07,real_asset_day,2020-08-07,0.000032514725208029291344271725459526239849615075455001,decimal,1231019.0,clp,0.0,integer,0.0,clp,0.0,clp,1370.8932,clp,553264.9866,decimal,27998089.7636,decimal,0.0,clp,172464.2994,decimal,0.0,clp,13670.0,integer,40900124539.0,clp,38382390870.0,clp,0.0,clp,1370.8932
+187-2020-08-08,real_asset_day,2020-08-08,0.000032514717643373372404529476410522937445919,decimal,1247952.0,clp,0.0,integer,0.0,clp,0.0,clp,1370.8486,clp,0.0,decimal,27998089.7636,decimal,0.0,clp,0.0,decimal,0.0,clp,13670.0,integer,40900124539.0,clp,38381142155.0,clp,0.0,clp,1370.8486
+187-2020-08-09,real_asset_day,2020-08-09,0.000032514707263345648309335170473052777709849,decimal,1247911.0,clp,0.0,integer,0.0,clp,0.0,clp,1370.804,clp,0.0,decimal,27998089.7636,decimal,0.0,clp,0.0,decimal,0.0,clp,13670.0,integer,40900124539.0,clp,38379893440.0,clp,0.0,clp,1370.804
+187-2020-08-10,real_asset_day,2020-08-10,0.000032514720568169315270074430441560851992524086443544,decimal,1257927.0,clp,0.0,integer,0.0,clp,0.0,clp,1381.8058,clp,783587.921,decimal,28689735.7746,decimal,0.0,clp,91941.91,decimal,0.0,clp,14095.0,integer,42312995263.0,clp,39643643294.0,clp,0.0,clp,1381.8058
+187-2020-08-11,real_asset_day,2020-08-11,0.000032514730090215697364884778808751358376059668725059,decimal,1278236.0,clp,0.0,integer,0.0,clp,0.0,clp,1370.2643,clp,536549.4712,decimal,29148176.7809,decimal,0.0,clp,78108.4649,decimal,0.0,clp,14294.0,integer,42707465866.0,clp,39940706053.0,clp,0.0,clp,1370.2643
+187-2020-08-12,real_asset_day,2020-08-12,0.000032514711882847425242802498560326187844487661755973,decimal,1311067.0,clp,0.0,integer,0.0,clp,0.0,clp,1383.3548,clp,494202.3938,decimal,29584319.127,decimal,0.0,clp,58060.0477,decimal,0.0,clp,14535.0,integer,43586989285.0,clp,40925609869.0,clp,0.0,clp,1383.3548
+187-2020-08-13,real_asset_day,2020-08-13,0.00003251471733386689976902245658547746487424175281714,decimal,1331014.0,clp,0.0,integer,0.0,clp,0.0,clp,1383.6972,clp,510655.8409,decimal,30029082.5766,decimal,0.0,clp,65892.3913,decimal,0.0,clp,14773.0,integer,48145196863.0,clp,41551157480.0,clp,0.0,clp,1383.6972
+187-2020-08-14,real_asset_day,2020-08-14,0.000032514715925212830919821947201604999168235323762629,decimal,1353219.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.9452,clp,666918.475,decimal,30649363.8781,decimal,0.0,clp,46637.1735,decimal,0.0,clp,15038.0,integer,47146214634.0,clp,42478338750.0,clp,0.0,clp,1385.9452
+187-2020-08-15,real_asset_day,2020-08-15,0.000032514711857252052106442086448258483682495,decimal,1381126.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.9001,clp,0.0,decimal,30649363.8781,decimal,0.0,clp,0.0,decimal,0.0,clp,15038.0,integer,47146214634.0,clp,42476956464.0,clp,0.0,clp,1385.9001
+187-2020-08-16,real_asset_day,2020-08-16,0.000032514708208235537650424381253191680874108,decimal,1381081.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.8551,clp,0.0,decimal,30649363.8781,decimal,0.0,clp,0.0,decimal,0.0,clp,15038.0,integer,47146214634.0,clp,42475577242.0,clp,0.0,clp,1385.8551
+187-2020-08-17,real_asset_day,2020-08-17,0.000032514723719679042547055995007879790619250672419662,decimal,1395565.0,clp,0.0,integer,0.0,clp,0.0,clp,1400.3885,clp,973181.2199,decimal,31529591.5534,decimal,0.0,clp,92953.5446,decimal,0.0,clp,15547.0,integer,46995350048.0,clp,44153677421.0,clp,0.0,clp,1400.3885
+187-2020-08-18,real_asset_day,2020-08-18,0.000032514711555766274290616269944616152039890190030321,decimal,1431992.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.8261,clp,596087.6716,decimal,32085724.1085,decimal,0.0,clp,39955.1165,decimal,0.0,clp,15773.0,integer,53362840498.0,clp,44818176872.0,clp,0.0,clp,1396.8261
+187-2020-08-19,real_asset_day,2020-08-19,0.000032514716343138860517391389130456036025396892247429,decimal,1441931.0,clp,0.0,integer,0.0,clp,0.0,clp,1382.142,clp,643157.6804,decimal,32540057.2875,decimal,0.0,clp,188824.5014,decimal,0.0,clp,16020.0,integer,50794319427.0,clp,44974979859.0,clp,0.0,clp,1382.142
+187-2020-08-20,real_asset_day,2020-08-20,0.000032514721476412076615882664100511730819262027704211,decimal,1469466.0,clp,0.0,integer,0.0,clp,0.0,clp,1388.8687,clp,500659.1915,decimal,32965189.4428,decimal,0.0,clp,75527.0362,decimal,0.0,clp,16265.0,integer,48799509173.0,clp,45784319807.0,clp,0.0,clp,1388.8687
+187-2020-08-21,real_asset_day,2020-08-21,0.000032514708293145138429991207216569150267530276688716,decimal,1499070.0,clp,0.0,integer,0.0,clp,0.0,clp,1398.5773,clp,538795.9012,decimal,33474586.2088,decimal,0.0,clp,29399.1352,decimal,0.0,clp,16436.0,integer,49890569028.0,clp,46816796399.0,clp,0.0,clp,1398.5773
+187-2020-08-22,real_asset_day,2020-08-22,0.000032514709250611732597680708979468810558085,decimal,1522185.0,clp,0.0,integer,0.0,clp,0.0,clp,1398.5318,clp,0.0,decimal,33474586.2088,decimal,0.0,clp,0.0,decimal,0.0,clp,16436.0,integer,49890569028.0,clp,46815273305.0,clp,0.0,clp,1398.5318
+187-2020-08-23,real_asset_day,2020-08-23,0.0000325147180962883403980624607790596157609,decimal,1522136.0,clp,0.0,integer,0.0,clp,0.0,clp,1398.4864,clp,0.0,decimal,33474586.2088,decimal,0.0,clp,0.0,decimal,0.0,clp,16436.0,integer,49890569028.0,clp,46813753559.0,clp,0.0,clp,1398.4864
+187-2020-08-24,real_asset_day,2020-08-24,0.000032514717326630629418940659170604988639486824655085,decimal,1522017.0,clp,0.0,integer,0.0,clp,0.0,clp,1398.3771,clp,961423.1649,decimal,34314226.17,decimal,0.0,clp,121783.2037,decimal,0.0,clp,16846.0,integer,51110004098.0,clp,47984228080.0,clp,0.0,clp,1398.3771
+187-2020-08-25,real_asset_day,2020-08-25,0.000032514715681111016931599795896866477590325060975052,decimal,1563913.0,clp,0.0,integer,0.0,clp,0.0,clp,1401.7108,clp,446962.7424,decimal,34692501.8627,decimal,0.0,clp,68687.0497,decimal,0.0,clp,17073.0,integer,56538160818.0,clp,48628854540.0,clp,0.0,clp,1401.7108
+187-2020-08-26,real_asset_day,2020-08-26,0.000032514720465338136629467240496923851960141042498919,decimal,1597030.0,clp,0.0,integer,0.0,clp,0.0,clp,1415.7854,clp,534115.83,decimal,35136828.0035,decimal,0.0,clp,89789.6892,decimal,0.0,clp,17244.0,integer,55440032318.0,clp,49746208090.0,clp,0.0,clp,1415.7854
+187-2020-08-27,real_asset_day,2020-08-27,0.000032514726686379778200706245354221655742286342276584,decimal,1611633.0,clp,0.0,integer,0.0,clp,0.0,clp,1410.6637,clp,636347.8174,decimal,35707375.8149,decimal,0.0,clp,65800.006,decimal,0.0,clp,17462.0,integer,53625114920.0,clp,50371098884.0,clp,0.0,clp,1410.6637
+187-2020-08-28,real_asset_day,2020-08-28,0.000032514723769391894134712501351062056639642121040532,decimal,1640521.0,clp,0.0,integer,0.0,clp,0.0,clp,1413.0053,clp,634955.7365,decimal,36290556.808,decimal,0.0,clp,51774.7434,decimal,0.0,clp,17709.0,integer,54564947857.0,clp,51278749110.0,clp,0.0,clp,1413.0053
+187-2020-08-29,real_asset_day,2020-08-29,0.000032514722139477693887918142673238111927375,decimal,1667260.0,clp,0.0,integer,0.0,clp,0.0,clp,1412.9593,clp,0.0,decimal,36290556.808,decimal,0.0,clp,0.0,decimal,0.0,clp,17709.0,integer,54564947857.0,clp,51277079744.0,clp,0.0,clp,1412.9593
+187-2020-08-30,real_asset_day,2020-08-30,0.000032514725278910413537521649366640871089477,decimal,1667206.0,clp,0.0,integer,0.0,clp,0.0,clp,1412.9134,clp,0.0,decimal,36290556.808,decimal,0.0,clp,0.0,decimal,0.0,clp,17709.0,integer,54564947857.0,clp,51275414007.0,clp,0.0,clp,1412.9134
+187-2020-08-31,real_asset_day,2020-08-31,0.000032514714518917167353628919477314431545387702234782,decimal,1667015.0,clp,0.0,integer,0.0,clp,0.0,clp,1412.752,clp,1293272.2744,decimal,37436802.3338,decimal,0.0,clp,147026.7486,decimal,0.0,clp,18273.0,integer,56342579506.0,clp,52888917371.0,clp,0.0,clp,1412.752
+187-2020-09-01,real_asset_day,2020-09-01,0.000032514711075349341871734144666695481716407280758462,decimal,1726685.0,clp,0.0,integer,0.0,clp,0.0,clp,1418.5168,clp,845997.7333,decimal,38188049.953,decimal,0.0,clp,94750.1141,decimal,0.0,clp,18517.0,integer,65337623988.0,clp,54170388824.0,clp,0.0,clp,1418.5168
+187-2020-09-02,real_asset_day,2020-09-02,0.000032514709763490743411972438797906280107020772895893,decimal,1773936.0,clp,0.0,integer,0.0,clp,0.0,clp,1428.6656,clp,823415.6005,decimal,38895946.4124,decimal,0.0,clp,115519.1411,decimal,0.0,clp,18715.0,integer,59314116310.0,clp,55569300102.0,clp,0.0,clp,1428.6656
+187-2020-09-03,real_asset_day,2020-09-03,0.000032514700635130471247747255771693841496923635884657,decimal,1765412.0,clp,0.0,integer,0.0,clp,0.0,clp,1395.9246,clp,984383.0564,decimal,39746797.5341,decimal,0.0,clp,133531.9347,decimal,0.0,clp,18936.0,integer,59159800504.0,clp,55483533769.0,clp,0.0,clp,1395.9246
+187-2020-09-04,real_asset_day,2020-09-04,0.000032514709084703564210522740610485034892172881863051,decimal,1790350.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.3386,clp,642606.0774,decimal,40172319.8592,decimal,0.0,clp,217083.7523,decimal,0.0,clp,19157.0,integer,59495719188.0,clp,55652264103.0,clp,0.0,clp,1385.3386
+187-2020-09-05,real_asset_day,2020-09-05,0.000032514702917392490962999930402455385007574,decimal,1809458.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.2935,clp,0.0,decimal,40172319.8592,decimal,0.0,clp,0.0,decimal,0.0,clp,19157.0,integer,59495719188.0,clp,55650454645.0,clp,0.0,clp,1385.2935
+187-2020-09-06,real_asset_day,2020-09-06,0.000032514717870199609025540438383407046048745,decimal,,,0.0,integer,0.0,clp,0.0,clp,1385.2485,clp,0.0,decimal,40172319.8592,decimal,0.0,clp,0.0,decimal,0.0,clp,19157.0,integer,,,,,,,1385.2485
+187-2020-09-07,real_asset_day,2020-09-07,0.00003251470554431785403217994370578923641406002394625,decimal,1808429.0,clp,0.0,integer,0.0,clp,0.0,clp,1384.5056,clp,784394.8217,decimal,40771136.0322,decimal,0.0,clp,185578.6487,decimal,0.0,clp,19472.0,integer,60438475630.0,clp,56447867275.0,clp,0.0,clp,1384.5056
+187-2020-09-08,real_asset_day,2020-09-08,0.000032514709020463648287686158655059721302984301154196,decimal,1806331.0,clp,0.0,integer,0.0,clp,0.0,clp,1362.5883,clp,477467.0666,decimal,41155448.939,decimal,0.0,clp,93154.1598,decimal,0.0,clp,19630.0,integer,64727081096.0,clp,56077932611.0,clp,0.0,clp,1362.5883
+187-2020-09-09,real_asset_day,2020-09-09,0.000032514713900594818284735506348543231889110788591453,decimal,1834724.0,clp,0.0,integer,0.0,clp,0.0,clp,1371.0821,clp,672211.577,decimal,41595321.7554,decimal,0.0,clp,232338.7606,decimal,0.0,clp,19726.0,integer,63343442459.0,clp,57030601172.0,clp,0.0,clp,1371.0821
+187-2020-09-10,real_asset_day,2020-09-10,0.000032514706042032547713074097690188107800035950700613,decimal,1835916.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.4645,clp,489924.9504,decimal,42020262.4763,decimal,0.0,clp,64984.2295,decimal,0.0,clp,19822.0,integer,60852905911.0,clp,57041015343.0,clp,0.0,clp,1357.4645
+187-2020-09-11,real_asset_day,2020-09-11,0.000032514705143991636877123044224549578954799070853603,decimal,1855018.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.7179,clp,319961.9787,decimal,42227957.7876,decimal,0.0,clp,112266.6674,decimal,0.0,clp,19898.0,integer,61229702755.0,clp,57333654629.0,clp,0.0,clp,1357.7179
+187-2020-09-12,real_asset_day,2020-09-12,0.000032514717989401893248409819217196441153632,decimal,1864127.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.6738,clp,0.0,decimal,42227957.7876,decimal,0.0,clp,0.0,decimal,0.0,clp,19898.0,integer,61229702755.0,clp,57331790502.0,clp,0.0,clp,1357.6738
+187-2020-09-13,real_asset_day,2020-09-13,0.000032514711179351355273035048064717876031848,decimal,1864066.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.6296,clp,0.0,decimal,42227957.7876,decimal,0.0,clp,0.0,decimal,0.0,clp,19898.0,integer,61229702755.0,clp,57329926436.0,clp,0.0,clp,1357.6296
+187-2020-09-14,real_asset_day,2020-09-14,0.000032514713337512692280717190471562530229714526939812,decimal,1879710.0,clp,0.0,integer,0.0,clp,0.0,clp,1369.0233,clp,481874.64,decimal,42571193.9079,decimal,0.0,clp,138638.5197,decimal,0.0,clp,20106.0,integer,62118133316.0,clp,58280956904.0,clp,0.0,clp,1369.0233
+187-2020-09-15,real_asset_day,2020-09-15,0.000032514710505388383432501233297601344012788797679243,decimal,1897610.0,clp,0.0,integer,0.0,clp,0.0,clp,1370.9172,clp,320646.8213,decimal,42838138.4573,decimal,0.0,clp,53702.2719,decimal,0.0,clp,20221.0,integer,67839169909.0,clp,58727542616.0,clp,0.0,clp,1370.9172
+187-2020-09-16,real_asset_day,2020-09-16,0.000032514707052633008599213480521810704053515019000614,decimal,1902272.0,clp,0.0,integer,0.0,clp,0.0,clp,1365.7216,clp,346822.0158,decimal,43134530.9252,decimal,0.0,clp,50429.5479,decimal,0.0,clp,20319.0,integer,68813872121.0,clp,58909760805.0,clp,0.0,clp,1365.7216
+187-2020-09-17,real_asset_day,2020-09-17,0.00003251470577898387236292241367712575258287789207335,decimal,1910016.0,clp,0.0,integer,0.0,clp,0.0,clp,1361.8588,clp,374551.1536,decimal,43433707.452,decimal,0.0,clp,75374.6268,decimal,0.0,clp,20424.0,integer,62880734599.0,clp,59150578842.0,clp,0.0,clp,1361.8588
+187-2020-09-18,real_asset_day,2020-09-18,0.000032514703490013003049717107601708509302618,decimal,1923201.0,clp,0.0,integer,0.0,clp,0.0,clp,1361.8146,clp,0.0,decimal,43433707.452,decimal,0.0,clp,0.0,decimal,0.0,clp,20424.0,integer,62880734599.0,clp,59148655641.0,clp,0.0,clp,1361.8146
+187-2020-09-19,real_asset_day,2020-09-19,0.000032514712455755194508648294493405927555055,decimal,1923139.0,clp,0.0,integer,0.0,clp,0.0,clp,1361.7703,clp,0.0,decimal,43433707.452,decimal,0.0,clp,0.0,decimal,0.0,clp,20424.0,integer,62880734599.0,clp,59146732502.0,clp,0.0,clp,1361.7703
+187-2020-09-20,real_asset_day,2020-09-20,0.000032514704479791893344497121213870626632527,decimal,1923076.0,clp,0.0,integer,0.0,clp,0.0,clp,1361.726,clp,0.0,decimal,43433707.452,decimal,0.0,clp,0.0,decimal,0.0,clp,20424.0,integer,62880734599.0,clp,59144809426.0,clp,0.0,clp,1361.726
+187-2020-09-21,real_asset_day,2020-09-21,0.000032514715047430411474996948058010857149617396088313,decimal,1926623.0,clp,0.0,integer,0.0,clp,0.0,clp,1364.2372,clp,397088.2896,decimal,43628773.4299,decimal,0.0,clp,202022.3117,decimal,0.0,clp,20577.0,integer,63546088781.0,clp,59519995536.0,clp,0.0,clp,1364.2372
+187-2020-09-22,real_asset_day,2020-09-22,0.000032514703106489219214249578965120525934446896797007,decimal,1948075.0,clp,0.0,integer,0.0,clp,0.0,clp,1373.2603,clp,248221.1232,decimal,43765271.4086,decimal,0.0,clp,111723.1445,decimal,0.0,clp,20654.0,integer,64256461180.0,clp,60101111348.0,clp,0.0,clp,1373.2603
+187-2020-09-23,real_asset_day,2020-09-23,0.000032514715963177142075504685171228081436097076135023,decimal,1938695.0,clp,0.0,integer,0.0,clp,0.0,clp,1362.3851,clp,378002.169,decimal,44086280.3581,decimal,0.0,clp,56993.2195,decimal,0.0,clp,20746.0,integer,64167764486.0,clp,60062493453.0,clp,0.0,clp,1362.3851
+187-2020-09-24,real_asset_day,2020-09-24,0.000032514704162018265125174340921485941803931121434649,decimal,1966224.0,clp,0.0,integer,0.0,clp,0.0,clp,1371.6703,clp,201549.2249,decimal,44193678.627,decimal,0.0,clp,94150.956,decimal,0.0,clp,20824.0,integer,64612288881.0,clp,60619155393.0,clp,0.0,clp,1371.6703
+187-2020-09-25,real_asset_day,2020-09-25,0.000032514715937119170115989457748139521682555873183894,decimal,1986494.0,clp,0.0,integer,0.0,clp,0.0,clp,1382.4427,clp,214316.7463,decimal,44350483.9337,decimal,0.0,clp,57511.4396,decimal,0.0,clp,20902.0,integer,65286363081.0,clp,61312002858.0,clp,0.0,clp,1382.4427
+187-2020-09-26,real_asset_day,2020-09-26,0.000032514707143688342604137302733452341501934,decimal,1993477.0,clp,0.0,integer,0.0,clp,0.0,clp,1382.3978,clp,0.0,decimal,44350483.9337,decimal,0.0,clp,0.0,decimal,0.0,clp,20902.0,integer,65286363081.0,clp,61310009381.0,clp,0.0,clp,1382.3978
+187-2020-09-27,real_asset_day,2020-09-27,0.000032514704129521265669650103108199638956742,decimal,1993412.0,clp,0.0,integer,0.0,clp,0.0,clp,1382.3528,clp,0.0,decimal,44350483.9337,decimal,0.0,clp,0.0,decimal,0.0,clp,20902.0,integer,65286363081.0,clp,61308015969.0,clp,0.0,clp,1382.3528
+187-2020-09-28,real_asset_day,2020-09-28,0.000032514703200135166135750395515076269359608946532065,decimal,2006610.0,clp,0.0,integer,0.0,clp,0.0,clp,1391.5051,clp,536158.8002,decimal,44803116.0013,decimal,0.0,clp,83526.7326,decimal,0.0,clp,21059.0,integer,66424109083.0,clp,62343766224.0,clp,0.0,clp,1391.5051
+187-2020-09-29,real_asset_day,2020-09-29,0.000032514709913968910842704250001044605283910582972792,decimal,2025917.0,clp,0.0,integer,0.0,clp,0.0,clp,1390.7003,clp,397019.2598,decimal,45039649.622,decimal,0.0,clp,160485.6391,decimal,0.0,clp,21160.0,integer,66858401834.0,clp,62636653808.0,clp,0.0,clp,1390.7003
+187-2020-09-30,real_asset_day,2020-09-30,0.000032514704414221821310443741651210682630215634603988,decimal,2044500.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.0864,clp,479317.3078,decimal,45416396.2947,decimal,0.0,clp,102570.6351,decimal,0.0,clp,21293.0,integer,67741329832.0,clp,63405213908.0,clp,0.0,clp,1396.0864
+187-2020-10-01,real_asset_day,2020-10-01,0.000032514703804761345115244437460930207693156102813261,decimal,2071875.0,clp,0.0,integer,0.0,clp,0.0,clp,1403.0433,clp,542818.7085,decimal,45878877.8643,decimal,0.0,clp,80337.1389,decimal,0.0,clp,21430.0,integer,72175261929.0,clp,64370052632.0,clp,0.0,clp,1403.0433
+187-2020-10-02,real_asset_day,2020-10-02,0.000032514713069465322050265725717894541719124321546549,decimal,2081701.0,clp,0.0,integer,0.0,clp,0.0,clp,1395.4865,clp,551024.9124,decimal,46309854.1807,decimal,0.0,clp,120048.596,decimal,0.0,clp,21569.0,integer,68984036719.0,clp,64624776091.0,clp,0.0,clp,1395.4865
+187-2020-10-03,real_asset_day,2020-10-03,0.000032514717212710980621476364453857834761935,decimal,2101188.0,clp,0.0,integer,0.0,clp,0.0,clp,1395.4411,clp,0.0,decimal,46309854.1807,decimal,0.0,clp,0.0,decimal,0.0,clp,21569.0,integer,68984036719.0,clp,64622674903.0,clp,0.0,clp,1395.4411
+187-2020-10-04,real_asset_day,2020-10-04,0.000032514706647811216222363216767936088309494,decimal,2101119.0,clp,0.0,integer,0.0,clp,0.0,clp,1395.3958,clp,0.0,decimal,46309854.1807,decimal,0.0,clp,0.0,decimal,0.0,clp,21569.0,integer,68984036719.0,clp,64620573784.0,clp,0.0,clp,1395.3958
+187-2020-10-05,real_asset_day,2020-10-05,0.000032514710071320523672324515653571318845031904935787,decimal,2129549.0,clp,0.0,integer,0.0,clp,0.0,clp,1414.2765,clp,726562.301,decimal,46863224.3265,decimal,0.0,clp,173192.1552,decimal,0.0,clp,21798.0,integer,70830181534.0,clp,66277558847.0,clp,0.0,clp,1414.2765
+187-2020-10-06,real_asset_day,2020-10-06,0.000032514707505251540463221678441458103360598417710322,decimal,2149124.0,clp,0.0,integer,0.0,clp,0.0,clp,1410.4232,clp,485715.7018,decimal,47170725.8523,decimal,0.0,clp,178214.176,decimal,0.0,clp,21907.0,integer,71322256668.0,clp,66530688157.0,clp,0.0,clp,1410.4232
+187-2020-10-07,real_asset_day,2020-10-07,0.000032514711382434848786460233774246613704695654516395,decimal,2178211.0,clp,0.0,integer,0.0,clp,0.0,clp,1420.1934,clp,409536.8334,decimal,47497690.9212,decimal,0.0,clp,82571.7645,decimal,0.0,clp,22029.0,integer,72241137608.0,clp,67455906299.0,clp,0.0,clp,1420.1934
+187-2020-10-08,real_asset_day,2020-10-08,0.000032514716463261545612767924791244622142161889049037,decimal,2206348.0,clp,0.0,integer,0.0,clp,0.0,clp,1428.6359,clp,424392.8037,decimal,47782638.0636,decimal,0.0,clp,139445.6613,decimal,0.0,clp,22141.0,integer,74630860194.0,clp,68263989913.0,clp,0.0,clp,1428.6359
+187-2020-10-09,real_asset_day,2020-10-09,0.000032514705129799361996138920528090596444725041931121,decimal,2235607.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.9494,clp,429155.1702,decimal,48098585.2767,decimal,0.0,clp,113207.9571,decimal,0.0,clp,22240.0,integer,73858208959.0,clp,69211429664.0,clp,0.0,clp,1438.9494
+187-2020-10-10,real_asset_day,2020-10-10,0.000032514704280553348427488711392370778382662,decimal,2250316.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.9026,clp,0.0,decimal,48098585.2767,decimal,0.0,clp,0.0,decimal,0.0,clp,22240.0,integer,73858208959.0,clp,69209179348.0,clp,0.0,clp,1438.9026
+187-2020-10-11,real_asset_day,2020-10-11,0.000032514706678950539745957999764364779496887,decimal,2250243.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.8558,clp,0.0,decimal,48098585.2767,decimal,0.0,clp,0.0,decimal,0.0,clp,22240.0,integer,73858208959.0,clp,69206929105.0,clp,0.0,clp,1438.8558
+187-2020-10-12,real_asset_day,2020-10-12,0.000032514709043205822655551635065178992871806,decimal,2250170.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.809,clp,0.0,decimal,48098585.2767,decimal,0.0,clp,0.0,decimal,0.0,clp,22240.0,integer,73858208959.0,clp,69204678935.0,clp,0.0,clp,1438.809
+187-2020-10-13,real_asset_day,2020-10-13,0.000032514707321042286711073470105046434883332748641856,decimal,2275780.0,clp,0.0,integer,0.0,clp,0.0,clp,1455.1847,clp,926836.5018,decimal,48628499.8595,decimal,0.0,clp,396921.919,decimal,0.0,clp,22560.0,integer,81378250420.0,clp,70763449759.0,clp,0.0,clp,1455.1847
+187-2020-10-14,real_asset_day,2020-10-14,0.000032514716673945927248373823146748319432871809413627,decimal,2295761.0,clp,0.0,integer,0.0,clp,0.0,clp,1451.9639,clp,431754.7158,decimal,48939379.052,decimal,0.0,clp,120875.5233,decimal,0.0,clp,22664.0,integer,77707512915.0,clp,71058213129.0,clp,0.0,clp,1451.9639
+187-2020-10-15,real_asset_day,2020-10-15,0.000032514713296500926727246270352632864802159514190923,decimal,2311325.0,clp,0.0,integer,0.0,clp,0.0,clp,1452.5217,clp,477659.9777,decimal,49164009.4698,decimal,0.0,clp,253029.5599,decimal,0.0,clp,22766.0,integer,76870639573.0,clp,71411791258.0,clp,0.0,clp,1452.5217
+187-2020-10-16,real_asset_day,2020-10-16,0.00003251470555793638303378843779754962345881864650788,decimal,2306117.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.6275,clp,472671.6561,decimal,49320147.3214,decimal,0.0,clp,316533.8045,decimal,0.0,clp,22865.0,integer,76516958883.0,clp,71150602700.0,clp,0.0,clp,1442.6275
+187-2020-10-17,real_asset_day,2020-10-17,0.00003251471007461735074300669200682766762978,decimal,2313366.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.5806,clp,0.0,decimal,49320147.3214,decimal,0.0,clp,0.0,decimal,0.0,clp,22865.0,integer,76516958883.0,clp,71148289334.0,clp,0.0,clp,1442.5806
+187-2020-10-18,real_asset_day,2020-10-18,0.000032514713110434627198751353561495759041322,decimal,2313291.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.5337,clp,0.0,decimal,49320147.3214,decimal,0.0,clp,0.0,decimal,0.0,clp,22865.0,integer,76516958883.0,clp,71145976043.0,clp,0.0,clp,1442.5337
+187-2020-10-19,real_asset_day,2020-10-19,0.000032514716519335687404028570695724163210861177163216,decimal,2286947.0,clp,0.0,integer,0.0,clp,0.0,clp,1426.1059,clp,534161.0551,decimal,49587649.368,decimal,0.0,clp,266659.0085,decimal,0.0,clp,22988.0,integer,76273890793.0,clp,70717237095.0,clp,0.0,clp,1426.1059
+187-2020-10-20,real_asset_day,2020-10-20,0.000032514710356247127521919796298653085251038093371871,decimal,2295269.0,clp,0.0,integer,0.0,clp,0.0,clp,1423.5744,clp,387771.5245,decimal,49771445.5189,decimal,0.0,clp,203975.3736,decimal,0.0,clp,23060.0,integer,76359449527.0,clp,70853357366.0,clp,0.0,clp,1423.5744
+187-2020-10-21,real_asset_day,2020-10-21,0.00003251470965408098092296138993480062883752764773351,decimal,2292993.0,clp,0.0,integer,0.0,clp,0.0,clp,1416.9111,clp,305001.1546,decimal,49929464.9854,decimal,0.0,clp,146981.6881,decimal,0.0,clp,23111.0,integer,75990678823.0,clp,70745611844.0,clp,0.0,clp,1416.9111
+187-2020-10-22,real_asset_day,2020-10-22,0.000032514704240604419386900074729609911109777157326033,decimal,2295073.0,clp,0.0,integer,0.0,clp,0.0,clp,1413.7082,clp,320802.2544,decimal,50053015.0827,decimal,0.0,clp,197252.1571,decimal,0.0,clp,23165.0,integer,75901454873.0,clp,70760358892.0,clp,0.0,clp,1413.7082
+187-2020-10-23,real_asset_day,2020-10-23,0.000032514712084557214305036234111644626073161091121629,decimal,2297091.0,clp,0.0,integer,0.0,clp,0.0,clp,1411.4583,clp,250453.2475,decimal,50226099.0941,decimal,0.0,clp,77369.2361,decimal,0.0,clp,23213.0,integer,75883561777.0,clp,70892043155.0,clp,0.0,clp,1411.4583
+187-2020-10-24,real_asset_day,2020-10-24,0.000032514706058401818505144476242692315443912,decimal,2304959.0,clp,0.0,integer,0.0,clp,0.0,clp,1411.4124,clp,0.0,decimal,50226099.0941,decimal,0.0,clp,0.0,decimal,0.0,clp,23213.0,integer,75883561777.0,clp,70889738196.0,clp,0.0,clp,1411.4124
+187-2020-10-25,real_asset_day,2020-10-25,0.000032514705249030698604961785472636919050762,decimal,2304884.0,clp,0.0,integer,0.0,clp,0.0,clp,1411.3665,clp,0.0,decimal,50226099.0941,decimal,0.0,clp,0.0,decimal,0.0,clp,23213.0,integer,75883561777.0,clp,70887433312.0,clp,0.0,clp,1411.3665
+187-2020-10-26,real_asset_day,2020-10-26,0.000032514711522335514667916794559247770878026488516543,decimal,2289320.0,clp,0.0,integer,0.0,clp,0.0,clp,1401.8358,clp,407337.7917,decimal,50373220.837,decimal,0.0,clp,260216.0488,decimal,0.0,clp,23293.0,integer,75764791798.0,clp,70614984532.0,clp,0.0,clp,1401.8358
+187-2020-10-27,real_asset_day,2020-10-27,0.000032514714218577884532514001601452054420769797958294,decimal,2287268.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.4886,clp,216049.727,decimal,50422342.682,decimal,0.0,clp,166927.882,decimal,0.0,clp,23327.0,integer,75493124480.0,clp,70414226375.0,clp,0.0,clp,1396.4886
+187-2020-10-28,real_asset_day,2020-10-28,0.000032514706682407668378775058759005010993993033695185,decimal,2257182.0,clp,0.0,integer,0.0,clp,0.0,clp,1376.7774,clp,222197.6895,decimal,50370617.1826,decimal,0.0,clp,273923.1889,decimal,0.0,clp,23342.0,integer,74648766304.0,clp,69349125720.0,clp,0.0,clp,1376.7774
+187-2020-10-29,real_asset_day,2020-10-29,0.00003251471065134839710093857639789113792617763846488,decimal,2262195.0,clp,0.0,integer,0.0,clp,0.0,clp,1381.2518,clp,277028.0129,decimal,50296695.3402,decimal,0.0,clp,350949.8553,decimal,0.0,clp,23341.0,integer,74928451101.0,clp,69472403435.0,clp,0.0,clp,1381.2518
+187-2020-10-30,real_asset_day,2020-10-30,0.000032514715341756260327035802821685916399592580816464,decimal,2236542.0,clp,0.0,integer,0.0,clp,0.0,clp,1367.5955,clp,378721.3566,decimal,50563492.3191,decimal,0.0,clp,111924.3777,decimal,0.0,clp,23403.0,integer,74554277969.0,clp,69150402575.0,clp,0.0,clp,1367.5955
+187-2020-10-31,real_asset_day,2020-10-31,0.000032514707364406663848888586161245512972296,decimal,2248332.0,clp,0.0,integer,0.0,clp,0.0,clp,1367.551,clp,0.0,decimal,50563492.3191,decimal,0.0,clp,0.0,decimal,0.0,clp,23403.0,integer,74554277969.0,clp,69148154243.0,clp,0.0,clp,1367.551
+187-2020-11-01,real_asset_day,2020-11-01,0.00003251470883207800243897661907884504261556,decimal,2248259.0,clp,0.0,integer,0.0,clp,0.0,clp,1367.5065,clp,0.0,decimal,50563492.3191,decimal,0.0,clp,0.0,decimal,0.0,clp,23403.0,integer,74554277969.0,clp,69145905984.0,clp,0.0,clp,1367.5065
+187-2020-11-02,real_asset_day,2020-11-02,0.000032514709229701474488860563935354859228733942604701,decimal,2249689.0,clp,0.0,integer,0.0,clp,0.0,clp,1368.3763,clp,628588.84,decimal,50964483.4475,decimal,0.0,clp,227597.7116,decimal,0.0,clp,23529.0,integer,75115341707.0,clp,69738591990.0,clp,0.0,clp,1368.3763
+187-2020-11-03,real_asset_day,2020-11-03,0.000032514712531943354728317507661758249637339926296063,decimal,2268363.0,clp,0.0,integer,0.0,clp,0.0,clp,1368.8788,clp,321029.8964,decimal,51145097.2536,decimal,0.0,clp,140416.0903,decimal,0.0,clp,23584.0,integer,77243858905.0,clp,70011441239.0,clp,0.0,clp,1368.8788
+187-2020-11-04,real_asset_day,2020-11-04,0.000032514712437295756515864892667954060500572425539483,decimal,2316713.0,clp,0.0,integer,0.0,clp,0.0,clp,1393.1193,clp,337656.0092,decimal,51408355.4761,decimal,0.0,clp,74397.7867,decimal,0.0,clp,23695.0,integer,76760347651.0,clp,71617972291.0,clp,0.0,clp,1393.1193
+187-2020-11-05,real_asset_day,2020-11-05,0.000032514710163725914708879264661872904511209726342615,decimal,2352642.0,clp,0.0,integer,0.0,clp,0.0,clp,1407.48,clp,355353.7462,decimal,51612262.9342,decimal,0.0,clp,151446.2881,decimal,0.0,clp,23785.0,integer,77739017523.0,clp,72643230375.0,clp,0.0,clp,1407.48
+187-2020-11-06,real_asset_day,2020-11-06,0.000032514708625481104826474050192866405245532916200265,decimal,2382955.0,clp,0.0,integer,0.0,clp,0.0,clp,1419.9828,clp,363524.0711,decimal,51776442.9117,decimal,0.0,clp,199344.0936,decimal,0.0,clp,23858.0,integer,78770602906.0,clp,73521656638.0,clp,0.0,clp,1419.9828
+187-2020-11-07,real_asset_day,2020-11-07,0.000032514715178839669969078029227957128121596,decimal,2390458.0,clp,0.0,integer,0.0,clp,0.0,clp,1419.9366,clp,0.0,decimal,51776442.9117,decimal,0.0,clp,0.0,decimal,0.0,clp,23858.0,integer,78770602906.0,clp,73519266180.0,clp,0.0,clp,1419.9366
+187-2020-11-08,real_asset_day,2020-11-08,0.000032514711404534413036088239212145628201464,decimal,2390380.0,clp,0.0,integer,0.0,clp,0.0,clp,1419.8904,clp,0.0,decimal,51776442.9117,decimal,0.0,clp,0.0,decimal,0.0,clp,23858.0,integer,78770602906.0,clp,73516875800.0,clp,0.0,clp,1419.8904
+187-2020-11-09,real_asset_day,2020-11-09,0.000032514709255821034228006806542205809518018083282185,decimal,2365616.0,clp,0.0,integer,0.0,clp,0.0,clp,1405.1807,clp,774473.1301,decimal,52343250.8752,decimal,0.0,clp,207665.1666,decimal,0.0,clp,24094.0,integer,78973740061.0,clp,73551723744.0,clp,0.0,clp,1405.1807
+187-2020-11-10,real_asset_day,2020-11-10,0.000032514717830861158991559021585674983472987475451124,decimal,2381516.0,clp,0.0,integer,0.0,clp,0.0,clp,1399.3064,clp,382443.6075,decimal,52609278.6317,decimal,0.0,clp,116415.851,decimal,0.0,clp,24202.0,integer,78993772474.0,clp,73616500606.0,clp,0.0,clp,1399.3064
+187-2020-11-11,real_asset_day,2020-11-11,0.000032514716445870243036556626326421276555039857076343,decimal,2415470.0,clp,0.0,integer,0.0,clp,0.0,clp,1412.0801,clp,310529.7621,decimal,52842655.8159,decimal,0.0,clp,77152.5779,decimal,0.0,clp,24293.0,integer,83115581396.0,clp,74618062265.0,clp,0.0,clp,1412.0801
+187-2020-11-12,real_asset_day,2020-11-12,0.000032514715342933778206838393426725185331467096182531,decimal,2419976.0,clp,0.0,integer,0.0,clp,0.0,clp,1408.4663,clp,549891.8186,decimal,53308933.6385,decimal,0.0,clp,83613.996,decimal,0.0,clp,24397.0,integer,80102472188.0,clp,75083837513.0,clp,0.0,clp,1408.4663
+187-2020-11-13,real_asset_day,2020-11-13,0.000032514717626967610847244174654224402652874426314784,decimal,2471494.0,clp,0.0,integer,0.0,clp,0.0,clp,1425.8688,clp,442528.1683,decimal,53586661.2212,decimal,0.0,clp,164800.5856,decimal,0.0,clp,24484.0,integer,81580251731.0,clp,76407550492.0,clp,0.0,clp,1425.8688
+187-2020-11-14,real_asset_day,2020-11-14,0.000032514715626310861741273740494137269375438,decimal,2484289.0,clp,0.0,integer,0.0,clp,0.0,clp,1425.8225,clp,0.0,decimal,53586661.2212,decimal,0.0,clp,0.0,decimal,0.0,clp,24484.0,integer,81580251731.0,clp,76405066203.0,clp,0.0,clp,1425.8225
+187-2020-11-15,real_asset_day,2020-11-15,0.000032514712659351925610272695077914558900504,decimal,2484208.0,clp,0.0,integer,0.0,clp,0.0,clp,1425.7761,clp,0.0,decimal,53586661.2212,decimal,0.0,clp,0.0,decimal,0.0,clp,24484.0,integer,81580251731.0,clp,76402581995.0,clp,0.0,clp,1425.7761
+187-2020-11-16,real_asset_day,2020-11-16,0.000032514710550643119345821216463155737401658025422501,decimal,2502450.0,clp,0.0,integer,0.0,clp,0.0,clp,1436.246,clp,568226.3656,decimal,53949830.533,decimal,0.0,clp,205057.0538,decimal,0.0,clp,24580.0,integer,83643657060.0,clp,77485225785.0,clp,0.0,clp,1436.246
+187-2020-11-17,real_asset_day,2020-11-17,0.000032514715761570006308688834828669254138292012992906,decimal,2517139.0,clp,0.0,integer,0.0,clp,0.0,clp,1434.9513,clp,350976.0003,decimal,54002774.2286,decimal,0.0,clp,298032.3047,decimal,0.0,clp,24645.0,integer,83988300344.0,clp,77491349279.0,clp,0.0,clp,1434.9513
+187-2020-11-18,real_asset_day,2020-11-18,0.000032514706290343795170470058943447135492614732434238,decimal,2494940.0,clp,0.0,integer,0.0,clp,0.0,clp,1420.9022,clp,354677.8335,decimal,54233972.2427,decimal,0.0,clp,123479.8194,decimal,0.0,clp,24709.0,integer,83456055593.0,clp,77061172757.0,clp,0.0,clp,1420.9022
+187-2020-11-19,real_asset_day,2020-11-19,0.000032514706785292947355836919097389029719650858504536,decimal,2520745.0,clp,0.0,integer,0.0,clp,0.0,clp,1429.4786,clp,411235.1751,decimal,54460368.1632,decimal,0.0,clp,184839.2546,decimal,0.0,clp,24722.0,integer,87356258024.0,clp,77849930810.0,clp,0.0,clp,1429.4786
+187-2020-11-20,real_asset_day,2020-11-20,0.000032514716730726074804928697602045072969791033196766,decimal,2533333.0,clp,0.0,integer,0.0,clp,0.0,clp,1430.6445,clp,347574.4844,decimal,54670530.7802,decimal,0.0,clp,137411.8674,decimal,0.0,clp,24773.0,integer,83715917521.0,clp,78214094733.0,clp,0.0,clp,1430.6445
+187-2020-11-21,real_asset_day,2020-11-21,0.000032514710992141037179486271971555783571023,decimal,2543026.0,clp,0.0,integer,0.0,clp,0.0,clp,1430.598,clp,0.0,decimal,54670530.7802,decimal,0.0,clp,0.0,decimal,0.0,clp,24773.0,integer,83715917521.0,clp,78211551707.0,clp,0.0,clp,1430.598
+187-2020-11-22,real_asset_day,2020-11-22,0.000032514706939624702798004125846025918825568,decimal,2542943.0,clp,0.0,integer,0.0,clp,0.0,clp,1430.5515,clp,0.0,decimal,54670530.7802,decimal,0.0,clp,0.0,decimal,0.0,clp,24773.0,integer,83715917521.0,clp,78209008764.0,clp,0.0,clp,1430.5515
+187-2020-11-23,real_asset_day,2020-11-23,0.00003251471484346539990873766774830699097325481264458,decimal,2562188.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.3775,clp,489115.9986,decimal,54973846.2164,decimal,0.0,clp,185800.5624,decimal,0.0,clp,24878.0,integer,84904962804.0,clp,79238067659.0,clp,0.0,clp,1441.3775
+187-2020-11-24,real_asset_day,2020-11-24,0.000032514706965949926810104812667654436667582145354462,decimal,2601341.0,clp,0.0,integer,0.0,clp,0.0,clp,1455.3295,clp,349748.579,decimal,55117899.8211,decimal,0.0,clp,205694.9743,decimal,0.0,clp,24953.0,integer,85990687968.0,clp,80214702948.0,clp,0.0,clp,1455.3295
+187-2020-11-25,real_asset_day,2020-11-25,0.000032514708313362156349889471544870930748146957189281,decimal,2612718.0,clp,0.0,integer,0.0,clp,0.0,clp,1457.8741,clp,414132.3424,decimal,55246132.0936,decimal,0.0,clp,285900.0699,decimal,0.0,clp,25039.0,integer,86571922669.0,clp,80541903866.0,clp,0.0,clp,1457.8741
+187-2020-11-26,real_asset_day,2020-11-26,0.000032514709165365611443698367668091727095225780529661,decimal,2606905.0,clp,0.0,integer,0.0,clp,0.0,clp,1451.2541,clp,420677.7324,decimal,55536771.5844,decimal,0.0,clp,130038.2416,decimal,0.0,clp,25120.0,integer,86556295148.0,clp,80597966380.0,clp,0.0,clp,1451.2541
+187-2020-11-27,real_asset_day,2020-11-27,0.000032514715043560908798159998246783817480884262385655,decimal,2635483.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.485,clp,460450.8624,decimal,55864760.3365,decimal,0.0,clp,132462.1103,decimal,0.0,clp,25191.0,integer,90999592515.0,clp,81533779922.0,clp,0.0,clp,1459.485
+187-2020-11-28,real_asset_day,2020-11-28,0.000032514709826575241994213454811527566822355,decimal,2650961.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.4376,clp,0.0,decimal,55864760.3365,decimal,0.0,clp,0.0,decimal,0.0,clp,25191.0,integer,90999592515.0,clp,81531128961.0,clp,0.0,clp,1459.4376
+187-2020-11-29,real_asset_day,2020-11-29,0.000032514712186872110527182888102759279072556,decimal,2650875.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.3901,clp,0.0,decimal,55864760.3365,decimal,0.0,clp,0.0,decimal,0.0,clp,25191.0,integer,90999592515.0,clp,81528478086.0,clp,0.0,clp,1459.3901
+187-2020-11-30,real_asset_day,2020-11-30,0.000032514708839884168510462786347408953146937425512873,decimal,2658802.0,clp,0.0,integer,0.0,clp,0.0,clp,1463.7543,clp,836841.3573,decimal,56410820.9541,decimal,0.0,clp,290780.7397,decimal,0.0,clp,25372.0,integer,88590429068.0,clp,82571582410.0,clp,0.0,clp,1463.7543
+187-2020-12-01,real_asset_day,2020-12-01,0.000032514713269922715495731220568419786743928101034178,decimal,2680998.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.6862,clp,652630.7171,decimal,56844245.0484,decimal,0.0,clp,219206.6228,decimal,0.0,clp,25505.0,integer,89322976464.0,clp,83088447511.0,clp,0.0,clp,1461.6862
+187-2020-12-02,real_asset_day,2020-12-02,0.000032514714494456496754487175168864904312141176358514,decimal,2691044.0,clp,0.0,integer,0.0,clp,0.0,clp,1455.9765,clp,528189.0247,decimal,57091181.0118,decimal,0.0,clp,281253.0613,decimal,0.0,clp,25597.0,integer,89584947593.0,clp,83123415154.0,clp,0.0,clp,1455.9765
+187-2020-12-03,real_asset_day,2020-12-03,0.000032514714083902470515086707798501534616978167100539,decimal,2700252.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.6393,clp,389719.5526,decimal,57353819.0367,decimal,0.0,clp,127081.5277,decimal,0.0,clp,25682.0,integer,89596597533.0,clp,83429121695.0,clp,0.0,clp,1454.6393
+187-2020-12-04,real_asset_day,2020-12-04,0.000032514710676148681237476369194003500186593665158532,decimal,2720860.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.0291,clp,411348.2464,decimal,57607642.52,decimal,0.0,clp,157524.7631,decimal,0.0,clp,25767.0,integer,90152947890.0,clp,84051228079.0,clp,0.0,clp,1459.0291
+187-2020-12-05,real_asset_day,2020-12-05,0.000032514716549666777469229368035501267483215,decimal,2732813.0,clp,0.0,integer,0.0,clp,0.0,clp,1458.9817,clp,0.0,decimal,57607642.52,decimal,0.0,clp,0.0,decimal,0.0,clp,25767.0,integer,90152947890.0,clp,84048495266.0,clp,0.0,clp,1458.9817
+187-2020-12-06,real_asset_day,2020-12-06,0.000032514714809498955738560214252092376476591,decimal,2732724.0,clp,0.0,integer,0.0,clp,0.0,clp,1458.9342,clp,0.0,decimal,57607642.52,decimal,0.0,clp,0.0,decimal,0.0,clp,25767.0,integer,90152947890.0,clp,84045762542.0,clp,0.0,clp,1458.9342
+187-2020-12-07,real_asset_day,2020-12-07,0.000032514710811184732395006292627066548413238703897052,decimal,2736642.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.0262,clp,680420.8498,decimal,58161138.3804,decimal,0.0,clp,126924.9894,decimal,0.0,clp,25938.0,integer,91964458023.0,clp,84974944134.0,clp,0.0,clp,1461.0262
+187-2020-12-08,real_asset_day,2020-12-08,0.000032514711969506384128026105051116455929011,decimal,2762846.0,clp,0.0,integer,0.0,clp,0.0,clp,1460.9786,clp,0.0,decimal,58161138.3804,decimal,0.0,clp,0.0,decimal,0.0,clp,25938.0,integer,91964458023.0,clp,84972181288.0,clp,0.0,clp,1460.9786
+187-2020-12-09,real_asset_day,2020-12-09,0.000032514716379442835091026468795954815351896863643081,decimal,2726624.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.8244,clp,553939.6574,decimal,58497212.4765,decimal,0.0,clp,217865.5613,decimal,0.0,clp,26075.0,integer,90428822645.0,clp,84342710959.0,clp,0.0,clp,1441.8244
+187-2020-12-10,real_asset_day,2020-12-10,0.000032514718131178625825057608134853167550895047130562,decimal,2749521.0,clp,0.0,integer,0.0,clp,0.0,clp,1445.5792,clp,407025.8234,decimal,58729431.8919,decimal,0.0,clp,174806.408,decimal,0.0,clp,26114.0,integer,91059582731.0,clp,84898042333.0,clp,0.0,clp,1445.5792
+187-2020-12-11,real_asset_day,2020-12-11,0.000032514710691911361373256856887027177027458969856786,decimal,2746993.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.5397,clp,376393.7418,decimal,59017821.5097,decimal,0.0,clp,88004.124,decimal,0.0,clp,26214.0,integer,92917483845.0,clp,84899480615.0,clp,0.0,clp,1438.5397
+187-2020-12-12,real_asset_day,2020-12-12,0.000032514707196570377455864087886343646743306,decimal,2760392.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.493,clp,0.0,decimal,59017821.5097,decimal,0.0,clp,0.0,decimal,0.0,clp,26214.0,integer,92917483845.0,clp,84896720223.0,clp,0.0,clp,1438.493
+187-2020-12-13,real_asset_day,2020-12-13,0.000032514716036349079285592595077993859707328,decimal,2760303.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.4462,clp,0.0,decimal,59017821.5097,decimal,0.0,clp,0.0,decimal,0.0,clp,26214.0,integer,92917483845.0,clp,84893959920.0,clp,0.0,clp,1438.4462
+187-2020-12-14,real_asset_day,2020-12-14,0.000032514713257549014618141928397153009790527056707599,decimal,2760891.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.7527,clp,636088.5538,decimal,59462120.8316,decimal,0.0,clp,191789.2319,decimal,0.0,clp,26388.0,integer,91691728158.0,clp,85551288145.0,clp,0.0,clp,1438.7527
+187-2020-12-15,real_asset_day,2020-12-15,0.000032514713608970437698865160460269117013209671929782,decimal,2805574.0,clp,0.0,integer,0.0,clp,0.0,clp,1451.1136,clp,332834.7024,decimal,59671056.0292,decimal,0.0,clp,123899.5048,decimal,0.0,clp,26443.0,integer,92759223793.0,clp,86589478469.0,clp,0.0,clp,1451.1136
+187-2020-12-16,real_asset_day,2020-12-16,0.000032514708845455459991461347541537566862776738213387,decimal,2822821.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.9221,clp,334874.1712,decimal,59921449.7269,decimal,0.0,clp,84480.4735,decimal,0.0,clp,26500.0,integer,96340641171.0,clp,87181042586.0,clp,0.0,clp,1454.9221
+187-2020-12-17,real_asset_day,2020-12-17,0.00003251470946032398087475315107202987036679356012599,decimal,2820547.0,clp,0.0,integer,0.0,clp,0.0,clp,1447.6753,clp,484796.6477,decimal,60255789.4558,decimal,0.0,clp,150456.9188,decimal,0.0,clp,26591.0,integer,93439806692.0,clp,87230815410.0,clp,0.0,clp,1447.6753
+187-2020-12-18,real_asset_day,2020-12-18,0.000032514709276367559853175134616388247129018184396603,decimal,2835382.0,clp,0.0,integer,0.0,clp,0.0,clp,1447.2146,clp,407607.7891,decimal,60523891.4104,decimal,0.0,clp,139505.8345,decimal,0.0,clp,26656.0,integer,93932148212.0,clp,87591056637.0,clp,0.0,clp,1447.2146
+187-2020-12-19,real_asset_day,2020-12-19,0.000032514707644198337799613581895440286351534,decimal,2847905.0,clp,0.0,integer,0.0,clp,0.0,clp,1447.1675,clp,0.0,decimal,60523891.4104,decimal,0.0,clp,0.0,decimal,0.0,clp,26656.0,integer,93932148212.0,clp,87588208732.0,clp,0.0,clp,1447.1675
+187-2020-12-20,real_asset_day,2020-12-20,0.000032514714446786282814883744191059317315319,decimal,2847813.0,clp,0.0,integer,0.0,clp,0.0,clp,1447.1204,clp,0.0,decimal,60523891.4104,decimal,0.0,clp,0.0,decimal,0.0,clp,26656.0,integer,93932148212.0,clp,87585360919.0,clp,0.0,clp,1447.1204
+187-2020-12-21,real_asset_day,2020-12-21,0.000032514717264386572410019224322625284366307489364491,decimal,2864490.0,clp,0.0,integer,0.0,clp,0.0,clp,1455.5948,clp,673822.3503,decimal,60904776.5229,decimal,0.0,clp,292937.2378,decimal,0.0,clp,26841.0,integer,99253189130.0,clp,88652673916.0,clp,0.0,clp,1455.5948
+187-2020-12-22,real_asset_day,2020-12-22,0.000032514717966567974648794215528380236204697475960479,decimal,2889659.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.2014,clp,306732.7495,decimal,61044948.5806,decimal,0.0,clp,166560.6918,decimal,0.0,clp,26892.0,integer,96029141568.0,clp,89076877106.0,clp,0.0,clp,1459.2014
+187-2020-12-23,real_asset_day,2020-12-23,0.00003251471096656428529714976043389167611320416425658,decimal,2853147.0,clp,0.0,integer,0.0,clp,0.0,clp,1437.4559,clp,362456.3423,decimal,61278311.8123,decimal,0.0,clp,129093.1106,decimal,0.0,clp,26973.0,integer,95991606900.0,clp,88084868469.0,clp,0.0,clp,1437.4559
+187-2020-12-24,real_asset_day,2020-12-24,0.000032514715503115220202331957710916900942511201704609,decimal,2859222.0,clp,0.0,integer,0.0,clp,0.0,clp,1435.0305,clp,369578.5099,decimal,61542369.7149,decimal,0.0,clp,105520.6073,decimal,0.0,clp,27035.0,integer,94976586158.0,clp,88315176495.0,clp,0.0,clp,1435.0305
+187-2020-12-25,real_asset_day,2020-12-25,0.00003251471013585619052464563387702654620618,decimal,2871449.0,clp,0.0,integer,0.0,clp,0.0,clp,1434.9838,clp,0.0,decimal,61542369.7149,decimal,0.0,clp,0.0,decimal,0.0,clp,27035.0,integer,94976586158.0,clp,88312305046.0,clp,0.0,clp,1434.9838
+187-2020-12-26,real_asset_day,2020-12-26,0.000032514714227242826745387998875298868423759,decimal,2871356.0,clp,0.0,integer,0.0,clp,0.0,clp,1434.9372,clp,0.0,decimal,61542369.7149,decimal,0.0,clp,0.0,decimal,0.0,clp,27035.0,integer,94976586158.0,clp,88309433690.0,clp,0.0,clp,1434.9372
+187-2020-12-27,real_asset_day,2020-12-27,0.000032514718284652677254645094350593614009076,decimal,2871263.0,clp,0.0,integer,0.0,clp,0.0,clp,1434.8905,clp,0.0,decimal,61542369.7149,decimal,0.0,clp,0.0,decimal,0.0,clp,27035.0,integer,94976586158.0,clp,88306562427.0,clp,0.0,clp,1434.8905
+187-2020-12-28,real_asset_day,2020-12-28,0.00003251471008765897174212822765482815762380254930286,decimal,2874634.0,clp,0.0,integer,0.0,clp,0.0,clp,1436.5755,clp,673423.8711,decimal,61935634.3067,decimal,0.0,clp,280159.2793,decimal,0.0,clp,27227.0,integer,98467497428.0,clp,88975215118.0,clp,0.0,clp,1436.5755
+187-2020-12-29,real_asset_day,2020-12-29,0.000032514052835091270318186526757927919414109682537227,decimal,2885485.0,clp,0.0,integer,0.0,clp,0.0,clp,1432.8711,clp,370129.7894,decimal,62175119.7678,decimal,0.0,clp,130644.3283,decimal,0.0,clp,27315.0,integer,96170685429.0,clp,89088932417.0,clp,0.0,clp,1432.8711
+187-2020-12-30,real_asset_day,2020-12-30,0.000032514714494968114181257311582281283392037515894023,decimal,2908106.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.5126,clp,487044.7056,decimal,62583320.402,decimal,0.0,clp,78844.0714,decimal,0.0,clp,27427.0,integer,100000228320.0,clp,90026892221.0,clp,0.0,clp,1438.5126
+187-2020-12-31,real_asset_day,2020-12-31,0.000032514708679663958100486386532104050173881,decimal,2927103.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.4658,clp,0.0,decimal,62583320.402,decimal,0.0,clp,0.0,decimal,0.0,clp,27427.0,integer,100000228320.0,clp,90023965118.0,clp,0.0,clp,1438.4658
+187-2021-01-01,real_asset_day,2021-01-01,0.000032603792658593829331523551006152194197735,decimal,2935027.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.4189,clp,0.0,decimal,62583320.402,decimal,0.0,clp,0.0,decimal,0.0,clp,27427.0,integer,100000228320.0,clp,90021030091.0,clp,0.0,clp,1438.4189
+187-2021-01-02,real_asset_day,2021-01-02,0.000032603800322768391718129846191672401593525,decimal,2934932.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.372,clp,0.0,decimal,62583320.402,decimal,0.0,clp,0.0,decimal,0.0,clp,27427.0,integer,100000228320.0,clp,90018095159.0,clp,0.0,clp,1438.372
+187-2021-01-03,real_asset_day,2021-01-03,0.000032603796843431413326062559858603741477224,decimal,2934836.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.3251,clp,0.0,decimal,62583320.402,decimal,0.0,clp,0.0,decimal,0.0,clp,27427.0,integer,100000228320.0,clp,90015160323.0,clp,0.0,clp,1438.3251
+187-2021-01-04,real_asset_day,2021-01-04,0.00003260379220276988574262975424788841416868787161914,decimal,2900624.0,clp,0.0,integer,0.0,clp,0.0,clp,1421.5584,clp,1287006.2981,decimal,63504043.1049,decimal,0.0,clp,366283.5952,decimal,0.0,clp,27837.0,integer,101914855486.0,clp,90274708438.0,clp,0.0,clp,1421.5584
+187-2021-01-05,real_asset_day,2021-01-05,0.000032603795411705580471831705209085246837231652041066,decimal,2958555.0,clp,0.0,integer,0.0,clp,0.0,clp,1428.9272,clp,512610.4968,decimal,63814107.1287,decimal,0.0,clp,202546.473,decimal,0.0,clp,27903.0,integer,98862998250.0,clp,91185715183.0,clp,0.0,clp,1428.9272
+187-2021-01-06,real_asset_day,2021-01-06,0.000032603802377418470361388062237372190855468288499332,decimal,2944083.0,clp,0.0,integer,0.0,clp,0.0,clp,1415.0282,clp,435238.3519,decimal,64072727.8525,decimal,0.0,clp,176617.6281,decimal,0.0,clp,28011.0,integer,99045565397.0,clp,90664717888.0,clp,0.0,clp,1415.0282
+187-2021-01-07,real_asset_day,2021-01-07,0.000032603795177352777967696877711774125741667802281923,decimal,3038630.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.5761,clp,476530.4047,decimal,64361246.3217,decimal,0.0,clp,188011.9355,decimal,0.0,clp,28084.0,integer,101247839989.0,clp,93618331412.0,clp,0.0,clp,1454.5761
+187-2021-01-08,real_asset_day,2021-01-08,0.000032603793000389302067815796650637506993519892957932,decimal,3073014.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.4413,clp,460487.475,decimal,64585685.5976,decimal,0.0,clp,236048.1991,decimal,0.0,clp,28115.0,integer,102377665477.0,clp,94581944934.0,clp,0.0,clp,1464.4413
+187-2021-01-09,real_asset_day,2021-01-09,0.000032603797058715326399950415710917407050198,decimal,3083630.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.3935,clp,0.0,decimal,64585685.5976,decimal,0.0,clp,0.0,decimal,0.0,clp,28115.0,integer,102377665477.0,clp,94578861304.0,clp,0.0,clp,1464.3935
+187-2021-01-10,real_asset_day,2021-01-10,0.000032603792139419178041224414345029159872537,decimal,3083529.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.3458,clp,0.0,decimal,64585685.5976,decimal,0.0,clp,0.0,decimal,0.0,clp,28115.0,integer,102377665477.0,clp,94575777775.0,clp,0.0,clp,1464.3458
+187-2021-01-11,real_asset_day,2021-01-11,0.000032603801801245279318815381984135434760777218121337,decimal,3087875.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.4093,clp,797188.4349,decimal,64820247.8295,decimal,0.0,clp,562626.203,decimal,0.0,clp,28325.0,integer,103489076673.0,clp,95053011325.0,clp,0.0,clp,1466.4093
+187-2021-01-12,real_asset_day,2021-01-12,0.000032603798222002428121291352384968758550122651157155,decimal,3120680.0,clp,0.0,integer,0.0,clp,0.0,clp,1476.6255,clp,385538.4463,decimal,65006031.4784,decimal,0.0,clp,199754.7974,decimal,0.0,clp,28382.0,integer,104655028837.0,clp,95989561472.0,clp,0.0,clp,1476.6255
+187-2021-01-13,real_asset_day,2021-01-13,0.000032603792529870088058083387478725056176303817238053,decimal,3176074.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.5417,clp,467291.8128,decimal,65239276.7943,decimal,0.0,clp,234046.4969,decimal,0.0,clp,28491.0,integer,106564701141.0,clp,97763777941.0,clp,0.0,clp,1498.5417
+187-2021-01-14,real_asset_day,2021-01-14,0.000032603799413202267733680539764576675373219875553723,decimal,3180624.0,clp,0.0,integer,0.0,clp,0.0,clp,1495.3229,clp,652085.0113,decimal,65519389.2013,decimal,0.0,clp,371972.6043,decimal,0.0,clp,28582.0,integer,107300250296.0,clp,97972642327.0,clp,0.0,clp,1495.3229
+187-2021-01-15,real_asset_day,2021-01-15,0.000032603792809655962693385182104999486915079036096092,decimal,3173898.0,clp,0.0,integer,0.0,clp,0.0,clp,1485.7817,clp,555234.6083,decimal,65831940.2487,decimal,0.0,clp,242683.5609,decimal,0.0,clp,28697.0,integer,106386080662.0,clp,97811891198.0,clp,0.0,clp,1485.7817
+187-2021-01-16,real_asset_day,2021-01-16,0.000032603796249388950958685719987017675006201,decimal,3188935.0,clp,0.0,integer,0.0,clp,0.0,clp,1485.7332,clp,0.0,decimal,65831940.2487,decimal,0.0,clp,0.0,decimal,0.0,clp,28697.0,integer,106386080662.0,clp,97808702263.0,clp,0.0,clp,1485.7332
+187-2021-01-17,real_asset_day,2021-01-17,0.000032603795922170155803206028815727346081256,decimal,,,0.0,integer,0.0,clp,0.0,clp,,,0.0,decimal,65831940.2487,decimal,,,0.0,decimal,0.0,clp,28697.0,integer,,,97805513432.0,clp,0.0,clp,
+187-2021-01-18,real_asset_day,2021-01-18,0.000032603795440080402110605645422762737540346104287304,decimal,3192732.0,clp,0.0,integer,0.0,clp,0.0,clp,1487.5023,clp,973854.0423,decimal,66530425.8525,decimal,0.0,clp,275368.4385,decimal,0.0,clp,29001.0,integer,108548291011.0,clp,98964162467.0,clp,0.0,clp,1487.5023
+187-2021-01-19,real_asset_day,2021-01-19,0.000032603802461009935043560971415391333596043651988493,decimal,3250263.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.4075,clp,530342.0694,decimal,66936332.2665,decimal,0.0,clp,124435.6554,decimal,0.0,clp,29129.0,integer,108798019132.0,clp,100297904437.0,clp,0.0,clp,1498.4075
+187-2021-01-20,real_asset_day,2021-01-20,0.000032603801247940110455326889480421994084267662843993,decimal,3283332.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.4739,clp,565948.6594,decimal,67361264.8727,decimal,0.0,clp,141016.0532,decimal,0.0,clp,29280.0,integer,117607552174.0,clp,101343263183.0,clp,0.0,clp,1504.4739
+187-2021-01-21,real_asset_day,2021-01-21,0.000032603802561595474373606135619134858482337984471211,decimal,3270538.0,clp,0.0,integer,0.0,clp,0.0,clp,1489.1578,clp,665221.5191,decimal,67758879.249,decimal,0.0,clp,267607.1428,decimal,0.0,clp,29384.0,integer,114709545744.0,clp,100903661444.0,clp,0.0,clp,1489.1578
+187-2021-01-22,real_asset_day,2021-01-22,0.00003260380160329660553739671670200271806787437013637,decimal,3310392.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.4594,clp,692231.2713,decimal,68284149.5048,decimal,0.0,clp,166961.0155,decimal,0.0,clp,29511.0,integer,111837455097.0,clp,102321022787.0,clp,0.0,clp,1498.4594
+187-2021-01-23,real_asset_day,2021-01-23,0.000032603796107621156301198860130501385362818,decimal,3335945.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.4105,clp,0.0,decimal,68284149.5048,decimal,0.0,clp,0.0,decimal,0.0,clp,29511.0,integer,111837455097.0,clp,102317686842.0,clp,0.0,clp,1498.4105
+187-2021-01-24,real_asset_day,2021-01-24,0.000032603793770869711497019433090260069200443,decimal,3335836.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.3617,clp,0.0,decimal,68284149.5048,decimal,0.0,clp,0.0,decimal,0.0,clp,29511.0,integer,111837455097.0,clp,102314351006.0,clp,0.0,clp,1498.3617
+187-2021-01-25,real_asset_day,2021-01-25,0.000032603802546277205272703379041115902785965212212363,decimal,3370308.0,clp,0.0,integer,0.0,clp,0.0,clp,1513.8451,clp,915682.6798,decimal,68906630.3831,decimal,0.0,clp,293201.8015,decimal,0.0,clp,29835.0,integer,115976994531.0,clp,104313963082.0,clp,0.0,clp,1513.8451
+187-2021-01-26,real_asset_day,2021-01-26,0.000032603799395650923114274448679054898125532135581463,decimal,3384501.0,clp,0.0,integer,0.0,clp,0.0,clp,1506.4871,clp,745683.6669,decimal,69442311.9834,decimal,0.0,clp,210002.0666,decimal,0.0,clp,29946.0,integer,119416702971.0,clp,104613948228.0,clp,0.0,clp,1506.4871
+187-2021-01-27,real_asset_day,2021-01-27,0.000032603798674656827388543443541534460053668326268353,decimal,3379523.0,clp,0.0,integer,0.0,clp,0.0,clp,1492.6673,clp,705767.3421,decimal,70013397.8506,decimal,0.0,clp,134681.4749,decimal,0.0,clp,30084.0,integer,116856197320.0,clp,104506712707.0,clp,0.0,clp,1492.6673
+187-2021-01-28,real_asset_day,2021-01-28,0.000032603796688447543209370228776318427791701047094992,decimal,3437105.0,clp,0.0,integer,0.0,clp,0.0,clp,1505.7174,clp,677522.0446,decimal,70492252.2512,decimal,0.0,clp,198667.644,decimal,0.0,clp,30191.0,integer,114753470416.0,clp,106141410557.0,clp,0.0,clp,1505.7174
+187-2021-01-29,real_asset_day,2021-01-29,0.000032603794638621113512809713044675433389916059698395,decimal,3408177.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.9025,clp,692802.0243,decimal,71010622.5537,decimal,0.0,clp,174431.7218,decimal,0.0,clp,30345.0,integer,113743080418.0,clp,105301831713.0,clp,0.0,clp,1482.9025
+187-2021-01-30,real_asset_day,2021-01-30,0.000032603800685806982541205567186261876425098,decimal,3433128.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.8542,clp,0.0,decimal,71010622.5537,decimal,0.0,clp,0.0,decimal,0.0,clp,30345.0,integer,113743080418.0,clp,105298398585.0,clp,0.0,clp,1482.8542
+187-2021-01-31,real_asset_day,2021-01-31,0.000032603800015019120728651368138992890390467,decimal,3433016.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.8058,clp,0.0,decimal,71010622.5537,decimal,0.0,clp,0.0,decimal,0.0,clp,30345.0,integer,113743080418.0,clp,105294965569.0,clp,0.0,clp,1482.8058
+187-2021-02-01,real_asset_day,2021-02-01,0.000032603798203510913503243253779334260739386454645938,decimal,3470800.0,clp,0.0,integer,0.0,clp,0.0,clp,1499.1258,clp,1365586.2017,decimal,72198025.866,decimal,0.0,clp,178182.8894,decimal,0.0,clp,30870.0,integer,116885599947.0,clp,108233921744.0,clp,0.0,clp,1499.1258
+187-2021-02-02,real_asset_day,2021-02-02,0.000032603800088438360419871374461788355242106780843612,decimal,3569128.0,clp,0.0,integer,0.0,clp,0.0,clp,1516.2422,clp,651488.3171,decimal,72658810.3444,decimal,0.0,clp,190703.8387,decimal,0.0,clp,31086.0,integer,131791172906.0,clp,110168354291.0,clp,0.0,clp,1516.2422
+187-2021-02-03,real_asset_day,2021-02-03,0.000032603797323482342087014622364927107675894541503422,decimal,3569464.0,clp,0.0,integer,0.0,clp,0.0,clp,1506.7685,clp,811085.6336,decimal,73298759.3443,decimal,0.0,clp,171136.6337,decimal,0.0,clp,31275.0,integer,119201537042.0,clp,110444263246.0,clp,0.0,clp,1506.7685
+187-2021-02-04,real_asset_day,2021-02-04,0.000032603800769551133180778675023967716752463582106388,decimal,3646387.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.801,clp,634148.2158,decimal,73731412.2534,decimal,0.0,clp,201495.3067,decimal,0.0,clp,31445.0,integer,121305327802.0,clp,112499465079.0,clp,0.0,clp,1525.801
+187-2021-02-05,real_asset_day,2021-02-05,0.000032603798925474512502188382422407358634701205301457,decimal,3671337.0,clp,0.0,integer,0.0,clp,0.0,clp,1527.2266,clp,641333.9545,decimal,74208344.9639,decimal,0.0,clp,164401.244,decimal,0.0,clp,31614.0,integer,126256800717.0,clp,113332961733.0,clp,0.0,clp,1527.2266
+187-2021-02-06,real_asset_day,2021-02-06,0.000032603802224928200728443276430957946035089,decimal,3694965.0,clp,0.0,integer,0.0,clp,0.0,clp,1527.1769,clp,0.0,decimal,74208344.9639,decimal,0.0,clp,0.0,decimal,0.0,clp,31614.0,integer,126256800717.0,clp,113329266768.0,clp,0.0,clp,1527.1769
+187-2021-02-07,real_asset_day,2021-02-07,0.00003260379751251455065191381385258262674197,decimal,3694844.0,clp,0.0,integer,0.0,clp,0.0,clp,1527.1271,clp,0.0,decimal,74208344.9639,decimal,0.0,clp,0.0,decimal,0.0,clp,31614.0,integer,126256800717.0,clp,113325571924.0,clp,0.0,clp,1527.1271
+187-2021-02-08,real_asset_day,2021-02-08,0.000032603795752460939762288429810820063799348498353013,decimal,3721082.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.9717,clp,1300349.5992,decimal,75109266.2216,decimal,0.0,clp,399428.3415,decimal,0.0,clp,32017.0,integer,124791514384.0,clp,115515922365.0,clp,0.0,clp,1537.9717
+187-2021-02-09,real_asset_day,2021-02-09,0.000032603802543550607882800074673487411212017757089141,decimal,3768415.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.8523,clp,668522.29,decimal,75569591.1108,decimal,0.0,clp,208197.4008,decimal,0.0,clp,32204.0,integer,127465100600.0,clp,116290442387.0,clp,0.0,clp,1538.8523
+187-2021-02-10,real_asset_day,2021-02-10,0.000032603802332790366347908512187545950768224899727006,decimal,3778817.0,clp,0.0,integer,0.0,clp,0.0,clp,1533.7004,clp,733541.1351,decimal,76125041.5127,decimal,0.0,clp,178090.7332,decimal,0.0,clp,32324.0,integer,130943732947.0,clp,116753008166.0,clp,0.0,clp,1533.7004
+187-2021-02-11,real_asset_day,2021-02-11,0.000032603797531023623915339004832001887685484797746225,decimal,3811712.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.7635,clp,757953.5648,decimal,76734785.1812,decimal,0.0,clp,148209.8963,decimal,0.0,clp,32498.0,integer,128784419299.0,clp,117846484353.0,clp,0.0,clp,1535.7635
+187-2021-02-12,real_asset_day,2021-02-12,0.000032603799710786885284376870011042658120534097545626,decimal,3860942.0,clp,0.0,integer,0.0,clp,0.0,clp,1543.2375,clp,645365.8036,decimal,77254954.8653,decimal,0.0,clp,125196.1195,decimal,0.0,clp,32671.0,integer,132084810347.0,clp,119222746536.0,clp,0.0,clp,1543.2375
+187-2021-02-13,real_asset_day,2021-02-13,0.000032603801233604466252983955276444916391191,decimal,3886988.0,clp,0.0,integer,0.0,clp,0.0,clp,1543.1872,clp,0.0,decimal,77254954.8653,decimal,0.0,clp,0.0,decimal,0.0,clp,32671.0,integer,132084810347.0,clp,119218859548.0,clp,0.0,clp,1543.1872
+187-2021-02-14,real_asset_day,2021-02-14,0.000032603798938955336322502210095230166766108,decimal,3886861.0,clp,0.0,integer,0.0,clp,0.0,clp,1543.1369,clp,0.0,decimal,77254954.8653,decimal,0.0,clp,0.0,decimal,0.0,clp,32671.0,integer,132084810347.0,clp,119214972687.0,clp,0.0,clp,1543.1369
+187-2021-02-15,real_asset_day,2021-02-15,0.000032603800178676708829902223611454600987685804321719,decimal,3867124.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.301,clp,1086055.6849,decimal,78049066.0899,decimal,0.0,clp,291944.4603,decimal,0.0,clp,33040.0,integer,130890163506.0,clp,119828809030.0,clp,0.0,clp,1535.301
+187-2021-02-16,real_asset_day,2021-02-16,0.00003260379727287125610007488803054144109532288366047,decimal,3894121.0,clp,0.0,integer,0.0,clp,0.0,clp,1530.2893,clp,830991.0734,decimal,78632813.8647,decimal,0.0,clp,247243.2986,decimal,0.0,clp,33213.0,integer,136589103291.0,clp,120330955202.0,clp,0.0,clp,1530.2893
+187-2021-02-17,real_asset_day,2021-02-17,0.000032603800841511304528324950052599605400441723870868,decimal,3916251.0,clp,0.0,integer,0.0,clp,0.0,clp,1527.5607,clp,560380.5072,decimal,79027670.7729,decimal,0.0,clp,165523.599,decimal,0.0,clp,33349.0,integer,132580185045.0,clp,120719562270.0,clp,0.0,clp,1527.5607
+187-2021-02-18,real_asset_day,2021-02-18,0.000032603795405195812588596136157392511643880179986009,decimal,3884186.0,clp,0.0,integer,0.0,clp,0.0,clp,1507.4839,clp,492504.3742,decimal,79284921.8557,decimal,0.0,clp,235253.2914,decimal,0.0,clp,33462.0,integer,128631889813.0,clp,119520741811.0,clp,0.0,clp,1507.4839
+187-2021-02-19,real_asset_day,2021-02-19,0.000032603796764484157031591534070356484102023479381117,decimal,3888451.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.2425,clp,501025.197,decimal,79607945.2523,decimal,0.0,clp,178001.8004,decimal,0.0,clp,33597.0,integer,128750660171.0,clp,119749653486.0,clp,0.0,clp,1504.2425
+187-2021-02-20,real_asset_day,2021-02-20,0.000032603797278603470125551683775851876203117,decimal,3904167.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.1938,clp,0.0,decimal,79607945.2523,decimal,0.0,clp,0.0,decimal,0.0,clp,33597.0,integer,128750688456.0,clp,119745775826.0,clp,0.0,clp,1504.1938
+187-2021-02-21,real_asset_day,2021-02-21,0.000032603799671490129448609987507148187281803,decimal,3904040.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.1447,clp,0.0,decimal,79607945.2523,decimal,0.0,clp,0.0,decimal,0.0,clp,33597.0,integer,128750688456.0,clp,119741871786.0,clp,0.0,clp,1504.1447
+187-2021-02-22,real_asset_day,2021-02-22,0.000032603795451078461986449193325198651909502685067279,decimal,3844601.0,clp,0.0,integer,0.0,clp,0.0,clp,1481.2443,clp,778040.4052,decimal,80042715.9352,decimal,0.0,clp,343269.7223,decimal,0.0,clp,33822.0,integer,127734594059.0,clp,118562818924.0,clp,0.0,clp,1481.2443
+187-2021-02-23,real_asset_day,2021-02-23,0.000032603798367841440466576339037818516806894593005652,decimal,3836074.0,clp,0.0,integer,0.0,clp,0.0,clp,1469.931,clp,390142.5677,decimal,80125965.5365,decimal,0.0,clp,306892.9664,decimal,0.0,clp,33899.0,integer,127013078602.0,clp,117779644004.0,clp,0.0,clp,1469.931
+187-2021-02-24,real_asset_day,2021-02-24,0.000032603798865832842285675525872395166666872348887361,decimal,3844184.0,clp,0.0,integer,0.0,clp,0.0,clp,1471.5082,clp,467533.2443,decimal,80289897.4607,decimal,0.0,clp,303601.3201,decimal,0.0,clp,33991.0,integer,127573372308.0,clp,118147242228.0,clp,0.0,clp,1471.5082
+187-2021-02-25,real_asset_day,2021-02-25,0.00003260379940696928656736275768070513624772761661782,decimal,3778624.0,clp,0.0,integer,0.0,clp,0.0,clp,1443.4594,clp,543847.2466,decimal,80651573.702,decimal,0.0,clp,182171.0053,decimal,0.0,clp,34089.0,integer,125465821268.0,clp,116417269478.0,clp,0.0,clp,1443.4594
+187-2021-02-26,real_asset_day,2021-02-26,0.0000326037948276299925087789811250999732767419382664,decimal,3852517.0,clp,0.0,integer,0.0,clp,0.0,clp,1465.0875,clp,524892.0329,decimal,80836559.8238,decimal,0.0,clp,339905.9111,decimal,0.0,clp,34216.0,integer,127676684096.0,clp,118432634261.0,clp,0.0,clp,1465.0875
+187-2021-02-27,real_asset_day,2021-02-27,0.000032603799744881884475987079696354080861923,decimal,3861228.0,clp,0.0,integer,0.0,clp,0.0,clp,1465.0397,clp,0.0,decimal,80836559.8238,decimal,0.0,clp,0.0,decimal,0.0,clp,34216.0,integer,127676684096.0,clp,118428773033.0,clp,0.0,clp,1465.0397
+187-2021-02-28,real_asset_day,2021-02-28,0.000032603798787282713930346912659677019422381,decimal,3861102.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.992,clp,0.0,decimal,80836559.8238,decimal,0.0,clp,0.0,decimal,0.0,clp,34216.0,integer,127676684096.0,clp,118424911931.0,clp,0.0,clp,1464.992
+187-2021-03-01,real_asset_day,2021-03-01,0.000032603795568107133688478013867436228842758914512589,decimal,3923923.0,clp,0.0,integer,0.0,clp,0.0,clp,1488.8279,clp,1086998.9346,decimal,81684637.9789,decimal,0.0,clp,238920.7795,decimal,0.0,clp,34620.0,integer,132379965036.0,clp,121614366248.0,clp,0.0,clp,1488.8279
+187-2021-03-02,real_asset_day,2021-03-02,0.000032603801207189663752866968136550167819533719578289,decimal,3952753.0,clp,0.0,integer,0.0,clp,0.0,clp,1484.1953,clp,672507.2348,decimal,82084025.6204,decimal,0.0,clp,273119.5933,decimal,0.0,clp,34831.0,integer,131316131978.0,clp,121828724997.0,clp,0.0,clp,1484.1953
+187-2021-03-03,real_asset_day,2021-03-03,0.000032603801148208803479223681075043258229090621449341,decimal,3930976.0,clp,0.0,integer,0.0,clp,0.0,clp,1468.8367,clp,571939.6263,decimal,82489693.0529,decimal,0.0,clp,166272.1938,decimal,0.0,clp,34977.0,integer,134694315555.0,clp,121163886914.0,clp,0.0,clp,1468.8367
+187-2021-03-04,real_asset_day,2021-03-04,0.000032603798253622531059198328711838023448302623757223,decimal,3873812.0,clp,0.0,integer,0.0,clp,0.0,clp,1440.3587,clp,470090.0543,decimal,82819463.1502,decimal,0.0,clp,140319.957,decimal,0.0,clp,35126.0,integer,128158562345.0,clp,119289732979.0,clp,0.0,clp,1440.3587
+187-2021-03-05,real_asset_day,2021-03-05,0.000032603798734671258260784368801202420536347220835316,decimal,3926236.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.0381,clp,421402.4464,decimal,83072525.9805,decimal,0.0,clp,168339.6161,decimal,0.0,clp,35226.0,integer,129531422547.0,clp,120790617791.0,clp,0.0,clp,1454.0381
+187-2021-03-06,real_asset_day,2021-03-06,0.000032603802093389716956574774009555350300218,decimal,3938105.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.9907,clp,0.0,decimal,83072525.9805,decimal,0.0,clp,0.0,decimal,0.0,clp,35226.0,integer,129531422547.0,clp,120786679686.0,clp,0.0,clp,1453.9907
+187-2021-03-07,real_asset_day,2021-03-07,0.000032603797067755765551747219068819397476153,decimal,3937976.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.9433,clp,0.0,decimal,83072525.9805,decimal,0.0,clp,0.0,decimal,0.0,clp,35226.0,integer,129531422547.0,clp,120782741710.0,clp,0.0,clp,1453.9433
+187-2021-03-08,real_asset_day,2021-03-08,0.000032603798056215958964131574987034626623246805573407,decimal,3877058.0,clp,0.0,integer,0.0,clp,0.0,clp,1431.4517,clp,715277.3586,decimal,83574924.0399,decimal,0.0,clp,212879.2992,decimal,0.0,clp,35471.0,integer,130589130520.0,clp,119633463979.0,clp,0.0,clp,1431.4517
+187-2021-03-09,real_asset_day,2021-03-09,0.00003260379709665648195206934219264280469248764911075,decimal,3976077.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.1859,clp,337277.0987,decimal,83627825.0826,decimal,0.0,clp,284376.056,decimal,0.0,clp,35569.0,integer,132252137652.0,clp,122028540276.0,clp,0.0,clp,1459.1859
+187-2021-03-10,real_asset_day,2021-03-10,0.000032603801012165245873376933951872846115390488253405,decimal,3956008.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.9022,clp,462199.9997,decimal,83955732.9483,decimal,0.0,clp,134292.134,decimal,0.0,clp,35680.0,integer,133702064123.0,clp,121811553691.0,clp,0.0,clp,1450.9022
+187-2021-03-11,real_asset_day,2021-03-11,0.000032603799328728299394814542609453064326372391611695,decimal,3999790.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.2301,clp,424831.7575,decimal,84253917.5372,decimal,0.0,clp,126647.1686,decimal,0.0,clp,35750.0,integer,133484718345.0,clp,123114363643.0,clp,0.0,clp,1461.2301
+187-2021-03-12,real_asset_day,2021-03-12,0.00003260379835168933865469710520528258743017818707125,decimal,3985101.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.7114,clp,319409.2536,decimal,84458281.2531,decimal,0.0,clp,115045.5377,decimal,0.0,clp,35806.0,integer,131195395971.0,clp,122524593466.0,clp,0.0,clp,1450.7114
+187-2021-03-13,real_asset_day,2021-03-13,0.0000326037991829867699250371576879195143719,decimal,3994637.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.6641,clp,0.0,decimal,84458281.2531,decimal,0.0,clp,0.0,decimal,0.0,clp,35806.0,integer,131195395971.0,clp,122520598829.0,clp,0.0,clp,1450.6641
+187-2021-03-14,real_asset_day,2021-03-14,0.000032603801110105664066120998348183390162242,decimal,3994507.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.6168,clp,0.0,decimal,84458281.2531,decimal,0.0,clp,0.0,decimal,0.0,clp,35806.0,integer,131195395971.0,clp,122516604322.0,clp,0.0,clp,1450.6168
+187-2021-03-15,real_asset_day,2021-03-15,0.000032603797013944570007795345898552536288389762323428,decimal,4032218.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.3119,clp,562035.927,decimal,84666089.0427,decimal,0.0,clp,354228.1374,decimal,0.0,clp,35993.0,integer,136487982250.0,clp,123977559557.0,clp,0.0,clp,1464.3119
+187-2021-03-16,real_asset_day,2021-03-16,0.000032603799572768955873171614977196810611996328542123,decimal,4049430.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.9529,clp,280017.0799,decimal,84808872.7049,decimal,0.0,clp,137233.4177,decimal,0.0,clp,36072.0,integer,133563776756.0,clp,124410625270.0,clp,0.0,clp,1466.9529
+187-2021-03-17,real_asset_day,2021-03-17,0.000032603797120812336356185462689244407098676103934771,decimal,4099067.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.4346,clp,356765.8964,decimal,85040058.5856,decimal,0.0,clp,125580.0157,decimal,0.0,clp,36153.0,integer,135340529411.0,clp,126066325687.0,clp,0.0,clp,1482.4346
+187-2021-03-18,real_asset_day,2021-03-18,0.000032603800997954323850403280360855790266673200867749,decimal,4010010.0,clp,0.0,integer,0.0,clp,0.0,clp,1446.2843,clp,383788.2237,decimal,85282272.4006,decimal,0.0,clp,141574.4087,decimal,0.0,clp,36224.0,integer,133852538980.0,clp,123342411488.0,clp,0.0,clp,1446.2843
+187-2021-03-19,real_asset_day,2021-03-19,0.000032603802163613979670075100305851397855391334647075,decimal,4007703.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.3469,clp,313388.5474,decimal,85456326.985,decimal,0.0,clp,139333.963,decimal,0.0,clp,36262.0,integer,132846672880.0,clp,123172211470.0,clp,0.0,clp,1441.3469
+187-2021-03-20,real_asset_day,2021-03-20,0.000032603798217209151127258301865195645344355,decimal,4015751.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.2999,clp,0.0,decimal,85456326.985,decimal,0.0,clp,0.0,decimal,0.0,clp,36262.0,integer,132846672880.0,clp,123168195719.0,clp,0.0,clp,1441.2999
+187-2021-03-21,real_asset_day,2021-03-21,0.000032603797603915554321170003504299461524238,decimal,4015620.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.2529,clp,0.0,decimal,85456326.985,decimal,0.0,clp,0.0,decimal,0.0,clp,36262.0,integer,132846672880.0,clp,123164180099.0,clp,0.0,clp,1441.2529
+187-2021-03-22,real_asset_day,2021-03-22,0.00003260379642099318515014032747136400734675762802035,decimal,4040624.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.2272,clp,468582.7478,decimal,85654680.7767,decimal,0.0,clp,270228.9561,decimal,0.0,clp,36417.0,integer,133305341975.0,clp,124218747187.0,clp,0.0,clp,1450.2272
+187-2021-03-23,real_asset_day,2021-03-23,0.000032603796976310469485781264325606521594951247576706,decimal,4035823.0,clp,0.0,integer,0.0,clp,0.0,clp,1445.1497,clp,301723.8074,decimal,85836919.5466,decimal,0.0,clp,119485.0375,decimal,0.0,clp,36455.0,integer,133083048851.0,clp,124047196528.0,clp,0.0,clp,1445.1497
+187-2021-03-24,real_asset_day,2021-03-24,0.000032603794589323931451832043895672344183263240589721,decimal,4009560.0,clp,0.0,integer,0.0,clp,0.0,clp,1432.6973,clp,309323.7448,decimal,85943233.1977,decimal,0.0,clp,203010.0937,decimal,0.0,clp,36517.0,integer,132203660456.0,clp,123130638832.0,clp,0.0,clp,1432.6973
+187-2021-03-25,real_asset_day,2021-03-25,0.000032603796098296070793335786858103722174426945967469,decimal,4042169.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.5624,clp,228715.2797,decimal,85985735.0453,decimal,0.0,clp,186213.4321,decimal,0.0,clp,36570.0,integer,133062908358.0,clp,124039789037.0,clp,0.0,clp,1442.5624
+187-2021-03-26,real_asset_day,2021-03-26,0.000032603797712088066109444385310705861666256795676807,decimal,4078545.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.8247,clp,284551.2733,decimal,86179081.7402,decimal,0.0,clp,91204.5784,decimal,0.0,clp,36607.0,integer,134453908368.0,clp,125375455129.0,clp,0.0,clp,1454.8247
+187-2021-03-27,real_asset_day,2021-03-27,0.000032603800054268572906039695597339432406864,decimal,4087583.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.7773,clp,0.0,decimal,86179081.7402,decimal,0.0,clp,0.0,decimal,0.0,clp,36607.0,integer,134453908368.0,clp,125371367546.0,clp,0.0,clp,1454.7773
+187-2021-03-28,real_asset_day,2021-03-28,0.000032603802179245134701753655887179246728738,decimal,4087450.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.7298,clp,0.0,decimal,86179081.7402,decimal,0.0,clp,0.0,decimal,0.0,clp,36607.0,integer,134453908368.0,clp,125367280096.0,clp,0.0,clp,1454.7298
+187-2021-03-29,real_asset_day,2021-03-29,0.000032603800887108499500696722852263762344039250536614,decimal,4085071.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.8832,clp,542462.6214,decimal,86479478.7496,decimal,0.0,clp,242065.612,decimal,0.0,clp,36788.0,integer,134896602430.0,clp,125731060277.0,clp,0.0,clp,1453.8832
+187-2021-03-30,real_asset_day,2021-03-30,0.000032603799652475901046945569588741168088104692420056,decimal,4090146.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.6329,clp,378198.2238,decimal,86623010.9516,decimal,0.0,clp,234666.0218,decimal,0.0,clp,36847.0,integer,134922400647.0,clp,125658192095.0,clp,0.0,clp,1450.6329
+187-2021-03-31,real_asset_day,2021-03-31,0.000032603801265392553080486490309328956313971327164394,decimal,4095821.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.2386,clp,454431.9526,decimal,86934996.3075,decimal,0.0,clp,142446.5967,decimal,0.0,clp,36930.0,integer,135434639618.0,clp,126076486019.0,clp,0.0,clp,1450.2386
+187-2021-04-01,real_asset_day,2021-04-01,0.000032603799146181450750377774869005357455796352174901,decimal,4136019.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.2163,clp,489032.9044,decimal,87319513.1947,decimal,0.0,clp,104516.0172,decimal,0.0,clp,37026.0,integer,136744742035.0,clp,127418058090.0,clp,0.0,clp,1459.2163
+187-2021-04-02,real_asset_day,2021-04-02,0.000032603796543558780675063640768204832235843,decimal,4154177.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.1687,clp,0.0,decimal,87319513.1947,decimal,0.0,clp,0.0,decimal,0.0,clp,37026.0,integer,136744742035.0,clp,127413903913.0,clp,0.0,clp,1459.1687
+187-2021-04-03,real_asset_day,2021-04-03,0.000032603799977677455588135066357711427580266,decimal,4154042.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.1212,clp,0.0,decimal,87319513.1947,decimal,0.0,clp,0.0,decimal,0.0,clp,37026.0,integer,136744742035.0,clp,127409749871.0,clp,0.0,clp,1459.1212
+187-2021-04-04,real_asset_day,2021-04-04,0.000032603795528268105613582182814602400969194,decimal,4153906.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.0736,clp,0.0,decimal,87319513.1947,decimal,0.0,clp,0.0,decimal,0.0,clp,37026.0,integer,136744742035.0,clp,127405595965.0,clp,0.0,clp,1459.0736
+187-2021-04-05,real_asset_day,2021-04-05,0.000032603801035195328649026549959363121678321909428006,decimal,4182877.0,clp,0.0,integer,0.0,clp,0.0,clp,1469.2495,clp,1318487.0771,decimal,88313960.1062,decimal,0.0,clp,324040.1656,decimal,0.0,clp,37445.0,integer,139343911442.0,clp,129755242450.0,clp,0.0,clp,1469.2495
+187-2021-04-06,real_asset_day,2021-04-06,0.000032603795742187615177098834572867982387166072143138,decimal,4237746.0,clp,0.0,integer,0.0,clp,0.0,clp,1471.7614,clp,532861.0361,decimal,88622147.47,decimal,0.0,clp,224673.6723,decimal,0.0,clp,37574.0,integer,144133505446.0,clp,130430653129.0,clp,0.0,clp,1471.7614
+187-2021-04-07,real_asset_day,2021-04-07,0.000032603795008288687080839358793570624230038749603879,decimal,4223773.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.8074,clp,507960.4304,decimal,88944437.9905,decimal,0.0,clp,185669.9099,decimal,0.0,clp,37728.0,integer,141760165175.0,clp,130019634715.0,clp,0.0,clp,1461.8074
+187-2021-04-08,real_asset_day,2021-04-08,0.000032603795560746184262918288372791471392319791772522,decimal,4247168.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.5779,clp,484884.9194,decimal,89176425.817,decimal,0.0,clp,252897.0929,decimal,0.0,clp,37933.0,integer,140136083986.0,clp,130605824589.0,clp,0.0,clp,1464.5779
+187-2021-04-09,real_asset_day,2021-04-09,0.000032603801782506794814512634499991576066183827051692,decimal,4271575.0,clp,0.0,integer,0.0,clp,0.0,clp,1469.1621,clp,430257.8512,decimal,89479684.2696,decimal,0.0,clp,126999.3986,decimal,0.0,clp,38061.0,integer,140930907540.0,clp,131460164993.0,clp,0.0,clp,1469.1621
+187-2021-04-10,real_asset_day,2021-04-10,0.000032603798563902025606288290694087365220001,decimal,4285961.0,clp,0.0,integer,0.0,clp,0.0,clp,1469.1142,clp,0.0,decimal,89479684.2696,decimal,0.0,clp,0.0,decimal,0.0,clp,38061.0,integer,140930907540.0,clp,131455879032.0,clp,0.0,clp,1469.1142
+187-2021-04-11,real_asset_day,2021-04-11,0.000032603796540682461945638045858222291181478,decimal,4285821.0,clp,0.0,integer,0.0,clp,0.0,clp,1469.0664,clp,0.0,decimal,89479684.2696,decimal,0.0,clp,0.0,decimal,0.0,clp,38061.0,integer,140930907540.0,clp,131451593211.0,clp,0.0,clp,1469.0664
+187-2021-04-12,real_asset_day,2021-04-12,0.000032603797486428042618957603877224704860145341592593,decimal,4269960.0,clp,0.0,integer,0.0,clp,0.0,clp,1463.6296,clp,734825.0364,decimal,89847338.547,decimal,0.0,clp,367170.759,decimal,0.0,clp,38340.0,integer,146296918200.0,clp,131503222007.0,clp,0.0,clp,1463.6296
+187-2021-04-13,real_asset_day,2021-04-13,0.000032603802275815706858770330273043876191240231994863,decimal,4308602.0,clp,0.0,integer,0.0,clp,0.0,clp,1470.8315,clp,414508.2008,decimal,90028895.4859,decimal,0.0,clp,232951.2619,decimal,0.0,clp,38492.0,integer,151035710852.0,clp,132417331939.0,clp,0.0,clp,1470.8315
+187-2021-04-14,real_asset_day,2021-04-14,0.000032603799767096017364370813928477316120058164829062,decimal,4285790.0,clp,0.0,integer,0.0,clp,0.0,clp,1460.0938,clp,374297.9471,decimal,90177183.008,decimal,0.0,clp,226010.425,decimal,0.0,clp,38605.0,integer,149158844608.0,clp,131667143085.0,clp,0.0,clp,1460.0938
+187-2021-04-15,real_asset_day,2021-04-15,0.000032603797281280648579222641090016876160822662606518,decimal,4298559.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.0359,clp,516691.4555,decimal,90489099.8369,decimal,0.0,clp,204774.6266,decimal,0.0,clp,38687.0,integer,146148116574.0,clp,132298314515.0,clp,0.0,clp,1462.0359
+187-2021-04-16,real_asset_day,2021-04-16,0.000032603799500763232052730446506657848222065162055306,decimal,4306608.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.7244,clp,465257.1307,decimal,90733645.0333,decimal,0.0,clp,220711.9343,decimal,0.0,clp,38753.0,integer,143751086187.0,clp,132446113596.0,clp,0.0,clp,1459.7244
+187-2021-04-17,real_asset_day,2021-04-17,0.000032603801421025268524166547449454243275451,decimal,4318106.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.6768,clp,0.0,decimal,90733645.0333,decimal,0.0,clp,0.0,decimal,0.0,clp,38753.0,integer,143751086187.0,clp,132441795490.0,clp,0.0,clp,1459.6768
+187-2021-04-18,real_asset_day,2021-04-18,0.000032603799775519773136814733364123698791355,decimal,4317965.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.6292,clp,0.0,decimal,90733645.0333,decimal,0.0,clp,0.0,decimal,0.0,clp,38753.0,integer,143751086187.0,clp,132437477525.0,clp,0.0,clp,1459.6292
+187-2021-04-19,real_asset_day,2021-04-19,0.000032603800578177159891008031157007383369975524261822,decimal,4283771.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.0703,clp,574531.7889,decimal,90965563.8308,decimal,0.0,clp,342612.9914,decimal,0.0,clp,38928.0,integer,145136882766.0,clp,131724535550.0,clp,0.0,clp,1448.0703
+187-2021-04-20,real_asset_day,2021-04-20,0.000032603796738337911659898251746741259752777339006769,decimal,4257222.0,clp,0.0,integer,0.0,clp,0.0,clp,1435.427,clp,417802.787,decimal,91170697.7023,decimal,0.0,clp,212668.9155,decimal,0.0,clp,38981.0,integer,144514033747.0,clp,130868879332.0,clp,0.0,clp,1435.427
+187-2021-04-21,real_asset_day,2021-04-21,0.000032603800322358098926917889646092868070198818885227,decimal,4299343.0,clp,0.0,integer,0.0,clp,0.0,clp,1446.3673,clp,277136.9123,decimal,91186555.1408,decimal,0.0,clp,261279.4738,decimal,0.0,clp,39027.0,integer,145937899140.0,clp,131889250573.0,clp,0.0,clp,1446.3673
+187-2021-04-22,real_asset_day,2021-04-22,0.000032603801728061891491685759976485868021130573723729,decimal,4319680.0,clp,0.0,integer,0.0,clp,0.0,clp,1452.9562,clp,296038.7682,decimal,91272291.3774,decimal,0.0,clp,210302.5316,decimal,0.0,clp,39081.0,integer,146364048978.0,clp,132614641818.0,clp,0.0,clp,1452.9562
+187-2021-04-23,real_asset_day,2021-04-23,0.000032603798471244752809955781535254637415612755788481,decimal,4390718.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.4632,clp,514164.7748,decimal,91689640.7222,decimal,0.0,clp,96815.43,decimal,0.0,clp,39124.0,integer,147638302863.0,clp,135284693539.0,clp,0.0,clp,1475.4632
+187-2021-04-24,real_asset_day,2021-04-24,0.000032603797876824558108030794909702022355221,decimal,4410651.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.4151,clp,0.0,decimal,91689640.7222,decimal,0.0,clp,0.0,decimal,0.0,clp,39124.0,integer,147638302863.0,clp,135280282888.0,clp,0.0,clp,1475.4151
+187-2021-04-25,real_asset_day,2021-04-25,0.000032603796393032702640826741769921922112317,decimal,4410507.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.367,clp,0.0,decimal,91689640.7222,decimal,0.0,clp,0.0,decimal,0.0,clp,39124.0,integer,147638302863.0,clp,135275872381.0,clp,0.0,clp,1475.367
+187-2021-04-26,real_asset_day,2021-04-26,0.000032603795732928937654499855694525250466942926131451,decimal,4408885.0,clp,0.0,integer,0.0,clp,0.0,clp,1474.8245,clp,671244.6255,decimal,91980679.7414,decimal,0.0,clp,380205.6063,decimal,0.0,clp,39206.0,integer,146831350183.0,clp,135655357787.0,clp,0.0,clp,1474.8245
+187-2021-04-27,real_asset_day,2021-04-27,0.000032603797009593469719601025536970995792532808014239,decimal,4384942.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.174,clp,381398.4878,decimal,92046719.0128,decimal,0.0,clp,315359.2164,decimal,0.0,clp,39277.0,integer,144611125990.0,clp,134588319602.0,clp,0.0,clp,1462.174
+187-2021-04-28,real_asset_day,2021-04-28,0.000032603801541736142861216645646272355801857329739159,decimal,4364815.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.4182,clp,359070.0161,decimal,91996664.6736,decimal,0.0,clp,409124.3553,decimal,0.0,clp,39388.0,integer,144596525227.0,clp,133801619408.0,clp,0.0,clp,1454.4182
+187-2021-04-29,real_asset_day,2021-04-29,0.000032603801050360311368280114870058436648724187658496,decimal,4372494.0,clp,0.0,integer,0.0,clp,0.0,clp,1457.7697,clp,411652.3154,decimal,92217759.5335,decimal,0.0,clp,190557.4555,decimal,0.0,clp,39483.0,integer,146961448545.0,clp,134432251441.0,clp,0.0,clp,1457.7697
+187-2021-04-30,real_asset_day,2021-04-30,0.000032603800686929836730482430251700844095246941442546,decimal,4370615.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.6497,clp,485237.0857,decimal,92532589.2786,decimal,0.0,clp,170407.3406,decimal,0.0,clp,39586.0,integer,146837163441.0,clp,134509968395.0,clp,0.0,clp,1453.6497
+187-2021-05-01,real_asset_day,2021-05-01,0.000032603799055201986685486475506589395988022,decimal,4385393.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.6023,clp,0.0,decimal,92532589.2786,decimal,0.0,clp,0.0,decimal,0.0,clp,39586.0,integer,146837163441.0,clp,134505583002.0,clp,0.0,clp,1453.6023
+187-2021-05-02,real_asset_day,2021-05-02,0.000032603798875350850935075024624677366122196,decimal,4385250.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.5549,clp,0.0,decimal,92532589.2786,decimal,0.0,clp,0.0,decimal,0.0,clp,39586.0,integer,146837163441.0,clp,134501197752.0,clp,0.0,clp,1453.5549
+187-2021-05-03,real_asset_day,2021-05-03,0.000032603800573702608069367641338383334642265267670802,decimal,4345869.0,clp,0.0,integer,0.0,clp,0.0,clp,1440.5014,clp,990788.6111,decimal,93191603.1538,decimal,0.0,clp,331774.7359,decimal,0.0,clp,39969.0,integer,144109049326.0,clp,134242635836.0,clp,0.0,clp,1440.5014
+187-2021-05-04,real_asset_day,2021-05-04,0.000032603799935457245297680979559001075784300951645131,decimal,4337874.0,clp,0.0,integer,0.0,clp,0.0,clp,1427.6835,clp,456014.9659,decimal,93450379.1852,decimal,0.0,clp,197238.9345,decimal,0.0,clp,40122.0,integer,151472081248.0,clp,133417561490.0,clp,0.0,clp,1427.6835
+187-2021-05-05,real_asset_day,2021-05-05,0.000032603800654864154339357640975692594096783583894889,decimal,4342428.0,clp,0.0,integer,0.0,clp,0.0,clp,1425.2247,clp,356456.4815,decimal,93656432.2992,decimal,0.0,clp,150403.3675,decimal,0.0,clp,40210.0,integer,151493989080.0,clp,133481457239.0,clp,0.0,clp,1425.2247
+187-2021-05-06,real_asset_day,2021-05-06,0.000032603802002127326088038553810059841266533259012451,decimal,4348652.0,clp,0.0,integer,0.0,clp,0.0,clp,1424.1273,clp,370730.2687,decimal,93791817.3785,decimal,0.0,clp,235345.1894,decimal,0.0,clp,40314.0,integer,143238817398.0,clp,133571483317.0,clp,0.0,clp,1424.1273
+187-2021-05-07,real_asset_day,2021-05-07,0.000032603799475447487296612914175332158888697801225782,decimal,4347731.0,clp,0.0,integer,0.0,clp,0.0,clp,1421.7705,clp,263663.251,decimal,93869092.7788,decimal,0.0,clp,186387.8507,decimal,0.0,clp,40380.0,integer,142993654768.0,clp,133460307709.0,clp,0.0,clp,1421.7705
+187-2021-05-08,real_asset_day,2021-05-08,0.000032603797633873731892310090993145117072841,decimal,4351171.0,clp,0.0,integer,0.0,clp,0.0,clp,1421.7242,clp,0.0,decimal,93869092.7788,decimal,0.0,clp,0.0,decimal,0.0,clp,40380.0,integer,142993654768.0,clp,133455956538.0,clp,0.0,clp,1421.7242
+187-2021-05-09,real_asset_day,2021-05-09,0.000032603796585321454455878441341772347788832,decimal,4351029.0,clp,0.0,integer,0.0,clp,0.0,clp,1421.6778,clp,0.0,decimal,93869092.7788,decimal,0.0,clp,0.0,decimal,0.0,clp,40380.0,integer,142993654768.0,clp,133451605509.0,clp,0.0,clp,1421.6778
+187-2021-05-10,real_asset_day,2021-05-10,0.000032603802524543957725437054773950466342779930352955,decimal,4280376.0,clp,0.0,integer,0.0,clp,0.0,clp,1398.592,clp,559768.1749,decimal,94096016.3775,decimal,0.0,clp,332844.5762,decimal,0.0,clp,40615.0,integer,143821503664.0,clp,131601937555.0,clp,0.0,clp,1398.592
+187-2021-05-11,real_asset_day,2021-05-11,0.000032603801326965443333927810624089823117541472140895,decimal,4318943.0,clp,0.0,integer,0.0,clp,0.0,clp,1407.7904,clp,301176.2427,decimal,93974187.647,decimal,0.0,clp,423004.9732,decimal,0.0,clp,40688.0,integer,143622603108.0,clp,132295958408.0,clp,0.0,clp,1407.7904
+187-2021-05-12,real_asset_day,2021-05-12,0.000032603801984545419233971021431941894353603011080845,decimal,4275968.0,clp,0.0,integer,0.0,clp,0.0,clp,1395.5893,clp,372789.4809,decimal,94174548.7487,decimal,0.0,clp,172428.3792,decimal,0.0,clp,40801.0,integer,141447921633.0,clp,131428989053.0,clp,0.0,clp,1395.5893
+187-2021-05-13,real_asset_day,2021-05-13,0.000032603795770949479143574097684177940824209465077083,decimal,4290953.0,clp,0.0,integer,0.0,clp,0.0,clp,1397.5007,clp,335905.7675,decimal,94253642.7521,decimal,0.0,clp,256811.7641,decimal,0.0,clp,40859.0,integer,144811865557.0,clp,131719535225.0,clp,0.0,clp,1397.5007
+187-2021-05-14,real_asset_day,2021-05-14,0.000032603800335485717920189502187534472493298208072716,decimal,4335621.0,clp,0.0,integer,0.0,clp,0.0,clp,1410.8633,clp,310020.1566,decimal,94426734.9195,decimal,0.0,clp,136927.9892,decimal,0.0,clp,40952.0,integer,144640641726.0,clp,133223216600.0,clp,0.0,clp,1410.8633
+187-2021-05-15,real_asset_day,2021-05-15,0.0000326037962715387660787772629894145342656,decimal,4343441.0,clp,0.0,integer,0.0,clp,0.0,clp,1410.8173,clp,0.0,decimal,94426734.9195,decimal,0.0,clp,0.0,decimal,0.0,clp,40952.0,integer,144640641726.0,clp,133218873159.0,clp,0.0,clp,1410.8173
+187-2021-05-16,real_asset_day,2021-05-16,0.000032603800836118521890162518957300792736193,decimal,4343300.0,clp,0.0,integer,0.0,clp,0.0,clp,1410.7713,clp,0.0,decimal,94426734.9195,decimal,0.0,clp,0.0,decimal,0.0,clp,40952.0,integer,144640641726.0,clp,133214529859.0,clp,0.0,clp,1410.7713
+187-2021-05-17,real_asset_day,2021-05-17,0.000032603800472952064180294884791724701128893950302484,decimal,4378853.0,clp,0.0,integer,0.0,clp,0.0,clp,1422.3195,clp,427606.6441,decimal,94552786.5255,decimal,0.0,clp,301555.0381,decimal,0.0,clp,41131.0,integer,144785860109.0,clp,134484272698.0,clp,0.0,clp,1422.3195
+187-2021-05-18,real_asset_day,2021-05-18,0.000032603797291758250121039291574885521295343722818965,decimal,4371426.0,clp,0.0,integer,0.0,clp,0.0,clp,1418.0143,clp,289381.0029,decimal,94637353.6211,decimal,0.0,clp,204813.9073,decimal,0.0,clp,41202.0,integer,146442438746.0,clp,134197121944.0,clp,0.0,clp,1418.0143
+187-2021-05-19,real_asset_day,2021-05-19,0.000032603796731274192924067566568405193791146031342443,decimal,4390981.0,clp,0.0,integer,0.0,clp,0.0,clp,1423.0848,clp,252846.5107,decimal,94677600.9772,decimal,0.0,clp,212599.1546,decimal,0.0,clp,41254.0,integer,146146584691.0,clp,134734259072.0,clp,0.0,clp,1423.0848
+187-2021-05-20,real_asset_day,2021-05-20,0.000032603798400531791882741731509967614532832290657713,decimal,4442971.0,clp,0.0,integer,0.0,clp,0.0,clp,1439.3222,clp,265900.8409,decimal,94741444.014,decimal,0.0,clp,202057.8041,decimal,0.0,clp,41310.0,integer,147973926423.0,clp,136363466957.0,clp,0.0,clp,1439.3222
+187-2021-05-21,real_asset_day,2021-05-21,0.000032603798142540838942786093651434160392339,decimal,4445822.0,clp,0.0,integer,0.0,clp,0.0,clp,1439.2753,clp,0.0,decimal,94741444.014,decimal,0.0,clp,0.0,decimal,0.0,clp,41310.0,integer,147973926423.0,clp,136359021135.0,clp,0.0,clp,1439.2753
+187-2021-05-22,real_asset_day,2021-05-22,0.00003260379774618827884759839035690542261994,decimal,4445677.0,clp,0.0,integer,0.0,clp,0.0,clp,1439.2284,clp,0.0,decimal,94741444.014,decimal,0.0,clp,0.0,decimal,0.0,clp,41310.0,integer,147973926423.0,clp,136354575458.0,clp,0.0,clp,1439.2284
+187-2021-05-23,real_asset_day,2021-05-23,0.000032603797315137734018443490426923819519588,decimal,4445532.0,clp,0.0,integer,0.0,clp,0.0,clp,1439.1815,clp,0.0,decimal,94741444.014,decimal,0.0,clp,0.0,decimal,0.0,clp,41310.0,integer,147973926423.0,clp,136350129926.0,clp,0.0,clp,1439.1815
+187-2021-05-24,real_asset_day,2021-05-24,0.000032603801579077248800267227311079978730761682400164,decimal,4512761.0,clp,0.0,integer,0.0,clp,0.0,clp,1460.9458,clp,719548.021,decimal,95188320.811,decimal,0.0,clp,272671.224,decimal,0.0,clp,41568.0,integer,149805405216.0,clp,139064973682.0,clp,0.0,clp,1460.9458
+187-2021-05-25,real_asset_day,2021-05-25,0.000032603801969570057831443112365399599970191102104748,decimal,4573658.0,clp,0.0,integer,0.0,clp,0.0,clp,1473.7091,clp,377523.7339,decimal,95227462.1042,decimal,0.0,clp,338382.4407,decimal,0.0,clp,41604.0,integer,151407178129.0,clp,140337580429.0,clp,0.0,clp,1473.7091
+187-2021-05-26,real_asset_day,2021-05-26,0.000032603796637389064351755409078631969009456437483387,decimal,4578354.0,clp,0.0,integer,0.0,clp,0.0,clp,1474.6161,clp,464354.8397,decimal,95215612.1911,decimal,0.0,clp,476204.7528,decimal,0.0,clp,41647.0,integer,151929348122.0,clp,140406478724.0,clp,0.0,clp,1474.6161
+187-2021-05-27,real_asset_day,2021-05-27,0.000032603797957106765792797537774678749704240395366599,decimal,4569740.0,clp,0.0,integer,0.0,clp,0.0,clp,1472.0248,clp,476264.9019,decimal,95329273.2192,decimal,0.0,clp,362603.8738,decimal,0.0,clp,41687.0,integer,151988173818.0,clp,140327056616.0,clp,0.0,clp,1472.0248
+187-2021-05-28,real_asset_day,2021-05-28,0.000032603797615417260641280070185485886309039885625967,decimal,4561264.0,clp,0.0,integer,0.0,clp,0.0,clp,1467.5427,clp,444125.3816,decimal,95518576.8143,decimal,0.0,clp,254821.7865,decimal,0.0,clp,41743.0,integer,151793138523.0,clp,140177587626.0,clp,0.0,clp,1467.5427
+187-2021-05-29,real_asset_day,2021-05-29,0.000032603799811417904242067425703931707170995,decimal,4570173.0,clp,0.0,integer,0.0,clp,0.0,clp,1467.4948,clp,0.0,decimal,95518576.8143,decimal,0.0,clp,0.0,decimal,0.0,clp,41743.0,integer,151793138523.0,clp,140173017453.0,clp,0.0,clp,1467.4948
+187-2021-05-30,real_asset_day,2021-05-30,0.000032603799812471132539906674862282211659811,decimal,4570024.0,clp,0.0,integer,0.0,clp,0.0,clp,1467.447,clp,0.0,decimal,95518576.8143,decimal,0.0,clp,0.0,decimal,0.0,clp,41743.0,integer,151793138523.0,clp,140168447429.0,clp,0.0,clp,1467.447
+187-2021-05-31,real_asset_day,2021-05-31,0.000032603796964539424240483311272648383386335873073234,decimal,4562444.0,clp,0.0,integer,0.0,clp,0.0,clp,1465.0132,clp,926833.5958,decimal,96103941.6107,decimal,0.0,clp,341468.7994,decimal,0.0,clp,41947.0,integer,152280940915.0,clp,140793538567.0,clp,0.0,clp,1465.0132
+187-2021-06-01,real_asset_day,2021-06-01,0.000032603798883046073051776309485644527464072934000225,decimal,4593977.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.1534,clp,545983.7788,decimal,96341225.0799,decimal,0.0,clp,308700.3096,decimal,0.0,clp,42068.0,integer,152701232949.0,clp,141251014380.0,clp,0.0,clp,1466.1534
+187-2021-06-02,real_asset_day,2021-06-02,0.000032603801026084043648715977284375818222046330005783,decimal,4604856.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.0057,clp,474692.1086,decimal,96553058.4937,decimal,0.0,clp,262858.6948,decimal,0.0,clp,42150.0,integer,153038277061.0,clp,141547332897.0,clp,0.0,clp,1466.0057
+187-2021-06-03,real_asset_day,2021-06-03,0.000032603799351266244911501367246939090814829500325962,decimal,4577465.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.0883,clp,432313.8588,decimal,96832184.5109,decimal,0.0,clp,153187.8416,decimal,0.0,clp,42233.0,integer,151824809893.0,clp,140802548223.0,clp,0.0,clp,1454.0883
+187-2021-06-04,real_asset_day,2021-06-04,0.000032603801103221338551458570623681732439437344039534,decimal,4617760.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.66,clp,371889.37,decimal,96999171.3608,decimal,0.0,clp,204902.5201,decimal,0.0,clp,42319.0,integer,152848055245.0,clp,141876810630.0,clp,0.0,clp,1462.66
+187-2021-06-05,real_asset_day,2021-06-05,0.000032603797552768921842850327096285159972798,decimal,4625572.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.6123,clp,0.0,decimal,96999171.3608,decimal,0.0,clp,0.0,decimal,0.0,clp,42319.0,integer,152848055245.0,clp,141872185058.0,clp,0.0,clp,1462.6123
+187-2021-06-06,real_asset_day,2021-06-06,0.000032603796187339642804911075782107766630406,decimal,4625421.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.5647,clp,0.0,decimal,96999171.3608,decimal,0.0,clp,0.0,decimal,0.0,clp,42319.0,integer,152848055245.0,clp,141867559637.0,clp,0.0,clp,1462.5647
+187-2021-06-07,real_asset_day,2021-06-07,0.000032603797935317683714528258824586692278460934652869,decimal,4617485.0,clp,0.0,integer,0.0,clp,0.0,clp,1460.0552,clp,674681.8559,decimal,97407155.9853,decimal,0.0,clp,266697.2314,decimal,0.0,clp,42538.0,integer,156447402774.0,clp,142219824878.0,clp,0.0,clp,1460.0552
+187-2021-06-08,real_asset_day,2021-06-08,0.000032603801167076468821601401428961989747600934263374,decimal,4641487.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.4974,clp,351327.2254,decimal,97601412.9629,decimal,0.0,clp,157070.2478,decimal,0.0,clp,42608.0,integer,155859087785.0,clp,142644208666.0,clp,0.0,clp,1461.4974
+187-2021-06-09,real_asset_day,2021-06-09,0.000032603798028734897005170156138953269452341738476256,decimal,4651892.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.8585,clp,339399.1116,decimal,97777268.4529,decimal,0.0,clp,163543.6216,decimal,0.0,clp,42696.0,integer,153996920333.0,clp,142936526743.0,clp,0.0,clp,1461.8585
+187-2021-06-10,real_asset_day,2021-06-10,0.000032603801744491257921118664415943234865633896859324,decimal,4694064.0,clp,0.0,integer,0.0,clp,0.0,clp,1472.4578,clp,323465.194,decimal,97871331.9964,decimal,0.0,clp,229401.6505,decimal,0.0,clp,42760.0,integer,155207044823.0,clp,144111408028.0,clp,0.0,clp,1472.4578
+187-2021-06-11,real_asset_day,2021-06-11,0.000032603799475911281621605893117441426910989829127075,decimal,4707023.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.1039,clp,309179.5918,decimal,97996572.85,decimal,0.0,clp,183938.7382,decimal,0.0,clp,42818.0,integer,155758802755.0,clp,144555125732.0,clp,0.0,clp,1475.1039
+187-2021-06-12,real_asset_day,2021-06-12,0.000032603801728668959792703619093950860411074,decimal,4712893.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.0558,clp,0.0,decimal,97996572.85,decimal,0.0,clp,0.0,decimal,0.0,clp,42818.0,integer,155758802755.0,clp,144550412839.0,clp,0.0,clp,1475.0558
+187-2021-06-13,real_asset_day,2021-06-13,0.000032603799329482786876757463641770413342098,decimal,4712739.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.0077,clp,0.0,decimal,97996572.85,decimal,0.0,clp,0.0,decimal,0.0,clp,42818.0,integer,155758802755.0,clp,144545700100.0,clp,0.0,clp,1475.0077
+187-2021-06-14,real_asset_day,2021-06-14,0.000032603797112210542827183763741112175376460614870929,decimal,4725674.0,clp,0.0,integer,0.0,clp,0.0,clp,1479.0562,clp,615653.0093,decimal,98294838.6452,decimal,0.0,clp,317387.2141,decimal,0.0,clp,42955.0,integer,156924050867.0,clp,145383594735.0,clp,0.0,clp,1479.0562
+187-2021-06-15,real_asset_day,2021-06-15,0.000032603801388086670282785767813282024063724909983771,decimal,4741185.0,clp,0.0,integer,0.0,clp,0.0,clp,1479.408,clp,385583.2157,decimal,98454872.7637,decimal,0.0,clp,225549.0972,decimal,0.0,clp,42997.0,integer,157242821698.0,clp,145654921679.0,clp,0.0,clp,1479.408
+187-2021-06-16,real_asset_day,2021-06-16,0.000032603796676731666876238432525402881092679080052771,decimal,4735696.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.2935,clp,433819.3562,decimal,98747135.3175,decimal,0.0,clp,141556.8024,decimal,0.0,clp,43082.0,integer,157159722089.0,clp,145681005357.0,clp,0.0,clp,1475.2935
+187-2021-06-17,real_asset_day,2021-06-17,0.000032603801963291265583981206913157536918957027404987,decimal,4823110.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.078,clp,467083.5571,decimal,98966429.4335,decimal,0.0,clp,247789.4411,decimal,0.0,clp,43149.0,integer,159813408323.0,clp,148259426811.0,clp,0.0,clp,1498.078
+187-2021-06-18,real_asset_day,2021-06-18,0.000032603801753784208028098805196135952640660958935638,decimal,4853406.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.1477,clp,458941.3717,decimal,98987048.2719,decimal,0.0,clp,438322.5333,decimal,0.0,clp,43192.0,integer,161936498083.0,clp,148891138639.0,clp,0.0,clp,1504.1477
+187-2021-06-19,real_asset_day,2021-06-19,0.000032603802426894844643848852022778916500757,decimal,4854259.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.0986,clp,0.0,decimal,98987048.2719,decimal,0.0,clp,0.0,decimal,0.0,clp,43192.0,integer,161936498083.0,clp,148886284380.0,clp,0.0,clp,1504.0986
+187-2021-06-20,real_asset_day,2021-06-20,0.000032603797470718387835197790658946643751977,decimal,4854100.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.0496,clp,0.0,decimal,98987048.2719,decimal,0.0,clp,0.0,decimal,0.0,clp,43192.0,integer,161936498083.0,clp,148881430280.0,clp,0.0,clp,1504.0496
+187-2021-06-21,real_asset_day,2021-06-21,0.000032603799196590307608582266348597337261263,decimal,4853942.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.0006,clp,0.0,decimal,98987048.2719,decimal,0.0,clp,0.0,decimal,0.0,clp,43192.0,integer,161936498083.0,clp,148876576338.0,clp,0.0,clp,1504.0006
+187-2021-06-22,real_asset_day,2021-06-22,0.000032603801860124529115496858401997227758600235799419,decimal,4888042.0,clp,0.0,integer,0.0,clp,0.0,clp,1514.5664,clp,985458.2808,decimal,99406455.9259,decimal,0.0,clp,566050.6268,decimal,0.0,clp,43412.0,integer,164334397564.0,clp,150557675213.0,clp,0.0,clp,1514.5664
+187-2021-06-23,real_asset_day,2021-06-23,0.000032603797755645112649785080048772434660713474555433,decimal,4856803.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.5378,clp,472032.4556,decimal,99522949.6978,decimal,0.0,clp,355538.6837,decimal,0.0,clp,43484.0,integer,162025365983.0,clp,149138903752.0,clp,0.0,clp,1498.5378
+187-2021-06-24,real_asset_day,2021-06-24,0.00003260379842107965146002523675631336400611916527442,decimal,4868208.0,clp,0.0,integer,0.0,clp,0.0,clp,1500.2985,clp,480423.2214,decimal,99703675.2782,decimal,0.0,clp,299697.641,decimal,0.0,clp,43572.0,integer,162297800745.0,clp,149585278576.0,clp,0.0,clp,1500.2985
+187-2021-06-25,real_asset_day,2021-06-25,0.000032603802396438477849494652589903509892318873476159,decimal,4884553.0,clp,0.0,integer,0.0,clp,0.0,clp,1502.607,clp,530846.6365,decimal,100030133.392,decimal,0.0,clp,204388.5227,decimal,0.0,clp,43663.0,integer,163581108670.0,clp,150305978195.0,clp,0.0,clp,1502.607
+187-2021-06-26,real_asset_day,2021-06-26,0.000032603798132621014490199556437167505076038,decimal,4900386.0,clp,0.0,integer,0.0,clp,0.0,clp,1502.558,clp,0.0,decimal,100030133.392,decimal,0.0,clp,0.0,decimal,0.0,clp,43663.0,integer,163581108670.0,clp,150301077809.0,clp,0.0,clp,1502.558
+187-2021-06-27,real_asset_day,2021-06-27,0.000032603796575557517982975488564325160226786,decimal,4900226.0,clp,0.0,integer,0.0,clp,0.0,clp,1502.509,clp,0.0,decimal,100030133.392,decimal,0.0,clp,0.0,decimal,0.0,clp,43663.0,integer,163581108670.0,clp,150296177583.0,clp,0.0,clp,1502.509
+187-2021-06-28,real_asset_day,2021-06-28,0.000032603801637645532514670862916613814752717,decimal,4900067.0,clp,0.0,integer,0.0,clp,0.0,clp,1502.46,clp,0.0,decimal,100030133.392,decimal,0.0,clp,0.0,decimal,0.0,clp,43663.0,integer,163581108670.0,clp,150291277516.0,clp,0.0,clp,1502.46
+187-2021-06-29,real_asset_day,2021-06-29,0.000032603801059628146407515902314527512510818195360435,decimal,4970349.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.0099,clp,1222163.3419,decimal,100750768.3628,decimal,0.0,clp,501528.3711,decimal,0.0,clp,43906.0,integer,167302746655.0,clp,153545173240.0,clp,0.0,clp,1524.0099
+187-2021-06-30,real_asset_day,2021-06-30,0.000032603801659517787096887287100772565300019347872106,decimal,4961755.0,clp,0.0,integer,0.0,clp,0.0,clp,1510.493,clp,700514.0948,decimal,101129440.0641,decimal,0.0,clp,321842.3935,decimal,0.0,clp,44018.0,integer,165564022208.0,clp,152755307666.0,clp,0.0,clp,1510.493
+187-2021-07-01,real_asset_day,2021-07-01,0.000032603796329025235627683242962409289407959372333384,decimal,5008404.0,clp,0.0,integer,0.0,clp,0.0,clp,1518.9853,clp,784951.804,decimal,101611709.0185,decimal,0.0,clp,302682.8496,decimal,0.0,clp,44189.0,integer,167418465664.0,clp,154346695348.0,clp,0.0,clp,1518.9853
+187-2021-07-02,real_asset_day,2021-07-02,0.000032603802230679876351547148170312247708249352740179,decimal,5028260.0,clp,0.0,integer,0.0,clp,0.0,clp,1517.7691,clp,858701.9105,decimal,102247462.0748,decimal,0.0,clp,222948.8542,decimal,0.0,clp,44327.0,integer,167774224431.0,clp,155188043158.0,clp,0.0,clp,1517.7691
+187-2021-07-03,real_asset_day,2021-07-03,0.000032603800252634069082572387097423243760263,decimal,5059555.0,clp,0.0,integer,0.0,clp,0.0,clp,1517.7197,clp,0.0,decimal,102247462.0748,decimal,0.0,clp,0.0,decimal,0.0,clp,44328.0,integer,167774224431.0,clp,155182983603.0,clp,0.0,clp,1517.7197
+187-2021-07-04,real_asset_day,2021-07-04,0.000032603799964841587953507753885809481652317,decimal,5059390.0,clp,0.0,integer,0.0,clp,0.0,clp,1517.6702,clp,0.0,decimal,102247462.0748,decimal,0.0,clp,0.0,decimal,0.0,clp,44328.0,integer,167774224431.0,clp,155177924213.0,clp,0.0,clp,1517.6702
+187-2021-07-05,real_asset_day,2021-07-05,0.000032603799087274839440690019528684686397252508451107,decimal,5052653.0,clp,0.0,integer,0.0,clp,0.0,clp,1515.6493,clp,1285492.2886,decimal,103049620.2058,decimal,0.0,clp,483334.1576,decimal,0.0,clp,44638.0,integer,169019703726.0,clp,156187086438.0,clp,0.0,clp,1515.6493
+187-2021-07-06,real_asset_day,2021-07-06,0.000032603800880046482899368049539283660470445511979151,decimal,5118623.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.4862,clp,630652.6892,decimal,103447549.6195,decimal,0.0,clp,232723.2755,decimal,0.0,clp,44783.0,integer,174585542551.0,clp,157600911200.0,clp,0.0,clp,1523.4862
+187-2021-07-07,real_asset_day,2021-07-07,0.000032603800126462780243253093978363338789509910234924,decimal,5162648.0,clp,0.0,integer,0.0,clp,0.0,clp,1530.6789,clp,617860.1432,decimal,103712065.6976,decimal,0.0,clp,353344.0651,decimal,0.0,clp,44893.0,integer,173967113234.0,clp,158749866758.0,clp,0.0,clp,1530.6789
+187-2021-07-08,real_asset_day,2021-07-08,0.000032603796665441348832044264869133991444448586292372,decimal,5152838.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.8739,clp,751323.3769,decimal,104105672.2002,decimal,0.0,clp,357716.8743,decimal,0.0,clp,44987.0,integer,171548873789.0,clp,158643915860.0,clp,0.0,clp,1523.8739
+187-2021-07-09,real_asset_day,2021-07-09,0.000032603798361006907411036889182319900504576050660444,decimal,5181915.0,clp,0.0,integer,0.0,clp,0.0,clp,1526.6789,clp,550017.424,decimal,104465515.3608,decimal,0.0,clp,190174.2634,decimal,0.0,clp,45063.0,integer,173315847764.0,clp,159485294530.0,clp,0.0,clp,1526.6789
+187-2021-07-10,real_asset_day,2021-07-10,0.000032603799264984652201599521429951112216254,decimal,5199657.0,clp,0.0,integer,0.0,clp,0.0,clp,1526.6291,clp,0.0,decimal,104465515.3608,decimal,0.0,clp,0.0,decimal,0.0,clp,45063.0,integer,173315847764.0,clp,159480094873.0,clp,0.0,clp,1526.6291
+187-2021-07-11,real_asset_day,2021-07-11,0.000032603802544892950205210758539730394318202,decimal,5199488.0,clp,0.0,integer,0.0,clp,0.0,clp,1526.5793,clp,0.0,decimal,104465515.3608,decimal,0.0,clp,0.0,decimal,0.0,clp,45063.0,integer,173315847764.0,clp,159474895385.0,clp,0.0,clp,1526.5793
+187-2021-07-12,real_asset_day,2021-07-12,0.000032603801249528669482715630936271657810699081819927,decimal,5190837.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.0394,clp,1045323.4438,decimal,105169474.9711,decimal,0.0,clp,341363.8335,decimal,0.0,clp,45310.0,integer,174899789636.0,clp,160282426744.0,clp,0.0,clp,1524.0394
+187-2021-07-13,real_asset_day,2021-07-13,0.000032603801475922530592724850229813371505511941875719,decimal,5229055.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.9839,clp,648467.7572,decimal,105576841.6184,decimal,0.0,clp,241101.1099,decimal,0.0,clp,45396.0,integer,175429619977.0,clp,161002985634.0,clp,0.0,clp,1524.9839
+187-2021-07-14,real_asset_day,2021-07-14,0.000032603798629246732214182833506746888856599429189668,decimal,5245837.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.9753,clp,511820.8046,decimal,105928053.843,decimal,0.0,clp,160608.58,decimal,0.0,clp,45489.0,integer,176571266742.0,clp,161431736113.0,clp,0.0,clp,1523.9753
+187-2021-07-15,real_asset_day,2021-07-15,0.000032603799722255804180204681835210112356901978106682,decimal,5269690.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.829,clp,485446.5492,decimal,106186859.9518,decimal,0.0,clp,226640.4404,decimal,0.0,clp,45552.0,integer,177346160021.0,clp,162022987674.0,clp,0.0,clp,1525.829
+187-2021-07-16,real_asset_day,2021-07-16,0.000032603800867555382025791179123001888382732,decimal,5282393.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.7792,clp,0.0,decimal,106186859.9518,decimal,0.0,clp,0.0,decimal,0.0,clp,45552.0,integer,177346160021.0,clp,162017705281.0,clp,0.0,clp,1525.7792
+187-2021-07-17,real_asset_day,2021-07-17,0.000032603802228448690421061590904891932550793,decimal,5282221.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.7295,clp,0.0,decimal,106186859.9518,decimal,0.0,clp,0.0,decimal,0.0,clp,45552.0,integer,177346160021.0,clp,162012423060.0,clp,0.0,clp,1525.7295
+187-2021-07-18,real_asset_day,2021-07-18,0.000032603797382047217482934492314784976621633,decimal,5282048.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.6797,clp,0.0,decimal,106186859.9518,decimal,0.0,clp,0.0,decimal,0.0,clp,45552.0,integer,177346160021.0,clp,162007141012.0,clp,0.0,clp,1525.6797
+187-2021-07-19,real_asset_day,2021-07-19,0.000032603797502416601395754656449662579019257678132446,decimal,5265789.0,clp,0.0,integer,0.0,clp,0.0,clp,1520.9834,clp,884703.7672,decimal,106709749.2008,decimal,0.0,clp,361814.5182,decimal,0.0,clp,45742.0,integer,179082202377.0,clp,162303762041.0,clp,0.0,clp,1520.9834
+187-2021-07-20,real_asset_day,2021-07-20,0.000032603798507749457308518028446529855429288532154474,decimal,5324539.0,clp,0.0,integer,0.0,clp,0.0,clp,1530.4168,clp,352620.767,decimal,106694876.093,decimal,0.0,clp,367493.8938,decimal,0.0,clp,45761.0,integer,178663461978.0,clp,163287626390.0,clp,0.0,clp,1530.4168
+187-2021-07-21,real_asset_day,2021-07-21,0.000032603796947663989226500423812184738281981878572825,decimal,5348510.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.521,clp,498335.6288,decimal,106975793.6784,decimal,0.0,clp,217418.0434,decimal,0.0,clp,45815.0,integer,178071943161.0,clp,164477534091.0,clp,0.0,clp,1537.521
+187-2021-07-22,real_asset_day,2021-07-22,0.000032603797086762639990588217319779206330554405559324,decimal,5338487.0,clp,0.0,integer,0.0,clp,0.0,clp,1530.6098,clp,554138.7865,decimal,107396458.0057,decimal,0.0,clp,133474.4592,decimal,0.0,clp,45908.0,integer,178281779517.0,clp,164382071465.0,clp,0.0,clp,1530.6098
+187-2021-07-23,real_asset_day,2021-07-23,0.000032603799297480739119112445440222089213378448625197,decimal,5393082.0,clp,0.0,integer,0.0,clp,0.0,clp,1540.2062,clp,468784.9789,decimal,107702433.2274,decimal,0.0,clp,162809.7572,decimal,0.0,clp,45955.0,integer,178835379179.0,clp,165883950455.0,clp,0.0,clp,1540.2062
+187-2021-07-24,real_asset_day,2021-07-24,0.000032603801123359889390044074249410091500012,decimal,5408271.0,clp,0.0,integer,0.0,clp,0.0,clp,1540.1559,clp,0.0,decimal,107702433.2274,decimal,0.0,clp,0.0,decimal,0.0,clp,45955.0,integer,178835379179.0,clp,165878542184.0,clp,0.0,clp,1540.1559
+187-2021-07-25,real_asset_day,2021-07-25,0.000032603797050495580950772882330844732156709,decimal,5408094.0,clp,0.0,integer,0.0,clp,0.0,clp,1540.1057,clp,0.0,decimal,107702433.2274,decimal,0.0,clp,0.0,decimal,0.0,clp,45955.0,integer,178835379179.0,clp,165873134090.0,clp,0.0,clp,1540.1057
+187-2021-07-26,real_asset_day,2021-07-26,0.000032603798379460206499021468323684427664347840082896,decimal,5407518.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.9416,clp,935354.128,decimal,108204783.083,decimal,0.0,clp,433004.2724,decimal,0.0,clp,46126.0,integer,179991168512.0,clp,166629050116.0,clp,0.0,clp,1539.9416
+187-2021-07-27,real_asset_day,2021-07-27,0.000032603801959264173281473103357970138442568942848319,decimal,5377892.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.3945,clp,545054.2256,decimal,108530964.8464,decimal,0.0,clp,218872.4622,decimal,0.0,clp,46209.0,integer,178845576399.0,clp,165444005118.0,clp,0.0,clp,1524.3945
+187-2021-07-28,real_asset_day,2021-07-28,0.00003260380085280538520338474161544726049180607357479,decimal,5468558.0,clp,0.0,integer,0.0,clp,0.0,clp,1545.4357,clp,568106.391,decimal,108896841.3498,decimal,0.0,clp,202229.8876,decimal,0.0,clp,46273.0,integer,181932057977.0,clp,168293061064.0,clp,0.0,clp,1545.4357
+187-2021-07-29,real_asset_day,2021-07-29,0.000032603799585723207245161591060605329794728999659584,decimal,5458254.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.3411,clp,600114.1973,decimal,109259387.2817,decimal,0.0,clp,237568.2654,decimal,0.0,clp,46353.0,integer,181258845212.0,clp,167968948949.0,clp,0.0,clp,1537.3411
+187-2021-07-30,real_asset_day,2021-07-30,0.000032603797955559927390755638326332516506460435316189,decimal,5479786.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.2844,clp,732756.8914,decimal,109868072.6718,decimal,0.0,clp,124071.5013,decimal,0.0,clp,46468.0,integer,181890224687.0,clp,169008345656.0,clp,0.0,clp,1538.2844
+187-2021-07-31,real_asset_day,2021-07-31,0.000032603802078310811278402917465568432626819,decimal,5510135.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.2343,clp,0.0,decimal,109868072.6718,decimal,0.0,clp,0.0,decimal,0.0,clp,46468.0,integer,181890224687.0,clp,169002835521.0,clp,0.0,clp,1538.2343
+187-2021-08-01,real_asset_day,2021-08-01,0.000032603799980539628133253413783789582458628,decimal,5509955.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.1841,clp,0.0,decimal,109868072.6718,decimal,0.0,clp,0.0,decimal,0.0,clp,46468.0,integer,181890224687.0,clp,168997325566.0,clp,0.0,clp,1538.1841
+187-2021-08-02,real_asset_day,2021-08-02,0.000032603799205972969344141352178823054197968828334889,decimal,5529243.0,clp,0.0,integer,0.0,clp,0.0,clp,1543.5687,clp,1397586.6928,decimal,110928320.3006,decimal,0.0,clp,337339.064,decimal,0.0,clp,46751.0,integer,185332558036.0,clp,171225482133.0,clp,0.0,clp,1543.5687
+187-2021-08-03,real_asset_day,2021-08-03,0.000032603798691134470801425051596226290292627398786514,decimal,5658824.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.644,clp,660115.6048,decimal,111256750.6146,decimal,0.0,clp,331685.2908,decimal,0.0,clp,46846.0,integer,188728185082.0,clp,174077210462.0,clp,0.0,clp,1564.644
+187-2021-08-04,real_asset_day,2021-08-04,0.000032603797393970016180850406734311735372597345785342,decimal,5697643.0,clp,0.0,integer,0.0,clp,0.0,clp,1570.7269,clp,741291.7683,decimal,111695454.1336,decimal,0.0,clp,302588.2493,decimal,0.0,clp,46938.0,integer,191289467915.0,clp,175443052447.0,clp,0.0,clp,1570.7269
+187-2021-08-05,real_asset_day,2021-08-05,0.000032603798825772290641956879041310080173183496263759,decimal,5723304.0,clp,0.0,integer,0.0,clp,0.0,clp,1571.6039,clp,797404.2655,decimal,112298496.911,decimal,0.0,clp,194361.4881,decimal,0.0,clp,47069.0,integer,191305569365.0,clp,176488761260.0,clp,0.0,clp,1571.6039
+187-2021-08-06,real_asset_day,2021-08-06,0.000032603798022813650321517031858835114241381728203211,decimal,5772558.0,clp,0.0,integer,0.0,clp,0.0,clp,1576.6169,clp,1011503.1912,decimal,113155621.0584,decimal,0.0,clp,154379.0438,decimal,0.0,clp,47214.0,integer,195848782071.0,clp,178403060514.0,clp,0.0,clp,1576.6169
+187-2021-08-07,real_asset_day,2021-08-07,0.00003260379962594082020778913749435576580704,decimal,5816428.0,clp,0.0,integer,0.0,clp,0.0,clp,1576.5655,clp,0.0,decimal,113155621.0584,decimal,0.0,clp,0.0,decimal,0.0,clp,47214.0,integer,195848782071.0,clp,178397244086.0,clp,0.0,clp,1576.5655
+187-2021-08-08,real_asset_day,2021-08-08,0.000032603797560025009885137538685664346384519,decimal,5816238.0,clp,0.0,integer,0.0,clp,0.0,clp,1576.5141,clp,0.0,decimal,113155621.0584,decimal,0.0,clp,0.0,decimal,0.0,clp,47214.0,integer,195848782071.0,clp,178391427848.0,clp,0.0,clp,1576.5141
+187-2021-08-09,real_asset_day,2021-08-09,0.000032603799645722051374166788499562518268723583969169,decimal,5844727.0,clp,0.0,integer,0.0,clp,0.0,clp,1584.236,clp,1492695.7271,decimal,114228021.0172,decimal,0.0,clp,420295.7683,decimal,0.0,clp,47545.0,integer,198513603695.0,clp,180964144919.0,clp,0.0,clp,1584.236
+187-2021-08-10,real_asset_day,2021-08-10,0.000032603801361150104602916869374326400553212547855389,decimal,5847524.0,clp,0.0,integer,0.0,clp,0.0,clp,1570.1138,clp,868450.2235,decimal,114786270.1985,decimal,0.0,clp,310201.0422,decimal,0.0,clp,47738.0,integer,197153296656.0,clp,180227503152.0,clp,0.0,clp,1570.1138
+187-2021-08-11,real_asset_day,2021-08-11,0.00003260379919449549142370308841742795459644233316238,decimal,5836308.0,clp,0.0,integer,0.0,clp,0.0,clp,1559.4809,clp,765888.975,decimal,115289088.2047,decimal,0.0,clp,263070.9688,decimal,0.0,clp,47920.0,integer,194873505575.0,clp,179791126415.0,clp,0.0,clp,1559.4809
+187-2021-08-12,real_asset_day,2021-08-12,0.000032603797564380810598299062777938386117751219513586,decimal,5853592.0,clp,0.0,integer,0.0,clp,0.0,clp,1557.2777,clp,673034.708,decimal,115741119.3393,decimal,0.0,clp,221003.5734,decimal,0.0,clp,48086.0,integer,194421962128.0,clp,180241060589.0,clp,0.0,clp,1557.2777
+187-2021-08-13,real_asset_day,2021-08-13,0.000032603800297520426146529970134504708449356898290026,decimal,5892710.0,clp,0.0,integer,0.0,clp,0.0,clp,1561.5618,clp,531194.1535,decimal,116114013.8437,decimal,0.0,clp,158299.6491,decimal,0.0,clp,48206.0,integer,195464334594.0,clp,181319204132.0,clp,0.0,clp,1561.5618
+187-2021-08-14,real_asset_day,2021-08-14,0.000032603798178567113256664705245665252689973,decimal,5911502.0,clp,0.0,integer,0.0,clp,0.0,clp,1561.5109,clp,0.0,decimal,116114013.8437,decimal,0.0,clp,0.0,decimal,0.0,clp,48206.0,integer,195464334594.0,clp,181313292630.0,clp,0.0,clp,1561.5109
+187-2021-08-15,real_asset_day,2021-08-15,0.000032603802211266750868761596208795764432698,decimal,5911310.0,clp,0.0,integer,0.0,clp,0.0,clp,1561.4599,clp,0.0,decimal,116114013.8437,decimal,0.0,clp,0.0,decimal,0.0,clp,48206.0,integer,195464334594.0,clp,181307381320.0,clp,0.0,clp,1561.4599
+187-2021-08-16,real_asset_day,2021-08-16,0.000032603797321217019267039859201381433947368469292156,decimal,5948813.0,clp,0.0,integer,0.0,clp,0.0,clp,1571.3665,clp,850500.9929,decimal,116660279.6106,decimal,0.0,clp,304235.226,decimal,0.0,clp,48448.0,integer,200865538598.0,clp,183316057027.0,clp,0.0,clp,1571.3665
+187-2021-08-17,real_asset_day,2021-08-17,0.000032603801606817101667120196558281283351472905705742,decimal,5963928.0,clp,0.0,integer,0.0,clp,0.0,clp,1567.9822,clp,537057.1361,decimal,116929086.6291,decimal,0.0,clp,268250.1176,decimal,0.0,clp,48533.0,integer,199532412674.0,clp,183342730183.0,clp,0.0,clp,1567.9822
+187-2021-08-18,real_asset_day,2021-08-18,0.000032603801868209833685387998297077378937770534869819,decimal,5949386.0,clp,0.0,integer,0.0,clp,0.0,clp,1560.5631,clp,747226.978,decimal,117481081.5062,decimal,0.0,clp,195232.1009,decimal,0.0,clp,48636.0,integer,197727384455.0,clp,183336645329.0,clp,0.0,clp,1560.5631
+187-2021-08-19,real_asset_day,2021-08-19,0.000032603801213016371365945233766622852601775310251665,decimal,5989748.0,clp,0.0,integer,0.0,clp,0.0,clp,1563.7682,clp,506858.7232,decimal,117779449.2186,decimal,0.0,clp,208491.0108,decimal,0.0,clp,48734.0,integer,201615623981.0,clp,184179757912.0,clp,0.0,clp,1563.7682
+187-2021-08-20,real_asset_day,2021-08-20,0.000032603797802767863849481989860971656693086924398211,decimal,6006762.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.2376,clp,508058.4727,decimal,118139849.998,decimal,0.0,clp,147657.6933,decimal,0.0,clp,48833.0,integer,200672709706.0,clp,184798792685.0,clp,0.0,clp,1564.2376
+187-2021-08-21,real_asset_day,2021-08-21,0.000032603797614577596334315164559125268094538,decimal,6024946.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.1866,clp,0.0,decimal,118139849.998,decimal,0.0,clp,0.0,decimal,0.0,clp,48833.0,integer,200672709706.0,clp,184792767739.0,clp,0.0,clp,1564.1866
+187-2021-08-22,real_asset_day,2021-08-22,0.000032603799940121471805698400073335793362659,decimal,6024750.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.1356,clp,0.0,decimal,118139849.998,decimal,0.0,clp,0.0,decimal,0.0,clp,48833.0,integer,200672709706.0,clp,184786742989.0,clp,0.0,clp,1564.1356
+187-2021-08-23,real_asset_day,2021-08-23,0.000032603798077225690610311713048250284554016628892684,decimal,6066320.0,clp,0.0,integer,0.0,clp,0.0,clp,1574.928,clp,785948.583,decimal,118632158.4772,decimal,0.0,clp,293640.1038,decimal,0.0,clp,49006.0,integer,201418890336.0,clp,186837108785.0,clp,0.0,clp,1574.928
+187-2021-08-24,real_asset_day,2021-08-24,0.000032603800940331721128380947259170545433252936578116,decimal,6101681.0,clp,0.0,integer,0.0,clp,0.0,clp,1577.5344,clp,513802.3311,decimal,118874975.7281,decimal,0.0,clp,270985.0802,decimal,0.0,clp,49072.0,integer,202357056869.0,clp,187529361402.0,clp,0.0,clp,1577.5344
+187-2021-08-25,real_asset_day,2021-08-25,0.000032603801837874135946373052046625022591138590988598,decimal,6126087.0,clp,0.0,integer,0.0,clp,0.0,clp,1580.6091,clp,643074.0251,decimal,119229017.555,decimal,0.0,clp,289032.1982,decimal,0.0,clp,49151.0,integer,213588128874.0,clp,188454468426.0,clp,0.0,clp,1580.6091
+187-2021-08-26,real_asset_day,2021-08-26,0.000032603799391407918414678062482421050972316464561882,decimal,6137009.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.7253,clp,575833.719,decimal,119498704.7675,decimal,0.0,clp,306146.5065,decimal,0.0,clp,49233.0,integer,209948823416.0,clp,188655634450.0,clp,0.0,clp,1578.7253
+187-2021-08-27,real_asset_day,2021-08-27,0.000032603802446095974056576017494489459478574062836073,decimal,6187337.0,clp,0.0,integer,0.0,clp,0.0,clp,1588.0798,clp,555176.7684,decimal,119766913.1997,decimal,0.0,clp,286968.3362,decimal,0.0,clp,49314.0,integer,205264953840.0,clp,190199414816.0,clp,0.0,clp,1588.0798
+187-2021-08-28,real_asset_day,2021-08-28,0.000032603802608416845710036059521384544568479,decimal,6201022.0,clp,0.0,integer,0.0,clp,0.0,clp,1588.028,clp,0.0,decimal,119766913.1997,decimal,0.0,clp,0.0,decimal,0.0,clp,49314.0,integer,205264953840.0,clp,190193213794.0,clp,0.0,clp,1588.028
+187-2021-08-29,real_asset_day,2021-08-29,0.000032603798245756638262907656878615005231537,decimal,6200819.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.9762,clp,0.0,decimal,119766913.1997,decimal,0.0,clp,0.0,decimal,0.0,clp,49314.0,integer,205264953840.0,clp,190187012975.0,clp,0.0,clp,1587.9762
+187-2021-08-30,real_asset_day,2021-08-30,0.000032603798615596912928765621812339905390633107589544,decimal,6192346.0,clp,0.0,integer,0.0,clp,0.0,clp,1585.8064,clp,1278997.0961,decimal,120564040.785,decimal,0.0,clp,481869.5108,decimal,0.0,clp,49519.0,integer,207898724533.0,clp,191191223150.0,clp,0.0,clp,1585.8064
+187-2021-08-31,real_asset_day,2021-08-31,0.00003260379797370551891715075613126661761677683584703,decimal,6206925.0,clp,0.0,integer,0.0,clp,0.0,clp,1579.0305,clp,884352.0004,decimal,121114312.4979,decimal,0.0,clp,334080.2875,decimal,0.0,clp,49654.0,integer,215166795073.0,clp,191243189175.0,clp,0.0,clp,1579.0305
+187-2021-09-01,real_asset_day,2021-09-01,0.000032603797863421045013962170071015778976040305442164,decimal,6202682.0,clp,0.0,integer,0.0,clp,0.0,clp,1570.7818,clp,1040934.6546,decimal,121903047.7629,decimal,0.0,clp,252199.3896,decimal,0.0,clp,49787.0,integer,215910942892.0,clp,191483086787.0,clp,0.0,clp,1570.7818
+187-2021-09-02,real_asset_day,2021-09-02,0.000032603800350409379881855670252306177553735032202813,decimal,6248821.0,clp,0.0,integer,0.0,clp,0.0,clp,1572.2272,clp,724016.3982,decimal,122277161.8107,decimal,0.0,clp,349902.3504,decimal,0.0,clp,49918.0,integer,214879553096.0,clp,192247475336.0,clp,0.0,clp,1572.2272
+187-2021-09-03,real_asset_day,2021-09-03,0.000032603798544012519066402606264336003866641947380899,decimal,6257312.0,clp,0.0,integer,0.0,clp,0.0,clp,1569.5468,clp,875355.7937,decimal,122928510.2226,decimal,0.0,clp,224007.3818,decimal,0.0,clp,50029.0,integer,217995727986.0,clp,192942045266.0,clp,0.0,clp,1569.5468
+187-2021-09-04,real_asset_day,2021-09-04,0.000032603801227203623363156439519601040444219,decimal,6290439.0,clp,0.0,integer,0.0,clp,0.0,clp,1569.4956,clp,0.0,decimal,122928510.2226,decimal,0.0,clp,0.0,decimal,0.0,clp,50029.0,integer,217995727986.0,clp,192935754827.0,clp,0.0,clp,1569.4956
+187-2021-09-05,real_asset_day,2021-09-05,0.000032603801670572959293300245415458960009513,decimal,6290234.0,clp,0.0,integer,0.0,clp,0.0,clp,1569.4444,clp,0.0,decimal,122928510.2226,decimal,0.0,clp,0.0,decimal,0.0,clp,50029.0,integer,217995727986.0,clp,192929464593.0,clp,0.0,clp,1569.4444
+187-2021-09-06,real_asset_day,2021-09-06,0.000032603800174010462102214108720115698362920430062858,decimal,6314348.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.4611,clp,948454.9272,decimal,123405206.493,decimal,0.0,clp,471758.6568,decimal,0.0,clp,50274.0,integer,219739130880.0,clp,194420096915.0,clp,0.0,clp,1575.4611
+187-2021-09-07,real_asset_day,2021-09-07,0.000032603798275368403056805542694075916928941619733878,decimal,6383880.0,clp,0.0,integer,0.0,clp,0.0,clp,1586.6569,clp,546470.0966,decimal,123675950.968,decimal,0.0,clp,275725.6216,decimal,0.0,clp,50398.0,integer,224218640896.0,clp,196231305311.0,clp,0.0,clp,1586.6569
+187-2021-09-08,real_asset_day,2021-09-08,0.000032603798469309301750848088881330383642263873931666,decimal,6412299.0,clp,0.0,integer,0.0,clp,0.0,clp,1590.2313,clp,661844.1651,decimal,124124567.9289,decimal,0.0,clp,213227.2042,decimal,0.0,clp,50531.0,integer,216930211243.0,clp,197386777194.0,clp,0.0,clp,1590.2313
+187-2021-09-09,real_asset_day,2021-09-09,0.000032603800630831301509004546364351826751832549189627,decimal,6451613.0,clp,0.0,integer,0.0,clp,0.0,clp,1594.1983,clp,529780.6873,decimal,124396593.0969,decimal,0.0,clp,257755.5193,decimal,0.0,clp,50663.0,integer,213587809452.0,clp,198312831825.0,clp,0.0,clp,1594.1983
+187-2021-09-10,real_asset_day,2021-09-10,0.000032603799860640142723227671426053238805231851252257,decimal,6436567.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.0024,clp,635440.5119,decimal,124809092.8802,decimal,0.0,clp,222940.7286,decimal,0.0,clp,50787.0,integer,217455008228.0,clp,198072332633.0,clp,0.0,clp,1587.0024
+187-2021-09-11,real_asset_day,2021-09-11,0.000032603799125843634303140424862740280049774,decimal,6457700.0,clp,0.0,integer,0.0,clp,0.0,clp,1586.9507,clp,0.0,decimal,124809092.8802,decimal,0.0,clp,0.0,decimal,0.0,clp,50787.0,integer,217455008228.0,clp,198065874933.0,clp,0.0,clp,1586.9507
+187-2021-09-12,real_asset_day,2021-09-12,0.000032603801845768917830977809052506857524171,decimal,6457490.0,clp,0.0,integer,0.0,clp,0.0,clp,1586.8989,clp,0.0,decimal,124809092.8802,decimal,0.0,clp,0.0,decimal,0.0,clp,50787.0,integer,217455008228.0,clp,198059417443.0,clp,0.0,clp,1586.8989
+187-2021-09-13,real_asset_day,2021-09-13,0.000032603800526557754737960258620107395703377015831676,decimal,6431612.0,clp,0.0,integer,0.0,clp,0.0,clp,1580.5396,clp,942663.0239,decimal,125281833.1822,decimal,0.0,clp,469922.7219,decimal,0.0,clp,51024.0,integer,217674474814.0,clp,198012899075.0,clp,0.0,clp,1580.5396
+187-2021-09-14,real_asset_day,2021-09-14,0.000032603799798369200367023910557946150745071924967281,decimal,6437451.0,clp,0.0,integer,0.0,clp,0.0,clp,1576.0051,clp,543988.7242,decimal,125514038.6877,decimal,0.0,clp,311783.2187,decimal,0.0,clp,51128.0,integer,216959119830.0,clp,197810765329.0,clp,0.0,clp,1576.0051
+187-2021-09-15,real_asset_day,2021-09-15,0.000032603800009361032538514883384049741139140247544678,decimal,6457994.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.1094,clp,568401.679,decimal,125870060.6704,decimal,0.0,clp,212379.6963,decimal,0.0,clp,51229.0,integer,217401313736.0,clp,198636728557.0,clp,0.0,clp,1578.1094
+187-2021-09-16,real_asset_day,2021-09-16,0.000032603802146187776589874863431815860390923259688928,decimal,6466968.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.8324,clp,569983.1063,decimal,126219100.9207,decimal,0.0,clp,220942.856,decimal,0.0,clp,51324.0,integer,213769527663.0,clp,198900146845.0,clp,0.0,clp,1575.8324
+187-2021-09-17,real_asset_day,2021-09-17,0.000032603799083923585975846332336964926290278,decimal,6484689.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.781,clp,0.0,decimal,126219100.9207,decimal,0.0,clp,0.0,decimal,0.0,clp,51324.0,integer,213769527663.0,clp,198893662156.0,clp,0.0,clp,1575.781
+187-2021-09-18,real_asset_day,2021-09-18,0.000032603801188724312749659652294882518967372,decimal,6484478.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.7296,clp,0.0,decimal,126219100.9207,decimal,0.0,clp,0.0,decimal,0.0,clp,51324.0,integer,213769527663.0,clp,198887177678.0,clp,0.0,clp,1575.7296
+187-2021-09-19,real_asset_day,2021-09-19,0.000032603798230767604620744895012273027703818,decimal,6484266.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.6783,clp,0.0,decimal,126219100.9207,decimal,0.0,clp,0.0,decimal,0.0,clp,51324.0,integer,213769527663.0,clp,198880693412.0,clp,0.0,clp,1575.6783
+187-2021-09-20,real_asset_day,2021-09-20,0.000032603801366634004421994875602263698658616473346716,decimal,6425104.0,clp,0.0,integer,0.0,clp,0.0,clp,1561.3017,clp,685218.7181,decimal,126348873.9478,decimal,0.0,clp,555445.691,decimal,0.0,clp,51490.0,integer,212542220706.0,clp,197268715446.0,clp,0.0,clp,1561.3017
+187-2021-09-21,real_asset_day,2021-09-21,0.000032603801728579118867357339076444936746550850891293,decimal,6423861.0,clp,0.0,integer,0.0,clp,0.0,clp,1559.3964,clp,453591.9536,decimal,126133271.8045,decimal,0.0,clp,669194.0969,decimal,0.0,clp,51458.0,integer,212677302575.0,clp,196691764816.0,clp,0.0,clp,1559.3964
+187-2021-09-22,real_asset_day,2021-09-22,0.000032603798399452633835273591139618046625731758506694,decimal,6456130.0,clp,0.0,integer,0.0,clp,0.0,clp,1569.9087,clp,399657.6355,decimal,126136865.077,decimal,0.0,clp,396064.363,decimal,0.0,clp,51470.0,integer,213871418360.0,clp,198023366557.0,clp,0.0,clp,1569.9087
+187-2021-09-23,real_asset_day,2021-09-23,0.0000326038024182025183842546699530994945975073839296,decimal,6502483.0,clp,0.0,integer,0.0,clp,0.0,clp,1581.135,clp,310191.1267,decimal,126260080.3537,decimal,0.0,clp,186975.85,decimal,0.0,clp,51524.0,integer,214846663645.0,clp,199634226366.0,clp,0.0,clp,1581.135
+187-2021-09-24,real_asset_day,2021-09-24,0.000032603797975735210092798849652214784899792956375628,decimal,6500194.0,clp,0.0,integer,0.0,clp,0.0,clp,1579.0361,clp,389831.4302,decimal,126370980.9426,decimal,0.0,clp,278930.8413,decimal,0.0,clp,51560.0,integer,214582426442.0,clp,199544343043.0,clp,0.0,clp,1579.0361
+187-2021-09-25,real_asset_day,2021-09-25,0.00003260380129587184883210386338873435793811,decimal,6505692.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.9846,clp,0.0,decimal,126370980.9426,decimal,0.0,clp,0.0,decimal,0.0,clp,51560.0,integer,214582426442.0,clp,199537837351.0,clp,0.0,clp,1578.9846
+187-2021-09-26,real_asset_day,2021-09-26,0.000032603801813972205798748512078486791528685,decimal,6505480.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.9332,clp,0.0,decimal,126370980.9426,decimal,0.0,clp,0.0,decimal,0.0,clp,51560.0,integer,214582426442.0,clp,199531331871.0,clp,0.0,clp,1578.9332
+187-2021-09-27,real_asset_day,2021-09-27,0.00003255157282158987437714313726111266545603049041501,decimal,6540040.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.3213,clp,615025.5492,decimal,126574053.2439,decimal,0.0,clp,411953.2479,decimal,0.0,clp,51664.0,integer,219686685655.0,clp,201236037859.0,clp,0.0,clp,1587.3213
+187-2021-09-28,real_asset_day,2021-09-28,0.000032603801697982685726471406589368282928565896701449,decimal,6469753.0,clp,0.0,integer,0.0,clp,0.0,clp,1567.7426,clp,525559.6985,decimal,126724549.4453,decimal,0.0,clp,375063.4971,decimal,0.0,clp,51696.0,integer,215860640293.0,clp,198671479429.0,clp,0.0,clp,1567.7426
+187-2021-09-29,real_asset_day,2021-09-29,0.000032603800775956412918070006642360562306713382879358,decimal,6477557.0,clp,0.0,integer,0.0,clp,0.0,clp,1567.7697,clp,418436.9029,decimal,126828587.1236,decimal,0.0,clp,314399.2246,decimal,0.0,clp,51733.0,integer,214260234414.0,clp,198838011451.0,clp,0.0,clp,1567.7697
+187-2021-09-30,real_asset_day,2021-09-30,0.000032603800257999674367021346299495143572590996058007,decimal,6522042.0,clp,0.0,integer,0.0,clp,0.0,clp,1577.2416,clp,560480.6804,decimal,127144469.2053,decimal,0.0,clp,244598.5987,decimal,0.0,clp,51826.0,integer,215858513468.0,clp,200537541347.0,clp,0.0,clp,1577.2416
+187-2021-10-01,real_asset_day,2021-10-01,0.000032603800224316256337611009673924902907353168504249,decimal,6514552.0,clp,0.0,integer,0.0,clp,0.0,clp,1571.5162,clp,697172.2301,decimal,127579624.9217,decimal,0.0,clp,262016.5137,decimal,0.0,clp,51909.0,integer,216471716553.0,clp,200493445630.0,clp,0.0,clp,1571.5162
+187-2021-10-02,real_asset_day,2021-10-02,0.000032603799583557941919877620087401258206026,decimal,6536635.0,clp,0.0,integer,0.0,clp,0.0,clp,1571.465,clp,0.0,decimal,127579624.9217,decimal,0.0,clp,0.0,decimal,0.0,clp,51909.0,integer,216471716553.0,clp,200486908995.0,clp,0.0,clp,1571.465
+187-2021-10-03,real_asset_day,2021-10-03,0.000032603800143178218553778824635684202959046,decimal,6536422.0,clp,0.0,integer,0.0,clp,0.0,clp,1571.4137,clp,0.0,decimal,127579624.9217,decimal,0.0,clp,0.0,decimal,0.0,clp,51909.0,integer,216471716553.0,clp,200480372573.0,clp,0.0,clp,1571.4137
+187-2021-10-04,real_asset_day,2021-10-04,0.000032603802361552914472246254522350126583752460835939,decimal,6475654.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.8044,clp,907597.971,decimal,127996964.8072,decimal,0.0,clp,490258.0855,decimal,0.0,clp,52083.0,integer,218020266692.0,clp,199266243814.0,clp,0.0,clp,1556.8044
+187-2021-10-05,real_asset_day,2021-10-05,0.000032603797903789919959840017253561445851920228755702,decimal,6552241.0,clp,0.0,integer,0.0,clp,0.0,clp,1570.0808,clp,465363.7133,decimal,128231791.4625,decimal,0.0,clp,230537.058,decimal,0.0,clp,52134.0,integer,218582632097.0,clp,201334272040.0,clp,0.0,clp,1570.0808
+187-2021-10-06,real_asset_day,2021-10-06,0.000032603798609173869826091208593799753503545737197901,decimal,6597444.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.0174,clp,425323.2719,decimal,128343349.2003,decimal,0.0,clp,313765.5341,decimal,0.0,clp,52175.0,integer,217979716668.0,clp,202528044463.0,clp,0.0,clp,1578.0174
+187-2021-10-07,real_asset_day,2021-10-07,0.000032603800215263531171899661381793117219084031439807,decimal,6627669.0,clp,0.0,integer,0.0,clp,0.0,clp,1583.8689,clp,359819.835,decimal,128423760.5538,decimal,0.0,clp,279408.4815,decimal,0.0,clp,52220.0,integer,219008305298.0,clp,203406394659.0,clp,0.0,clp,1583.8689
+187-2021-10-08,real_asset_day,2021-10-08,0.000032603801032133125000863620594159221495415786024123,decimal,6648911.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.9503,clp,423024.4348,decimal,128478908.7512,decimal,0.0,clp,367876.2374,decimal,0.0,clp,52263.0,integer,219807122985.0,clp,204018120248.0,clp,0.0,clp,1587.9503
+187-2021-10-09,real_asset_day,2021-10-09,0.000032603799396266999176778471960369640101318,decimal,6651549.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.8985,clp,0.0,decimal,128478908.7512,decimal,0.0,clp,0.0,decimal,0.0,clp,52263.0,integer,219807122985.0,clp,204011468699.0,clp,0.0,clp,1587.8985
+187-2021-10-10,real_asset_day,2021-10-10,0.000032603798703608091154905575323496669474607,decimal,6651332.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.8467,clp,0.0,decimal,128478908.7512,decimal,0.0,clp,0.0,decimal,0.0,clp,52263.0,integer,219807122985.0,clp,204004817367.0,clp,0.0,clp,1587.8467
+187-2021-10-11,real_asset_day,2021-10-11,0.000032603797976222212262398488964236966625535,decimal,6651115.0,clp,0.0,integer,0.0,clp,0.0,clp,1587.795,clp,0.0,decimal,128478908.7512,decimal,0.0,clp,0.0,decimal,0.0,clp,52263.0,integer,219807122985.0,clp,203998166252.0,clp,0.0,clp,1587.795
+187-2021-10-12,real_asset_day,2021-10-12,0.000032603801510475930070103503979946763938778329171496,decimal,6679685.0,clp,0.0,integer,0.0,clp,0.0,clp,1594.6152,clp,856947.9532,decimal,128786151.2764,decimal,0.0,clp,549705.428,decimal,0.0,clp,52393.0,integer,225014023972.0,clp,205364355924.0,clp,0.0,clp,1594.6152
+187-2021-10-13,real_asset_day,2021-10-13,0.000032603798601058066413152609304666370801741937242975,decimal,6679680.0,clp,0.0,integer,0.0,clp,0.0,clp,1590.8099,clp,440462.6219,decimal,128871474.9603,decimal,0.0,clp,355138.938,decimal,0.0,clp,52436.0,integer,222960815198.0,clp,205010021010.0,clp,0.0,clp,1590.8099
+187-2021-10-14,real_asset_day,2021-10-14,0.000032603797874155351281408163019074496412690008459238,decimal,6709983.0,clp,0.0,integer,0.0,clp,0.0,clp,1596.9688,clp,504876.5875,decimal,129132209.9835,decimal,0.0,clp,244141.5643,decimal,0.0,clp,52517.0,integer,222142728021.0,clp,206220109113.0,clp,0.0,clp,1596.9688
+187-2021-10-15,real_asset_day,2021-10-15,0.000032603800358621649954055412472051283355679978974141,decimal,6798382.0,clp,0.0,integer,0.0,clp,0.0,clp,1614.7406,clp,593271.2342,decimal,129444011.3124,decimal,0.0,clp,281469.9053,decimal,0.0,clp,52560.0,integer,225073724910.0,clp,209018495693.0,clp,0.0,clp,1614.7406
+187-2021-10-16,real_asset_day,2021-10-16,0.000032603799766352540016987855707430213082317,decimal,6814575.0,clp,0.0,integer,0.0,clp,0.0,clp,1614.6879,clp,0.0,decimal,129444011.3124,decimal,0.0,clp,0.0,decimal,0.0,clp,52560.0,integer,225073724910.0,clp,209011681118.0,clp,0.0,clp,1614.6879
+187-2021-10-17,real_asset_day,2021-10-17,0.000032603800597915708539505883883478573312924,decimal,6814353.0,clp,0.0,integer,0.0,clp,0.0,clp,1614.6353,clp,0.0,decimal,129444011.3124,decimal,0.0,clp,0.0,decimal,0.0,clp,52560.0,integer,225073724910.0,clp,209004866765.0,clp,0.0,clp,1614.6353
+187-2021-10-18,real_asset_day,2021-10-18,0.000032603800253907124814744803089543454124957899133189,decimal,6803961.0,clp,0.0,integer,0.0,clp,0.0,clp,1612.1729,clp,1038131.2018,decimal,129839920.1415,decimal,0.0,clp,642222.3727,decimal,0.0,clp,52742.0,integer,226048565722.0,clp,209324406605.0,clp,0.0,clp,1612.1729
+187-2021-10-19,real_asset_day,2021-10-19,0.000032603798480794628302099594726174522827151037101967,decimal,6823769.0,clp,0.0,integer,0.0,clp,0.0,clp,1611.9363,clp,685539.9617,decimal,130149468.52,decimal,0.0,clp,375991.5832,decimal,0.0,clp,52840.0,integer,226592737329.0,clp,209792653310.0,clp,0.0,clp,1611.9363
+187-2021-10-20,real_asset_day,2021-10-20,0.000032603799290219673884225678950653885504080992909722,decimal,6830921.0,clp,0.0,integer,0.0,clp,0.0,clp,1609.7879,clp,671983.8248,decimal,130507029.191,decimal,0.0,clp,314423.1538,decimal,0.0,clp,52934.0,integer,226349058813.0,clp,210088633626.0,clp,0.0,clp,1609.7879
+187-2021-10-21,real_asset_day,2021-10-21,0.00003260380187613309772135235052240220629829068198096,decimal,6902285.0,clp,0.0,integer,0.0,clp,0.0,clp,1622.149,clp,575435.8247,decimal,130823781.5567,decimal,0.0,clp,258683.459,decimal,0.0,clp,53031.0,integer,232531075741.0,clp,212215664190.0,clp,0.0,clp,1622.149
+187-2021-10-22,real_asset_day,2021-10-22,0.000032603798444654815046028737417891025357881757402937,decimal,6891894.0,clp,0.0,integer,0.0,clp,0.0,clp,1615.7854,clp,571368.7543,decimal,131120440.548,decimal,0.0,clp,274709.763,decimal,0.0,clp,53133.0,integer,230038817097.0,clp,211862499008.0,clp,0.0,clp,1615.7854
+187-2021-10-23,real_asset_day,2021-10-23,0.000032603798390285103896584400878655550682521,decimal,6907297.0,clp,0.0,integer,0.0,clp,0.0,clp,1615.7328,clp,0.0,decimal,131120440.548,decimal,0.0,clp,0.0,decimal,0.0,clp,53133.0,integer,230038817097.0,clp,211855591711.0,clp,0.0,clp,1615.7328
+187-2021-10-24,real_asset_day,2021-10-24,0.000032603799319169583489367515496552046543292,decimal,6907072.0,clp,0.0,integer,0.0,clp,0.0,clp,1615.6801,clp,0.0,decimal,131120440.548,decimal,0.0,clp,0.0,decimal,0.0,clp,53133.0,integer,230038817097.0,clp,211848684639.0,clp,0.0,clp,1615.6801
+187-2021-10-25,real_asset_day,2021-10-25,0.0000326037996123875959229169068628605172387617090976,decimal,6899038.0,clp,0.0,integer,0.0,clp,0.0,clp,1613.8008,clp,921393.2244,decimal,131478503.1391,decimal,0.0,clp,563330.6333,decimal,0.0,clp,53292.0,integer,228845881309.0,clp,212180111432.0,clp,0.0,clp,1613.8008
+187-2021-10-26,real_asset_day,2021-10-26,0.00003260379865817507268097046722776562643121587946267,decimal,6894878.0,clp,0.0,integer,0.0,clp,0.0,clp,1608.4354,clp,642990.7928,decimal,131620924.7163,decimal,0.0,clp,500569.2156,decimal,0.0,clp,53369.0,integer,228704720231.0,clp,211703759341.0,clp,0.0,clp,1608.4354
+187-2021-10-27,real_asset_day,2021-10-27,0.000032603798115427393607942354239951152190406625929972,decimal,6881687.0,clp,0.0,integer,0.0,clp,0.0,clp,1603.6212,clp,541385.5549,decimal,131828958.2757,decimal,0.0,clp,333351.9955,decimal,0.0,clp,53442.0,integer,227995433878.0,clp,211403709216.0,clp,0.0,clp,1603.6212
+187-2021-10-28,real_asset_day,2021-10-28,0.000032603801892861329106222575954401482769513049655508,decimal,6954959.0,clp,0.0,integer,0.0,clp,0.0,clp,1618.1378,clp,604346.6893,decimal,132113200.8745,decimal,0.0,clp,320104.0905,decimal,0.0,clp,53488.0,integer,233620697469.0,clp,213777366700.0,clp,0.0,clp,1618.1378
+187-2021-10-29,real_asset_day,2021-10-29,0.000032603799622102055089124485478686870016574610633195,decimal,7019569.0,clp,0.0,integer,0.0,clp,0.0,clp,1629.6563,clp,555004.319,decimal,132340100.2639,decimal,0.0,clp,328104.9296,decimal,0.0,clp,53565.0,integer,234548862044.0,clp,215668876754.0,clp,0.0,clp,1629.6563
+187-2021-10-30,real_asset_day,2021-10-30,0.000032603801513094905862054661089375505110807,decimal,7031396.0,clp,0.0,integer,0.0,clp,0.0,clp,1629.6032,clp,0.0,decimal,132340100.2639,decimal,0.0,clp,0.0,decimal,0.0,clp,53565.0,integer,234548862044.0,clp,215661845358.0,clp,0.0,clp,1629.6032
+187-2021-10-31,real_asset_day,2021-10-31,0.000032603802638844286109841913165083319612189,decimal,7031167.0,clp,0.0,integer,0.0,clp,0.0,clp,1629.55,clp,0.0,decimal,132340100.2639,decimal,0.0,clp,0.0,decimal,0.0,clp,53565.0,integer,234548862044.0,clp,215654814191.0,clp,0.0,clp,1629.55
+187-2021-11-01,real_asset_day,2021-11-01,0.000032603799092702172739024393885319024833791,decimal,7030937.0,clp,0.0,integer,0.0,clp,0.0,clp,1629.4969,clp,0.0,decimal,132340100.2639,decimal,0.0,clp,0.0,decimal,0.0,clp,53565.0,integer,234548862044.0,clp,215647783254.0,clp,0.0,clp,1629.4969
+187-2021-11-02,real_asset_day,2021-11-02,0.000032603798252760144094641390738853979253517327248117,decimal,7108239.0,clp,0.0,integer,0.0,clp,0.0,clp,1647.4125,clp,1791942.0001,decimal,133429657.1642,decimal,0.0,clp,702385.0998,decimal,0.0,clp,53922.0,integer,241522837443.0,clp,219813689219.0,clp,0.0,clp,1647.4125
+187-2021-11-03,real_asset_day,2021-11-03,0.000032603798641369632962231717205735829946010096524389,decimal,7204070.0,clp,0.0,integer,0.0,clp,0.0,clp,1655.9886,clp,950511.1711,decimal,133845444.6721,decimal,0.0,clp,534723.6632,decimal,0.0,clp,54144.0,integer,241737604762.0,clp,221646535073.0,clp,0.0,clp,1655.9886
+187-2021-11-04,real_asset_day,2021-11-04,0.000032603800091412348552727430755141939024939132215106,decimal,7281320.0,clp,0.0,integer,0.0,clp,0.0,clp,1668.5465,clp,1020980.1388,decimal,134450835.6675,decimal,0.0,clp,415589.1434,decimal,0.0,clp,54402.0,integer,246137126059.0,clp,224337464612.0,clp,0.0,clp,1668.5465
+187-2021-11-05,real_asset_day,2021-11-05,0.000032603799251236747383240028350422004760177120229819,decimal,7302621.0,clp,0.0,integer,0.0,clp,0.0,clp,1665.8928,clp,1040031.2561,decimal,134890569.9892,decimal,0.0,clp,600296.9344,decimal,0.0,clp,54636.0,integer,244185419211.0,clp,224713226349.0,clp,0.0,clp,1665.8928
+187-2021-11-06,real_asset_day,2021-11-06,0.000032603798998129931982895044791523993283236,decimal,7326266.0,clp,0.0,integer,0.0,clp,0.0,clp,1665.8385,clp,0.0,decimal,134890569.9892,decimal,0.0,clp,0.0,decimal,0.0,clp,54636.0,integer,244185419211.0,clp,224705900083.0,clp,0.0,clp,1665.8385
+187-2021-11-07,real_asset_day,2021-11-07,0.000032603798358658863994014949184035154783377,decimal,7326027.0,clp,0.0,integer,0.0,clp,0.0,clp,1665.7842,clp,0.0,decimal,134890569.9892,decimal,0.0,clp,0.0,decimal,0.0,clp,54636.0,integer,244185419211.0,clp,224698574056.0,clp,0.0,clp,1665.7842
+187-2021-11-08,real_asset_day,2021-11-08,0.000032603802322992544930931056641462988855797567308064,decimal,7327303.0,clp,0.0,integer,0.0,clp,0.0,clp,1666.0741,clp,1602183.2822,decimal,135771187.1699,decimal,0.0,clp,721566.1015,decimal,0.0,clp,55193.0,integer,248667394457.0,clp,226204856751.0,clp,0.0,clp,1666.0741
+187-2021-11-09,real_asset_day,2021-11-09,0.000032603798638867010125455132488897897476733974212761,decimal,7310749.0,clp,0.0,integer,0.0,clp,0.0,clp,1651.5284,clp,1066211.7513,decimal,136401731.4838,decimal,0.0,clp,435667.4374,decimal,0.0,clp,55431.0,integer,245312886303.0,clp,225271338262.0,clp,0.0,clp,1651.5284
+187-2021-11-10,real_asset_day,2021-11-10,0.000032603802372611141443218380540785166781457401302437,decimal,7232914.0,clp,0.0,integer,0.0,clp,0.0,clp,1626.3918,clp,862786.6372,decimal,136861853.287,decimal,0.0,clp,402664.834,decimal,0.0,clp,55649.0,integer,244634556850.0,clp,222590990830.0,clp,0.0,clp,1626.3918
+187-2021-11-11,real_asset_day,2021-11-11,0.00003260380037363928518746741756189471913985950485337,decimal,7313438.0,clp,0.0,integer,0.0,clp,0.0,clp,1638.9698,clp,632046.9168,decimal,137192044.9822,decimal,0.0,clp,301855.2216,decimal,0.0,clp,55801.0,integer,244445042815.0,clp,224853613754.0,clp,0.0,clp,1638.9698
+187-2021-11-12,real_asset_day,2021-11-12,0.000032603798886096012300585497159617367190356496419316,decimal,7409355.0,clp,0.0,integer,0.0,clp,0.0,clp,1656.4688,clp,538540.3107,decimal,137524575.8995,decimal,0.0,clp,206009.3934,decimal,0.0,clp,55954.0,integer,247302236778.0,clp,227805173305.0,clp,0.0,clp,1656.4688
+187-2021-11-13,real_asset_day,2021-11-13,0.000032603799303630136718974287587898218237944,decimal,7427072.0,clp,0.0,integer,0.0,clp,0.0,clp,1656.4148,clp,0.0,decimal,137524575.8995,decimal,0.0,clp,0.0,decimal,0.0,clp,55954.0,integer,247302236778.0,clp,227797746233.0,clp,0.0,clp,1656.4148
+187-2021-11-14,real_asset_day,2021-11-14,0.00003260379993085074273005935199461255922018,decimal,7426830.0,clp,0.0,integer,0.0,clp,0.0,clp,1656.3608,clp,0.0,decimal,137524575.8995,decimal,0.0,clp,0.0,decimal,0.0,clp,55954.0,integer,247302236778.0,clp,227790319403.0,clp,0.0,clp,1656.3608
+187-2021-11-15,real_asset_day,2021-11-15,0.000032603800838011818702710336480622407051202793674631,decimal,7442136.0,clp,0.0,integer,0.0,clp,0.0,clp,1659.7744,clp,1089427.714,decimal,138099149.9213,decimal,0.0,clp,514853.6922,decimal,0.0,clp,56242.0,integer,246799319417.0,clp,229213430786.0,clp,0.0,clp,1659.7744
+187-2021-11-16,real_asset_day,2021-11-16,0.000032603799395925998847324657708785182580245797005885,decimal,7520537.0,clp,0.0,integer,0.0,clp,0.0,clp,1670.2814,clp,555694.5047,decimal,138335137.489,decimal,0.0,clp,319706.937,decimal,0.0,clp,56413.0,integer,249039655412.0,clp,231058601672.0,clp,0.0,clp,1670.2814
+187-2021-11-17,real_asset_day,2021-11-17,0.000032603801243652299878410057795700519987577985664801,decimal,7595580.0,clp,0.0,integer,0.0,clp,0.0,clp,1684.0702,clp,676017.2258,decimal,138676363.819,decimal,0.0,clp,334790.8958,decimal,0.0,clp,56588.0,integer,254631009184.0,clp,233540736184.0,clp,0.0,clp,1684.0702
+187-2021-11-18,real_asset_day,2021-11-18,0.000032603799143275612475401389717414904674170994365063,decimal,7719476.0,clp,0.0,integer,0.0,clp,0.0,clp,1707.3288,clp,609040.258,decimal,138963288.2133,decimal,0.0,clp,322115.8637,decimal,0.0,clp,56702.0,integer,258918250142.0,clp,237256024327.0,clp,0.0,clp,1707.3288
+187-2021-11-19,real_asset_day,2021-11-19,0.000032603800518424379152072106300514208886553087317246,decimal,7735127.0,clp,0.0,integer,0.0,clp,0.0,clp,1707.2579,clp,661803.5665,decimal,139236924.0332,decimal,0.0,clp,388167.7466,decimal,0.0,clp,56842.0,integer,258535405171.0,clp,237713343036.0,clp,0.0,clp,1707.2579
+187-2021-11-20,real_asset_day,2021-11-20,0.00003260380163744092514735597643390291767503,decimal,7750106.0,clp,0.0,integer,0.0,clp,0.0,clp,1707.2023,clp,0.0,decimal,139236924.0332,decimal,0.0,clp,0.0,decimal,0.0,clp,56842.0,integer,258535405171.0,clp,237705592930.0,clp,0.0,clp,1707.2023
+187-2021-11-21,real_asset_day,2021-11-21,0.000032603800268770244496096210573524606135524,decimal,7749853.0,clp,0.0,integer,0.0,clp,0.0,clp,1707.1466,clp,0.0,decimal,139236924.0332,decimal,0.0,clp,0.0,decimal,0.0,clp,56842.0,integer,258535405171.0,clp,237697843077.0,clp,0.0,clp,1707.1466
+187-2021-11-22,real_asset_day,2021-11-22,0.00003260380194148134980085449070609152711094538685612,decimal,7537139.0,clp,0.0,integer,0.0,clp,0.0,clp,1660.2896,clp,1175188.9912,decimal,139676386.6739,decimal,0.0,clp,735726.3505,decimal,0.0,clp,57185.0,integer,253543247006.0,clp,231903257688.0,clp,0.0,clp,1660.2896
+187-2021-11-23,real_asset_day,2021-11-23,0.000032603799059882912618281221255609628970038651844169,decimal,7552892.0,clp,0.0,integer,0.0,clp,0.0,clp,1658.5252,clp,614552.0933,decimal,139921747.8389,decimal,0.0,clp,369190.9283,decimal,0.0,clp,57383.0,integer,251865164020.0,clp,232063745096.0,clp,0.0,clp,1658.5252
+187-2021-11-24,real_asset_day,2021-11-24,0.000032603798570141206487911224109489927106463206394925,decimal,7603161.0,clp,0.0,integer,0.0,clp,0.0,clp,1666.636,clp,590967.9782,decimal,140338332.9724,decimal,0.0,clp,174382.8447,decimal,0.0,clp,57891.0,integer,251834354666.0,clp,233892920893.0,clp,0.0,clp,1666.636
+187-2021-11-25,real_asset_day,2021-11-25,0.000032603801879997802329242773570845511783915418077559,decimal,7678438.0,clp,0.0,integer,0.0,clp,0.0,clp,1678.1405,clp,649745.7029,decimal,140782716.691,decimal,0.0,clp,205361.9843,decimal,0.0,clp,58156.0,integer,254043051891.0,clp,236253180922.0,clp,0.0,clp,1678.1405
+187-2021-11-26,real_asset_day,2021-11-26,0.000032603798869272575269230654090767418544445565599207,decimal,7677889.0,clp,0.0,integer,0.0,clp,0.0,clp,1672.724,clp,574365.629,decimal,141108850.8129,decimal,0.0,clp,248231.5071,decimal,0.0,clp,58354.0,integer,254037226098.0,clp,236036158198.0,clp,0.0,clp,1672.724
+187-2021-11-27,real_asset_day,2021-11-27,0.00003260380087041054365372532807365546193774,decimal,7695425.0,clp,0.0,integer,0.0,clp,0.0,clp,1672.6694,clp,0.0,decimal,141108850.8129,decimal,0.0,clp,0.0,decimal,0.0,clp,58354.0,integer,254037226098.0,clp,236028462773.0,clp,0.0,clp,1672.6694
+187-2021-11-28,real_asset_day,2021-11-28,0.000032603800412487955150657208332673252471587,decimal,7695174.0,clp,0.0,integer,0.0,clp,0.0,clp,1672.6149,clp,0.0,decimal,141108850.8129,decimal,0.0,clp,0.0,decimal,0.0,clp,58354.0,integer,254037226098.0,clp,236020767599.0,clp,0.0,clp,1672.6149
+187-2021-11-29,real_asset_day,2021-11-29,0.000032603800239770421355608220914232519670407268542316,decimal,7811403.0,clp,0.0,integer,0.0,clp,0.0,clp,1697.8783,clp,943428.4603,decimal,141512237.3783,decimal,0.0,clp,540041.8949,decimal,0.0,clp,58746.0,integer,259201560197.0,clp,240270561328.0,clp,0.0,clp,1697.8783
+187-2021-11-30,real_asset_day,2021-11-30,0.000032603798673706898009903464095070409480990942749346,decimal,7760614.0,clp,0.0,integer,0.0,clp,0.0,clp,1682.0306,clp,754980.879,decimal,141913613.994,decimal,0.0,clp,353604.2633,decimal,0.0,clp,58950.0,integer,259882442444.0,clp,238703036021.0,clp,0.0,clp,1682.0306
+187-2021-12-01,real_asset_day,2021-12-01,0.000032603802500303589625562826735235609534718067022839,decimal,7662009.0,clp,0.0,integer,0.0,clp,0.0,clp,1655.9619,clp,983454.597,decimal,142685964.0676,decimal,0.0,clp,211104.5234,decimal,0.0,clp,59184.0,integer,255579998147.0,clp,236282522141.0,clp,0.0,clp,1655.9619
+187-2021-12-02,real_asset_day,2021-12-02,0.000032603800306591166033737100437213711503954272945446,decimal,7799039.0,clp,0.0,integer,0.0,clp,0.0,clp,1676.4539,clp,742863.4385,decimal,143205311.0604,decimal,0.0,clp,223516.4457,decimal,0.0,clp,59415.0,integer,260848045877.0,clp,240077101236.0,clp,0.0,clp,1676.4539
+187-2021-12-03,real_asset_day,2021-12-03,0.000032603801636312526829604121952962556019810550001339,decimal,7756750.0,clp,0.0,integer,0.0,clp,0.0,clp,1661.3167,clp,606369.0384,decimal,143606587.1106,decimal,0.0,clp,205092.9882,decimal,0.0,clp,59617.0,integer,259269847610.0,clp,238576019459.0,clp,0.0,clp,1661.3167
+187-2021-12-04,real_asset_day,2021-12-04,0.000032603799063792124004701010168944363728115,decimal,7778231.0,clp,0.0,integer,0.0,clp,0.0,clp,1661.2625,clp,0.0,decimal,143606587.1106,decimal,0.0,clp,0.0,decimal,0.0,clp,59617.0,integer,259269847610.0,clp,238568241228.0,clp,0.0,clp,1661.2625
+187-2021-12-05,real_asset_day,2021-12-05,0.000032603801543800028649550335747011088183742,decimal,7777978.0,clp,0.0,integer,0.0,clp,0.0,clp,1661.2084,clp,0.0,decimal,143606587.1106,decimal,0.0,clp,0.0,decimal,0.0,clp,59617.0,integer,259269847610.0,clp,238560463250.0,clp,0.0,clp,1661.2084
+187-2021-12-06,real_asset_day,2021-12-06,0.000032603801536764255924617082305899422091061975697232,decimal,7839859.0,clp,0.0,integer,0.0,clp,0.0,clp,1674.4248,clp,981264.0143,decimal,143991962.146,decimal,0.0,clp,595888.9789,decimal,0.0,clp,59969.0,integer,260072077010.0,clp,241103713677.0,clp,0.0,clp,1674.4248
+187-2021-12-07,real_asset_day,2021-12-07,0.000032603802686999888503994508863956528840104183070056,decimal,7969995.0,clp,0.0,integer,0.0,clp,0.0,clp,1697.6632,clp,487912.4015,decimal,144068127.2609,decimal,0.0,clp,411747.2866,decimal,0.0,clp,60129.0,integer,264220809918.0,clp,244579162642.0,clp,0.0,clp,1697.6632
+187-2021-12-08,real_asset_day,2021-12-08,0.000032603799501673806093797631563584010386374,decimal,7973950.0,clp,0.0,integer,0.0,clp,0.0,clp,1697.6079,clp,0.0,decimal,144068127.2609,decimal,0.0,clp,0.0,decimal,0.0,clp,60129.0,integer,264220809918.0,clp,244571188692.0,clp,0.0,clp,1697.6079
+187-2021-12-09,real_asset_day,2021-12-09,0.000032603800045538700936317693866788842591703838732647,decimal,7926314.0,clp,0.0,integer,0.0,clp,0.0,clp,1687.4664,clp,930173.5304,decimal,144509265.2227,decimal,0.0,clp,489035.5686,decimal,0.0,clp,60357.0,integer,263328189874.0,clp,243854533416.0,clp,0.0,clp,1687.4664
+187-2021-12-10,real_asset_day,2021-12-10,0.00003260380190112123267710805545236372515747578312883,decimal,8020545.0,clp,0.0,integer,0.0,clp,0.0,clp,1702.3151,clp,471254.0504,decimal,144588208.3486,decimal,0.0,clp,392310.9245,decimal,0.0,clp,60457.0,integer,265906267319.0,clp,246134684578.0,clp,0.0,clp,1702.3151
+187-2021-12-11,real_asset_day,2021-12-11,0.000032603802460231373610807254704306437828696,decimal,8024665.0,clp,0.0,integer,0.0,clp,0.0,clp,1702.2596,clp,0.0,decimal,144588208.3486,decimal,0.0,clp,0.0,decimal,0.0,clp,60457.0,integer,265906267319.0,clp,246126659913.0,clp,0.0,clp,1702.2596
+187-2021-12-12,real_asset_day,2021-12-12,0.000032603800940843270645353335276176056352459,decimal,8024403.0,clp,0.0,integer,0.0,clp,0.0,clp,1702.2041,clp,0.0,decimal,144588208.3486,decimal,0.0,clp,0.0,decimal,0.0,clp,60457.0,integer,265906267319.0,clp,246118635510.0,clp,0.0,clp,1702.2041
+187-2021-12-13,real_asset_day,2021-12-13,0.000032603799551391690188363994834228701456254572551296,decimal,7927038.0,clp,0.0,integer,0.0,clp,0.0,clp,1681.5502,clp,926133.119,decimal,144948216.4916,decimal,0.0,clp,566124.976,decimal,0.0,clp,60624.0,integer,264389324804.0,clp,243737709378.0,clp,0.0,clp,1681.5502
+187-2021-12-14,real_asset_day,2021-12-14,0.000032603800266165823482735428348225270954185802267191,decimal,7919805.0,clp,0.0,integer,0.0,clp,0.0,clp,1675.8432,clp,546451.8281,decimal,145103565.4751,decimal,0.0,clp,391102.8446,decimal,0.0,clp,60646.0,integer,263973769153.0,clp,243170827516.0,clp,0.0,clp,1675.8432
+187-2021-12-15,real_asset_day,2021-12-15,0.000032603802223807189216743543587181717225170472236128,decimal,8022113.0,clp,0.0,integer,0.0,clp,0.0,clp,1695.6743,clp,540360.785,decimal,145227302.6336,decimal,0.0,clp,416623.6265,decimal,0.0,clp,60718.0,integer,268771179628.0,clp,246258206538.0,clp,0.0,clp,1695.6743
+187-2021-12-16,real_asset_day,2021-12-16,0.000032603800603569462405522017762267720237661897182881,decimal,7928280.0,clp,0.0,integer,0.0,clp,0.0,clp,1674.4126,clp,532529.6991,decimal,145266362.0809,decimal,0.0,clp,493470.2518,decimal,0.0,clp,60804.0,integer,264117809297.0,clp,243235825116.0,clp,0.0,clp,1674.4126
+187-2021-12-17,real_asset_day,2021-12-17,0.000032603798625576843481203050102525605775869212642974,decimal,7897375.0,clp,0.0,integer,0.0,clp,0.0,clp,1667.4372,clp,647125.399,decimal,145584725.7843,decimal,0.0,clp,328761.6956,decimal,0.0,clp,60851.0,integer,262634387574.0,clp,242753394036.0,clp,0.0,clp,1667.4372
+187-2021-12-18,real_asset_day,2021-12-18,0.000032603799719289842557742985595291090060949,decimal,7914425.0,clp,0.0,integer,0.0,clp,0.0,clp,1667.3829,clp,0.0,decimal,145584725.7843,decimal,0.0,clp,0.0,decimal,0.0,clp,60851.0,integer,262634387574.0,clp,242745479611.0,clp,0.0,clp,1667.3829
+187-2021-12-19,real_asset_day,2021-12-19,0.000032603799850772635320194259664068677252956,decimal,7914167.0,clp,0.0,integer,0.0,clp,0.0,clp,1667.3285,clp,0.0,decimal,145584725.7843,decimal,0.0,clp,0.0,decimal,0.0,clp,60851.0,integer,262634387574.0,clp,242737565444.0,clp,0.0,clp,1667.3285
+187-2021-12-20,real_asset_day,2021-12-20,0.000032603801130070031437510019663612791212366497617824,decimal,7944590.0,clp,0.0,integer,0.0,clp,0.0,clp,1673.7379,clp,811814.1219,decimal,145656614.621,decimal,0.0,clp,739925.2852,decimal,0.0,clp,60866.0,integer,264208589300.0,clp,243790991049.0,clp,0.0,clp,1673.7379
+187-2021-12-21,real_asset_day,2021-12-21,0.000032603800164414844922198429970983422352612172711254,decimal,8101657.0,clp,0.0,integer,0.0,clp,0.0,clp,1705.9859,clp,466998.342,decimal,145754473.3016,decimal,0.0,clp,369139.6614,decimal,0.0,clp,60927.0,integer,269602130640.0,clp,248655065283.0,clp,0.0,clp,1705.9859
+187-2021-12-22,real_asset_day,2021-12-22,0.000032603798892917787716773052579189056056041310741637,decimal,8127681.0,clp,0.0,integer,0.0,clp,0.0,clp,1710.3211,clp,577352.3276,decimal,145937121.2254,decimal,0.0,clp,394331.0279,decimal,0.0,clp,61036.0,integer,270091976962.0,clp,249599343840.0,clp,0.0,clp,1710.3211
+187-2021-12-23,real_asset_day,2021-12-23,0.000032603802560033347138109448298228801541025680592791,decimal,8111229.0,clp,0.0,integer,0.0,clp,0.0,clp,1704.7183,clp,637630.4902,decimal,146243221.5772,decimal,0.0,clp,331530.1384,decimal,0.0,clp,61141.0,integer,269705148777.0,clp,249303501764.0,clp,0.0,clp,1704.7183
+187-2021-12-24,real_asset_day,2021-12-24,0.000032603801787733277057377127650824144837048860158857,decimal,8174971.0,clp,0.0,integer,0.0,clp,0.0,clp,1714.5187,clp,517921.7972,decimal,146462779.7914,decimal,0.0,clp,298363.583,decimal,0.0,clp,61244.0,integer,271576463754.0,clp,251113177527.0,clp,0.0,clp,1714.5187
+187-2021-12-25,real_asset_day,2021-12-25,0.000032603800434503152490212425210598826149057,decimal,8186977.0,clp,0.0,integer,0.0,clp,0.0,clp,1714.4628,clp,0.0,decimal,146462779.7914,decimal,0.0,clp,0.0,decimal,0.0,clp,61244.0,integer,271576463754.0,clp,251104990550.0,clp,0.0,clp,1714.4628
+187-2021-12-26,real_asset_day,2021-12-26,0.000032603800107374556695591908335458962407476,decimal,8186710.0,clp,0.0,integer,0.0,clp,0.0,clp,1714.4069,clp,0.0,decimal,146462779.7914,decimal,0.0,clp,0.0,decimal,0.0,clp,61244.0,integer,271576463754.0,clp,251096803840.0,clp,0.0,clp,1714.4069
+187-2021-12-27,real_asset_day,2021-12-27,0.000032603801341442171697614673082742442065912883486269,decimal,8218045.0,clp,0.0,integer,0.0,clp,0.0,clp,1720.9688,clp,980324.4321,decimal,147011522.7912,decimal,0.0,clp,431581.4323,decimal,0.0,clp,61522.0,integer,277347575715.0,clp,253002248169.0,clp,0.0,clp,1720.9688
+187-2021-12-28,real_asset_day,2021-12-28,0.000032603800203227013664530259141142186524244651177319,decimal,8203036.0,clp,0.0,integer,0.0,clp,0.0,clp,1711.4138,clp,803777.333,decimal,147325211.8696,decimal,0.0,clp,490088.2546,decimal,0.0,clp,61702.0,integer,275179635658.0,clp,252134394094.0,clp,0.0,clp,1711.4138
+187-2021-12-29,real_asset_day,2021-12-29,0.000032603799548544952985244804564200768289925415753855,decimal,8173909.0,clp,0.0,integer,0.0,clp,0.0,clp,1701.7059,clp,759438.5266,decimal,147780200.4945,decimal,0.0,clp,304449.9017,decimal,0.0,clp,61871.0,integer,275301612523.0,clp,251478442020.0,clp,0.0,clp,1701.7059
+187-2021-12-30,real_asset_day,2021-12-30,0.000032603800226773061361538167456665273821430854996621,decimal,8175465.0,clp,0.0,integer,0.0,clp,0.0,clp,1696.7896,clp,965996.3006,decimal,148510884.3333,decimal,0.0,clp,235312.4618,decimal,0.0,clp,62072.0,integer,274383885679.0,clp,251991721214.0,clp,0.0,clp,1696.7896
+187-2021-12-31,real_asset_day,2021-12-31,0.0000326038007155799439131760363265580991979,decimal,8215620.0,clp,0.0,integer,0.0,clp,0.0,clp,1696.7343,clp,0.0,decimal,148510884.3333,decimal,0.0,clp,0.0,decimal,0.0,clp,62072.0,integer,274383885679.0,clp,251983505594.0,clp,0.0,clp,1696.7343
+187-2022-01-01,real_asset_day,2022-01-01,0.000032603800127027854077513947154269074513881,decimal,8215352.0,clp,0.0,integer,0.0,clp,0.0,clp,1696.6789,clp,0.0,decimal,148510884.3333,decimal,0.0,clp,0.0,decimal,0.0,clp,62072.0,integer,274383885679.0,clp,251975290242.0,clp,0.0,clp,1696.6789
+187-2022-01-02,real_asset_day,2022-01-02,0.000032603799503758971994281722819949740633565,decimal,8215084.0,clp,0.0,integer,0.0,clp,0.0,clp,1696.6236,clp,0.0,decimal,148510884.3333,decimal,0.0,clp,0.0,decimal,0.0,clp,62072.0,integer,274383885679.0,clp,251967075158.0,clp,0.0,clp,1696.6236
+187-2022-01-03,real_asset_day,2022-01-03,0.000032603798964078857156099504823712840522433117055668,decimal,8286530.0,clp,0.0,integer,0.0,clp,0.0,clp,1711.3791,clp,1659605.042,decimal,149606045.8734,decimal,0.0,clp,564443.5019,decimal,0.0,clp,62562.0,integer,279829186647.0,clp,256032655629.0,clp,0.0,clp,1711.3791
+187-2022-01-04,real_asset_day,2022-01-04,0.000032603800712225860510715008258652830376456427880571,decimal,8316434.0,clp,0.0,integer,0.0,clp,0.0,clp,1704.9819,clp,951152.8671,decimal,150149545.7123,decimal,0.0,clp,407653.0282,decimal,0.0,clp,62786.0,integer,279311895892.0,clp,256002256500.0,clp,0.0,clp,1704.9819
+187-2022-01-05,real_asset_day,2022-01-05,0.000032603800463707520052801351843522733938549723379079,decimal,8136066.0,clp,0.0,integer,0.0,clp,0.0,clp,1661.9663,clp,903122.5554,decimal,150745747.2113,decimal,0.0,clp,306921.0564,decimal,0.0,clp,63018.0,integer,274501228289.0,clp,250534352046.0,clp,0.0,clp,1661.9663
+187-2022-01-06,real_asset_day,2022-01-06,0.000032603802695655839015224500006716308913256310746395,decimal,8147058.0,clp,0.0,integer,0.0,clp,0.0,clp,1657.6296,clp,900903.3334,decimal,151335104.8497,decimal,0.0,clp,311545.695,decimal,0.0,clp,63216.0,integer,273020934617.0,clp,250857543418.0,clp,0.0,clp,1657.6296
+187-2022-01-07,real_asset_day,2022-01-07,0.000032603799758279241448361858230354967158732334545118,decimal,8081269.0,clp,0.0,integer,0.0,clp,0.0,clp,1637.8407,clp,632007.514,decimal,151621534.6405,decimal,0.0,clp,345577.7232,decimal,0.0,clp,63389.0,integer,269106445908.0,clp,248331923341.0,clp,0.0,clp,1637.8407
+187-2022-01-08,real_asset_day,2022-01-08,0.00003260380244822760363656483054498595005223,decimal,8096301.0,clp,0.0,integer,0.0,clp,0.0,clp,1637.7873,clp,0.0,decimal,151621534.6405,decimal,0.0,clp,0.0,decimal,0.0,clp,63389.0,integer,269106445908.0,clp,248323827040.0,clp,0.0,clp,1637.7873
+187-2022-01-09,real_asset_day,2022-01-09,0.000032603802293549370793263806100227329462664,decimal,8096037.0,clp,0.0,integer,0.0,clp,0.0,clp,1637.7339,clp,0.0,decimal,151621534.6405,decimal,0.0,clp,0.0,decimal,0.0,clp,63389.0,integer,269106445908.0,clp,248315731003.0,clp,0.0,clp,1637.7339
+187-2022-01-10,real_asset_day,2022-01-10,0.000032603802579076443692670007547546406013497094155934,decimal,8089677.0,clp,0.0,integer,0.0,clp,0.0,clp,1636.4474,clp,999220.8396,decimal,152064869.4581,decimal,0.0,clp,555886.022,decimal,0.0,clp,63661.0,integer,270097257694.0,clp,248846153667.0,clp,0.0,clp,1636.4474
+187-2022-01-11,real_asset_day,2022-01-11,0.000032603800315929201447484368651699240936168461081228,decimal,8181872.0,clp,0.0,integer,0.0,clp,0.0,clp,1650.2721,clp,502028.164,decimal,152225059.7449,decimal,0.0,clp,341837.8772,decimal,0.0,clp,63747.0,integer,272656326936.0,clp,251212772185.0,clp,0.0,clp,1650.2721
+187-2022-01-12,real_asset_day,2022-01-12,0.000032603802445973232355140562478792938425710629704542,decimal,8154804.0,clp,0.0,integer,0.0,clp,0.0,clp,1643.0816,clp,563414.6963,decimal,152496274.7162,decimal,0.0,clp,292199.725,decimal,0.0,clp,63879.0,integer,275626770450.0,clp,250563816645.0,clp,0.0,clp,1643.0816
+187-2022-01-13,real_asset_day,2022-01-13,0.000032603799348281672937667954321850661816966926938249,decimal,8060635.0,clp,0.0,integer,0.0,clp,0.0,clp,1621.2195,clp,582248.676,decimal,152838745.5265,decimal,0.0,clp,239777.8657,decimal,0.0,clp,64009.0,integer,270348724278.0,clp,247785149417.0,clp,0.0,clp,1621.2195
+187-2022-01-14,real_asset_day,2022-01-14,0.000032603799713513547127997688850727010346812198693347,decimal,8055149.0,clp,0.0,integer,0.0,clp,0.0,clp,1616.4858,clp,453776.2382,decimal,152882929.2929,decimal,0.0,clp,409592.4718,decimal,0.0,clp,64050.0,integer,267863162098.0,clp,247133086126.0,clp,0.0,clp,1616.4858
+187-2022-01-15,real_asset_day,2022-01-15,0.00003260379992874674864948001940266326373132,decimal,8057215.0,clp,0.0,integer,0.0,clp,0.0,clp,1616.4331,clp,0.0,decimal,152882929.2929,decimal,0.0,clp,0.0,decimal,0.0,clp,64050.0,integer,267863162098.0,clp,247125028911.0,clp,0.0,clp,1616.4331
+187-2022-01-16,real_asset_day,2022-01-16,0.000032603798663155988109102419369533223295367,decimal,8056952.0,clp,0.0,integer,0.0,clp,0.0,clp,1616.3804,clp,0.0,decimal,152882929.2929,decimal,0.0,clp,0.0,decimal,0.0,clp,64050.0,integer,267863162098.0,clp,247116971959.0,clp,0.0,clp,1616.3804
+187-2022-01-17,real_asset_day,2022-01-17,0.000032603799926189976390505524933447313515575305037946,decimal,8104395.0,clp,0.0,integer,0.0,clp,0.0,clp,1625.8983,clp,659240.7438,decimal,153102536.0841,decimal,0.0,clp,439633.9526,decimal,0.0,clp,64149.0,integer,270180808113.0,clp,248929157829.0,clp,0.0,clp,1625.8983
+187-2022-01-18,real_asset_day,2022-01-18,0.000032603799113865726474840321818118400705202981490513,decimal,7988643.0,clp,0.0,integer,0.0,clp,0.0,clp,1600.3774,clp,370857.449,decimal,153210242.2691,decimal,0.0,clp,263151.264,decimal,0.0,clp,64234.0,integer,265920866255.0,clp,245194215149.0,clp,0.0,clp,1600.3774
+187-2022-01-19,real_asset_day,2022-01-19,0.000032603800598049002515539428397525339185790483520851,decimal,7889598.0,clp,0.0,integer,0.0,clp,0.0,clp,1579.4244,clp,488591.1878,decimal,153130453.3035,decimal,0.0,clp,568380.1534,decimal,0.0,clp,64273.0,integer,262520551821.0,clp,241857976787.0,clp,0.0,clp,1579.4244
+187-2022-01-20,real_asset_day,2022-01-20,0.00003260380142562032734505384337065707123815355853256,decimal,7779781.0,clp,0.0,integer,0.0,clp,0.0,clp,1558.2515,clp,322636.4839,decimal,152887518.6715,decimal,0.0,clp,565571.1159,decimal,0.0,clp,64222.0,integer,259013412308.0,clp,238237211160.0,clp,0.0,clp,1558.2515
+187-2022-01-21,real_asset_day,2022-01-21,0.000032603798852958253813112437563729594304867630865472,decimal,7655238.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.7427,clp,388460.2348,decimal,152542797.5682,decimal,0.0,clp,733181.3381,decimal,0.0,clp,64124.0,integer,255131068494.0,clp,234266488031.0,clp,0.0,clp,1535.7427
+187-2022-01-22,real_asset_day,2022-01-22,0.000032603801265794876128393644078868821767808,decimal,7637729.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.6926,clp,0.0,decimal,152542797.5682,decimal,0.0,clp,0.0,decimal,0.0,clp,64124.0,integer,255131068494.0,clp,234258850302.0,clp,0.0,clp,1535.6926
+187-2022-01-23,real_asset_day,2022-01-23,0.000032603801312241130779454795304487723460364,decimal,7637480.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.6426,clp,0.0,decimal,152542797.5682,decimal,0.0,clp,0.0,decimal,0.0,clp,64124.0,integer,255131068494.0,clp,234251212822.0,clp,0.0,clp,1535.6426
+187-2022-01-24,real_asset_day,2022-01-24,0.000032603802619737710859662212747011624159344357858696,decimal,7679622.0,clp,0.0,integer,0.0,clp,0.0,clp,1544.1159,clp,490806.5087,decimal,152005426.5131,decimal,0.0,clp,1028177.5638,decimal,0.0,clp,64038.0,integer,256147003985.0,clp,234713988855.0,clp,0.0,clp,1544.1159
+187-2022-01-25,real_asset_day,2022-01-25,0.000032603800895980954413497522844213483651575222996075,decimal,7603608.0,clp,0.0,integer,0.0,clp,0.0,clp,1534.2368,clp,336571.5515,decimal,151948998.1118,decimal,0.0,clp,392999.9528,decimal,0.0,clp,64041.0,integer,253938717376.0,clp,233125744005.0,clp,0.0,clp,1534.2368
+187-2022-01-26,real_asset_day,2022-01-26,0.000032603801603285222685305146971037176904944001083496,decimal,7555616.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.1192,clp,523824.8975,decimal,152028669.4387,decimal,0.0,clp,444153.5706,decimal,0.0,clp,64092.0,integer,251690094453.0,clp,231861846159.0,clp,0.0,clp,1525.1192
+187-2022-01-27,real_asset_day,2022-01-27,0.000032603798486964709588840692215168289073889235386182,decimal,7481141.0,clp,0.0,integer,0.0,clp,0.0,clp,1509.295,clp,273807.6128,decimal,151815701.2206,decimal,0.0,clp,486775.8309,decimal,0.0,clp,64039.0,integer,250130622351.0,clp,229134685125.0,clp,0.0,clp,1509.295
+187-2022-01-28,real_asset_day,2022-01-28,0.000032603801376282888425201509312079965132892883166034,decimal,7595808.0,clp,0.0,integer,0.0,clp,0.0,clp,1534.5783,clp,267982.9317,decimal,151349293.6068,decimal,0.0,clp,734390.5455,decimal,0.0,clp,63938.0,integer,253844276411.0,clp,232257340189.0,clp,0.0,clp,1534.5783
+187-2022-01-29,real_asset_day,2022-01-29,0.000032603800065685046464135377188875700314153,decimal,7572225.0,clp,0.0,integer,0.0,clp,0.0,clp,1534.5283,clp,0.0,decimal,151349293.6068,decimal,0.0,clp,0.0,decimal,0.0,clp,63938.0,integer,253844276411.0,clp,232249767964.0,clp,0.0,clp,1534.5283
+187-2022-01-30,real_asset_day,2022-01-30,0.000032603799528559630022615850654101728822601,decimal,7571978.0,clp,0.0,integer,0.0,clp,0.0,clp,1534.4782,clp,0.0,decimal,151349293.6068,decimal,0.0,clp,0.0,decimal,0.0,clp,63938.0,integer,253844276411.0,clp,232242195986.0,clp,0.0,clp,1534.4782
+187-2022-01-31,real_asset_day,2022-01-31,0.000032603802019019519717623986526472375077141920823696,decimal,7678790.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.1238,clp,815333.6114,decimal,151785610.833,decimal,0.0,clp,379016.3852,decimal,0.0,clp,64045.0,integer,260165322799.0,clp,236197201509.0,clp,0.0,clp,1556.1238
+187-2022-02-01,real_asset_day,2022-02-01,0.000032603799475773063200698832587665470630803682365639,decimal,7697178.0,clp,0.0,integer,0.0,clp,0.0,clp,1555.3664,clp,656074.373,decimal,152255051.2138,decimal,0.0,clp,186633.9922,decimal,0.0,clp,64173.0,integer,258368611103.0,clp,236812391404.0,clp,0.0,clp,1555.3664
+187-2022-02-02,real_asset_day,2022-02-02,0.000032603801673046862139640551100900967157164407748368,decimal,7775926.0,clp,0.0,integer,0.0,clp,0.0,clp,1566.4342,clp,478324.9175,decimal,152505737.1229,decimal,0.0,clp,227639.0084,decimal,0.0,clp,64292.0,integer,264662852667.0,clp,238890207840.0,clp,0.0,clp,1566.4342
+187-2022-02-03,real_asset_day,2022-02-03,0.000032603802238648312801852941927021958029392530661291,decimal,7741528.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.9414,clp,498933.9248,decimal,152765373.8977,decimal,0.0,clp,239297.15,decimal,0.0,clp,64411.0,integer,268500419762.0,clp,237846729642.0,clp,0.0,clp,1556.9414
+187-2022-02-04,real_asset_day,2022-02-04,0.000032603801513837422017883302095222782465682508394128,decimal,7837285.0,clp,0.0,integer,0.0,clp,0.0,clp,1573.5207,clp,488510.192,decimal,153089700.9787,decimal,0.0,clp,164183.111,decimal,0.0,clp,64502.0,integer,269658879966.0,clp,240889819856.0,clp,0.0,clp,1573.5207
+187-2022-02-05,real_asset_day,2022-02-05,0.000032603802286595772678640437268830651247092,decimal,7853668.0,clp,0.0,integer,0.0,clp,0.0,clp,1573.4694,clp,0.0,decimal,153089700.9787,decimal,0.0,clp,0.0,decimal,0.0,clp,64502.0,integer,269658879966.0,clp,240881966188.0,clp,0.0,clp,1573.4694
+187-2022-02-06,real_asset_day,2022-02-06,0.000032603802498707080904581830769943842377397,decimal,7853412.0,clp,0.0,integer,0.0,clp,0.0,clp,1573.4181,clp,0.0,decimal,153089700.9787,decimal,0.0,clp,0.0,decimal,0.0,clp,64502.0,integer,269658879966.0,clp,240874112776.0,clp,0.0,clp,1573.4181
+187-2022-02-07,real_asset_day,2022-02-07,0.000032603799240774885577562949726432162860210646963053,decimal,7856861.0,clp,0.0,integer,0.0,clp,0.0,clp,1574.1093,clp,838289.6223,decimal,153649357.1074,decimal,0.0,clp,278633.4936,decimal,0.0,clp,64686.0,integer,267893886784.0,clp,241860881980.0,clp,0.0,clp,1574.1093
+187-2022-02-08,real_asset_day,2022-02-08,0.000032603802641395957129641168133988470122016711255136,decimal,7914489.0,clp,0.0,integer,0.0,clp,0.0,clp,1579.8792,clp,282784.5794,decimal,153740018.1021,decimal,0.0,clp,192123.5847,decimal,0.0,clp,64738.0,integer,266355414446.0,clp,242890654236.0,clp,0.0,clp,1579.8792
+187-2022-02-09,real_asset_day,2022-02-09,0.000032603798958408290054454890197462319412824373782186,decimal,7998384.0,clp,0.0,integer,0.0,clp,0.0,clp,1595.6848,clp,350876.3538,decimal,153925550.3133,decimal,0.0,clp,165344.1426,decimal,0.0,clp,64860.0,integer,273236765490.0,clp,245616665567.0,clp,0.0,clp,1595.6848
+187-2022-02-10,real_asset_day,2022-02-10,0.000032603799603930589603684916272206040368843399446253,decimal,7811824.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.5874,clp,328121.8379,decimal,153981117.3435,decimal,0.0,clp,272554.8077,decimal,0.0,clp,64923.0,integer,265096659595.0,clp,239685072249.0,clp,0.0,clp,1556.5874
+187-2022-02-11,real_asset_day,2022-02-11,0.000032603799222509719399266294259606731092273441589927,decimal,7716666.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.0713,clp,314519.9427,decimal,153856617.6004,decimal,0.0,clp,439019.6858,decimal,0.0,clp,64972.0,integer,262790540076.0,clp,236488598213.0,clp,0.0,clp,1537.0713
+187-2022-02-12,real_asset_day,2022-02-12,0.000032603801787118032700708705009910897808508,decimal,7710176.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.0212,clp,0.0,decimal,153856617.6004,decimal,0.0,clp,0.0,decimal,0.0,clp,64972.0,integer,262790540076.0,clp,236480888037.0,clp,0.0,clp,1537.0212
+187-2022-02-13,real_asset_day,2022-02-13,0.000032603799134952086184380768381118357418674,decimal,7709924.0,clp,0.0,integer,0.0,clp,0.0,clp,1536.9711,clp,0.0,decimal,153856617.6004,decimal,0.0,clp,0.0,decimal,0.0,clp,64972.0,integer,262790540076.0,clp,236473178113.0,clp,0.0,clp,1536.9711
+187-2022-02-14,real_asset_day,2022-02-14,0.000032603801833616845065674411840592467489448592471441,decimal,7736281.0,clp,0.0,integer,0.0,clp,0.0,clp,1542.2253,clp,456412.5439,decimal,153681466.7435,decimal,0.0,clp,631563.4008,decimal,0.0,clp,64938.0,integer,266767888557.0,clp,237011439113.0,clp,0.0,clp,1542.2253
+187-2022-02-15,real_asset_day,2022-02-15,0.000032603801341865664639025017834760164235937282714327,decimal,7805574.0,clp,0.0,integer,0.0,clp,0.0,clp,1557.8122,clp,197366.1439,decimal,153551355.2695,decimal,0.0,clp,327477.6179,decimal,0.0,clp,64927.0,integer,265666987557.0,clp,239204179858.0,clp,0.0,clp,1557.8122
+187-2022-02-16,real_asset_day,2022-02-16,0.000032603799633932841407461214109530454504462152834107,decimal,7767383.0,clp,0.0,integer,0.0,clp,0.0,clp,1551.5038,clp,214479.3328,decimal,153536508.4217,decimal,0.0,clp,229326.1806,decimal,0.0,clp,64939.0,integer,264166945060.0,clp,238212480159.0,clp,0.0,clp,1551.5038
+187-2022-02-17,real_asset_day,2022-02-17,0.000032603802301014520894025873802690875123972330983235,decimal,7650162.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.237,clp,272843.7254,decimal,153645461.3924,decimal,0.0,clp,163890.7547,decimal,0.0,clp,64938.0,integer,261156896909.0,clp,234806684716.0,clp,0.0,clp,1528.237
+187-2022-02-18,real_asset_day,2022-02-18,0.000032603800945596892454259099147765417877685951563892,decimal,7583396.0,clp,0.0,integer,0.0,clp,0.0,clp,1513.8253,clp,154642.2544,decimal,153557243.8032,decimal,0.0,clp,242859.8436,decimal,0.0,clp,64917.0,integer,258549770243.0,clp,232458844441.0,clp,0.0,clp,1513.8253
+187-2022-02-19,real_asset_day,2022-02-19,0.000032603801828903551110071635802428191869084,decimal,7578795.0,clp,0.0,integer,0.0,clp,0.0,clp,1513.776,clp,0.0,decimal,153557243.8032,decimal,0.0,clp,0.0,decimal,0.0,clp,64917.0,integer,258549770243.0,clp,232451265646.0,clp,0.0,clp,1513.776
+187-2022-02-20,real_asset_day,2022-02-20,0.000032603802213844712345503357078227170808617,decimal,7578548.0,clp,0.0,integer,0.0,clp,0.0,clp,1513.7266,clp,0.0,decimal,153557243.8032,decimal,0.0,clp,0.0,decimal,0.0,clp,64917.0,integer,258549770243.0,clp,232443687098.0,clp,0.0,clp,1513.7266
+187-2022-02-21,real_asset_day,2022-02-21,0.00003260380183265634895144555984900463614652230053644,decimal,7617408.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.4885,clp,233897.658,decimal,153218507.1765,decimal,0.0,clp,572634.2847,decimal,0.0,clp,64847.0,integer,259987126128.0,clp,233120191475.0,clp,0.0,clp,1521.4885
+187-2022-02-22,real_asset_day,2022-02-22,0.000032603799686164164295880843614238324506227503612027,decimal,7538562.0,clp,0.0,integer,0.0,clp,0.0,clp,1509.0689,clp,126883.7111,decimal,152732444.0903,decimal,0.0,clp,612946.7973,decimal,0.0,clp,64770.0,integer,255348640790.0,clp,230483780960.0,clp,0.0,clp,1509.0689
+187-2022-02-23,real_asset_day,2022-02-23,0.000032603801854943166981235703810546276307424829281502,decimal,7391196.0,clp,0.0,integer,0.0,clp,0.0,clp,1484.2777,clp,152489.3299,decimal,152393772.6614,decimal,0.0,clp,491160.7588,decimal,0.0,clp,64687.0,integer,248178675712.0,clp,226194683486.0,clp,0.0,clp,1484.2777
+187-2022-02-24,real_asset_day,2022-02-24,0.000032603799202413320382726138286227551922813664070954,decimal,7594225.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.4387,clp,112673.3205,decimal,149141441.7843,decimal,0.0,clp,3365004.1976,decimal,0.0,clp,63803.0,integer,257694640663.0,clp,227953553724.0,clp,0.0,clp,1528.4387
+187-2022-02-25,real_asset_day,2022-02-25,0.000032603799734299882169712932533826752209966438585075,decimal,7484684.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.242,clp,193197.3075,decimal,147933285.1046,decimal,0.0,clp,1401353.9872,decimal,0.0,clp,63406.0,integer,254017018717.0,clp,227705131025.0,clp,0.0,clp,1539.242
+187-2022-02-26,real_asset_day,2022-02-26,0.000032603802167506176670253768486854782177552,decimal,7423811.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.1919,clp,0.0,decimal,147933285.1046,decimal,0.0,clp,0.0,decimal,0.0,clp,63406.0,integer,254017018717.0,clp,227697707214.0,clp,0.0,clp,1539.1919
+187-2022-02-27,real_asset_day,2022-02-27,0.000032603802328141282596363028479989401350109,decimal,7423569.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.1417,clp,0.0,decimal,147933285.1046,decimal,0.0,clp,0.0,decimal,0.0,clp,63406.0,integer,254017018717.0,clp,227690283645.0,clp,0.0,clp,1539.1417
+187-2022-02-28,real_asset_day,2022-02-28,0.000032603800122513675666450237399353722057998318708057,decimal,7393977.0,clp,0.0,integer,0.0,clp,0.0,clp,1533.0064,clp,689918.3457,decimal,148117264.4051,decimal,0.0,clp,505939.0452,decimal,0.0,clp,63544.0,integer,253177164307.0,clp,227064716232.0,clp,0.0,clp,1533.0064
+187-2022-03-01,real_asset_day,2022-03-01,0.000032603802148561185182400679670471244284171422377373,decimal,7369563.0,clp,0.0,integer,0.0,clp,0.0,clp,1526.0466,clp,410489.8658,decimal,148207711.5497,decimal,0.0,clp,320042.7212,decimal,0.0,clp,63617.0,integer,251868373634.0,clp,226171878880.0,clp,0.0,clp,1526.0466
+187-2022-03-02,real_asset_day,2022-03-02,0.000032603799318539026100533297855521750582489904948946,decimal,7472865.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.4936,clp,332174.9924,decimal,148294591.5513,decimal,0.0,clp,245294.9908,decimal,0.0,clp,63680.0,integer,250626695027.0,clp,229336635058.0,clp,0.0,clp,1546.4936
+187-2022-03-03,real_asset_day,2022-03-03,0.000032603798857285934843173170584918107274370526804776,decimal,7381736.0,clp,0.0,integer,0.0,clp,0.0,clp,1526.7397,clp,256569.1777,decimal,148243057.1591,decimal,0.0,clp,308103.5699,decimal,0.0,clp,63684.0,integer,246042974183.0,clp,226328556938.0,clp,0.0,clp,1526.7397
+187-2022-03-04,real_asset_day,2022-03-04,0.000032603801277799167929546254139769319117300027293417,decimal,7346572.0,clp,0.0,integer,0.0,clp,0.0,clp,1519.9949,clp,176755.6281,decimal,148172276.7663,decimal,0.0,clp,247536.0209,decimal,0.0,clp,63706.0,integer,244868002962.0,clp,225221109349.0,clp,0.0,clp,1519.9949
+187-2022-03-05,real_asset_day,2022-03-05,0.000032603801771671487752858501631299683276017,decimal,7342825.0,clp,0.0,integer,0.0,clp,0.0,clp,1519.9454,clp,0.0,decimal,148172276.7663,decimal,0.0,clp,0.0,decimal,0.0,clp,63706.0,integer,244868002962.0,clp,225213766524.0,clp,0.0,clp,1519.9454
+187-2022-03-06,real_asset_day,2022-03-06,0.000032603799090512763279440370493365067597251,decimal,7342585.0,clp,0.0,integer,0.0,clp,0.0,clp,1519.8958,clp,0.0,decimal,148172276.7663,decimal,0.0,clp,0.0,decimal,0.0,clp,63706.0,integer,244868002962.0,clp,225206423939.0,clp,0.0,clp,1519.8958
+187-2022-03-07,real_asset_day,2022-03-07,0.00003260379859500500250206208535077022907409714685623,decimal,7226444.0,clp,0.0,integer,0.0,clp,0.0,clp,1495.855,clp,339423.0095,decimal,147929997.7038,decimal,0.0,clp,581702.072,decimal,0.0,clp,63679.0,integer,253114129479.0,clp,221281820724.0,clp,0.0,clp,1495.855
+187-2022-03-08,real_asset_day,2022-03-08,0.000032603801774719968109667354569018690572055633957418,decimal,7245557.0,clp,0.0,integer,0.0,clp,0.0,clp,1502.2675,clp,139052.7999,decimal,147749874.7322,decimal,0.0,clp,319175.7715,decimal,0.0,clp,63599.0,integer,241935944279.0,clp,221959840548.0,clp,0.0,clp,1502.2675
+187-2022-03-09,real_asset_day,2022-03-09,0.000032603798658955184493252851596181841144373118580693,decimal,7310388.0,clp,0.0,integer,0.0,clp,0.0,clp,1517.5573,clp,198149.4266,decimal,147605488.0507,decimal,0.0,clp,342536.1081,decimal,0.0,clp,63569.0,integer,248735523523.0,clp,223999788890.0,clp,0.0,clp,1517.5573
+187-2022-03-10,real_asset_day,2022-03-10,0.000032603799763173338580209099724324289305227499926843,decimal,7261233.0,clp,0.0,integer,0.0,clp,0.0,clp,1508.8277,clp,146647.5777,decimal,147466323.9236,decimal,0.0,clp,285811.7048,decimal,0.0,clp,63582.0,integer,257072044548.0,clp,222501275310.0,clp,0.0,clp,1508.8277
+187-2022-03-11,real_asset_day,2022-03-11,0.000032603799517992383200116698990768225932686524505706,decimal,7172287.0,clp,0.0,integer,0.0,clp,0.0,clp,1491.7519,clp,148039.4187,decimal,147438349.3367,decimal,0.0,clp,176014.0056,decimal,0.0,clp,63557.0,integer,239048218732.0,clp,219941433581.0,clp,0.0,clp,1491.7519
+187-2022-03-12,real_asset_day,2022-03-12,0.000032603801271526418520842106690462849571246,decimal,7170693.0,clp,0.0,integer,0.0,clp,0.0,clp,1491.7032,clp,0.0,decimal,147438349.3367,decimal,0.0,clp,0.0,decimal,0.0,clp,63557.0,integer,239048218732.0,clp,219934262888.0,clp,0.0,clp,1491.7032
+187-2022-03-13,real_asset_day,2022-03-13,0.00003260380029038427732871193980040702682335,decimal,7170459.0,clp,0.0,integer,0.0,clp,0.0,clp,1491.6546,clp,0.0,decimal,147438349.3367,decimal,0.0,clp,0.0,decimal,0.0,clp,63557.0,integer,239048218732.0,clp,219927092429.0,clp,0.0,clp,1491.6546
+187-2022-03-14,real_asset_day,2022-03-14,0.000032603802685973809754587010343647842014276375157692,decimal,7115292.0,clp,0.0,integer,0.0,clp,0.0,clp,1480.1782,clp,203315.8459,decimal,147175121.0361,decimal,0.0,clp,466544.1465,decimal,0.0,clp,63435.0,integer,237112238467.0,clp,217845409585.0,clp,0.0,clp,1480.1782
+187-2022-03-15,real_asset_day,2022-03-15,0.000032603801280716048948630767604432790233640390217662,decimal,7233683.0,clp,0.0,integer,0.0,clp,0.0,clp,1507.4983,clp,89179.6484,decimal,146779201.4065,decimal,0.0,clp,485099.278,decimal,0.0,clp,63307.0,integer,241350402964.0,clp,221269397970.0,clp,0.0,clp,1507.4983
+187-2022-03-16,real_asset_day,2022-03-16,0.000032603801556552058808168721481589685950116677105099,decimal,7302404.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.9247,clp,130620.2391,decimal,146648459.1379,decimal,0.0,clp,261362.5077,decimal,0.0,clp,63306.0,integer,243798898749.0,clp,223774501749.0,clp,0.0,clp,1525.9247
+187-2022-03-17,real_asset_day,2022-03-17,0.000032603802537874403941799370419198358400800326541393,decimal,7300043.0,clp,0.0,integer,0.0,clp,0.0,clp,1526.7912,clp,148217.3938,decimal,146565924.1924,decimal,0.0,clp,230752.3393,decimal,0.0,clp,63281.0,integer,243457083420.0,clp,223775569370.0,clp,0.0,clp,1526.7912
+187-2022-03-18,real_asset_day,2022-03-18,0.000032603801487140187412953960901693545295249466061362,decimal,7389057.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.2787,clp,152531.6753,decimal,146512276.0588,decimal,0.0,clp,206179.8089,decimal,0.0,clp,63277.0,integer,246293028357.0,clp,226548807680.0,clp,0.0,clp,1546.2787
+187-2022-03-19,real_asset_day,2022-03-19,0.00003260379911472541837601185058360368022027,decimal,7386111.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.2283,clp,0.0,decimal,146512276.0588,decimal,0.0,clp,0.0,decimal,0.0,clp,63277.0,integer,246293028357.0,clp,226541421569.0,clp,0.0,clp,1546.2283
+187-2022-03-20,real_asset_day,2022-03-20,0.000032603802679109767015721865471676862599342,decimal,7385871.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.1778,clp,0.0,decimal,146512276.0588,decimal,0.0,clp,0.0,decimal,0.0,clp,63277.0,integer,246293028357.0,clp,226534035698.0,clp,0.0,clp,1546.1778
+187-2022-03-21,real_asset_day,2022-03-21,0.000032603799144921667477372955507873676979375924978018,decimal,7353386.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.3775,clp,268420.7047,decimal,146393589.6906,decimal,0.0,clp,387107.0729,decimal,0.0,clp,63250.0,integer,246148666309.0,clp,225355000850.0,clp,0.0,clp,1539.3775
+187-2022-03-22,real_asset_day,2022-03-22,0.000032603799700157856480551138487660529612607072373649,decimal,7371634.0,clp,0.0,integer,0.0,clp,0.0,clp,1544.4487,clp,201251.9154,decimal,146351629.4789,decimal,0.0,clp,243212.1271,decimal,0.0,clp,63217.0,integer,248693231236.0,clp,226032584106.0,clp,0.0,clp,1544.4487
+187-2022-03-23,real_asset_day,2022-03-23,0.000032603801099649966788224456806899573715293804805767,decimal,7311419.0,clp,0.0,integer,0.0,clp,0.0,clp,1532.272,clp,228793.0277,decimal,146354307.5364,decimal,0.0,clp,226114.9702,decimal,0.0,clp,63238.0,integer,244552727747.0,clp,224254612760.0,clp,0.0,clp,1532.272
+187-2022-03-24,real_asset_day,2022-03-24,0.000032603798458642075561736667017075795980786733160872,decimal,7380887.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.8024,clp,154812.5044,decimal,146293949.2191,decimal,0.0,clp,215170.8217,decimal,0.0,clp,63239.0,integer,249096135250.0,clp,226287837008.0,clp,0.0,clp,1546.8024
+187-2022-03-25,real_asset_day,2022-03-25,0.000032603799896829049032595041731744214500946034001195,decimal,7344345.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.7793,clp,200076.3483,decimal,146312855.0484,decimal,0.0,clp,181170.519,decimal,0.0,clp,63235.0,integer,248096412483.0,clp,225289510612.0,clp,0.0,clp,1539.7793
+187-2022-03-26,real_asset_day,2022-03-26,0.000032603801467549295713555674891305705826925,decimal,7345055.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.7291,clp,0.0,decimal,146312855.0484,decimal,0.0,clp,0.0,decimal,0.0,clp,63235.0,integer,248096412483.0,clp,225282165557.0,clp,0.0,clp,1539.7291
+187-2022-03-27,real_asset_day,2022-03-27,0.000032603799109940387746949402919347768356197,decimal,7344815.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.6789,clp,0.0,decimal,146312855.0484,decimal,0.0,clp,0.0,decimal,0.0,clp,63235.0,integer,248096412483.0,clp,225274820742.0,clp,0.0,clp,1539.6789
+187-2022-03-28,real_asset_day,2022-03-28,0.000032603799269413936311571591420059473433739511339842,decimal,7342485.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.1905,clp,327120.4985,decimal,146202230.6981,decimal,0.0,clp,437744.8488,decimal,0.0,clp,63206.0,integer,245846804819.0,clp,225033083627.0,clp,0.0,clp,1539.1905
+187-2022-03-29,real_asset_day,2022-03-29,0.000032603801066935534433402932983109840107419550530418,decimal,7396534.0,clp,0.0,integer,0.0,clp,0.0,clp,1551.6938,clp,263281.6309,decimal,146192994.6212,decimal,0.0,clp,272517.7078,decimal,0.0,clp,63186.0,integer,247193698320.0,clp,226846763093.0,clp,0.0,clp,1551.6938
+187-2022-03-30,real_asset_day,2022-03-30,0.000032603799457149410223457696408345629426065431568982,decimal,7397777.0,clp,0.0,integer,0.0,clp,0.0,clp,1552.0527,clp,255957.2926,decimal,146155167.3339,decimal,0.0,clp,293784.5799,decimal,0.0,clp,63180.0,integer,246987401854.0,clp,226840520305.0,clp,0.0,clp,1552.0527
+187-2022-03-31,real_asset_day,2022-03-31,0.000032603799818294716659768742861735128935446302372425,decimal,7345423.0,clp,0.0,integer,0.0,clp,0.0,clp,1541.4677,clp,319625.7195,decimal,146126832.4698,decimal,0.0,clp,347960.5836,decimal,0.0,clp,63231.0,integer,245390366902.0,clp,225249786703.0,clp,0.0,clp,1541.4677
+187-2022-04-01,real_asset_day,2022-04-01,0.000032603799422567530370036027229926443605954427104271,decimal,7324338.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.3409,clp,381172.5897,decimal,146293134.2924,decimal,0.0,clp,214870.7671,decimal,0.0,clp,63230.0,integer,247229852740.0,clp,224902425539.0,clp,0.0,clp,1537.3409
+187-2022-04-02,real_asset_day,2022-04-02,0.000032603801616112649607362862473990316465931,decimal,7332435.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.2908,clp,0.0,decimal,146293134.2924,decimal,0.0,clp,0.0,decimal,0.0,clp,63230.0,integer,247229852740.0,clp,224895093104.0,clp,0.0,clp,1537.2908
+187-2022-04-03,real_asset_day,2022-04-03,0.00003260380187163475638049683631740950518513,decimal,7332196.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.2407,clp,0.0,decimal,146293134.2924,decimal,0.0,clp,0.0,decimal,0.0,clp,63230.0,integer,247229852740.0,clp,224887760908.0,clp,0.0,clp,1537.2407
+187-2022-04-04,real_asset_day,2022-04-04,0.000032603801618844381669477282558467018538957744857196,decimal,7376269.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.4809,clp,546239.4516,decimal,146353564.5389,decimal,0.0,clp,485809.2051,decimal,0.0,clp,63276.0,integer,246689015289.0,clp,226332991753.0,clp,0.0,clp,1546.4809
+187-2022-04-05,real_asset_day,2022-04-05,0.000032603799213500073058175102108713648783618750315365,decimal,7313210.0,clp,0.0,integer,0.0,clp,0.0,clp,1532.6272,clp,272328.9245,decimal,146143162.37,decimal,0.0,clp,482731.0934,decimal,0.0,clp,63275.0,integer,244472287484.0,clp,223982986382.0,clp,0.0,clp,1532.6272
+187-2022-04-06,real_asset_day,2022-04-06,0.00003260379902854989607341078046985063483483610894602,decimal,7286016.0,clp,0.0,integer,0.0,clp,0.0,clp,1529.1265,clp,212392.0164,decimal,145895223.5763,decimal,0.0,clp,460330.8101,decimal,0.0,clp,63289.0,integer,243510474320.0,clp,223092251381.0,clp,0.0,clp,1529.1265
+187-2022-04-07,real_asset_day,2022-04-07,0.000032603798344775789844714267935870714153002178341635,decimal,7337494.0,clp,0.0,integer,0.0,clp,0.0,clp,1542.5473,clp,231052.6725,decimal,145838091.6075,decimal,0.0,clp,288184.6413,decimal,0.0,clp,63304.0,integer,244540306389.0,clp,224962152875.0,clp,0.0,clp,1542.5473
+187-2022-04-08,real_asset_day,2022-04-08,0.000032603799219334641812795189926231025739848732832444,decimal,7318695.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.1979,clp,189641.1387,decimal,145735573.6137,decimal,0.0,clp,292159.1325,decimal,0.0,clp,63318.0,integer,243866970093.0,clp,224315890876.0,clp,0.0,clp,1539.1979
+187-2022-04-09,real_asset_day,2022-04-09,0.000032603799994734293209705746694322611053799,decimal,7313312.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.1477,clp,0.0,decimal,145735573.6137,decimal,0.0,clp,0.0,decimal,0.0,clp,63318.0,integer,243866970093.0,clp,224308577564.0,clp,0.0,clp,1539.1477
+187-2022-04-10,real_asset_day,2022-04-10,0.000032603801929641096692508440882753402439368,decimal,7313074.0,clp,0.0,integer,0.0,clp,0.0,clp,1539.0976,clp,0.0,decimal,145735573.6137,decimal,0.0,clp,0.0,decimal,0.0,clp,63318.0,integer,243866970093.0,clp,224301264490.0,clp,0.0,clp,1539.0976
+187-2022-04-11,real_asset_day,2022-04-11,0.000032603802615174122735603354232438555040538672662469,decimal,7268641.0,clp,0.0,integer,0.0,clp,0.0,clp,1529.7462,clp,265481.9455,decimal,145531489.7167,decimal,0.0,clp,469565.8425,decimal,0.0,clp,63289.0,integer,242359886143.0,clp,222626246713.0,clp,0.0,clp,1529.7462
+187-2022-04-12,real_asset_day,2022-04-12,0.000032603802697557637908840416822770929354383147612314,decimal,7196340.0,clp,0.0,integer,0.0,clp,0.0,clp,1516.6537,clp,136894.8957,decimal,145372532.8189,decimal,0.0,clp,295851.7935,decimal,0.0,clp,63272.0,integer,239795709210.0,clp,220479796735.0,clp,0.0,clp,1516.6537
+187-2022-04-13,real_asset_day,2022-04-13,0.000032603798317314191416185753493853776709802841769916,decimal,7230738.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.5698,clp,139027.5109,decimal,145294861.4097,decimal,0.0,clp,216698.9201,decimal,0.0,clp,63244.0,integer,240957220639.0,clp,221657446249.0,clp,0.0,clp,1525.5698
+187-2022-04-14,real_asset_day,2022-04-14,0.000032603802651318785809126546348633453623598402851254,decimal,7208252.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.6384,clp,107170.2544,decimal,145122588.0424,decimal,0.0,clp,279443.6217,decimal,0.0,clp,63228.0,integer,240210733849.0,clp,220824098000.0,clp,0.0,clp,1521.6384
+187-2022-04-15,real_asset_day,2022-04-15,0.00003260380001679031824412790786786710874831,decimal,7199470.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.5888,clp,0.0,decimal,145122588.0424,decimal,0.0,clp,0.0,decimal,0.0,clp,63228.0,integer,240210733849.0,clp,220816898530.0,clp,0.0,clp,1521.5888
+187-2022-04-16,real_asset_day,2022-04-16,0.000032603798759681654046790363389775024329961,decimal,7199235.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.5392,clp,0.0,decimal,145122588.0424,decimal,0.0,clp,0.0,decimal,0.0,clp,63228.0,integer,240210733849.0,clp,220809699295.0,clp,0.0,clp,1521.5392
+187-2022-04-17,real_asset_day,2022-04-17,0.000032603801996872690358666360365268011243583,decimal,7199001.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.4895,clp,0.0,decimal,145122588.0424,decimal,0.0,clp,0.0,decimal,0.0,clp,63228.0,integer,240210733849.0,clp,220802500294.0,clp,0.0,clp,1521.4895
+187-2022-04-18,real_asset_day,2022-04-18,0.000032603799645282242966437552228777646854874745981348,decimal,7239943.0,clp,0.0,integer,0.0,clp,0.0,clp,1530.1426,clp,262207.8625,decimal,144969014.5069,decimal,0.0,clp,415781.398,decimal,0.0,clp,63162.0,integer,241474848065.0,clp,221823270020.0,clp,0.0,clp,1530.1426
+187-2022-04-19,real_asset_day,2022-04-19,0.00003260379871112997412358848294235647802806957073608,decimal,7294472.0,clp,0.0,integer,0.0,clp,0.0,clp,1543.3004,clp,122795.9717,decimal,144705818.9365,decimal,0.0,clp,385991.5421,decimal,0.0,clp,63128.0,integer,243077985658.0,clp,223324549789.0,clp,0.0,clp,1543.3004
+187-2022-04-20,real_asset_day,2022-04-20,0.000032603801005859574854736534086885694287185693708466,decimal,7257237.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.2151,clp,147673.9789,decimal,144520329.0318,decimal,0.0,clp,333163.8836,decimal,0.0,clp,63115.0,integer,241910884989.0,clp,222303355742.0,clp,0.0,clp,1538.2151
+187-2022-04-21,real_asset_day,2022-04-21,0.000032603800823337873208126125002936403871012387714147,decimal,7177119.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.1861,clp,149291.4469,decimal,144519142.8526,decimal,0.0,clp,150477.6261,decimal,0.0,clp,63115.0,integer,241304484285.0,clp,220129552725.0,clp,0.0,clp,1523.1861
+187-2022-04-22,real_asset_day,2022-04-22,0.00003260380029923954274743978173385753037260408768358,decimal,7168173.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.3,clp,173838.5605,decimal,144487588.4778,decimal,0.0,clp,205392.9353,decimal,0.0,clp,63093.0,integer,239065640448.0,clp,219808974173.0,clp,0.0,clp,1521.3
+187-2022-04-23,real_asset_day,2022-04-23,0.000032603799175998423244888336278937958472419,decimal,7166374.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.2504,clp,0.0,decimal,144487588.4778,decimal,0.0,clp,0.0,decimal,0.0,clp,63093.0,integer,239065640448.0,clp,219801807799.0,clp,0.0,clp,1521.2504
+187-2022-04-24,real_asset_day,2022-04-24,0.000032603802103376570568789329880598048514597,decimal,7166141.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.2008,clp,0.0,decimal,144487588.4778,decimal,0.0,clp,0.0,decimal,0.0,clp,63093.0,integer,239065640448.0,clp,219794641658.0,clp,0.0,clp,1521.2008
+187-2022-04-25,real_asset_day,2022-04-25,0.000032603799215199653533909299347246491782079482051894,decimal,7277196.0,clp,0.0,integer,0.0,clp,0.0,clp,1544.7753,clp,178989.5338,decimal,144189842.1662,decimal,0.0,clp,476735.8454,decimal,0.0,clp,63007.0,integer,242771198017.0,clp,222740908113.0,clp,0.0,clp,1544.7753
+187-2022-04-26,real_asset_day,2022-04-26,0.000032603801010867067458881106151878286094713938874385,decimal,7122799.0,clp,0.0,integer,0.0,clp,0.0,clp,1515.1226,clp,146714.4197,decimal,143872715.985,decimal,0.0,clp,463840.6009,decimal,0.0,clp,62908.0,integer,239614676152.0,clp,217984809773.0,clp,0.0,clp,1515.1226
+187-2022-04-27,real_asset_day,2022-04-27,0.000032603798322496011141898677304805776458533093265219,decimal,7124450.0,clp,0.0,integer,0.0,clp,0.0,clp,1518.8144,clp,168038.6648,decimal,143749717.9237,decimal,0.0,clp,291036.7261,decimal,0.0,clp,62896.0,integer,240745262111.0,clp,218329139876.0,clp,0.0,clp,1518.8144
+187-2022-04-28,real_asset_day,2022-04-28,0.000032603798631197706158537488030707342641236250932334,decimal,7289352.0,clp,0.0,integer,0.0,clp,0.0,clp,1555.2984,clp,188192.2692,decimal,143640590.3806,decimal,0.0,clp,297319.8123,decimal,0.0,clp,62872.0,integer,243318671535.0,clp,223403977357.0,clp,0.0,clp,1555.2984
+187-2022-04-29,real_asset_day,2022-04-29,0.000032603799337280860514318796429667832361649899228688,decimal,7141187.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.8426,clp,193256.393,decimal,143459240.5737,decimal,0.0,clp,374606.1999,decimal,0.0,clp,62834.0,integer,241424044445.0,clp,218752759471.0,clp,0.0,clp,1524.8426
+187-2022-04-30,real_asset_day,2022-04-30,0.000032603801412929629209554151500899222097462,decimal,7131939.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.7929,clp,0.0,decimal,143459240.5737,decimal,0.0,clp,0.0,decimal,0.0,clp,62834.0,integer,241424044445.0,clp,218745627532.0,clp,0.0,clp,1524.7929
+187-2022-05-01,real_asset_day,2022-05-01,0.00003260379922184827066106186948924054635142,decimal,7131706.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.7432,clp,0.0,decimal,143459240.5737,decimal,0.0,clp,0.0,decimal,0.0,clp,62834.0,integer,241424044445.0,clp,218738495826.0,clp,0.0,clp,1524.7432
+187-2022-05-02,real_asset_day,2022-05-02,0.000032603798623444340857438359122976003234818145747067,decimal,7232203.0,clp,0.0,integer,0.0,clp,0.0,clp,1546.2292,clp,562272.6757,decimal,143399892.2252,decimal,0.0,clp,621621.0242,decimal,0.0,clp,62810.0,integer,242009985818.0,clp,221729104588.0,clp,0.0,clp,1546.2292
+187-2022-05-03,real_asset_day,2022-05-03,0.000032603802578321764454643391268152723071065945140052,decimal,7219134.0,clp,0.0,integer,0.0,clp,0.0,clp,1544.0737,clp,252143.1004,decimal,143236570.2358,decimal,0.0,clp,415465.0898,decimal,0.0,clp,62781.0,integer,241109938472.0,clp,221167819827.0,clp,0.0,clp,1544.0737
+187-2022-05-04,real_asset_day,2022-05-04,0.000032603800857639776024110633172361075223343276193746,decimal,7325638.0,clp,0.0,integer,0.0,clp,0.0,clp,1568.6401,clp,266822.065,decimal,143028134.896,decimal,0.0,clp,475257.4048,decimal,0.0,clp,62777.0,integer,244746057731.0,clp,224359665677.0,clp,0.0,clp,1568.6401
+187-2022-05-05,real_asset_day,2022-05-05,0.000032603799073695471291360005756200859458312134487135,decimal,7171264.0,clp,0.0,integer,0.0,clp,0.0,clp,1537.8218,clp,252411.8473,decimal,142975722.9954,decimal,0.0,clp,304823.7479,decimal,0.0,clp,62763.0,integer,239605535143.0,clp,219871190847.0,clp,0.0,clp,1537.8218
+187-2022-05-06,real_asset_day,2022-05-06,0.00003260380134665224255679926290253318902057919449024,decimal,7102648.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.6659,clp,234223.7491,decimal,142766786.6598,decimal,0.0,clp,443160.0847,decimal,0.0,clp,62740.0,integer,237320367023.0,clp,217528886632.0,clp,0.0,clp,1523.6659
+187-2022-05-07,real_asset_day,2022-05-07,0.00003260379960180329901530251762218824847867,decimal,7092037.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.6162,clp,0.0,decimal,142766786.6598,decimal,0.0,clp,0.0,decimal,0.0,clp,62740.0,integer,237320367023.0,clp,217521794595.0,clp,0.0,clp,1523.6162
+187-2022-05-08,real_asset_day,2022-05-08,0.000032603800612409184721725859498721593796031,decimal,7091806.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.5666,clp,0.0,decimal,142766786.6598,decimal,0.0,clp,0.0,decimal,0.0,clp,62740.0,integer,237320367023.0,clp,217514702789.0,clp,0.0,clp,1523.5666
+187-2022-05-09,real_asset_day,2022-05-09,0.000032603801927719918874333067080923968173831108469164,decimal,7002759.0,clp,0.0,integer,0.0,clp,0.0,clp,1504.4361,clp,310816.3964,decimal,142427082.2078,decimal,0.0,clp,650520.8484,decimal,0.0,clp,62592.0,integer,234184406220.0,clp,214272445826.0,clp,0.0,clp,1504.4361
+187-2022-05-10,real_asset_day,2022-05-10,0.000032603798848183578252965547615537478553661815492027,decimal,7017126.0,clp,0.0,integer,0.0,clp,0.0,clp,1511.1184,clp,143164.6473,decimal,142031766.1079,decimal,0.0,clp,538480.7472,decimal,0.0,clp,62478.0,integer,234451308759.0,clp,214626814494.0,clp,0.0,clp,1511.1184
+187-2022-05-11,real_asset_day,2022-05-11,0.000032603799169780549537984026323850792518806145913419,decimal,6881736.0,clp,0.0,integer,0.0,clp,0.0,clp,1486.0873,clp,344522.7845,decimal,141976007.0327,decimal,0.0,clp,400281.8597,decimal,0.0,clp,62390.0,integer,230255422606.0,clp,210988735403.0,clp,0.0,clp,1486.0873
+187-2022-05-12,real_asset_day,2022-05-12,0.000032603800222658206334476703270954060174856219340233,decimal,6902545.0,clp,0.0,integer,0.0,clp,0.0,clp,1491.1662,clp,336320.7088,decimal,141777202.5758,decimal,0.0,clp,535125.1657,decimal,0.0,clp,62264.0,integer,230905003208.0,clp,211413379437.0,clp,0.0,clp,1491.1662
+187-2022-05-13,real_asset_day,2022-05-13,0.000032603800914634103469631710628114904531569174492266,decimal,6987166.0,clp,0.0,integer,0.0,clp,0.0,clp,1511.5636,clp,149860.0024,decimal,141423164.8148,decimal,0.0,clp,503897.7634,decimal,0.0,clp,62163.0,integer,233469994746.0,clp,213770108426.0,clp,0.0,clp,1511.5636
+187-2022-05-14,real_asset_day,2022-05-14,0.00003260380173458833383218723083539753785287,decimal,6969491.0,clp,0.0,integer,0.0,clp,0.0,clp,1511.5143,clp,0.0,decimal,141423164.8148,decimal,0.0,clp,0.0,decimal,0.0,clp,62163.0,integer,233469994746.0,clp,213763138935.0,clp,0.0,clp,1511.5143
+187-2022-05-15,real_asset_day,2022-05-15,0.000032603798106478263429424612187106799290851,decimal,6969263.0,clp,0.0,integer,0.0,clp,0.0,clp,1511.465,clp,0.0,decimal,141423164.8148,decimal,0.0,clp,0.0,decimal,0.0,clp,62163.0,integer,233469994746.0,clp,213756169672.0,clp,0.0,clp,1511.465
+187-2022-05-16,real_asset_day,2022-05-16,0.000032603799933724068563670217548277153709135048557873,decimal,6922125.0,clp,0.0,integer,0.0,clp,0.0,clp,1501.2419,clp,236401.6147,decimal,141071466.3631,decimal,0.0,clp,588100.0664,decimal,0.0,clp,62071.0,integer,232510945567.0,clp,211782390844.0,clp,0.0,clp,1501.2419
+187-2022-05-17,real_asset_day,2022-05-17,0.000032603798348590693244794728223095172793218118733098,decimal,6980225.0,clp,0.0,integer,0.0,clp,0.0,clp,1517.6165,clp,119917.9189,decimal,140906644.5512,decimal,0.0,clp,284739.7308,decimal,0.0,clp,62021.0,integer,233373603955.0,clp,213842250278.0,clp,0.0,clp,1517.6165
+187-2022-05-18,real_asset_day,2022-05-18,0.00003260379904591669095966488765749053733798978227386,decimal,6830124.0,clp,0.0,integer,0.0,clp,0.0,clp,1486.7191,clp,173285.8832,decimal,140639109.6664,decimal,0.0,clp,440820.768,decimal,0.0,clp,62013.0,integer,228361450214.0,clp,209090844127.0,clp,0.0,clp,1486.7191
+187-2022-05-19,real_asset_day,2022-05-19,0.000032603800910450124978548078903050964466781246034822,decimal,6775971.0,clp,0.0,integer,0.0,clp,0.0,clp,1477.7372,clp,104599.7072,decimal,140489183.629,decimal,0.0,clp,254525.7446,decimal,0.0,clp,61919.0,integer,226505122203.0,clp,207606088771.0,clp,0.0,clp,1477.7372
+187-2022-05-20,real_asset_day,2022-05-20,0.00003260379924131801066928344268239315824029064377106,decimal,6742407.0,clp,0.0,integer,0.0,clp,0.0,clp,1471.9866,clp,107975.1442,decimal,140306011.4999,decimal,0.0,clp,291147.2733,decimal,0.0,clp,61852.0,integer,225504300507.0,clp,206528573195.0,clp,0.0,clp,1471.9866
+187-2022-05-21,real_asset_day,2022-05-21,0.000032603801160138646035441125738367948877224,decimal,6733397.0,clp,0.0,integer,0.0,clp,0.0,clp,1471.9386,clp,0.0,decimal,140306011.4999,decimal,0.0,clp,0.0,decimal,0.0,clp,61852.0,integer,225504300507.0,clp,206521839798.0,clp,0.0,clp,1471.9386
+187-2022-05-22,real_asset_day,2022-05-22,0.000032603798870543837608626445200783411603379,decimal,6733177.0,clp,0.0,integer,0.0,clp,0.0,clp,1471.8907,clp,0.0,decimal,140306011.4999,decimal,0.0,clp,0.0,decimal,0.0,clp,61852.0,integer,225504300507.0,clp,206515106621.0,clp,0.0,clp,1471.8907
+187-2022-05-23,real_asset_day,2022-05-23,0.000032603801094594915734619627797455595846304165555375,decimal,6766846.0,clp,0.0,integer,0.0,clp,0.0,clp,1479.2507,clp,202405.6455,decimal,139744303.8378,decimal,0.0,clp,764113.3076,decimal,0.0,clp,61643.0,integer,228062027608.0,clp,206716857085.0,clp,0.0,clp,1479.2507
+187-2022-05-24,real_asset_day,2022-05-24,0.000032603802421293241748248148880539570420366193364168,decimal,6694303.0,clp,0.0,integer,0.0,clp,0.0,clp,1469.2747,clp,122399.5078,decimal,139365654.7046,decimal,0.0,clp,501048.641,decimal,0.0,clp,61551.0,integer,225380738457.0,clp,204766429621.0,clp,0.0,clp,1469.2747
+187-2022-05-25,real_asset_day,2022-05-25,0.000032603800273194022305273942875515071873130878477561,decimal,6729953.0,clp,0.0,integer,0.0,clp,0.0,clp,1481.1125,clp,193436.7654,decimal,139115829.5575,decimal,0.0,clp,443261.9125,decimal,0.0,clp,61476.0,integer,226449845894.0,clp,206046194410.0,clp,0.0,clp,1481.1125
+187-2022-05-26,real_asset_day,2022-05-26,0.00003260379859373670825228589366846984970134585629462,decimal,6773094.0,clp,0.0,integer,0.0,clp,0.0,clp,1493.2838,clp,174885.7249,decimal,138826769.4522,decimal,0.0,clp,463945.8302,decimal,0.0,clp,61415.0,integer,226866552081.0,clp,207307764797.0,clp,0.0,clp,1493.2838
+187-2022-05-27,real_asset_day,2022-05-27,,,,,,,,,,,1507.7155,clp,,,,,,,,,,,,,,,,,,,1507.7155
+186-2019-01-01,real_asset_day,2019-01-01,0.000032603707347278575282790346222747990420638,decimal,41438.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.5026,clp,0.0,decimal,1215644.761,decimal,0.0,clp,0.0,decimal,0.0,clp,1058.0,integer,1299570399.0,clp,1270959758.0,clp,0.0,clp,1045.5026
+186-2019-01-02,real_asset_day,2019-01-02,0.000032603825729985561975870728811466613887665002497538,decimal,41980.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.1737,clp,10949.9073,decimal,1225852.603,decimal,0.0,clp,742.0653,decimal,0.0,clp,1068.0,integer,1336823072.0,clp,1298390837.0,clp,0.0,clp,1059.1737
+186-2019-01-03,real_asset_day,2019-01-03,0.000032603941443675049009793253965041762279302255395729,decimal,41388.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.5381,clp,6254.5733,decimal,1230595.5694,decimal,0.0,clp,1511.6069,decimal,0.0,clp,1070.0,integer,1312806625.0,clp,1274328598.0,clp,0.0,clp,1035.5381
+186-2019-01-04,real_asset_day,2019-01-04,0.000032603937719765250354941672322129763406360964571615,decimal,42356.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.6733,clp,6002.7304,decimal,1236587.7178,decimal,0.0,clp,10.582,decimal,0.0,clp,1079.0,integer,1344610953.0,clp,1305432637.0,clp,0.0,clp,1055.6733
+186-2019-01-05,real_asset_day,2019-01-05,0.000032604046916862701681072503431843865572206,decimal,42561.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.6389,clp,0.0,decimal,1236587.7178,decimal,0.0,clp,0.0,decimal,0.0,clp,1079.0,integer,1344610953.0,clp,1305390098.0,clp,0.0,clp,1055.6389
+186-2019-01-06,real_asset_day,2019-01-06,0.000032603577241910958947975510828702204032158,decimal,42559.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.6045,clp,0.0,decimal,1236587.7178,decimal,0.0,clp,0.0,decimal,0.0,clp,1079.0,integer,1344610953.0,clp,1305347560.0,clp,0.0,clp,1055.6045
+186-2019-01-07,real_asset_day,2019-01-07,0.000032603792164751197172750568067129670492029418574704,decimal,42419.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.1251,clp,12437.3027,decimal,1248742.9699,decimal,0.0,clp,282.0506,decimal,0.0,clp,1096.0,integer,1354946887.0,clp,1313833822.0,clp,0.0,clp,1052.1251
+186-2019-01-08,real_asset_day,2019-01-08,0.000032604005840609825672524750979363374322064963298243,decimal,43241.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.0665,clp,5032.8025,decimal,1253312.0223,decimal,0.0,clp,463.7501,decimal,0.0,clp,1100.0,integer,1366550218.0,clp,1331100713.0,clp,0.0,clp,1062.0665
+186-2019-01-09,real_asset_day,2019-01-09,0.000032603713243303782287664056970286795961210671168676,decimal,43484.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.1509,clp,5581.8682,decimal,1256599.8807,decimal,0.0,clp,2294.0098,decimal,0.0,clp,1105.0,integer,1375074627.0,clp,1337211894.0,clp,0.0,clp,1064.1509
+186-2019-01-10,real_asset_day,2019-01-10,0.000032604142057127786062609869224630200898181915158407,decimal,43735.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.479,clp,3331.5774,decimal,1259383.4589,decimal,0.0,clp,547.9992,decimal,0.0,clp,1110.0,integer,1382918140.0,clp,1344365395.0,clp,0.0,clp,1067.479
+186-2019-01-11,real_asset_day,2019-01-11,0.000032603613253241944071655238294326205505433198897488,decimal,43664.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.4077,clp,788.3765,decimal,1259905.8735,decimal,0.0,clp,265.9619,decimal,0.0,clp,1109.0,integer,1378075441.0,clp,1339793607.0,clp,0.0,clp,1063.4077
+186-2019-01-12,real_asset_day,2019-01-12,0.00003260384672635255335061464845593627696575,decimal,43681.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.373,clp,0.0,decimal,1259905.8735,decimal,0.0,clp,0.0,decimal,0.0,clp,1109.0,integer,1378075441.0,clp,1339749888.0,clp,0.0,clp,1063.373
+186-2019-01-13,real_asset_day,2019-01-13,0.000032604161173547250389274874319169430849641,decimal,43680.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.3384,clp,0.0,decimal,1259905.8735,decimal,0.0,clp,0.0,decimal,0.0,clp,1109.0,integer,1378075441.0,clp,1339706296.0,clp,0.0,clp,1063.3384
+186-2019-01-14,real_asset_day,2019-01-14,0.000032603935796966231921691554233033609021901601137665,decimal,43422.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.065,clp,3045.8701,decimal,1262404.8024,decimal,0.0,clp,546.9412,decimal,0.0,clp,1113.0,integer,1370809713.0,clp,1334443932.0,clp,0.0,clp,1057.065
+186-2019-01-15,real_asset_day,2019-01-15,0.000032603861641260311970019932434609417009495269153742,decimal,43915.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.9528,clp,11850.7191,decimal,1272648.128,decimal,0.0,clp,1607.3935,decimal,0.0,clp,1118.0,integer,1395760754.0,clp,1357855484.0,clp,0.0,clp,1066.9528
+186-2019-01-16,real_asset_day,2019-01-16,0.000032603962357674696933230080902983291452414049898469,decimal,44292.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.4476,clp,8342.9641,decimal,1279533.665,decimal,0.0,clp,1457.4271,decimal,0.0,clp,1117.0,integer,1696830255.0,clp,1365835140.0,clp,0.0,clp,1067.4476
+186-2019-01-17,real_asset_day,2019-01-17,0.000032604153034095603642804758195547898533925980240426,decimal,44787.0,clp,0.0,integer,0.0,clp,0.0,clp,1073.5625,clp,1901.6067,decimal,1281432.5863,decimal,0.0,clp,2.6854,decimal,0.0,clp,1120.0,integer,1414612780.0,clp,1375697971.0,clp,0.0,clp,1073.5625
+186-2019-01-18,real_asset_day,2019-01-18,0.000032603682811641249512872487821634658967688180283746,decimal,45327.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.9121,clp,1221.0832,decimal,1281540.7777,decimal,0.0,clp,1112.8918,decimal,0.0,clp,1122.0,integer,1429177288.0,clp,1390359096.0,clp,0.0,clp,1084.9121
+186-2019-01-19,real_asset_day,2019-01-19,0.000032604148868377315706796328286328567977203,decimal,45330.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.8768,clp,0.0,decimal,1281540.7777,decimal,0.0,clp,0.0,decimal,0.0,clp,1122.0,integer,1429177288.0,clp,1390313858.0,clp,0.0,clp,1084.8768
+186-2019-01-20,real_asset_day,2019-01-20,0.000032603774230254061048125991082394458150746,decimal,45328.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.8414,clp,0.0,decimal,1281540.7777,decimal,0.0,clp,0.0,decimal,0.0,clp,1122.0,integer,1429177288.0,clp,1390268491.0,clp,0.0,clp,1084.8414
+186-2019-01-21,real_asset_day,2019-01-21,0.000032603647531153803108729172300655326343968170805738,decimal,45481.0,clp,0.0,integer,0.0,clp,0.0,clp,1088.5074,clp,5517.3717,decimal,1285800.9535,decimal,0.0,clp,1257.1959,decimal,0.0,clp,1130.0,integer,1438667707.0,clp,1399603853.0,clp,0.0,clp,1088.5074
+186-2019-01-22,real_asset_day,2019-01-22,0.000032603747792349318562369555563675572468180039842557,decimal,44971.0,clp,0.0,integer,0.0,clp,0.0,clp,1072.7321,clp,4246.8629,decimal,1289712.9331,decimal,0.0,clp,334.8833,decimal,0.0,clp,1133.0,integer,1421224725.0,clp,1383516463.0,clp,0.0,clp,1072.7321
+186-2019-01-23,real_asset_day,2019-01-23,0.000032604004925861301321137474882115844119298128887492,decimal,45171.0,clp,0.0,integer,0.0,clp,0.0,clp,1074.2261,clp,3697.0174,decimal,1292965.3652,decimal,0.0,clp,444.5853,decimal,0.0,clp,1138.0,integer,1425995698.0,clp,1388937142.0,clp,0.0,clp,1074.2261
+186-2019-01-24,real_asset_day,2019-01-24,0.000032603857645727444709037515063682809055104757461948,decimal,45368.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.2019,clp,4052.6866,decimal,1296692.3241,decimal,0.0,clp,325.7277,decimal,0.0,clp,1140.0,integer,1431895844.0,clp,1395502743.0,clp,0.0,clp,1076.2019
+186-2019-01-25,real_asset_day,2019-01-25,0.00003260381236306001813994628009859230007677426049495,decimal,45580.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.1247,clp,3220.9347,decimal,1299425.7459,decimal,0.0,clp,487.5129,decimal,0.0,clp,1145.0,integer,1437620085.0,clp,1400942992.0,clp,0.0,clp,1078.1247
+186-2019-01-26,real_asset_day,2019-01-26,0.000032604104192643455772412739537294245804336,decimal,45675.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.0895,clp,0.0,decimal,1299425.7459,decimal,0.0,clp,0.0,decimal,0.0,clp,1145.0,integer,1437620085.0,clp,1400897253.0,clp,0.0,clp,1078.0895
+186-2019-01-27,real_asset_day,2019-01-27,0.000032603738039089411268941917498968161612814,decimal,45673.0,clp,0.0,integer,0.0,clp,0.0,clp,1078.0544,clp,0.0,decimal,1299425.7459,decimal,0.0,clp,0.0,decimal,0.0,clp,1145.0,integer,1437620085.0,clp,1400851643.0,clp,0.0,clp,1078.0544
+186-2019-01-28,real_asset_day,2019-01-28,0.000032603703662243450971049516988675065141030468181394,decimal,45584.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.9548,clp,10639.1449,decimal,1309331.0618,decimal,0.0,clp,733.829,decimal,0.0,clp,1152.0,integer,1446182965.0,clp,1408781041.0,clp,0.0,clp,1075.9548
+186-2019-01-29,real_asset_day,2019-01-29,0.000032603541264947967553946457669316762220182670824245,decimal,45705.0,clp,0.0,integer,0.0,clp,0.0,clp,1070.6548,clp,3027.498,decimal,1297039.5201,decimal,0.0,clp,15319.0397,decimal,0.0,clp,1151.0,integer,1442055904.0,clp,1388681588.0,clp,0.0,clp,1070.6548
+186-2019-01-30,real_asset_day,2019-01-30,0.000032604132239689037273596519502629552270392163713212,decimal,45831.0,clp,0.0,integer,0.0,clp,0.0,clp,1083.7609,clp,1936.7899,decimal,1298615.8738,decimal,0.0,clp,360.4362,decimal,0.0,clp,1155.0,integer,1461193443.0,clp,1407389108.0,clp,0.0,clp,1083.7609
+186-2019-01-31,real_asset_day,2019-01-31,0.000032604078873937788691271450851066504566368038987739,decimal,45709.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.5657,clp,5894.7969,decimal,1304194.8208,decimal,0.0,clp,315.8499,decimal,0.0,clp,1160.0,integer,1463225247.0,clp,1407963995.0,clp,0.0,clp,1079.5657
+186-2019-02-01,real_asset_day,2019-02-01,0.000032603652298731878993464461938877710497316975442361,decimal,45754.0,clp,0.0,integer,0.0,clp,0.0,clp,1076.02,clp,8099.3095,decimal,1311118.4847,decimal,0.0,clp,1175.6456,decimal,0.0,clp,1170.0,integer,1457215174.0,clp,1410789712.0,clp,0.0,clp,1076.02
+186-2019-02-02,real_asset_day,2019-02-02,0.000032604079862864274285197370919734723860811,decimal,45996.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.9849,clp,0.0,decimal,1311118.4847,decimal,0.0,clp,0.0,decimal,0.0,clp,1170.0,integer,1457215174.0,clp,1410743692.0,clp,0.0,clp,1075.9849
+186-2019-02-03,real_asset_day,2019-02-03,0.00003260372576315113233074870512067358477974,decimal,45994.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.9498,clp,0.0,decimal,1311118.4847,decimal,0.0,clp,0.0,decimal,0.0,clp,1170.0,integer,1457215174.0,clp,1410697671.0,clp,0.0,clp,1075.9498
+186-2019-02-04,real_asset_day,2019-02-04,0.000032603767468103534945806923364999641805904556805976,decimal,46234.0,clp,0.0,integer,0.0,clp,0.0,clp,1081.5628,clp,10604.0925,decimal,1320352.6919,decimal,0.0,clp,1369.8853,decimal,0.0,clp,1176.0,integer,1477241398.0,clp,1428044354.0,clp,0.0,clp,1081.5628
+186-2019-02-05,real_asset_day,2019-02-05,0.000032604108289605100499156906911815692970235485384221,decimal,46707.0,clp,0.0,integer,0.0,clp,0.0,clp,1084.9749,clp,6142.6675,decimal,1326058.9651,decimal,0.0,clp,436.3943,decimal,0.0,clp,1181.0,integer,1488804286.0,clp,1438740693.0,clp,0.0,clp,1084.9749
+186-2019-02-06,real_asset_day,2019-02-06,0.000032603696504210058357793950637681450130599014637033,decimal,46919.0,clp,0.0,integer,0.0,clp,0.0,clp,1085.2232,clp,8349.7223,decimal,1326602.3767,decimal,0.0,clp,7806.3107,decimal,0.0,clp,1182.0,integer,1500190912.0,clp,1439659676.0,clp,0.0,clp,1085.2232
+186-2019-02-07,real_asset_day,2019-02-07,0.000032603750703381084676744715153645761841987616459513,decimal,46525.0,clp,0.0,integer,0.0,clp,0.0,clp,1075.6675,clp,6682.0102,decimal,1332325.5108,decimal,0.0,clp,958.8761,decimal,0.0,clp,1184.0,integer,1492871546.0,clp,1433139251.0,clp,0.0,clp,1075.6675
+186-2019-02-08,real_asset_day,2019-02-08,0.000032603604900329890800171985701638190372563274041027,decimal,46913.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.9838,clp,2232.8526,decimal,1334261.0985,decimal,0.0,clp,297.2649,decimal,0.0,clp,1190.0,integer,1503672685.0,clp,1440980371.0,clp,0.0,clp,1079.9838
+186-2019-02-09,real_asset_day,2019-02-09,0.000032603866241826769225327245432275893416463,decimal,46980.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.9486,clp,0.0,decimal,1334261.0985,decimal,0.0,clp,0.0,decimal,0.0,clp,1190.0,integer,1503672685.0,clp,1440933405.0,clp,0.0,clp,1079.9486
+186-2019-02-10,real_asset_day,2019-02-10,0.000032603540937343779109576309920423923151379,decimal,46978.0,clp,0.0,integer,0.0,clp,0.0,clp,1079.9134,clp,0.0,decimal,1334261.0985,decimal,0.0,clp,0.0,decimal,0.0,clp,1190.0,integer,1503672685.0,clp,1440886439.0,clp,0.0,clp,1079.9134
+186-2019-02-11,real_asset_day,2019-02-11,0.000032603553609512015874882294722524383771724010095268,decimal,47316.0,clp,0.0,integer,0.0,clp,0.0,clp,1087.6828,clp,6662.3847,decimal,1334122.2234,decimal,0.0,clp,6801.2598,decimal,0.0,clp,1195.0,integer,1513365901.0,clp,1451101795.0,clp,0.0,clp,1087.6828
+186-2019-02-12,real_asset_day,2019-02-12,0.000032603993464378863514330393901316411140458959274702,decimal,47865.0,clp,0.0,integer,0.0,clp,0.0,clp,1100.4027,clp,6002.3607,decimal,1339835.2514,decimal,0.0,clp,289.3327,decimal,0.0,clp,1197.0,integer,1537326503.0,clp,1474358328.0,clp,0.0,clp,1100.4027
+186-2019-02-13,real_asset_day,2019-02-13,0.000032603576616961749520746152341005244913976312789966,decimal,48266.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.9043,clp,4507.2737,decimal,1342554.6141,decimal,0.0,clp,1787.911,decimal,0.0,clp,1205.0,integer,1549360496.0,clp,1483394366.0,clp,0.0,clp,1104.9043
+186-2019-02-14,real_asset_day,2019-02-14,0.000032603495626181087700223701687534791670200853451902,decimal,48587.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.0025,clp,6139.9149,decimal,1347933.584,decimal,0.0,clp,760.945,decimal,0.0,clp,1206.0,integer,1560142521.0,clp,1496209648.0,clp,0.0,clp,1110.0025
+186-2019-02-15,real_asset_day,2019-02-15,0.000032603604308020592062646987988366963346670430046458,decimal,49103.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.3106,clp,10384.0565,decimal,1355402.0539,decimal,0.0,clp,2915.5866,decimal,0.0,clp,1213.0,integer,1581764641.0,clp,1514405082.0,clp,0.0,clp,1117.3106
+186-2019-02-16,real_asset_day,2019-02-16,0.000032603963872438704949080508160253983122044,decimal,49374.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.2742,clp,0.0,decimal,1355402.0539,decimal,0.0,clp,0.0,decimal,0.0,clp,1213.0,integer,1581764641.0,clp,1514355745.0,clp,0.0,clp,1117.2742
+186-2019-02-17,real_asset_day,2019-02-17,0.000032603705370700838128725109291933268176507,decimal,49372.0,clp,0.0,integer,0.0,clp,0.0,clp,1117.2378,clp,0.0,decimal,1355402.0539,decimal,0.0,clp,0.0,decimal,0.0,clp,1213.0,integer,1581764641.0,clp,1514306409.0,clp,0.0,clp,1117.2378
+186-2019-02-18,real_asset_day,2019-02-18,0.000032603827996406777747724370562750037158348309257929,decimal,49154.0,clp,0.0,integer,0.0,clp,0.0,clp,1112.3005,clp,12727.0529,decimal,1365097.0229,decimal,0.0,clp,3032.0839,decimal,0.0,clp,1220.0,integer,1587537440.0,clp,1518398101.0,clp,0.0,clp,1112.3005
+186-2019-02-19,real_asset_day,2019-02-19,0.000032604085468007511083661030405633815462665429938674,decimal,49444.0,clp,0.0,integer,0.0,clp,0.0,clp,1110.9079,clp,5726.7267,decimal,1365526.9492,decimal,0.0,clp,5296.8004,decimal,0.0,clp,1224.0,integer,1591672990.0,clp,1516974676.0,clp,0.0,clp,1110.9079
+186-2019-02-20,real_asset_day,2019-02-20,0.000032603689759243805633438211875239140257527747074059,decimal,49246.0,clp,0.0,integer,0.0,clp,0.0,clp,1106.1243,clp,10711.0985,decimal,1371684.7112,decimal,0.0,clp,4553.3365,decimal,0.0,clp,1234.0,integer,1593765086.0,clp,1517253791.0,clp,0.0,clp,1106.1243
+186-2019-02-21,real_asset_day,2019-02-21,0.000032603547502442705640225363921679097896559416263254,decimal,49299.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.3486,clp,8140.5399,decimal,1377815.5366,decimal,0.0,clp,2009.7145,decimal,0.0,clp,1245.0,integer,1594053100.0,clp,1518833028.0,clp,0.0,clp,1102.3486
+186-2019-02-22,real_asset_day,2019-02-22,0.000032603886631344208249925652381593798793350541865891,decimal,49602.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.1771,clp,13510.8294,decimal,1391257.6584,decimal,0.0,clp,68.7076,decimal,0.0,clp,1252.0,integer,1605780371.0,clp,1536194847.0,clp,0.0,clp,1104.1771
+186-2019-02-23,real_asset_day,2019-02-23,0.000032603698083373536955349483498319856588048,decimal,50084.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.1411,clp,0.0,decimal,1391257.6584,decimal,0.0,clp,0.0,decimal,0.0,clp,1252.0,integer,1605780371.0,clp,1536144761.0,clp,0.0,clp,1104.1411
+186-2019-02-24,real_asset_day,2019-02-24,0.000032604110138846676140683401470235940066497,decimal,50083.0,clp,0.0,integer,0.0,clp,0.0,clp,1104.1051,clp,0.0,decimal,1391257.6584,decimal,0.0,clp,0.0,decimal,0.0,clp,1252.0,integer,1605780371.0,clp,1536094676.0,clp,0.0,clp,1104.1051
+186-2019-02-25,real_asset_day,2019-02-25,0.000032603621056660467781339696515714594898409343064204,decimal,50014.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.6005,clp,19619.9752,decimal,1410179.155,decimal,0.0,clp,698.4786,decimal,0.0,clp,1259.0,integer,1620643382.0,clp,1554864241.0,clp,0.0,clp,1102.6005
+186-2019-02-26,real_asset_day,2019-02-26,0.000032603922747749619874660949954485709152911627841168,decimal,50687.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.4336,clp,6921.5416,decimal,1417006.0388,decimal,0.0,clp,94.6578,decimal,0.0,clp,1265.0,integer,1625162653.0,clp,1562155069.0,clp,0.0,clp,1102.4336
+186-2019-02-27,real_asset_day,2019-02-27,0.00003260391672627622156745641966095381938563939322783,decimal,50934.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.4688,clp,5659.4465,decimal,1419111.9007,decimal,0.0,clp,3553.5846,decimal,0.0,clp,1268.0,integer,1631645988.0,clp,1564526594.0,clp,0.0,clp,1102.4688
+186-2019-02-28,real_asset_day,2019-02-28,0.000032603960590859955826613402452530791678895158173298,decimal,51040.0,clp,0.0,integer,0.0,clp,0.0,clp,1103.1223,clp,9656.7906,decimal,1427860.6324,decimal,0.0,clp,908.0589,decimal,0.0,clp,1280.0,integer,1642764498.0,clp,1575104905.0,clp,0.0,clp,1103.1223
+186-2019-03-01,real_asset_day,2019-03-01,0.000032604059907068262265830427031752806531869871609788,decimal,51992.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.8093,clp,9044.9617,decimal,1435558.139,decimal,0.0,clp,1347.4551,decimal,0.0,clp,1285.0,integer,1674242750.0,clp,1603244680.0,clp,0.0,clp,1116.8093
+186-2019-03-02,real_asset_day,2019-03-02,0.000032603696943862682644684600075574458832929,decimal,52270.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.7729,clp,0.0,decimal,1435558.139,decimal,0.0,clp,0.0,decimal,0.0,clp,1285.0,integer,1674242750.0,clp,1603192426.0,clp,0.0,clp,1116.7729
+186-2019-03-03,real_asset_day,2019-03-03,0.000032603512102621055147509584083954949386671,decimal,52268.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.7365,clp,0.0,decimal,1435558.139,decimal,0.0,clp,0.0,decimal,0.0,clp,1285.0,integer,1674242750.0,clp,1603140172.0,clp,0.0,clp,1116.7365
+186-2019-03-04,real_asset_day,2019-03-04,0.000032603789681083345392371336669468906970091776483564,decimal,52236.0,clp,0.0,integer,0.0,clp,0.0,clp,1116.0433,clp,13359.6399,decimal,1445405.2584,decimal,0.0,clp,3512.5205,decimal,0.0,clp,1301.0,integer,2099611437.0,clp,1613134854.0,clp,0.0,clp,1116.0433
+186-2019-03-05,real_asset_day,2019-03-05,0.000032603549272985133430353828656883295574743269040506,decimal,52401.0,clp,0.0,integer,0.0,clp,0.0,clp,1111.9495,clp,7973.9554,decimal,1452790.5859,decimal,0.0,clp,588.6279,decimal,0.0,clp,1308.0,integer,1894760416.0,clp,1615429766.0,clp,0.0,clp,1111.9495
+186-2019-03-06,real_asset_day,2019-03-06,0.000032603877920209148785493587601477044537345536763205,decimal,52384.0,clp,0.0,integer,0.0,clp,0.0,clp,1105.9268,clp,12289.2561,decimal,1464406.7194,decimal,0.0,clp,673.1226,decimal,0.0,clp,1316.0,integer,1692249388.0,clp,1619526637.0,clp,0.0,clp,1105.9268
+186-2019-03-07,real_asset_day,2019-03-07,0.000032603540862507804322942983210636791648489714283863,decimal,52653.0,clp,0.0,integer,0.0,clp,0.0,clp,1102.7997,clp,11978.3745,decimal,1474278.1673,decimal,0.0,clp,2106.9266,decimal,0.0,clp,1333.0,integer,1705163874.0,clp,1625833521.0,clp,0.0,clp,1102.7997
+186-2019-03-08,real_asset_day,2019-03-08,0.000032603504512898337980212286643884670659813234611871,decimal,53571.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.5153,clp,10623.3051,decimal,1484789.4065,decimal,0.0,clp,112.0659,decimal,0.0,clp,1343.0,integer,1735263851.0,clp,1654820511.0,clp,0.0,clp,1114.5153
+186-2019-03-09,real_asset_day,2019-03-09,0.000032603996499653500350367264875873143148253,decimal,53952.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.4789,clp,0.0,decimal,1484789.4065,decimal,0.0,clp,0.0,decimal,0.0,clp,1343.0,integer,1735263851.0,clp,1654766464.0,clp,0.0,clp,1114.4789
+186-2019-03-10,real_asset_day,2019-03-10,0.000032603849802030300287191811724483023159394,decimal,53950.0,clp,0.0,integer,0.0,clp,0.0,clp,1114.4426,clp,0.0,decimal,1484789.4065,decimal,0.0,clp,0.0,decimal,0.0,clp,1343.0,integer,1735263851.0,clp,1654712567.0,clp,0.0,clp,1114.4426
+186-2019-03-11,real_asset_day,2019-03-11,0.000032603605021276079032489673462750181197537287392192,decimal,54637.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.6424,clp,13448.282,decimal,1495544.2065,decimal,0.0,clp,2693.482,decimal,0.0,clp,1355.0,integer,1774068581.0,clp,1687934603.0,clp,0.0,clp,1128.6424
+186-2019-03-12,real_asset_day,2019-03-12,0.000032604012247892050683167498949090395526825595444635,decimal,55049.0,clp,0.0,integer,0.0,clp,0.0,clp,1128.9615,clp,6442.3027,decimal,1501128.8642,decimal,0.0,clp,857.645,decimal,0.0,clp,1369.0,integer,1779927804.0,clp,1694716694.0,clp,0.0,clp,1128.9615
+186-2019-03-13,real_asset_day,2019-03-13,0.000032603620037937026673720972810297857034942359943154,decimal,55494.0,clp,0.0,integer,0.0,clp,0.0,clp,1133.8673,clp,9084.853,decimal,1508284.9965,decimal,0.0,clp,1928.7207,decimal,0.0,clp,1370.0,integer,1797926843.0,clp,1710195037.0,clp,0.0,clp,1133.8673
+186-2019-03-14,real_asset_day,2019-03-14,0.00003260385191503463138382139487221065963179235113653,decimal,56103.0,clp,0.0,integer,0.0,clp,0.0,clp,1140.8637,clp,4116.17,decimal,1512353.3396,decimal,0.0,clp,47.8269,decimal,0.0,clp,1376.0,integer,1812403182.0,clp,1725389027.0,clp,0.0,clp,1140.8637
+186-2019-03-15,real_asset_day,2019-03-15,0.000032603517655055207403773761127049838461968630413286,decimal,56437.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.5801,clp,8533.8779,decimal,1518729.9462,decimal,0.0,clp,2157.2713,decimal,0.0,clp,1389.0,integer,1827181234.0,clp,1738308074.0,clp,0.0,clp,1144.5801
+186-2019-03-16,real_asset_day,2019-03-16,0.000032604029074792790691944923905355061049354,decimal,56674.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.5428,clp,0.0,decimal,1518729.9462,decimal,0.0,clp,0.0,decimal,0.0,clp,1389.0,integer,1827181234.0,clp,1738251425.0,clp,0.0,clp,1144.5428
+186-2019-03-17,real_asset_day,2019-03-17,0.000032603941044176743055635555540295790188246,decimal,56672.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.5055,clp,0.0,decimal,1518729.9462,decimal,0.0,clp,0.0,decimal,0.0,clp,1389.0,integer,1827181234.0,clp,1738194776.0,clp,0.0,clp,1144.5055
+186-2019-03-18,real_asset_day,2019-03-18,0.000032603576666213861445039615502637107931006425727123,decimal,56670.0,clp,0.0,integer,0.0,clp,0.0,clp,1144.4779,clp,12966.73,decimal,1528646.5762,decimal,0.0,clp,3050.1,decimal,0.0,clp,1405.0,integer,1840050610.0,clp,1749502223.0,clp,0.0,clp,1144.4779
+186-2019-03-19,real_asset_day,2019-03-19,0.000032603624191046499322700881896357303275374224490569,decimal,56875.0,clp,0.0,integer,0.0,clp,0.0,clp,1141.165,clp,11897.6651,decimal,1534331.5849,decimal,0.0,clp,6212.6564,decimal,0.0,clp,1410.0,integer,1848722058.0,clp,1750925503.0,clp,0.0,clp,1141.165
+186-2019-03-20,real_asset_day,2019-03-20,0.000032603561390101991034858363530913657429345668673203,decimal,57001.0,clp,0.0,integer,0.0,clp,0.0,clp,1139.4577,clp,10386.1749,decimal,1543560.8984,decimal,0.0,clp,1156.8614,decimal,0.0,clp,1418.0,integer,1855475704.0,clp,1758822351.0,clp,0.0,clp,1139.4577
+186-2019-03-21,real_asset_day,2019-03-21,0.00003260406389157758445046865689081986033393303012467,decimal,57865.0,clp,0.0,integer,0.0,clp,0.0,clp,1149.7951,clp,10413.3896,decimal,1551370.4869,decimal,0.0,clp,2603.8011,decimal,0.0,clp,1425.0,integer,1880742139.0,clp,1783758184.0,clp,0.0,clp,1149.7951
+186-2019-03-22,real_asset_day,2019-03-22,0.000032603754647415419991945377320072578144028376953681,decimal,57973.0,clp,0.0,integer,0.0,clp,0.0,clp,1146.1531,clp,14188.9992,decimal,1554914.6801,decimal,0.0,clp,10644.806,decimal,0.0,clp,1428.0,integer,1883747894.0,clp,1782170281.0,clp,0.0,clp,1146.1531
+186-2019-03-23,real_asset_day,2019-03-23,0.000032604009096673410381882216999244963894464,decimal,58104.0,clp,0.0,integer,0.0,clp,0.0,clp,1146.1157,clp,0.0,decimal,1554914.6801,decimal,0.0,clp,0.0,decimal,0.0,clp,1428.0,integer,1883747894.0,clp,1782112127.0,clp,0.0,clp,1146.1157
+186-2019-03-24,real_asset_day,2019-03-24,0.00003260395076709609849734893523339991453783,decimal,58102.0,clp,0.0,integer,0.0,clp,0.0,clp,1146.0783,clp,0.0,decimal,1554914.6801,decimal,0.0,clp,0.0,decimal,0.0,clp,1428.0,integer,1883747894.0,clp,1782053973.0,clp,0.0,clp,1146.0783
+186-2019-03-25,real_asset_day,2019-03-25,0.000032603766609304851821043767994982349787214058850371,decimal,58107.0,clp,0.0,integer,0.0,clp,0.0,clp,1146.1834,clp,12562.0408,decimal,1558748.0935,decimal,0.0,clp,8728.6274,decimal,0.0,clp,1431.0,integer,1898021688.0,clp,1786611190.0,clp,0.0,clp,1146.1834
+186-2019-03-26,real_asset_day,2019-03-26,0.000032603997779446579853497512287146212611722300070513,decimal,58683.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.6903,clp,6184.4301,decimal,1562573.4941,decimal,0.0,clp,2359.0295,decimal,0.0,clp,1436.0,integer,1916496709.0,clp,1804288457.0,clp,0.0,clp,1154.6903
+186-2019-03-27,real_asset_day,2019-03-27,0.000032604040413194053484036830755218104707871560897933,decimal,58930.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.7102,clp,4415.5068,decimal,1563684.9612,decimal,0.0,clp,3304.0397,decimal,0.0,clp,1441.0,integer,1922940691.0,clp,1808730344.0,clp,0.0,clp,1156.7102
+186-2019-03-28,real_asset_day,2019-03-28,0.000032604018111282112794877561449209623754918925471258,decimal,58971.0,clp,0.0,integer,0.0,clp,0.0,clp,1156.693,clp,11758.3448,decimal,1568260.4737,decimal,0.0,clp,7182.8323,decimal,0.0,clp,1442.0,integer,1926938947.0,clp,1813995912.0,clp,0.0,clp,1156.693
+186-2019-03-29,real_asset_day,2019-03-29,0.000032604035991793180390775759889934889303791372376886,decimal,59394.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.5904,clp,15522.5669,decimal,1580702.6162,decimal,0.0,clp,3080.4244,decimal,0.0,clp,1448.0,integer,1951170826.0,clp,1836128984.0,clp,0.0,clp,1161.5904
+186-2019-03-30,real_asset_day,2019-03-30,0.000032603893166381067026913969983992040177469,decimal,59863.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.5525,clp,0.0,decimal,1580702.6162,decimal,0.0,clp,0.0,decimal,0.0,clp,1448.0,integer,1951170826.0,clp,1836069076.0,clp,0.0,clp,1161.5525
+186-2019-03-31,real_asset_day,2019-03-31,0.000032603864906840819013814104675094719358248,decimal,59861.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.5147,clp,0.0,decimal,1580702.6162,decimal,0.0,clp,0.0,decimal,0.0,clp,1448.0,integer,1951170826.0,clp,1836009325.0,clp,0.0,clp,1161.5147
+186-2019-04-01,real_asset_day,2019-04-01,0.000032604025713791405160598979321965948897671206261695,decimal,60015.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.4971,clp,22241.3292,decimal,1602016.989,decimal,0.0,clp,926.9564,decimal,0.0,clp,1485.0,integer,1984120494.0,clp,1865544138.0,clp,0.0,clp,1164.4971
+186-2019-04-02,real_asset_day,2019-04-02,0.000032603926629125797545909096073516440390705523017104,decimal,60657.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.2986,clp,27072.7205,decimal,1626195.156,decimal,0.0,clp,2894.5535,decimal,0.0,clp,1495.0,integer,2005076869.0,clp,1888498158.0,clp,0.0,clp,1161.2986
+186-2019-04-03,real_asset_day,2019-04-03,0.000032604036988047308545474949481814475100323033755529,decimal,61442.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.8342,clp,290939.1617,decimal,1917108.8843,decimal,0.0,clp,25.4334,decimal,0.0,clp,1521.0,integer,3539571029.0,clp,2221611340.0,clp,0.0,clp,1158.8342
+186-2019-04-04,real_asset_day,2019-04-04,0.000032603654858260315830334512205352717494154570018968,decimal,72441.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.9678,clp,22389.4213,decimal,1937753.665,decimal,0.0,clp,1744.6406,decimal,0.0,clp,1534.0,integer,2966516776.0,clp,2245794102.0,clp,0.0,clp,1158.9678
+186-2019-04-05,real_asset_day,2019-04-05,0.000032603694937994664061332731948566023747140475376723,decimal,73339.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.8326,clp,19251.3752,decimal,1956968.2011,decimal,0.0,clp,36.8391,decimal,0.0,clp,1551.0,integer,2395650830.0,clp,2271712485.0,clp,0.0,clp,1160.8326
+186-2019-04-06,real_asset_day,2019-04-06,0.000032603778994217016514465572680870273958448,decimal,74064.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.7948,clp,0.0,decimal,1956968.2011,decimal,0.0,clp,0.0,decimal,0.0,clp,1551.0,integer,2395650830.0,clp,2271638512.0,clp,0.0,clp,1160.7948
+186-2019-04-07,real_asset_day,2019-04-07,0.000032603960293026902324357380859940154603699,decimal,74062.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.757,clp,0.0,decimal,1956968.2011,decimal,0.0,clp,0.0,decimal,0.0,clp,1551.0,integer,2395650830.0,clp,2271564538.0,clp,0.0,clp,1160.757
+186-2019-04-08,real_asset_day,2019-04-08,0.000032603875147030135907689414202328137680934405355631,decimal,74019.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.0861,clp,44326.2305,decimal,1996234.5145,decimal,0.0,clp,5059.9171,decimal,0.0,clp,1565.0,integer,2450951540.0,clp,2315803913.0,clp,0.0,clp,1160.0861
+186-2019-04-09,real_asset_day,2019-04-09,0.000032603767961042150333020254671182533295203553751321,decimal,75132.0,clp,0.0,integer,0.0,clp,0.0,clp,1154.3715,clp,13433.2972,decimal,2006528.7267,decimal,0.0,clp,3139.085,decimal,0.0,clp,1573.0,integer,2452500755.0,clp,2316279576.0,clp,0.0,clp,1154.3715
+186-2019-04-10,real_asset_day,2019-04-10,0.000032603607153891137604619308322057658283689316499704,decimal,75797.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.6199,clp,6855.9406,decimal,2011445.0235,decimal,0.0,clp,1939.6438,decimal,0.0,clp,1574.0,integer,2469752894.0,clp,2330500232.0,clp,0.0,clp,1158.6199
+186-2019-04-11,real_asset_day,2019-04-11,0.000032603937333089097350907179339478275744588952857094,decimal,76088.0,clp,0.0,integer,0.0,clp,0.0,clp,1160.2136,clp,4561.5807,decimal,2015545.9952,decimal,0.0,clp,460.609,decimal,0.0,clp,1576.0,integer,2473122858.0,clp,2338463875.0,clp,0.0,clp,1160.2136
+186-2019-04-12,real_asset_day,2019-04-12,0.000032603978663546386947179199712131789995897869376417,decimal,76315.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.3058,clp,10822.4379,decimal,2025631.2897,decimal,0.0,clp,737.1434,decimal,0.0,clp,1580.0,integer,2489534135.0,clp,2352377365.0,clp,0.0,clp,1161.3058
+186-2019-04-13,real_asset_day,2019-04-13,0.00003260382349817313776134387799554871298205,decimal,76694.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.268,clp,0.0,decimal,2025631.2897,decimal,0.0,clp,0.0,decimal,0.0,clp,1580.0,integer,2489534135.0,clp,2352300797.0,clp,0.0,clp,1161.268
+186-2019-04-14,real_asset_day,2019-04-14,0.000032603612234595724784334689379766878284479,decimal,76691.0,clp,0.0,integer,0.0,clp,0.0,clp,1161.2301,clp,0.0,decimal,2025631.2897,decimal,0.0,clp,0.0,decimal,0.0,clp,1580.0,integer,2489534135.0,clp,2352224025.0,clp,0.0,clp,1161.2301
+186-2019-04-15,real_asset_day,2019-04-15,0.000032603597570295983709523383319609566322453908332959,decimal,76880.0,clp,0.0,integer,0.0,clp,0.0,clp,1164.0924,clp,9691.2617,decimal,2024281.0092,decimal,0.0,clp,11041.5422,decimal,0.0,clp,1590.0,integer,2510451672.0,clp,2356450138.0,clp,0.0,clp,1164.0924
+186-2019-04-16,real_asset_day,2019-04-16,0.000032603831956617087473822648277253515441594999992892,decimal,77015.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.906,clp,6775.6551,decimal,2029702.7722,decimal,0.0,clp,1353.8921,decimal,0.0,clp,1598.0,integer,2527109472.0,clp,2368472343.0,clp,0.0,clp,1166.906
+186-2019-04-17,real_asset_day,2019-04-17,0.000032603767162868072682086201526910511662850235444767,decimal,76680.0,clp,0.0,integer,0.0,clp,0.0,clp,1158.729,clp,6911.9203,decimal,2036594.6889,decimal,0.0,clp,20.0036,decimal,0.0,clp,1605.0,integer,2525945861.0,clp,2359861327.0,clp,0.0,clp,1158.729
+186-2019-04-18,real_asset_day,2019-04-18,0.000032603728694674335978512239642901244989052471813789,decimal,77251.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.4085,clp,5898.6341,decimal,2041633.7483,decimal,0.0,clp,859.5747,decimal,0.0,clp,1611.0,integer,2530212005.0,clp,2375254057.0,clp,0.0,clp,1163.4085
+186-2019-04-19,real_asset_day,2019-04-19,0.000032603890348318799740118196066205144817355,decimal,77440.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.3706,clp,0.0,decimal,2041633.7483,decimal,0.0,clp,0.0,decimal,0.0,clp,1611.0,integer,2530212005.0,clp,2375176679.0,clp,0.0,clp,1163.3706
+186-2019-04-20,real_asset_day,2019-04-20,0.000032603692240804216010360430026301340469922,decimal,77437.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.3326,clp,0.0,decimal,2041633.7483,decimal,0.0,clp,0.0,decimal,0.0,clp,1611.0,integer,2530212005.0,clp,2375099097.0,clp,0.0,clp,1163.3326
+186-2019-04-21,real_asset_day,2019-04-21,0.000032603912368685164011335931703115511593349,decimal,77435.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.2947,clp,0.0,decimal,2041633.7483,decimal,0.0,clp,0.0,decimal,0.0,clp,1611.0,integer,2530212005.0,clp,2375021719.0,clp,0.0,clp,1163.2947
+186-2019-04-22,real_asset_day,2019-04-22,0.000032603974695259024696321207267419224820402112182178,decimal,77677.0,clp,0.0,integer,0.0,clp,0.0,clp,1166.928,clp,9277.1624,decimal,2050220.8567,decimal,0.0,clp,690.054,decimal,0.0,clp,1628.0,integer,2553067251.0,clp,2392460124.0,clp,0.0,clp,1166.928
+186-2019-04-23,real_asset_day,2019-04-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.5677,clp,5657.5964,decimal,2053750.4326,decimal,0.0,clp,2128.0205,decimal,0.0,clp,1632.0,integer,2598485318.0,clp,2432806426.0,clp,0.0,clp,1184.5677
+186-2019-04-24,real_asset_day,2019-04-24,0.000032603978480010441376627349930188315612764399760487,decimal,79685.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.0311,clp,15305.6793,decimal,2053124.8522,decimal,0.0,clp,15931.2597,decimal,0.0,clp,1633.0,integer,2628016924.0,clp,2443282426.0,clp,0.0,clp,1190.0311
+186-2019-04-25,real_asset_day,2019-04-25,0.000032603932779151238610916282449820344464800862116335,decimal,79998.0,clp,0.0,integer,0.0,clp,0.0,clp,1195.0712,clp,26695.6852,decimal,2072989.514,decimal,0.0,clp,6831.0234,decimal,0.0,clp,1635.0,integer,2675455017.0,clp,2477370066.0,clp,0.0,clp,1195.0712
+186-2019-04-26,real_asset_day,2019-04-26,0.000032603784563476286285182281540528343998934232329495,decimal,80871.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.5413,clp,18828.8222,decimal,2087149.5956,decimal,0.0,clp,4668.7406,decimal,0.0,clp,1637.0,integer,3163895765.0,clp,2497360690.0,clp,0.0,clp,1196.5413
+186-2019-04-27,real_asset_day,2019-04-27,0.000032603882257315414442638961345297536708201,decimal,81421.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.5023,clp,0.0,decimal,2087149.5956,decimal,0.0,clp,0.0,decimal,0.0,clp,1637.0,integer,3163895765.0,clp,2497279292.0,clp,0.0,clp,1196.5023
+186-2019-04-28,real_asset_day,2019-04-28,0.000032603743671347074935242226716070675460882,decimal,81418.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.4633,clp,0.0,decimal,2087149.5956,decimal,0.0,clp,0.0,decimal,0.0,clp,1637.0,integer,3163895765.0,clp,2497197893.0,clp,0.0,clp,1196.4633
+186-2019-04-29,real_asset_day,2019-04-29,0.000032603637389739181766434865566909445104656724705069,decimal,81979.0,clp,0.0,integer,0.0,clp,0.0,clp,1204.7113,clp,28627.7578,decimal,2107970.4209,decimal,0.0,clp,7806.9325,decimal,0.0,clp,1651.0,integer,2971752214.0,clp,2539495786.0,clp,0.0,clp,1204.7113
+186-2019-04-30,real_asset_day,2019-04-30,0.000032603820634485378719944435724983443105732417819906,decimal,82854.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.5368,clp,24412.6775,decimal,2126971.6151,decimal,0.0,clp,5411.4833,decimal,0.0,clp,1656.0,integer,2997196833.0,clp,2564142555.0,clp,0.0,clp,1205.5368
+186-2019-05-01,real_asset_day,2019-05-01,0.000032603774383168290359500371318488769621568,decimal,83598.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.4975,clp,0.0,decimal,2126971.6151,decimal,0.0,clp,0.0,decimal,0.0,clp,1656.0,integer,2997196833.0,clp,2564058965.0,clp,0.0,clp,1205.4975
+186-2019-05-02,real_asset_day,2019-05-02,0.000032603828846829869418720421396680526392717666339947,decimal,83420.0,clp,0.0,integer,0.0,clp,0.0,clp,1202.9287,clp,53753.0372,decimal,2177880.751,decimal,0.0,clp,2843.9013,decimal,0.0,clp,1686.0,integer,2828764355.0,clp,2619835261.0,clp,0.0,clp,1202.9287
+186-2019-05-03,real_asset_day,2019-05-03,0.00003260397668564845151152157082091540327328876023819,decimal,85754.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.674,clp,15963.3797,decimal,2190579.0584,decimal,0.0,clp,3265.0723,decimal,0.0,clp,1713.0,integer,2852033196.0,clp,2645505374.0,clp,0.0,clp,1207.674
+186-2019-05-04,real_asset_day,2019-05-04,0.000032603908069287313463887809397034038537104,decimal,86251.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.6346,clp,0.0,decimal,2190579.0584,decimal,0.0,clp,0.0,decimal,0.0,clp,1713.0,integer,2852033196.0,clp,2645419065.0,clp,0.0,clp,1207.6346
+186-2019-05-05,real_asset_day,2019-05-05,0.000032603835061633403636077231449473766152256,decimal,86248.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.5953,clp,0.0,decimal,2190579.0584,decimal,0.0,clp,0.0,decimal,0.0,clp,1713.0,integer,2852033196.0,clp,2645332975.0,clp,0.0,clp,1207.5953
+186-2019-05-06,real_asset_day,2019-05-06,0.000032603971715373823223478376339957706111426832512713,decimal,86220.0,clp,0.0,integer,0.0,clp,0.0,clp,1207.1982,clp,35535.8359,decimal,2211394.7567,decimal,0.0,clp,14720.1376,decimal,0.0,clp,1736.0,integer,2890864830.0,clp,2669591770.0,clp,0.0,clp,1207.1982
+186-2019-05-07,real_asset_day,2019-05-07,0.000032603621847657238461535639994427782387217164666058,decimal,85905.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.4788,clp,26611.6089,decimal,2232875.4043,decimal,0.0,clp,5130.9613,decimal,0.0,clp,1747.0,integer,2889182033.0,clp,2660423707.0,clp,0.0,clp,1191.4788
+186-2019-05-08,real_asset_day,2019-05-08,0.000032603657795744124408549195532419422776520516759162,decimal,86719.0,clp,0.0,integer,0.0,clp,0.0,clp,1191.1966,clp,11438.7152,decimal,2238004.9996,decimal,0.0,clp,6309.1199,decimal,0.0,clp,1752.0,integer,2898618259.0,clp,2665903946.0,clp,0.0,clp,1191.1966
+186-2019-05-09,real_asset_day,2019-05-09,0.000032603930289725961818607609931763741153956600894935,decimal,86869.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.5121,clp,10978.258,decimal,2246819.0981,decimal,0.0,clp,2164.1595,decimal,0.0,clp,1756.0,integer,2892575922.0,clp,2674865323.0,clp,0.0,clp,1190.5121
+186-2019-05-10,real_asset_day,2019-05-10,0.000032603629619013052526043393399396746658405667284659,decimal,87444.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.7021,clp,9871.0266,decimal,2250674.4359,decimal,0.0,clp,6015.6888,decimal,0.0,clp,1759.0,integer,2907030202.0,clp,2686634801.0,clp,0.0,clp,1193.7021
+186-2019-05-11,real_asset_day,2019-05-11,0.000032603930577660203287941503090236549195343,decimal,87592.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.6632,clp,0.0,decimal,2250674.4359,decimal,0.0,clp,0.0,decimal,0.0,clp,1759.0,integer,2907030202.0,clp,2686547249.0,clp,0.0,clp,1193.6632
+186-2019-05-12,real_asset_day,2019-05-12,0.000032603876419664048129710673217774808397666,decimal,87589.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.6243,clp,0.0,decimal,2250674.4359,decimal,0.0,clp,0.0,decimal,0.0,clp,1759.0,integer,2907030202.0,clp,2686459698.0,clp,0.0,clp,1193.6243
+186-2019-05-13,real_asset_day,2019-05-13,0.000032603984915032479550674397873712393707188003343385,decimal,86305.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.1226,clp,22954.0781,decimal,2264284.8944,decimal,0.0,clp,9343.6196,decimal,0.0,clp,1771.0,integer,2885091970.0,clp,2663076637.0,clp,0.0,clp,1176.1226
+186-2019-05-14,real_asset_day,2019-05-14,0.000032603788960486195590749179027117830889639539714029,decimal,87471.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.8543,clp,14730.206,decimal,2267331.4655,decimal,0.0,clp,11683.6349,decimal,0.0,clp,1777.0,integer,2922909785.0,clp,2686457436.0,clp,0.0,clp,1184.8543
+186-2019-05-15,real_asset_day,2019-05-15,0.000032603852067783895983141209249739867466110962626462,decimal,88187.0,clp,0.0,integer,0.0,clp,0.0,clp,1192.9456,clp,12134.9342,decimal,2246324.2808,decimal,0.0,clp,33142.1189,decimal,0.0,clp,1788.0,integer,2950148391.0,clp,2679742667.0,clp,0.0,clp,1192.9456
+186-2019-05-16,real_asset_day,2019-05-16,0.000032603927137432047081840504923396260485022674120558,decimal,88118.0,clp,0.0,integer,0.0,clp,0.0,clp,1203.1569,clp,31049.9201,decimal,2268898.8242,decimal,0.0,clp,8475.3767,decimal,0.0,clp,1807.0,integer,3002301868.0,clp,2729841276.0,clp,0.0,clp,1203.1569
+186-2019-05-17,real_asset_day,2019-05-17,0.000032603879648576804523638314541476199208755507341333,decimal,88872.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.3804,clp,23036.6388,decimal,2291695.954,decimal,0.0,clp,239.509,decimal,0.0,clp,1812.0,integer,3012591463.0,clp,2753198602.0,clp,0.0,clp,1201.3804
+186-2019-05-18,real_asset_day,2019-05-18,0.000032603867154483023179775689789008379024233,decimal,89762.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.3413,clp,0.0,decimal,2291695.954,decimal,0.0,clp,0.0,decimal,0.0,clp,1812.0,integer,3012591463.0,clp,2753108997.0,clp,0.0,clp,1201.3413
+186-2019-05-19,real_asset_day,2019-05-19,0.000032603841353139117743634506529453644246012,decimal,89759.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.3021,clp,0.0,decimal,2291695.954,decimal,0.0,clp,0.0,decimal,0.0,clp,1812.0,integer,3012591463.0,clp,2753019162.0,clp,0.0,clp,1201.3021
+186-2019-05-20,real_asset_day,2019-05-20,0.000032603851281823445232589936707181643550440251554368,decimal,89150.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.1511,clp,30836.4682,decimal,2318488.4879,decimal,0.0,clp,4043.9343,decimal,0.0,clp,1823.0,integer,2989884598.0,clp,2766307090.0,clp,0.0,clp,1193.1511
+186-2019-05-21,real_asset_day,2019-05-21,0.000032603734002203514843684166632052605853142,decimal,90189.0,clp,0.0,integer,0.0,clp,0.0,clp,1193.1122,clp,0.0,decimal,2318488.4879,decimal,0.0,clp,0.0,decimal,0.0,clp,1823.0,integer,2989884598.0,clp,2766216900.0,clp,0.0,clp,1193.1122
+186-2019-05-22,real_asset_day,2019-05-22,0.000032603852157478721516978257571072611480275279554042,decimal,90604.0,clp,0.0,integer,0.0,clp,0.0,clp,1198.5979,clp,13429.3492,decimal,2330329.9615,decimal,0.0,clp,1587.8756,decimal,0.0,clp,1832.0,integer,3031904017.0,clp,2793128598.0,clp,0.0,clp,1198.5979
+186-2019-05-23,real_asset_day,2019-05-23,0.000032603739336092533742893023091513295985546842607476,decimal,90180.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.9308,clp,17216.5037,decimal,2345438.1898,decimal,0.0,clp,2108.2754,decimal,0.0,clp,1839.0,integer,3023097900.0,clp,2783872827.0,clp,0.0,clp,1186.9308
+186-2019-05-24,real_asset_day,2019-05-24,0.000032603747069941333486444660873686917678102081935569,decimal,90535.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.9272,clp,15057.5746,decimal,2358805.4311,decimal,0.0,clp,1690.3333,decimal,0.0,clp,1841.0,integer,3825761076.0,clp,2792653909.0,clp,0.0,clp,1183.9272
+186-2019-05-25,real_asset_day,2019-05-25,0.000032603742367541098919986746124664404555128,decimal,91048.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.8886,clp,0.0,decimal,2358805.4311,decimal,0.0,clp,0.0,decimal,0.0,clp,1841.0,integer,3825761076.0,clp,2792562859.0,clp,0.0,clp,1183.8886
+186-2019-05-26,real_asset_day,2019-05-26,0.000032603731100870092579376835320675985624364,decimal,91045.0,clp,0.0,integer,0.0,clp,0.0,clp,1183.85,clp,0.0,decimal,2358805.4311,decimal,0.0,clp,0.0,decimal,0.0,clp,1841.0,integer,3825761076.0,clp,2792471810.0,clp,0.0,clp,1183.85
+186-2019-05-27,real_asset_day,2019-05-27,0.000032603942524748828512511821442165019595679825737268,decimal,91249.0,clp,0.0,integer,0.0,clp,0.0,clp,1186.4949,clp,11833.5379,decimal,2367745.4738,decimal,0.0,clp,2893.4952,decimal,0.0,clp,1851.0,integer,3846694691.0,clp,2809317929.0,clp,0.0,clp,1186.4949
+186-2019-05-28,real_asset_day,2019-05-28,0.000032603953622213409650974435143745944293224257128629,decimal,91752.0,clp,0.0,integer,0.0,clp,0.0,clp,1188.5303,clp,11455.8015,decimal,2378156.9802,decimal,0.0,clp,1044.2951,decimal,0.0,clp,1853.0,integer,3471482274.0,clp,2826511629.0,clp,0.0,clp,1188.5303
+186-2019-05-29,real_asset_day,2019-05-29,0.000032603721289354708729113496230425079284872221692517,decimal,92125.0,clp,0.0,integer,0.0,clp,0.0,clp,1188.146,clp,6435.4407,decimal,2369017.4456,decimal,0.0,clp,15574.9753,decimal,0.0,clp,1857.0,integer,3214924873.0,clp,2814738602.0,clp,0.0,clp,1188.146
+186-2019-05-30,real_asset_day,2019-05-30,0.000032603756429714748631969500323703513618378820808074,decimal,91939.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.3204,clp,14845.7422,decimal,2380937.6295,decimal,0.0,clp,2925.5583,decimal,0.0,clp,1869.0,integer,3237360229.0,clp,2834078632.0,clp,0.0,clp,1190.3204
+186-2019-05-31,real_asset_day,2019-05-31,0.000032603827166955249985099277543580095920154560087772,decimal,91449.0,clp,0.0,integer,0.0,clp,0.0,clp,1178.0463,clp,11824.1087,decimal,2388634.3173,decimal,0.0,clp,4127.4209,decimal,0.0,clp,1881.0,integer,3218081732.0,clp,2813921820.0,clp,0.0,clp,1178.0463
+186-2019-06-01,real_asset_day,2019-06-01,0.000032603958615133100772691429767122655724129,decimal,91742.0,clp,0.0,integer,0.0,clp,0.0,clp,1178.0079,clp,0.0,decimal,2388634.3173,decimal,0.0,clp,0.0,decimal,0.0,clp,1881.0,integer,3218081732.0,clp,2813830096.0,clp,0.0,clp,1178.0079
+186-2019-06-02,real_asset_day,2019-06-02,0.000032603955262120582119281699869429082797468,decimal,91739.0,clp,0.0,integer,0.0,clp,0.0,clp,1177.9695,clp,0.0,decimal,2388634.3173,decimal,0.0,clp,0.0,decimal,0.0,clp,1881.0,integer,3218081732.0,clp,2813738372.0,clp,0.0,clp,1177.9695
+186-2019-06-03,real_asset_day,2019-06-03,0.000032603689978680957650527248819795846819080241147216,decimal,90637.0,clp,0.0,integer,0.0,clp,0.0,clp,1163.8288,clp,41141.2264,decimal,2402453.293,decimal,0.0,clp,27322.2507,decimal,0.0,clp,1912.0,integer,3214389157.0,clp,2796044333.0,clp,0.0,clp,1163.8288
+186-2019-06-04,real_asset_day,2019-06-04,0.000032603813578239888809637953981715582666247457717227,decimal,92158.0,clp,0.0,integer,0.0,clp,0.0,clp,1176.5481,clp,11900.4338,decimal,2404180.4584,decimal,0.0,clp,10173.2684,decimal,0.0,clp,1932.0,integer,3269995401.0,clp,2828633950.0,clp,0.0,clp,1176.5481
+186-2019-06-05,real_asset_day,2019-06-05,0.000032603967449958736712194900087968342487975546379226,decimal,92466.0,clp,0.0,integer,0.0,clp,0.0,clp,1179.6266,clp,14557.9975,decimal,2413411.4108,decimal,0.0,clp,5327.0451,decimal,0.0,clp,1942.0,integer,3292840541.0,clp,2846924297.0,clp,0.0,clp,1179.6266
+186-2019-06-06,real_asset_day,2019-06-06,0.000032603931565136509321610791471668473673088336347198,decimal,93232.0,clp,0.0,integer,0.0,clp,0.0,clp,1184.8508,clp,13425.2642,decimal,2426823.3184,decimal,0.0,clp,13.3566,decimal,0.0,clp,1963.0,integer,3292214152.0,clp,2875423550.0,clp,0.0,clp,1184.8508
+186-2019-06-07,real_asset_day,2019-06-07,0.000032603805307951593131500169669325936235516207565159,decimal,94703.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.8984,clp,8581.5594,decimal,2434637.1922,decimal,0.0,clp,767.6856,decimal,0.0,clp,1974.0,integer,3324431791.0,clp,2914013360.0,clp,0.0,clp,1196.8984
+186-2019-06-08,real_asset_day,2019-06-08,0.000032603864166740298046553849133529393890452,decimal,95005.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.8594,clp,0.0,decimal,2434637.1922,decimal,0.0,clp,0.0,decimal,0.0,clp,1974.0,integer,3324431791.0,clp,2913918409.0,clp,0.0,clp,1196.8594
+186-2019-06-09,real_asset_day,2019-06-09,0.000032603897034039184401404458732310747976689,decimal,95002.0,clp,0.0,integer,0.0,clp,0.0,clp,1196.8204,clp,0.0,decimal,2434637.1922,decimal,0.0,clp,0.0,decimal,0.0,clp,1974.0,integer,3324431791.0,clp,2913823458.0,clp,0.0,clp,1196.8204
+186-2019-06-10,real_asset_day,2019-06-10,0.000032603950019501230022210036734830337859098610755958,decimal,96176.0,clp,0.0,integer,0.0,clp,0.0,clp,1211.6083,clp,28565.3362,decimal,2458954.7347,decimal,0.0,clp,4247.7937,decimal,0.0,clp,1995.0,integer,3402085680.0,clp,2979289966.0,clp,0.0,clp,1211.6083
+186-2019-06-11,real_asset_day,2019-06-11,0.000032603942982831712568182056536614465239833068819901,decimal,96632.0,clp,0.0,integer,0.0,clp,0.0,clp,1205.3143,clp,14945.0863,decimal,2472710.1728,decimal,0.0,clp,1189.6482,decimal,0.0,clp,2008.0,integer,3408025676.0,clp,2980392931.0,clp,0.0,clp,1205.3143
+186-2019-06-12,real_asset_day,2019-06-12,0.000032603961312666171747593733804038444827511741019273,decimal,97130.0,clp,0.0,integer,0.0,clp,0.0,clp,1204.7857,clp,17678.9588,decimal,2480377.7745,decimal,0.0,clp,10011.3571,decimal,0.0,clp,2035.0,integer,3433448389.0,clp,2988323673.0,clp,0.0,clp,1204.7857
+186-2019-06-13,real_asset_day,2019-06-13,0.000032603706737723714393185287756383934479206445449739,decimal,98023.0,clp,0.0,integer,0.0,clp,0.0,clp,1212.1132,clp,17157.8543,decimal,2491105.7964,decimal,0.0,clp,6429.8324,decimal,0.0,clp,2053.0,integer,4111876148.0,clp,3019502218.0,clp,0.0,clp,1212.1132
+186-2019-06-14,real_asset_day,2019-06-14,0.000032603647643453114802397205492053608457291010166752,decimal,98582.0,clp,0.0,integer,0.0,clp,0.0,clp,1213.778,clp,20938.4751,decimal,2504164.4989,decimal,0.0,clp,7879.7726,decimal,0.0,clp,2061.0,integer,3826469719.0,clp,3039499777.0,clp,0.0,clp,1213.778
+186-2019-06-15,real_asset_day,2019-06-15,0.000032603796817291685140978052813526247983791,decimal,99096.0,clp,0.0,integer,0.0,clp,0.0,clp,1213.7384,clp,0.0,decimal,2504164.4989,decimal,0.0,clp,0.0,decimal,0.0,clp,2061.0,integer,3826469719.0,clp,3039400612.0,clp,0.0,clp,1213.7384
+186-2019-06-16,real_asset_day,2019-06-16,0.000032603870838228314640977113026309374305493,decimal,99093.0,clp,0.0,integer,0.0,clp,0.0,clp,1213.6989,clp,0.0,decimal,2504164.4989,decimal,0.0,clp,0.0,decimal,0.0,clp,2061.0,integer,3826469719.0,clp,3039301698.0,clp,0.0,clp,1213.6989
+186-2019-06-17,real_asset_day,2019-06-17,0.000032603938627446064393914662471916189382083192779983,decimal,99004.0,clp,0.0,integer,0.0,clp,0.0,clp,1212.6063,clp,22467.9617,decimal,2523758.0692,decimal,0.0,clp,2874.3914,decimal,0.0,clp,2078.0,integer,3517262253.0,clp,3060324934.0,clp,0.0,clp,1212.6063
+186-2019-06-18,real_asset_day,2019-06-18,0.000032603821482863305894890955294656769019805476378957,decimal,100459.0,clp,0.0,integer,0.0,clp,0.0,clp,1220.879,clp,19774.206,decimal,2542981.4967,decimal,0.0,clp,550.7785,decimal,0.0,clp,2092.0,integer,3570733762.0,clp,3104672707.0,clp,0.0,clp,1220.879
+186-2019-06-19,real_asset_day,2019-06-19,0.000032603768901115330260294892190847799767916868077726,decimal,101137.0,clp,0.0,integer,0.0,clp,0.0,clp,1219.8293,clp,33538.8422,decimal,2568657.6998,decimal,0.0,clp,7862.6391,decimal,0.0,clp,2102.0,integer,3606135558.0,clp,3133323924.0,clp,0.0,clp,1219.8293
+186-2019-06-20,real_asset_day,2019-06-20,0.000032603779671068563933331426629598395548978948587318,decimal,101789.0,clp,0.0,integer,0.0,clp,0.0,clp,1215.4208,clp,23709.1542,decimal,2592191.2053,decimal,0.0,clp,175.6487,decimal,0.0,clp,2117.0,integer,3622902315.0,clp,3150603108.0,clp,0.0,clp,1215.4208
+186-2019-06-21,real_asset_day,2019-06-21,0.000032603648940528821236672880208727577190248007171704,decimal,102661.0,clp,0.0,integer,0.0,clp,0.0,clp,1214.709,clp,27705.7423,decimal,2615508.4403,decimal,0.0,clp,4388.5073,decimal,0.0,clp,2131.0,integer,3658951423.0,clp,3177081642.0,clp,0.0,clp,1214.709
+186-2019-06-22,real_asset_day,2019-06-22,0.000032603939272771838348114148832078119338153,decimal,103582.0,clp,0.0,integer,0.0,clp,0.0,clp,1214.6694,clp,0.0,decimal,2615508.4403,decimal,0.0,clp,0.0,decimal,0.0,clp,2131.0,integer,3658951423.0,clp,3176978068.0,clp,0.0,clp,1214.6694
+186-2019-06-23,real_asset_day,2019-06-23,0.000032603743143023893093083582168103112983727,decimal,103578.0,clp,0.0,integer,0.0,clp,0.0,clp,1214.6298,clp,0.0,decimal,2615508.4403,decimal,0.0,clp,0.0,decimal,0.0,clp,2131.0,integer,3658951423.0,clp,3176874494.0,clp,0.0,clp,1214.6298
+186-2019-06-24,real_asset_day,2019-06-24,0.00003260368747834651140735213438558699613645609400472,decimal,103089.0,clp,0.0,integer,0.0,clp,0.0,clp,1208.8975,clp,35385.512,decimal,2641390.9941,decimal,0.0,clp,9502.9582,decimal,0.0,clp,2142.0,integer,3676537820.0,clp,3193170969.0,clp,0.0,clp,1208.8975
+186-2019-06-25,real_asset_day,2019-06-25,0.000032603823143828032363418967083009267218578483720393,decimal,102509.0,clp,0.0,integer,0.0,clp,0.0,clp,1190.3119,clp,15107.7897,decimal,2655269.1046,decimal,0.0,clp,1229.6792,decimal,0.0,clp,2150.0,integer,3639122390.0,clp,3160598413.0,clp,0.0,clp,1190.3119
+186-2019-06-26,real_asset_day,2019-06-26,0.000032603774328006883991865957765624860671992610868906,decimal,103230.0,clp,0.0,integer,0.0,clp,0.0,clp,1192.4207,clp,17863.2329,decimal,2665892.3842,decimal,0.0,clp,7239.9533,decimal,0.0,clp,2152.0,integer,3661294455.0,clp,3178865263.0,clp,0.0,clp,1192.4207
+186-2019-06-27,real_asset_day,2019-06-27,0.000032603844622120103793168590910224130799819677333932,decimal,104046.0,clp,0.0,integer,0.0,clp,0.0,clp,1197.0546,clp,18404.5358,decimal,2675292.6986,decimal,0.0,clp,9004.2214,decimal,0.0,clp,2159.0,integer,3695105053.0,clp,3202471431.0,clp,0.0,clp,1197.0546
+186-2019-06-28,real_asset_day,2019-06-28,0.000032603671534950544162648340284607740401194408115198,decimal,104827.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.8087,clp,16196.8266,decimal,2674686.4229,decimal,0.0,clp,16803.1023,decimal,0.0,clp,2171.0,integer,3727283241.0,clp,3214461413.0,clp,0.0,clp,1201.8087
+186-2019-06-29,real_asset_day,2019-06-29,0.000032603723060264230471016905919231525468909,decimal,104800.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.7696,clp,0.0,decimal,2674686.4229,decimal,0.0,clp,0.0,decimal,0.0,clp,2171.0,integer,3727283241.0,clp,3214356833.0,clp,0.0,clp,1201.7696
+186-2019-06-30,real_asset_day,2019-06-30,0.000032603853241456425514193156825568546704965,decimal,104797.0,clp,0.0,integer,0.0,clp,0.0,clp,1201.7304,clp,0.0,decimal,2674686.4229,decimal,0.0,clp,0.0,decimal,0.0,clp,2171.0,integer,3727283241.0,clp,3214251985.0,clp,0.0,clp,1201.7304
+186-2019-07-01,real_asset_day,2019-07-01,0.000032603847463773353506540118454058252970990697515127,decimal,105432.0,clp,0.0,integer,0.0,clp,0.0,clp,1209.0123,clp,50658.2149,decimal,2715222.6535,decimal,0.0,clp,10121.9843,decimal,0.0,clp,2207.0,integer,4525328704.0,clp,3282737585.0,clp,0.0,clp,1209.0123
+186-2019-07-02,real_asset_day,2019-07-02,0.000032603668826119203594180102542964356297692847198473,decimal,107907.0,clp,0.0,integer,0.0,clp,0.0,clp,1218.927,clp,34155.0049,decimal,2736701.849,decimal,0.0,clp,12675.8094,decimal,0.0,clp,2233.0,integer,4503378719.0,clp,3335839775.0,clp,0.0,clp,1218.927
+186-2019-07-03,real_asset_day,2019-07-03,0.000032603935547215778772327896107699978948520658677007,decimal,109396.0,clp,0.0,integer,0.0,clp,0.0,clp,1226.038,clp,11685.82,decimal,2745288.3864,decimal,0.0,clp,3099.2826,decimal,0.0,clp,2244.0,integer,4160784016.0,clp,3365827883.0,clp,0.0,clp,1226.038
+186-2019-07-04,real_asset_day,2019-07-04,0.000032603828890344117074310382118996773945208768857912,decimal,109312.0,clp,0.0,integer,0.0,clp,0.0,clp,1221.2688,clp,26570.8776,decimal,2771084.8953,decimal,0.0,clp,774.3687,decimal,0.0,clp,2260.0,integer,4166821270.0,clp,3384239525.0,clp,0.0,clp,1221.2688
+186-2019-07-05,real_asset_day,2019-07-05,0.000032603796784847531953169899424004009987215928475111,decimal,111045.0,clp,0.0,integer,0.0,clp,0.0,clp,1229.0824,clp,28356.1756,decimal,2790151.1868,decimal,0.0,clp,9289.8841,decimal,0.0,clp,2282.0,integer,4213355301.0,clp,3429325717.0,clp,0.0,clp,1229.0824
+186-2019-07-06,real_asset_day,2019-07-06,0.000032603682790697433533506171860092975386085,decimal,111805.0,clp,0.0,integer,0.0,clp,0.0,clp,1229.0423,clp,0.0,decimal,2790151.1868,decimal,0.0,clp,0.0,decimal,0.0,clp,2282.0,integer,4213355301.0,clp,3429213832.0,clp,0.0,clp,1229.0423
+186-2019-07-07,real_asset_day,2019-07-07,0.000032603869068789901978267824320032388559069,decimal,111802.0,clp,0.0,integer,0.0,clp,0.0,clp,1229.0023,clp,0.0,decimal,2790151.1868,decimal,0.0,clp,0.0,decimal,0.0,clp,2282.0,integer,4213355301.0,clp,3429102226.0,clp,0.0,clp,1229.0023
+186-2019-07-08,real_asset_day,2019-07-08,0.000032603771216305659501831484258501623480302084675152,decimal,111636.0,clp,0.0,integer,0.0,clp,0.0,clp,1227.1812,clp,32361.1675,decimal,2817669.9085,decimal,0.0,clp,4842.4458,decimal,0.0,clp,2312.0,integer,4249637817.0,clp,3457791540.0,clp,0.0,clp,1227.1812
+186-2019-07-09,real_asset_day,2019-07-09,0.000032603835385395986072228525139163852847308888119774,decimal,113432.0,clp,0.0,integer,0.0,clp,0.0,clp,1234.7436,clp,25253.373,decimal,2835787.0327,decimal,0.0,clp,7136.2488,decimal,0.0,clp,2330.0,integer,5142786920.0,clp,3501469890.0,clp,0.0,clp,1234.7436
+186-2019-07-10,real_asset_day,2019-07-10,0.000032603664603569107212810830382599876495640629848221,decimal,114167.0,clp,0.0,integer,0.0,clp,0.0,clp,1234.8112,clp,22316.2418,decimal,2853019.2801,decimal,0.0,clp,5083.9944,decimal,0.0,clp,2343.0,integer,4741381114.0,clp,3522940161.0,clp,0.0,clp,1234.8112
+186-2019-07-11,real_asset_day,2019-07-11,0.000032603792481314623205391490523648059134274237021272,decimal,114660.0,clp,0.0,integer,0.0,clp,0.0,clp,1232.6481,clp,22292.9334,decimal,2862918.0646,decimal,0.0,clp,12394.1489,decimal,0.0,clp,2353.0,integer,4341628297.0,clp,3528970513.0,clp,0.0,clp,1232.6481
+186-2019-07-12,real_asset_day,2019-07-12,0.00003260380310384147420367408340572693918509935188092,decimal,115261.0,clp,0.0,integer,0.0,clp,0.0,clp,1234.8244,clp,17291.0196,decimal,2875403.2344,decimal,0.0,clp,4805.8498,decimal,0.0,clp,2364.0,integer,4370874255.0,clp,3550618074.0,clp,0.0,clp,1234.8244
+186-2019-07-13,real_asset_day,2019-07-13,0.000032603838455027345786502182404649942766758,decimal,115760.0,clp,0.0,integer,0.0,clp,0.0,clp,1234.7841,clp,0.0,decimal,2875403.2344,decimal,0.0,clp,0.0,decimal,0.0,clp,2364.0,integer,4370874255.0,clp,3550502195.0,clp,0.0,clp,1234.7841
+186-2019-07-14,real_asset_day,2019-07-14,0.000032603773310091049453497768999581319961515,decimal,115756.0,clp,0.0,integer,0.0,clp,0.0,clp,1234.7439,clp,0.0,decimal,2875403.2344,decimal,0.0,clp,0.0,decimal,0.0,clp,2364.0,integer,4370874255.0,clp,3550386604.0,clp,0.0,clp,1234.7439
+186-2019-07-15,real_asset_day,2019-07-15,0.000032603941029457456201369495674773412915209241528688,decimal,115505.0,clp,0.0,integer,0.0,clp,0.0,clp,1232.0602,clp,47165.9947,decimal,2921093.1232,decimal,0.0,clp,1476.1059,decimal,0.0,clp,2388.0,integer,4415701646.0,clp,3598962578.0,clp,0.0,clp,1232.0602
+186-2019-07-16,real_asset_day,2019-07-16,0.000032603789712845356474744657845186784212002,decimal,117336.0,clp,0.0,integer,0.0,clp,0.0,clp,1232.0201,clp,0.0,decimal,2921093.1232,decimal,0.0,clp,0.0,decimal,0.0,clp,2388.0,integer,4415701646.0,clp,3598845442.0,clp,0.0,clp,1232.0201
+186-2019-07-17,real_asset_day,2019-07-17,0.000032603756392121586259994126601481056926760231936633,decimal,116614.0,clp,0.0,integer,0.0,clp,0.0,clp,1224.4404,clp,41281.1127,decimal,2958775.6185,decimal,0.0,clp,3598.6174,decimal,0.0,clp,2403.0,integer,4424641012.0,clp,3622844402.0,clp,0.0,clp,1224.4404
+186-2019-07-18,real_asset_day,2019-07-18,0.000032603824168588538552261251312578507370053128708195,decimal,118759.0,clp,0.0,integer,0.0,clp,0.0,clp,1231.0791,clp,13759.0979,decimal,2966645.2179,decimal,0.0,clp,5889.4985,decimal,0.0,clp,2415.0,integer,4467612395.0,clp,3652174925.0,clp,0.0,clp,1231.0791
+186-2019-07-19,real_asset_day,2019-07-19,0.000032603784739663800207027156891901144924584240373407,decimal,118813.0,clp,0.0,integer,0.0,clp,0.0,clp,1228.3732,clp,21543.2946,decimal,2987059.0367,decimal,0.0,clp,1129.4758,decimal,0.0,clp,2427.0,integer,4484247640.0,clp,3669223268.0,clp,0.0,clp,1228.3732
+186-2019-07-20,real_asset_day,2019-07-20,0.000032603877338552668993866585097458327726219,decimal,119627.0,clp,0.0,integer,0.0,clp,0.0,clp,1228.3331,clp,0.0,decimal,2987059.0367,decimal,0.0,clp,0.0,decimal,0.0,clp,2427.0,integer,4484247640.0,clp,3669103486.0,clp,0.0,clp,1228.3331
+186-2019-07-21,real_asset_day,2019-07-21,0.000032603848877396195919746506477273810431146,decimal,119623.0,clp,0.0,integer,0.0,clp,0.0,clp,1228.2931,clp,0.0,decimal,2987059.0367,decimal,0.0,clp,0.0,decimal,0.0,clp,2427.0,integer,4484247640.0,clp,3668984004.0,clp,0.0,clp,1228.2931
+186-2019-07-22,real_asset_day,2019-07-22,0.000032603847576268660422718357964251031404678940566344,decimal,120391.0,clp,0.0,integer,0.0,clp,0.0,clp,1236.179,clp,20597.4188,decimal,3002929.0365,decimal,0.0,clp,4727.419,decimal,0.0,clp,2448.0,integer,4535397312.0,clp,3712157813.0,clp,0.0,clp,1236.179
+186-2019-07-23,real_asset_day,2019-07-23,0.000032603893937152351377163179306543380882657058680739,decimal,122358.0,clp,0.0,integer,0.0,clp,0.0,clp,1249.7347,clp,10454.7122,decimal,2997682.3349,decimal,0.0,clp,15701.4138,decimal,0.0,clp,2456.0,integer,4592485288.0,clp,3746307634.0,clp,0.0,clp,1249.7347
+186-2019-07-24,real_asset_day,2019-07-24,0.000032603830279152275392080763189023174411032448366508,decimal,122772.0,clp,0.0,integer,0.0,clp,0.0,clp,1256.1604,clp,14226.8286,decimal,3005578.11,decimal,0.0,clp,6331.0535,decimal,0.0,clp,2473.0,integer,4654742560.0,clp,3775488201.0,clp,0.0,clp,1256.1604
+186-2019-07-25,real_asset_day,2019-07-25,0.00003260367361889108795119942753794689803952944748368,decimal,122889.0,clp,0.0,integer,0.0,clp,0.0,clp,1254.0604,clp,15380.7326,decimal,3018875.0316,decimal,0.0,clp,2083.811,decimal,0.0,clp,2491.0,integer,4666403029.0,clp,3785851630.0,clp,0.0,clp,1254.0604
+186-2019-07-26,real_asset_day,2019-07-26,0.000032603845042978644703757987228649749975179482364021,decimal,124716.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.0922,clp,26045.874,decimal,3043213.5358,decimal,0.0,clp,1707.3698,decimal,0.0,clp,2507.0,integer,4730196641.0,clp,3856032134.0,clp,0.0,clp,1267.0922
+186-2019-07-27,real_asset_day,2019-07-27,0.000032603747435989726212364339444066216763134,decimal,125717.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.0509,clp,0.0,decimal,3043213.5358,decimal,0.0,clp,0.0,decimal,0.0,clp,2507.0,integer,4730196641.0,clp,3855906449.0,clp,0.0,clp,1267.0509
+186-2019-07-28,real_asset_day,2019-07-28,0.000032603772792564361475048750599802320451692,decimal,125713.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.0096,clp,0.0,decimal,3043213.5358,decimal,0.0,clp,0.0,decimal,0.0,clp,2507.0,integer,4730196641.0,clp,3855780765.0,clp,0.0,clp,1267.0096
+186-2019-07-29,real_asset_day,2019-07-29,0.000032603954942688497549681705251728907659071889450216,decimal,125537.0,clp,0.0,integer,0.0,clp,0.0,clp,1265.2287,clp,46956.7824,decimal,3076319.8188,decimal,0.0,clp,13850.4994,decimal,0.0,clp,2541.0,integer,4778662188.0,clp,3892248125.0,clp,0.0,clp,1265.2287
+186-2019-07-30,real_asset_day,2019-07-30,0.000032603925390146375171152644493059177264256766284023,decimal,127124.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.4364,clp,33999.6053,decimal,3109141.2975,decimal,0.0,clp,1178.1266,decimal,0.0,clp,2555.0,integer,4867623655.0,clp,3940638853.0,clp,0.0,clp,1267.4364
+186-2019-07-31,real_asset_day,2019-07-31,0.000032603903448908401825126748667487278577053950999122,decimal,127318.0,clp,0.0,integer,0.0,clp,0.0,clp,1255.9714,clp,25253.567,decimal,3133799.9602,decimal,0.0,clp,594.9043,decimal,0.0,clp,2569.0,integer,4859403827.0,clp,3935963123.0,clp,0.0,clp,1255.9714
+186-2019-08-01,real_asset_day,2019-08-01,0.000032603839672976667088954823786912644511365851592365,decimal,128006.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.8247,clp,48665.4926,decimal,3153550.0334,decimal,0.0,clp,28915.4194,decimal,0.0,clp,2597.0,integer,4896415804.0,clp,3950845375.0,clp,0.0,clp,1252.8247
+186-2019-08-02,real_asset_day,2019-08-02,0.000032603795071136524783526977200059269090520091159548,decimal,128815.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.8485,clp,35345.9904,decimal,3183968.5136,decimal,0.0,clp,4927.5102,decimal,0.0,clp,2621.0,integer,4941775219.0,clp,3989030176.0,clp,0.0,clp,1252.8485
+186-2019-08-03,real_asset_day,2019-08-03,0.000032603725730145863533054588880799284584313,decimal,130053.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.8076,clp,0.0,decimal,3183968.5136,decimal,0.0,clp,0.0,decimal,0.0,clp,2621.0,integer,4941775219.0,clp,3988899952.0,clp,0.0,clp,1252.8076
+186-2019-08-04,real_asset_day,2019-08-04,0.000032603784750744189678965514373500186478286,decimal,130049.0,clp,0.0,integer,0.0,clp,0.0,clp,1252.7668,clp,0.0,decimal,3183968.5136,decimal,0.0,clp,0.0,decimal,0.0,clp,2621.0,integer,4941775219.0,clp,3988770046.0,clp,0.0,clp,1252.7668
+186-2019-08-05,real_asset_day,2019-08-05,0.000032603793255396142747963103297220737182165245528235,decimal,128176.0,clp,0.0,integer,0.0,clp,0.0,clp,1234.7238,clp,53029.4241,decimal,3229367.8918,decimal,0.0,clp,7630.0459,decimal,0.0,clp,2646.0,integer,4939543484.0,clp,3987377395.0,clp,0.0,clp,1234.7238
+186-2019-08-06,real_asset_day,2019-08-06,0.000032603815887241202704121450697318686091729714546789,decimal,130786.0,clp,0.0,integer,0.0,clp,0.0,clp,1242.1536,clp,43156.1436,decimal,3237619.6581,decimal,0.0,clp,34904.3773,decimal,0.0,clp,2659.0,integer,6247958523.0,clp,4021620914.0,clp,0.0,clp,1242.1536
+186-2019-08-07,real_asset_day,2019-08-07,0.000032603772898039907578502033698806982522221420725152,decimal,131754.0,clp,0.0,integer,0.0,clp,0.0,clp,1248.1596,clp,24415.4401,decimal,3241888.2169,decimal,0.0,clp,20146.8813,decimal,0.0,clp,2679.0,integer,5672251248.0,clp,4046393900.0,clp,0.0,clp,1248.1596
+186-2019-08-08,real_asset_day,2019-08-08,0.000032603693938386253346428675275883797474986801894479,decimal,133088.0,clp,0.0,integer,0.0,clp,0.0,clp,1259.1401,clp,18081.8699,decimal,3249068.2835,decimal,0.0,clp,10901.8033,decimal,0.0,clp,2697.0,integer,5099447278.0,clp,4091032163.0,clp,0.0,clp,1259.1401
+186-2019-08-09,real_asset_day,2019-08-09,0.00003260390335479914429419649947782575238974684941363,decimal,132611.0,clp,0.0,integer,0.0,clp,0.0,clp,1251.8466,clp,20407.2939,decimal,3266571.6427,decimal,0.0,clp,2903.9347,decimal,0.0,clp,2704.0,integer,5054004750.0,clp,4089246605.0,clp,0.0,clp,1251.8466
+186-2019-08-10,real_asset_day,2019-08-10,0.000032603889720319338628024446868546168109529,decimal,133321.0,clp,0.0,integer,0.0,clp,0.0,clp,1251.8058,clp,0.0,decimal,3266571.6427,decimal,0.0,clp,0.0,decimal,0.0,clp,2704.0,integer,5054004750.0,clp,4089113328.0,clp,0.0,clp,1251.8058
+186-2019-08-11,real_asset_day,2019-08-11,0.00003260372961095580321505564537295522125477,decimal,133316.0,clp,0.0,integer,0.0,clp,0.0,clp,1251.765,clp,0.0,decimal,3266571.6427,decimal,0.0,clp,0.0,decimal,0.0,clp,2704.0,integer,5054004750.0,clp,4088980052.0,clp,0.0,clp,1251.765
+186-2019-08-12,real_asset_day,2019-08-12,0.00003260390003417952676127956085166943422608220175762,decimal,132566.0,clp,0.0,integer,0.0,clp,0.0,clp,1244.7164,clp,33552.6781,decimal,3274282.2356,decimal,0.0,clp,25842.0852,decimal,0.0,clp,2722.0,integer,5051421159.0,clp,4075552797.0,clp,0.0,clp,1244.7164
+186-2019-08-13,real_asset_day,2019-08-13,0.000032603884916624716145565661207978494734605006692495,decimal,133407.0,clp,0.0,integer,0.0,clp,0.0,clp,1249.6637,clp,15033.2034,decimal,3287636.5893,decimal,0.0,clp,1678.8497,decimal,0.0,clp,2731.0,integer,5083601170.0,clp,4108440104.0,clp,0.0,clp,1249.6637
+186-2019-08-14,real_asset_day,2019-08-14,0.000032603756451900667417301211254410093563112375385148,decimal,130410.0,clp,0.0,integer,0.0,clp,0.0,clp,1216.6326,clp,12632.5633,decimal,3298224.6486,decimal,0.0,clp,2044.504,decimal,0.0,clp,2741.0,integer,4963215334.0,clp,4012727630.0,clp,0.0,clp,1216.6326
+186-2019-08-15,real_asset_day,2019-08-15,0.000032603822249760829459022027584519314625819,decimal,130826.0,clp,0.0,integer,0.0,clp,0.0,clp,1216.593,clp,0.0,decimal,3298224.6486,decimal,0.0,clp,0.0,decimal,0.0,clp,2741.0,integer,4963215334.0,clp,4012597020.0,clp,0.0,clp,1216.593
+186-2019-08-16,real_asset_day,2019-08-16,0.000032603841938416937372581379099864112258560919196632,decimal,132821.0,clp,0.0,integer,0.0,clp,0.0,clp,1235.1444,clp,24839.1767,decimal,3266087.6242,decimal,0.0,clp,56976.2011,decimal,0.0,clp,2756.0,integer,5038350477.0,clp,4034089839.0,clp,0.0,clp,1235.1444
+186-2019-08-17,real_asset_day,2019-08-17,0.000032603709051407784834626060985456672365295,decimal,131522.0,clp,0.0,integer,0.0,clp,0.0,clp,1235.1041,clp,0.0,decimal,3266087.6242,decimal,0.0,clp,0.0,decimal,0.0,clp,2756.0,integer,5038350477.0,clp,4033958216.0,clp,0.0,clp,1235.1041
+186-2019-08-18,real_asset_day,2019-08-18,0.000032603778655085126620922329166498380442783,decimal,131518.0,clp,0.0,integer,0.0,clp,0.0,clp,1235.0639,clp,0.0,decimal,3266087.6242,decimal,0.0,clp,0.0,decimal,0.0,clp,2756.0,integer,5038350477.0,clp,4033826919.0,clp,0.0,clp,1235.0639
+186-2019-08-19,real_asset_day,2019-08-19,0.000032603833633104827963416158552135430313000602341252,decimal,133644.0,clp,0.0,integer,0.0,clp,0.0,clp,1255.0267,clp,13053.2666,decimal,3270510.4187,decimal,0.0,clp,8630.4721,decimal,0.0,clp,2769.0,integer,5133500239.0,clp,4104577898.0,clp,0.0,clp,1255.0267
+186-2019-08-20,real_asset_day,2019-08-20,0.000032603760539897679173129041709435073525038190257155,decimal,132560.0,clp,0.0,integer,0.0,clp,0.0,clp,1243.1664,clp,16864.739,decimal,3281885.4134,decimal,0.0,clp,5489.7443,decimal,0.0,clp,2784.0,integer,5104191902.0,clp,4079929675.0,clp,0.0,clp,1243.1664
+186-2019-08-21,real_asset_day,2019-08-21,0.000032603712064196251857724097708944800799103553643599,decimal,133913.0,clp,0.0,integer,0.0,clp,0.0,clp,1251.5041,clp,15830.5827,decimal,3292574.1582,decimal,0.0,clp,5141.8379,decimal,0.0,clp,2792.0,integer,5077119072.0,clp,4120670059.0,clp,0.0,clp,1251.5041
+186-2019-08-22,real_asset_day,2019-08-22,0.000032603684557318179800703787308348931540072766850435,decimal,134894.0,clp,0.0,integer,0.0,clp,0.0,clp,1256.5807,clp,9242.3603,decimal,3300639.8311,decimal,0.0,clp,1176.6874,decimal,0.0,clp,2799.0,integer,5098555830.0,clp,4147520309.0,clp,0.0,clp,1256.5807
+186-2019-08-23,real_asset_day,2019-08-23,0.000032603697267161713770199089005936395945829097555901,decimal,132295.0,clp,0.0,integer,0.0,clp,0.0,clp,1229.3582,clp,18606.8805,decimal,3293684.3664,decimal,0.0,clp,25562.3452,decimal,0.0,clp,2809.0,integer,5001692131.0,clp,4049117884.0,clp,0.0,clp,1229.3582
+186-2019-08-24,real_asset_day,2019-08-24,0.000032603720114744279714883179386753528326211,decimal,132012.0,clp,0.0,integer,0.0,clp,0.0,clp,1229.3181,clp,0.0,decimal,3293684.3664,decimal,0.0,clp,0.0,decimal,0.0,clp,2809.0,integer,5001692131.0,clp,4048985807.0,clp,0.0,clp,1229.3181
+186-2019-08-25,real_asset_day,2019-08-25,0.000032603793084110322316729786007648791371849,decimal,132008.0,clp,0.0,integer,0.0,clp,0.0,clp,1229.2781,clp,0.0,decimal,3293684.3664,decimal,0.0,clp,0.0,decimal,0.0,clp,2809.0,integer,5001692131.0,clp,4048854060.0,clp,0.0,clp,1229.2781
+186-2019-08-26,real_asset_day,2019-08-26,0.000032603700924990137714085423526131184797776174789338,decimal,133891.0,clp,0.0,integer,0.0,clp,0.0,clp,1246.8164,clp,30581.3406,decimal,3296662.1863,decimal,0.0,clp,27603.5207,decimal,0.0,clp,2836.0,integer,5110440878.0,clp,4110332479.0,clp,0.0,clp,1246.8164
+186-2019-08-27,real_asset_day,2019-08-27,0.000032603901626300363155663772269740883037582415761454,decimal,133998.0,clp,0.0,integer,0.0,clp,0.0,clp,1246.678,clp,17298.4497,decimal,3308028.2906,decimal,0.0,clp,5932.3454,decimal,0.0,clp,2841.0,integer,5130270674.0,clp,4124046093.0,clp,0.0,clp,1246.678
+186-2019-08-28,real_asset_day,2019-08-28,0.000032603864039692182028858468105142559360176245122545,decimal,135791.0,clp,0.0,integer,0.0,clp,0.0,clp,1259.0202,clp,16055.0018,decimal,3313930.8913,decimal,0.0,clp,10152.4011,decimal,0.0,clp,2850.0,integer,5169649991.0,clp,4172305934.0,clp,0.0,clp,1259.0202
+186-2019-08-29,real_asset_day,2019-08-29,0.000032603688129520033264190651274225892477946954148959,decimal,137157.0,clp,0.0,integer,0.0,clp,0.0,clp,1269.4272,clp,28316.2264,decimal,3339773.197,decimal,0.0,clp,2473.9207,decimal,0.0,clp,2861.0,integer,5250442836.0,clp,4239598938.0,clp,0.0,clp,1269.4272
+186-2019-08-30,real_asset_day,2019-08-30,0.000032603877264613240563337257928256681104645665464925,decimal,138066.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.9453,clp,51896.8674,decimal,3387764.3467,decimal,0.0,clp,3905.7177,decimal,0.0,clp,2879.0,integer,5305568838.0,clp,4295499881.0,clp,0.0,clp,1267.9453
+186-2019-08-31,real_asset_day,2019-08-31,0.00003260378666945931115473827089256807586496,decimal,140045.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.904,clp,0.0,decimal,3387764.3467,decimal,0.0,clp,0.0,decimal,0.0,clp,2879.0,integer,5305568838.0,clp,4295359966.0,clp,0.0,clp,1267.904
+186-2019-09-01,real_asset_day,2019-09-01,0.00003260391744883761312818531235521434467358,decimal,140041.0,clp,0.0,integer,0.0,clp,0.0,clp,1267.8627,clp,0.0,decimal,3387764.3467,decimal,0.0,clp,0.0,decimal,0.0,clp,2879.0,integer,5305568838.0,clp,4295220052.0,clp,0.0,clp,1267.8627
+186-2019-09-02,real_asset_day,2019-09-02,0.000032603832256578515883597065839520283982863684290703,decimal,140872.0,clp,0.0,integer,0.0,clp,0.0,clp,1275.3895,clp,59487.7408,decimal,3436585.929,decimal,0.0,clp,10666.1585,decimal,0.0,clp,2922.0,integer,5407738616.0,clp,4382985610.0,clp,0.0,clp,1275.3895
+186-2019-09-03,real_asset_day,2019-09-03,0.000032603875282157918296733999781764144947014743385611,decimal,142152.0,clp,0.0,integer,0.0,clp,0.0,clp,1268.693,clp,37958.0142,decimal,3463739.3999,decimal,0.0,clp,10804.5433,decimal,0.0,clp,2937.0,integer,5428424162.0,clp,4394421930.0,clp,0.0,clp,1268.693
+186-2019-09-04,real_asset_day,2019-09-04,0.000032603840320060012068175917605702261663525440627365,decimal,144361.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.3092,clp,28368.6742,decimal,3484837.6837,decimal,0.0,clp,7270.3904,decimal,0.0,clp,2959.0,integer,5511645587.0,clp,4454700072.0,clp,0.0,clp,1278.3092
+186-2019-09-05,real_asset_day,2019-09-05,0.00003260371996206869284948161691760451177375191604415,decimal,146031.0,clp,0.0,integer,0.0,clp,0.0,clp,1285.2729,clp,66400.4267,decimal,3537979.2018,decimal,0.0,clp,13258.9086,decimal,0.0,clp,2976.0,integer,5616606391.0,clp,4547268789.0,clp,0.0,clp,1285.2729
+186-2019-09-06,real_asset_day,2019-09-06,0.000032603861666279109790804277025295166507860872206729,decimal,147081.0,clp,0.0,integer,0.0,clp,0.0,clp,1275.0648,clp,35996.4818,decimal,3552071.5849,decimal,0.0,clp,21904.0987,decimal,0.0,clp,3001.0,integer,6579440567.0,clp,4529121445.0,clp,0.0,clp,1275.0648
+186-2019-09-07,real_asset_day,2019-09-07,0.00003260385475073104305404818405878838846747,decimal,147662.0,clp,0.0,integer,0.0,clp,0.0,clp,1275.0232,clp,0.0,decimal,3552071.5849,decimal,0.0,clp,0.0,decimal,0.0,clp,3001.0,integer,6579440567.0,clp,4528973679.0,clp,0.0,clp,1275.0232
+186-2019-09-08,real_asset_day,2019-09-08,0.000032603814506570104939248964238118198561015,decimal,147657.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.9816,clp,0.0,decimal,3552071.5849,decimal,0.0,clp,0.0,decimal,0.0,clp,3001.0,integer,6579440567.0,clp,4528825913.0,clp,0.0,clp,1274.9816
+186-2019-09-09,real_asset_day,2019-09-09,0.000032603706082360884369486788944170006715869501440845,decimal,148159.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.3205,clp,45488.2737,decimal,3584145.7076,decimal,0.0,clp,13414.151,decimal,0.0,clp,3032.0,integer,6166745909.0,clp,4585271079.0,clp,0.0,clp,1279.3205
+186-2019-09-10,real_asset_day,2019-09-10,0.00003260374646999549715900704975800014350254237549629,decimal,149715.0,clp,0.0,integer,0.0,clp,0.0,clp,1281.1859,clp,14992.1676,decimal,3596359.9968,decimal,0.0,clp,2777.8784,decimal,0.0,clp,3044.0,integer,5692695103.0,clp,4607605719.0,clp,0.0,clp,1281.1859
+186-2019-09-11,real_asset_day,2019-09-11,0.000032603910981392956511421725415005091073545561122836,decimal,151329.0,clp,0.0,integer,0.0,clp,0.0,clp,1290.593,clp,19418.3696,decimal,3612046.5133,decimal,0.0,clp,3731.8531,decimal,0.0,clp,3053.0,integer,5732541010.0,clp,4661681946.0,clp,0.0,clp,1290.593
+186-2019-09-12,real_asset_day,2019-09-12,0.000032603892247651985546817233070040542755266842868907,decimal,151816.0,clp,0.0,integer,0.0,clp,0.0,clp,1289.1242,clp,26677.0892,decimal,3623073.165,decimal,0.0,clp,15650.4375,decimal,0.0,clp,3061.0,integer,5746003993.0,clp,4670591295.0,clp,0.0,clp,1289.1242
+186-2019-09-13,real_asset_day,2019-09-13,0.000032603834933464005268510574140763770292032683556789,decimal,151203.0,clp,0.0,integer,0.0,clp,0.0,clp,1280.0137,clp,29565.511,decimal,3649997.8693,decimal,0.0,clp,2640.8067,decimal,0.0,clp,3077.0,integer,5745084113.0,clp,4672047278.0,clp,0.0,clp,1280.0137
+186-2019-09-14,real_asset_day,2019-09-14,0.000032603902596342503016872357132754114286431,decimal,152322.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.9719,clp,0.0,decimal,3649997.8693,decimal,0.0,clp,0.0,decimal,0.0,clp,3077.0,integer,5745084113.0,clp,4671894708.0,clp,0.0,clp,1279.9719
+186-2019-09-15,real_asset_day,2019-09-15,0.000032603894564434644312415777852215242266319,decimal,152317.0,clp,0.0,integer,0.0,clp,0.0,clp,1279.9302,clp,0.0,decimal,3649997.8693,decimal,0.0,clp,0.0,decimal,0.0,clp,3077.0,integer,5745084113.0,clp,4671742503.0,clp,0.0,clp,1279.9302
+186-2019-09-16,real_asset_day,2019-09-16,0.000032603715820564245584428562440406278410827706211735,decimal,152151.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.5423,clp,41858.4595,decimal,3686785.8686,decimal,0.0,clp,5070.4602,decimal,0.0,clp,3104.0,integer,5807258794.0,clp,4713711684.0,clp,0.0,clp,1278.5423
+186-2019-09-17,real_asset_day,2019-09-17,0.000032603894339319242102352222324757222878933821027502,decimal,155229.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.3842,clp,22970.184,decimal,3701984.6032,decimal,0.0,clp,7771.4494,decimal,0.0,clp,3121.0,integer,5882635208.0,clp,4780684425.0,clp,0.0,clp,1291.3842
+186-2019-09-18,real_asset_day,2019-09-18,0.000032603716859450244072299208506853789807242,decimal,155863.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.3421,clp,0.0,decimal,3701984.6032,decimal,0.0,clp,0.0,decimal,0.0,clp,3121.0,integer,5882635208.0,clp,4780528572.0,clp,0.0,clp,1291.3421
+186-2019-09-19,real_asset_day,2019-09-19,0.000032603733891529585120521558461458862338022,decimal,155858.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.3,clp,0.0,decimal,3701984.6032,decimal,0.0,clp,0.0,decimal,0.0,clp,3121.0,integer,5882635208.0,clp,4780372718.0,clp,0.0,clp,1291.3
+186-2019-09-20,real_asset_day,2019-09-20,0.000032603750917898993689274806573027728104968,decimal,155853.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.2579,clp,0.0,decimal,3701984.6032,decimal,0.0,clp,0.0,decimal,0.0,clp,3121.0,integer,5882635208.0,clp,4780216865.0,clp,0.0,clp,1291.2579
+186-2019-09-21,real_asset_day,2019-09-21,0.000032603767952199470367806148489346133159639,decimal,155848.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.2158,clp,0.0,decimal,3701984.6032,decimal,0.0,clp,0.0,decimal,0.0,clp,3121.0,integer,5882635208.0,clp,4780061011.0,clp,0.0,clp,1291.2158
+186-2019-09-22,real_asset_day,2019-09-22,0.000032603784987610790788751208688469799276396,decimal,155843.0,clp,0.0,integer,0.0,clp,0.0,clp,1291.1737,clp,0.0,decimal,3701984.6032,decimal,0.0,clp,0.0,decimal,0.0,clp,3121.0,integer,5882635208.0,clp,4779905157.0,clp,0.0,clp,1291.1737
+186-2019-09-23,real_asset_day,2019-09-23,0.000032603876870875305795344908658678504541379976849285,decimal,156691.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.1958,clp,33091.1237,decimal,3723288.5881,decimal,0.0,clp,11787.1388,decimal,0.0,clp,3153.0,integer,5960323748.0,clp,4833557607.0,clp,0.0,clp,1298.1958
+186-2019-09-24,real_asset_day,2019-09-24,0.000032603871194995705290220447288518221953725566484809,decimal,155887.0,clp,0.0,integer,0.0,clp,0.0,clp,1284.1449,clp,11139.6114,decimal,3725300.3007,decimal,0.0,clp,9127.8988,decimal,0.0,clp,3161.0,integer,5905944453.0,clp,4783825382.0,clp,0.0,clp,1284.1449
+186-2019-09-25,real_asset_day,2019-09-25,0.000032603896891987716442273238059836258042540268429368,decimal,158048.0,clp,0.0,integer,0.0,clp,0.0,clp,1301.2424,clp,22782.8211,decimal,3744089.8377,decimal,0.0,clp,3993.2841,decimal,0.0,clp,3177.0,integer,6004044174.0,clp,4871968446.0,clp,0.0,clp,1301.2424
+186-2019-09-26,real_asset_day,2019-09-26,0.000032603748760720372655938271841481486359749726882305,decimal,158204.0,clp,0.0,integer,0.0,clp,0.0,clp,1295.996,clp,24119.2025,decimal,3755701.0018,decimal,0.0,clp,12508.0384,decimal,0.0,clp,3195.0,integer,5995139831.0,clp,4867373476.0,clp,0.0,clp,1295.996
+186-2019-09-27,real_asset_day,2019-09-27,0.000032603895489334083338144830362596456571615379932409,decimal,157584.0,clp,0.0,integer,0.0,clp,0.0,clp,1286.9202,clp,73858.1029,decimal,3827271.0758,decimal,0.0,clp,2288.0289,decimal,0.0,clp,3221.0,integer,6037557767.0,clp,4925392458.0,clp,0.0,clp,1286.9202
+186-2019-09-28,real_asset_day,2019-09-28,0.000032603740238941518731072575324351151764693,decimal,160682.0,clp,0.0,integer,0.0,clp,0.0,clp,1287.6878,clp,0.0,decimal,3827271.0758,decimal,0.0,clp,0.0,decimal,0.0,clp,3221.0,integer,6041334297.0,clp,4928330272.0,clp,0.0,clp,1287.6878
+186-2019-09-29,real_asset_day,2019-09-29,0.000032603789125414919827577376241419500226827,decimal,160677.0,clp,0.0,integer,0.0,clp,0.0,clp,1287.6458,clp,0.0,decimal,3827271.0758,decimal,0.0,clp,0.0,decimal,0.0,clp,3221.0,integer,6041334297.0,clp,4928169526.0,clp,0.0,clp,1287.6458
+186-2019-09-30,real_asset_day,2019-09-30,0.000032603812983604700365308060186800335673361982968724,decimal,162093.0,clp,0.0,integer,0.0,clp,0.0,clp,1298.9925,clp,75829.514,decimal,3891258.761,decimal,0.0,clp,11841.8288,decimal,0.0,clp,3264.0,integer,6193186649.0,clp,5054715946.0,clp,0.0,clp,1298.9925
+186-2019-10-01,real_asset_day,2019-10-01,0.000032603815924106545603666684002590347165057950752446,decimal,163255.0,clp,0.0,integer,0.0,clp,0.0,clp,1286.7908,clp,51794.3768,decimal,3929565.0471,decimal,0.0,clp,13488.0907,decimal,0.0,clp,3298.0,integer,6198017512.0,clp,5056528151.0,clp,0.0,clp,1286.7908
+186-2019-10-02,real_asset_day,2019-10-02,0.000032603896925325531337385968454068120102267262745787,decimal,162012.0,clp,0.0,integer,0.0,clp,0.0,clp,1264.5418,clp,61862.2018,decimal,3987499.7319,decimal,0.0,clp,3927.517,decimal,0.0,clp,3322.0,integer,7331211493.0,clp,5042360088.0,clp,0.0,clp,1264.5418
+186-2019-10-03,real_asset_day,2019-10-03,0.000032603850520570338152260795805939167736841976412239,decimal,163943.0,clp,0.0,integer,0.0,clp,0.0,clp,1261.0239,clp,36493.22,decimal,3998877.6572,decimal,0.0,clp,25115.2947,decimal,0.0,clp,3341.0,integer,6768035272.0,clp,5042680299.0,clp,0.0,clp,1261.0239
+186-2019-10-04,real_asset_day,2019-10-04,0.000032603792572638905369018964364094209986584740056035,decimal,165687.0,clp,0.0,integer,0.0,clp,0.0,clp,1270.8146,clp,27810.155,decimal,4017683.4524,decimal,0.0,clp,9004.3598,decimal,0.0,clp,3355.0,integer,6253055786.0,clp,5105730789.0,clp,0.0,clp,1270.8146
+186-2019-10-05,real_asset_day,2019-10-05,0.000032603838694421559821666550747064635482282,decimal,166461.0,clp,0.0,integer,0.0,clp,0.0,clp,1270.7732,clp,0.0,decimal,4017683.4524,decimal,0.0,clp,0.0,decimal,0.0,clp,3355.0,integer,6253055786.0,clp,5105564457.0,clp,0.0,clp,1270.7732
+186-2019-10-06,real_asset_day,2019-10-06,0.000032603728249713146148611398566134511795775,decimal,166455.0,clp,0.0,integer,0.0,clp,0.0,clp,1270.7317,clp,0.0,decimal,4017683.4524,decimal,0.0,clp,0.0,decimal,0.0,clp,3355.0,integer,6253055786.0,clp,5105397724.0,clp,0.0,clp,1270.7317
+186-2019-10-07,real_asset_day,2019-10-07,0.000032603844733646537747167388553849635173934874631,decimal,166142.0,clp,0.0,integer,0.0,clp,0.0,clp,1268.3377,clp,43184.6912,decimal,4056081.1385,decimal,0.0,clp,4787.0051,decimal,0.0,clp,3374.0,integer,6301035131.0,clp,5144480622.0,clp,0.0,clp,1268.3377
+186-2019-10-08,real_asset_day,2019-10-08,0.000032603776236703278346707725546031176396816637143838,decimal,166246.0,clp,0.0,integer,0.0,clp,0.0,clp,1257.1198,clp,585360.242,decimal,4637619.6328,decimal,0.0,clp,3821.7477,decimal,0.0,clp,3393.0,integer,8745369643.0,clp,5830043465.0,clp,0.0,clp,1257.1198
+186-2019-10-09,real_asset_day,2019-10-09,0.000032603736330229545549788044489976851901959906540997,decimal,192319.0,clp,0.0,integer,0.0,clp,0.0,clp,1271.9197,clp,17954.4316,decimal,4649253.0822,decimal,0.0,clp,6320.9822,decimal,0.0,clp,3399.0,integer,8844878248.0,clp,5913476586.0,clp,0.0,clp,1271.9197
+186-2019-10-10,real_asset_day,2019-10-10,0.00003260382978861441099965219658016960456143556177187,decimal,193140.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.1496,clp,18858.3482,decimal,4654199.3327,decimal,0.0,clp,13912.0977,decimal,0.0,clp,3409.0,integer,7081474928.0,clp,5930146218.0,clp,0.0,clp,1274.1496
+186-2019-10-11,real_asset_day,2019-10-11,0.000032603774535096954785300743315650060376304989050862,decimal,193356.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.2211,clp,11483.4957,decimal,4662364.9267,decimal,0.0,clp,3317.9017,decimal,0.0,clp,3421.0,integer,7092567588.0,clp,5940883766.0,clp,0.0,clp,1274.2211
+186-2019-10-12,real_asset_day,2019-10-12,0.000032603786928580858584289396038479923601646,decimal,193689.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.1796,clp,0.0,decimal,4662364.9267,decimal,0.0,clp,0.0,decimal,0.0,clp,3421.0,integer,7092567588.0,clp,5940690277.0,clp,0.0,clp,1274.1796
+186-2019-10-13,real_asset_day,2019-10-13,0.000032603838850421100698957048119027272148232,decimal,193683.0,clp,0.0,integer,0.0,clp,0.0,clp,1274.1381,clp,0.0,decimal,4662364.9267,decimal,0.0,clp,0.0,decimal,0.0,clp,3421.0,integer,7092567588.0,clp,5940496789.0,clp,0.0,clp,1274.1381
+186-2019-10-14,real_asset_day,2019-10-14,0.000032603782177802426931788635519248720943898354777383,decimal,193284.0,clp,0.0,integer,0.0,clp,0.0,clp,1271.5155,clp,35324.3395,decimal,4692369.8461,decimal,0.0,clp,5319.4201,decimal,0.0,clp,3454.0,integer,7121768204.0,clp,5966420991.0,clp,0.0,clp,1271.5155
+186-2019-10-15,real_asset_day,2019-10-15,0.000032603847415513214112747719080294984360704702892459,decimal,197435.0,clp,0.0,integer,0.0,clp,0.0,clp,1290.515,clp,26356.7121,decimal,4716431.9643,decimal,0.0,clp,2294.5939,decimal,0.0,clp,3463.0,integer,7246963533.0,clp,6086626196.0,clp,0.0,clp,1290.515
+186-2019-10-16,real_asset_day,2019-10-16,0.000032603759112170426373136257935582120330125442573314,decimal,198939.0,clp,0.0,integer,0.0,clp,0.0,clp,1293.7152,clp,26718.0152,decimal,4722970.8243,decimal,0.0,clp,20179.1552,decimal,0.0,clp,3477.0,integer,7299285587.0,clp,6110179145.0,clp,0.0,clp,1293.7152
+186-2019-10-17,real_asset_day,2019-10-17,0.000032603845943392608267663600104687695100451243630295,decimal,198306.0,clp,0.0,integer,0.0,clp,0.0,clp,1287.8099,clp,31691.4394,decimal,4751193.6942,decimal,0.0,clp,3468.5695,decimal,0.0,clp,3496.0,integer,7303217694.0,clp,6118634276.0,clp,0.0,clp,1287.8099
+186-2019-10-18,real_asset_day,2019-10-18,0.000032603807319832763547102618674363756101008311464056,decimal,197556.0,clp,0.0,integer,0.0,clp,0.0,clp,1275.32,clp,28630.1959,decimal,4773362.8254,decimal,0.0,clp,6461.0647,decimal,0.0,clp,3516.0,integer,7273020578.0,clp,6087565078.0,clp,0.0,clp,1275.32
+186-2019-10-19,real_asset_day,2019-10-19,0.000032603753983232933669653283453924946990217,decimal,198471.0,clp,0.0,integer,0.0,clp,0.0,clp,1275.2784,clp,0.0,decimal,4773362.8254,decimal,0.0,clp,0.0,decimal,0.0,clp,3516.0,integer,7273020578.0,clp,6087366507.0,clp,0.0,clp,1275.2784
+186-2019-10-20,real_asset_day,2019-10-20,0.000032603829328716131470160480915572210720034,decimal,198465.0,clp,0.0,integer,0.0,clp,0.0,clp,1275.2369,clp,0.0,decimal,4773362.8254,decimal,0.0,clp,0.0,decimal,0.0,clp,3516.0,integer,7273020578.0,clp,6087168412.0,clp,0.0,clp,1275.2369
+186-2019-10-21,real_asset_day,2019-10-21,0.000032603859247545287736628147042078124350419728593059,decimal,203614.0,clp,0.0,integer,0.0,clp,0.0,clp,1308.3206,clp,32573.8477,decimal,4794986.1463,decimal,0.0,clp,10950.5268,decimal,0.0,clp,3522.0,integer,7479696559.0,clp,6273379152.0,clp,0.0,clp,1308.3206
+186-2019-10-22,real_asset_day,2019-10-22,0.000032603731734748363359900306032124388964478185846792,decimal,204491.0,clp,0.0,integer,0.0,clp,0.0,clp,1308.0355,clp,21821.5042,decimal,4806258.3345,decimal,0.0,clp,10549.316,decimal,0.0,clp,3518.0,integer,7504691156.0,clp,6286756524.0,clp,0.0,clp,1308.0355
+186-2019-10-23,real_asset_day,2019-10-23,0.000032603820627906073954983762041173224715433791695014,decimal,205405.0,clp,0.0,integer,0.0,clp,0.0,clp,1310.7969,clp,13101.1065,decimal,4816535.9392,decimal,0.0,clp,2823.5018,decimal,0.0,clp,3521.0,integer,7537817685.0,clp,6313500378.0,clp,0.0,clp,1310.7969
+186-2019-10-24,real_asset_day,2019-10-24,0.00003260375487386181334163005737315148373746933949129,decimal,205774.0,clp,0.0,integer,0.0,clp,0.0,clp,1310.3523,clp,25829.2361,decimal,4837991.147,decimal,0.0,clp,4374.0283,decimal,0.0,clp,3527.0,integer,7556442289.0,clp,6339472827.0,clp,0.0,clp,1310.3523
+186-2019-10-25,real_asset_day,2019-10-25,0.000032603800201216154043111268477799894873585098319584,decimal,208269.0,clp,0.0,integer,0.0,clp,0.0,clp,1320.3569,clp,23326.5619,decimal,4858145.5306,decimal,0.0,clp,3172.1783,decimal,0.0,clp,3544.0,integer,7639529208.0,clp,6414485973.0,clp,0.0,clp,1320.3569
+186-2019-10-26,real_asset_day,2019-10-26,0.000032603830120296368762786741058946260623897,decimal,209130.0,clp,0.0,integer,0.0,clp,0.0,clp,1320.3139,clp,0.0,decimal,4858145.5306,decimal,0.0,clp,0.0,decimal,0.0,clp,3544.0,integer,7639529208.0,clp,6414277072.0,clp,0.0,clp,1320.3139
+186-2019-10-27,real_asset_day,2019-10-27,0.000032603803114902146045111130434678110130565,decimal,209123.0,clp,0.0,integer,0.0,clp,0.0,clp,1320.2708,clp,0.0,decimal,4858145.5306,decimal,0.0,clp,0.0,decimal,0.0,clp,3544.0,integer,7639529208.0,clp,6414067686.0,clp,0.0,clp,1320.2708
+186-2019-10-28,real_asset_day,2019-10-28,0.000032603858981820050101449986551467084285801390653156,decimal,209996.0,clp,0.0,integer,0.0,clp,0.0,clp,1325.7801,clp,68570.7697,decimal,4915110.5816,decimal,0.0,clp,11605.7187,decimal,0.0,clp,3564.0,integer,7763544354.0,clp,6516355798.0,clp,0.0,clp,1325.7801
+186-2019-10-29,real_asset_day,2019-10-29,0.0000326038484774019531378781025055531649361921163276,decimal,212715.0,clp,0.0,integer,0.0,clp,0.0,clp,1327.3821,clp,51028.4153,decimal,4963665.7021,decimal,0.0,clp,2473.2948,decimal,0.0,clp,3575.0,integer,7842485753.0,clp,6588681003.0,clp,0.0,clp,1327.3821
+186-2019-10-30,real_asset_day,2019-10-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1346.1193,clp,51945.5066,decimal,5011060.0327,decimal,0.0,clp,4551.176,decimal,0.0,clp,3590.0,integer,8022520844.0,clp,6745484623.0,clp,0.0,clp,1346.1193
+186-2019-10-31,real_asset_day,2019-10-31,0.000032603761572386213025553349683120320000706,decimal,219921.0,clp,0.0,integer,0.0,clp,0.0,clp,1346.0754,clp,0.0,decimal,5011060.0327,decimal,0.0,clp,0.0,decimal,0.0,clp,3590.0,integer,8022520844.0,clp,6745264638.0,clp,0.0,clp,1346.0754
+186-2019-11-01,real_asset_day,2019-11-01,0.000032603787127605215444317269139406729015676,decimal,219914.0,clp,0.0,integer,0.0,clp,0.0,clp,1346.0315,clp,0.0,decimal,5011060.0327,decimal,0.0,clp,0.0,decimal,0.0,clp,3590.0,integer,8022520844.0,clp,6745044652.0,clp,0.0,clp,1346.0315
+186-2019-11-02,real_asset_day,2019-11-02,0.000032603812679657310949636876602295820657246,decimal,219907.0,clp,0.0,integer,0.0,clp,0.0,clp,1345.9876,clp,0.0,decimal,5011060.0327,decimal,0.0,clp,0.0,decimal,0.0,clp,3590.0,integer,8022520844.0,clp,6744824667.0,clp,0.0,clp,1345.9876
+186-2019-11-03,real_asset_day,2019-11-03,0.000032603835816345342896307136277380394777273,decimal,219900.0,clp,0.0,integer,0.0,clp,0.0,clp,1345.9438,clp,0.0,decimal,5011060.0327,decimal,0.0,clp,0.0,decimal,0.0,clp,3590.0,integer,8022520844.0,clp,6744605182.0,clp,0.0,clp,1345.9438
+186-2019-11-04,real_asset_day,2019-11-04,0.000032603747941775536638306304524940658137972474582506,decimal,222731.0,clp,0.0,integer,0.0,clp,0.0,clp,1363.2752,clp,133454.1582,decimal,5138110.4761,decimal,0.0,clp,6403.7148,decimal,0.0,clp,3657.0,integer,8319693145.0,clp,7004658587.0,clp,0.0,clp,1363.2752
+186-2019-11-05,real_asset_day,2019-11-05,0.000032603834344845586719820104554793855630598406151583,decimal,230795.0,clp,0.0,integer,0.0,clp,0.0,clp,1377.6988,clp,80101.9542,decimal,5207172.3198,decimal,0.0,clp,11040.1105,decimal,0.0,clp,3692.0,integer,8520142118.0,clp,7173915056.0,clp,0.0,clp,1377.6988
+186-2019-11-06,real_asset_day,2019-11-06,0.000032603832948383110380504183923050179867745318718444,decimal,233188.0,clp,0.0,integer,0.0,clp,0.0,clp,1373.5219,clp,83542.745,decimal,5281398.9547,decimal,0.0,clp,9316.1101,decimal,0.0,clp,3711.0,integer,8612485338.0,clp,7254117127.0,clp,0.0,clp,1373.5219
+186-2019-11-07,real_asset_day,2019-11-07,0.000032603768603849888088459560642259853294029011524259,decimal,236259.0,clp,0.0,integer,0.0,clp,0.0,clp,1372.0552,clp,77090.4278,decimal,5353209.1911,decimal,0.0,clp,5280.1914,decimal,0.0,clp,3737.0,integer,8708045718.0,clp,7344898507.0,clp,0.0,clp,1372.0552
+186-2019-11-08,real_asset_day,2019-11-08,0.0000326038093069348745772163374541380116489328643825,decimal,241753.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.1261,clp,81516.9625,decimal,5415675.2211,decimal,0.0,clp,19050.9325,decimal,0.0,clp,3765.0,integer,8895768343.0,clp,7501393098.0,clp,0.0,clp,1385.1261
+186-2019-11-09,real_asset_day,2019-11-09,0.000032603805744688854461981666386745322833216,decimal,244566.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.081,clp,0.0,decimal,5415675.2211,decimal,0.0,clp,0.0,decimal,0.0,clp,3765.0,integer,8895768343.0,clp,7501148851.0,clp,0.0,clp,1385.081
+186-2019-11-10,real_asset_day,2019-11-10,0.000032603803218727262799111907905375366738026,decimal,244558.0,clp,0.0,integer,0.0,clp,0.0,clp,1385.0358,clp,0.0,decimal,5415675.2211,decimal,0.0,clp,0.0,decimal,0.0,clp,3765.0,integer,8895768343.0,clp,7500904062.0,clp,0.0,clp,1385.0358
+186-2019-11-11,real_asset_day,2019-11-11,0.00003260380866906223893638804671515080820255107925561,decimal,246974.0,clp,0.0,integer,0.0,clp,0.0,clp,1398.7184,clp,130032.7198,decimal,5525303.2147,decimal,0.0,clp,20404.7262,decimal,0.0,clp,3796.0,integer,9159118163.0,clp,7728343272.0,clp,0.0,clp,1398.7184
+186-2019-11-12,real_asset_day,2019-11-12,0.000032603759774943711283083761800791848043386255882042,decimal,260166.0,clp,0.0,integer,0.0,clp,0.0,clp,1444.198,clp,109708.7542,decimal,5602186.7825,decimal,0.0,clp,32825.1864,decimal,0.0,clp,3827.0,integer,11957649544.0,clp,8090666947.0,clp,0.0,clp,1444.198
+186-2019-11-13,real_asset_day,2019-11-13,0.000032603766612492224492694553482540825326722780900623,decimal,267238.0,clp,0.0,integer,0.0,clp,0.0,clp,1463.0961,clp,82478.7892,decimal,5674029.0494,decimal,0.0,clp,10636.5223,decimal,0.0,clp,3859.0,integer,11057196665.0,clp,8301649773.0,clp,0.0,clp,1463.0961
+186-2019-11-14,real_asset_day,2019-11-14,0.000032603803107074819133517746681391643029118668059187,decimal,273279.0,clp,0.0,integer,0.0,clp,0.0,clp,1477.2243,clp,118553.259,decimal,5737263.4797,decimal,0.0,clp,55318.8287,decimal,0.0,clp,3899.0,integer,10118651290.0,clp,8475225028.0,clp,0.0,clp,1477.2243
+186-2019-11-15,real_asset_day,2019-11-15,0.000032603788479230366158820956571522740889945461189543,decimal,272017.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.1968,clp,124968.2474,decimal,5800577.9023,decimal,0.0,clp,61653.8248,decimal,0.0,clp,3929.0,integer,10110106859.0,clp,8435181824.0,clp,0.0,clp,1454.1968
+186-2019-11-16,real_asset_day,2019-11-16,0.000032603800249733088439753308671492086958449,decimal,275010.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.1493,clp,0.0,decimal,5800577.9023,decimal,0.0,clp,0.0,decimal,0.0,clp,3929.0,integer,10110106859.0,clp,8434906296.0,clp,0.0,clp,1454.1493
+186-2019-11-17,real_asset_day,2019-11-17,0.000032603796019206434673544616110998688296081,decimal,275001.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.1019,clp,0.0,decimal,5800577.9023,decimal,0.0,clp,0.0,decimal,0.0,clp,3929.0,integer,10110106859.0,clp,8434631349.0,clp,0.0,clp,1454.1019
+186-2019-11-18,real_asset_day,2019-11-18,0.000032603777272225131192877897814753081996666039581653,decimal,272159.0,clp,0.0,integer,0.0,clp,0.0,clp,1439.0753,clp,106518.3344,decimal,5875704.3994,decimal,0.0,clp,31391.8373,decimal,0.0,clp,3961.0,integer,10151772989.0,clp,8455581071.0,clp,0.0,clp,1439.0753
+186-2019-11-19,real_asset_day,2019-11-19,0.000032603771343768563764920736998588283385204090287403,decimal,278692.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.778,clp,52829.1238,decimal,5887341.4925,decimal,0.0,clp,41192.0307,decimal,0.0,clp,3974.0,integer,10275040844.0,clp,8564774882.0,clp,0.0,clp,1454.778
+186-2019-11-20,real_asset_day,2019-11-20,0.000032603755585068725957688915473652092498468302118743,decimal,283015.0,clp,0.0,integer,0.0,clp,0.0,clp,1474.4247,clp,52494.2756,decimal,5926487.7598,decimal,0.0,clp,13348.0083,decimal,0.0,clp,3997.0,integer,10410221423.0,clp,8738159937.0,clp,0.0,clp,1474.4247
+186-2019-11-21,real_asset_day,2019-11-21,0.000032603841583869872369240624413344594678603886294632,decimal,283695.0,clp,0.0,integer,0.0,clp,0.0,clp,1468.201,clp,50973.504,decimal,5963666.0942,decimal,0.0,clp,13795.1696,decimal,0.0,clp,4020.0,integer,11154282712.0,clp,8755860523.0,clp,0.0,clp,1468.201
+186-2019-11-22,real_asset_day,2019-11-22,0.000032603756510805139740390822491840265038496778285668,decimal,286304.0,clp,0.0,integer,0.0,clp,0.0,clp,1472.47,clp,62036.765,decimal,5984091.8119,decimal,0.0,clp,41611.0473,decimal,0.0,clp,4048.0,integer,11226385675.0,clp,8811395670.0,clp,0.0,clp,1472.47
+186-2019-11-23,real_asset_day,2019-11-23,0.000032603843449646961863731388962724913844819,decimal,287276.0,clp,0.0,integer,0.0,clp,0.0,clp,1472.422,clp,0.0,decimal,5984091.8119,decimal,0.0,clp,0.0,decimal,0.0,clp,4048.0,integer,11226385675.0,clp,8811108434.0,clp,0.0,clp,1472.422
+186-2019-11-24,real_asset_day,2019-11-24,0.000032603773595458721926021138363210021364322,decimal,287266.0,clp,0.0,integer,0.0,clp,0.0,clp,1472.3739,clp,0.0,decimal,5984091.8119,decimal,0.0,clp,0.0,decimal,0.0,clp,4048.0,integer,11226385675.0,clp,8810820599.0,clp,0.0,clp,1472.3739
+186-2019-11-25,real_asset_day,2019-11-25,0.000032603788057910174550688624641777141508423996947985,decimal,288124.0,clp,0.0,integer,0.0,clp,0.0,clp,1476.7709,clp,80590.8997,decimal,6030149.3634,decimal,0.0,clp,34533.3482,decimal,0.0,clp,4081.0,integer,10610281596.0,clp,8905149103.0,clp,0.0,clp,1476.7709
+186-2019-11-26,real_asset_day,2019-11-26,0.000032603853520365615165550521961531430472064010609166,decimal,291752.0,clp,0.0,integer,0.0,clp,0.0,clp,1483.9417,clp,281475.7308,decimal,6305115.3718,decimal,0.0,clp,6509.7224,decimal,0.0,clp,4102.0,integer,11072142665.0,clp,9356423624.0,clp,0.0,clp,1483.9417
+186-2019-11-27,real_asset_day,2019-11-27,0.000032603798976535365926621935452927802489964837301319,decimal,311158.0,clp,0.0,integer,0.0,clp,0.0,clp,1513.63,clp,72387.9783,decimal,6370037.4185,decimal,0.0,clp,7465.9316,decimal,0.0,clp,4115.0,integer,11343758082.0,clp,9641879738.0,clp,0.0,clp,1513.63
+186-2019-11-28,real_asset_day,2019-11-28,0.00003260379230452795451256611743420892929677237423946,decimal,322323.0,clp,0.0,integer,0.0,clp,0.0,clp,1551.9624,clp,102491.7151,decimal,6457575.4916,decimal,0.0,clp,14953.642,decimal,0.0,clp,4160.0,integer,11741615504.0,clp,10021914358.0,clp,0.0,clp,1551.9624
+186-2019-11-29,real_asset_day,2019-11-29,0.000032603773290948045721613260027171751075169498732623,decimal,319629.0,clp,0.0,integer,0.0,clp,0.0,clp,1518.1295,clp,86694.1358,decimal,6478855.6826,decimal,0.0,clp,65413.9448,decimal,0.0,clp,4190.0,integer,11619878165.0,clp,9835741938.0,clp,0.0,clp,1518.1295
+186-2019-11-30,real_asset_day,2019-11-30,0.000032603789135016137415084489769695156325452,decimal,320672.0,clp,0.0,integer,0.0,clp,0.0,clp,1518.08,clp,0.0,decimal,6478855.6826,decimal,0.0,clp,0.0,decimal,0.0,clp,4190.0,integer,11619878165.0,clp,9835421235.0,clp,0.0,clp,1518.08
+186-2019-12-01,real_asset_day,2019-12-01,0.000032603835516401799757058324674078514510713,decimal,320662.0,clp,0.0,integer,0.0,clp,0.0,clp,1518.0305,clp,0.0,decimal,6478855.6826,decimal,0.0,clp,0.0,decimal,0.0,clp,4190.0,integer,11619878165.0,clp,9835100531.0,clp,0.0,clp,1518.0305
+186-2019-12-02,real_asset_day,2019-12-02,0.000032603782680136199285425817376652984721955482351629,decimal,315208.0,clp,0.0,integer,0.0,clp,0.0,clp,1492.2134,clp,123098.2969,decimal,6585535.7868,decimal,0.0,clp,16418.1927,decimal,0.0,clp,4263.0,integer,13231021783.0,clp,9827024747.0,clp,0.0,clp,1492.2134
+186-2019-12-03,real_asset_day,2019-12-03,0.000032603819274959149932265662088205860375159542077602,decimal,317630.0,clp,0.0,integer,0.0,clp,0.0,clp,1479.3193,clp,93115.7478,decimal,6634555.262,decimal,0.0,clp,44096.2726,decimal,0.0,clp,4306.0,integer,12458510995.0,clp,9814625646.0,clp,0.0,clp,1479.3193
+186-2019-12-04,real_asset_day,2019-12-04,0.000032603832741284247381128665142033120101505448465768,decimal,319733.0,clp,0.0,integer,0.0,clp,0.0,clp,1478.1108,clp,65019.7463,decimal,6680777.7789,decimal,0.0,clp,18797.2294,decimal,0.0,clp,4325.0,integer,11836859253.0,clp,9874929787.0,clp,0.0,clp,1478.1108
+186-2019-12-05,real_asset_day,2019-12-05,0.000032603756268963484873009844466523074610321389785516,decimal,317559.0,clp,0.0,integer,0.0,clp,0.0,clp,1457.9068,clp,55538.5136,decimal,6715994.5174,decimal,0.0,clp,20321.7751,decimal,0.0,clp,4361.0,integer,11750154960.0,clp,9791294076.0,clp,0.0,clp,1457.9068
+186-2019-12-06,real_asset_day,2019-12-06,0.000032603762024863468272166164234323942923292512917598,decimal,319934.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.1081,clp,37451.9358,decimal,6700568.9493,decimal,0.0,clp,52877.5039,decimal,0.0,clp,4371.0,integer,11572654604.0,clp,9790255566.0,clp,0.0,clp,1461.1081
+186-2019-12-07,real_asset_day,2019-12-07,0.000032603786155318724234531226641846352080045,decimal,319189.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.0605,clp,0.0,decimal,6700568.9493,decimal,0.0,clp,0.0,decimal,0.0,clp,4371.0,integer,11572654604.0,clp,9789936619.0,clp,0.0,clp,1461.0605
+186-2019-12-08,real_asset_day,2019-12-08,0.000032603826900503699262342346560232449494581,decimal,319179.0,clp,0.0,integer,0.0,clp,0.0,clp,1461.0129,clp,0.0,decimal,6700568.9493,decimal,0.0,clp,0.0,decimal,0.0,clp,4371.0,integer,11572654604.0,clp,9789617672.0,clp,0.0,clp,1461.0129
+186-2019-12-09,real_asset_day,2019-12-09,0.000032603816533099666955111204882941604937350466411697,decimal,315087.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.2826,clp,56760.5315,decimal,6742174.9433,decimal,0.0,clp,15154.5375,decimal,0.0,clp,4402.0,integer,11497750791.0,clp,9724121607.0,clp,0.0,clp,1442.2826
+186-2019-12-10,real_asset_day,2019-12-10,0.000032603772874867580065708619240117984990713191596734,decimal,319466.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.305,clp,45058.1771,decimal,6762183.2093,decimal,0.0,clp,25049.9111,decimal,0.0,clp,4423.0,integer,11626508609.0,clp,9827514669.0,clp,0.0,clp,1453.305
+186-2019-12-11,real_asset_day,2019-12-11,0.000032603771614252525812464633759426981344979678766345,decimal,319207.0,clp,0.0,integer,0.0,clp,0.0,clp,1447.8302,clp,43028.508,decimal,6794409.0797,decimal,0.0,clp,10802.6376,decimal,0.0,clp,4438.0,integer,11582823925.0,clp,9837150657.0,clp,0.0,clp,1447.8302
+186-2019-12-12,real_asset_day,2019-12-12,0.000032603785278406239480278253418123237797752894377308,decimal,321529.0,clp,0.0,integer,0.0,clp,0.0,clp,1451.4445,clp,54169.8306,decimal,6844865.2598,decimal,0.0,clp,3713.6505,decimal,0.0,clp,4466.0,integer,11694343296.0,clp,9934942035.0,clp,0.0,clp,1451.4445
+186-2019-12-13,real_asset_day,2019-12-13,0.000032603825425604204088500867024574957566386414384525,decimal,323324.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.7868,clp,54039.7017,decimal,6883304.9054,decimal,0.0,clp,15600.0561,decimal,0.0,clp,4479.0,integer,11726084540.0,clp,9972441287.0,clp,0.0,clp,1448.7868
+186-2019-12-14,real_asset_day,2019-12-14,0.000032603813428656198403254247358684403199335,decimal,325129.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.7395,clp,0.0,decimal,6883304.9054,decimal,0.0,clp,0.0,decimal,0.0,clp,4479.0,integer,11726084540.0,clp,9972115707.0,clp,0.0,clp,1448.7395
+186-2019-12-15,real_asset_day,2019-12-15,0.000032603772585255540180522729908469304367373,decimal,325118.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.6923,clp,0.0,decimal,6883304.9054,decimal,0.0,clp,0.0,decimal,0.0,clp,4479.0,integer,11726084540.0,clp,9971790815.0,clp,0.0,clp,1448.6923
+186-2019-12-16,real_asset_day,2019-12-16,0.00003260376578923136197730984531343949617499295889299,decimal,325177.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.9555,clp,67764.6338,decimal,6937482.9699,decimal,0.0,clp,13586.5693,decimal,0.0,clp,4499.0,integer,11839858734.0,clp,10052104105.0,clp,0.0,clp,1448.9555
+186-2019-12-17,real_asset_day,2019-12-17,0.000032603828206906106832124488982593255105058283779706,decimal,325458.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.8795,clp,48688.7629,decimal,6953232.337,decimal,0.0,clp,32939.3958,decimal,0.0,clp,4521.0,integer,11837323401.0,clp,10004863468.0,clp,0.0,clp,1438.8795
+186-2019-12-18,real_asset_day,2019-12-18,0.000032603821664520241304891499682973880282964650216796,decimal,324387.0,clp,0.0,integer,0.0,clp,0.0,clp,1430.8964,clp,39109.1735,decimal,6982399.8863,decimal,0.0,clp,9941.6242,decimal,0.0,clp,4528.0,integer,13658924309.0,clp,9991090861.0,clp,0.0,clp,1430.8964
+186-2019-12-19,real_asset_day,2019-12-19,0.000032603766899706595453674144154796808851147857894346,decimal,327318.0,clp,0.0,integer,0.0,clp,0.0,clp,1437.7964,clp,23337.9581,decimal,6997588.4397,decimal,0.0,clp,8149.4047,decimal,0.0,clp,4548.0,integer,12922982793.0,clp,10061107467.0,clp,0.0,clp,1437.7964
+186-2019-12-20,real_asset_day,2019-12-20,0.000032603811907176399852315473826278866187404038630189,decimal,328824.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.2746,clp,28198.2898,decimal,6998793.4398,decimal,0.0,clp,26993.2897,decimal,0.0,clp,4562.0,integer,11955654687.0,clp,10087183215.0,clp,0.0,clp,1441.2746
+186-2019-12-21,real_asset_day,2019-12-21,0.000032603821878631379914120365315018997431194,decimal,328870.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.2276,clp,0.0,decimal,6998793.4398,decimal,0.0,clp,0.0,decimal,0.0,clp,4562.0,integer,11955654687.0,clp,10086854272.0,clp,0.0,clp,1441.2276
+186-2019-12-22,real_asset_day,2019-12-22,0.000032603794594605335174883790746885854570782,decimal,328859.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.1806,clp,0.0,decimal,6998793.4398,decimal,0.0,clp,0.0,decimal,0.0,clp,4562.0,integer,11955654687.0,clp,10086525329.0,clp,0.0,clp,1441.1806
+186-2019-12-23,real_asset_day,2019-12-23,0.000032603816359072465543445179732065253638345012539194,decimal,330857.0,clp,0.0,integer,0.0,clp,0.0,clp,1449.9356,clp,59473.2928,decimal,7046509.1691,decimal,0.0,clp,11757.5635,decimal,0.0,clp,4580.0,integer,12119242862.0,clp,10216984500.0,clp,0.0,clp,1449.9356
+186-2019-12-24,real_asset_day,2019-12-24,0.000032603802875415188789561665441102933467945437685052,decimal,331007.0,clp,0.0,integer,0.0,clp,0.0,clp,1440.7708,clp,54928.5688,decimal,7097538.4942,decimal,0.0,clp,3899.2437,decimal,0.0,clp,4601.0,integer,12148093608.0,clp,10225926214.0,clp,0.0,clp,1440.7708
+186-2019-12-25,real_asset_day,2019-12-25,0.000032603782691468318350170771471462383104929,decimal,333393.0,clp,0.0,integer,0.0,clp,0.0,clp,1440.7238,clp,0.0,decimal,7097538.4942,decimal,0.0,clp,0.0,decimal,0.0,clp,4601.0,integer,12148093608.0,clp,10225592630.0,clp,0.0,clp,1440.7238
+186-2019-12-26,real_asset_day,2019-12-26,0.000032603800078844898688564165652878134597759289847974,decimal,333270.0,clp,0.0,integer,0.0,clp,0.0,clp,1440.1915,clp,40117.6471,decimal,7126452.9133,decimal,0.0,clp,11203.228,decimal,0.0,clp,4626.0,integer,12189022213.0,clp,10263456911.0,clp,0.0,clp,1440.1915
+186-2019-12-27,real_asset_day,2019-12-27,0.000032603812095477565064422722605723750370372448084152,decimal,333625.0,clp,0.0,integer,0.0,clp,0.0,clp,1435.8755,clp,55781.9874,decimal,7176123.31,decimal,0.0,clp,6111.5907,decimal,0.0,clp,4683.0,integer,12331126481.0,clp,10304019646.0,clp,0.0,clp,1435.8755
+186-2019-12-28,real_asset_day,2019-12-28,0.000032603776127348615998673615353372854273719,decimal,335939.0,clp,0.0,integer,0.0,clp,0.0,clp,1435.8287,clp,0.0,decimal,7176123.31,decimal,0.0,clp,0.0,decimal,0.0,clp,4683.0,integer,12331126481.0,clp,10303683803.0,clp,0.0,clp,1435.8287
+186-2019-12-29,real_asset_day,2019-12-29,0.000032603771247127349152718768399944558564637,decimal,335928.0,clp,0.0,integer,0.0,clp,0.0,clp,1435.7819,clp,0.0,decimal,7176123.31,decimal,0.0,clp,0.0,decimal,0.0,clp,4683.0,integer,12331126481.0,clp,10303347961.0,clp,0.0,clp,1435.7819
+186-2019-12-30,real_asset_day,2019-12-30,0.000032603757162732359963049824669816099808913634150624,decimal,336411.0,clp,0.0,integer,0.0,clp,0.0,clp,1437.8469,clp,79314.754,decimal,7225376.203,decimal,0.0,clp,30061.861,decimal,0.0,clp,4723.0,integer,12628146437.0,clp,10388984775.0,clp,0.0,clp,1437.8469
+186-2019-12-31,real_asset_day,2019-12-31,0.000032603767911367655763795137264330504678993,decimal,338709.0,clp,0.0,integer,0.0,clp,0.0,clp,1437.8,clp,0.0,decimal,7225376.203,decimal,0.0,clp,0.0,decimal,0.0,clp,4723.0,integer,12628146437.0,clp,10388645905.0,clp,0.0,clp,1437.8
+186-2020-01-01,real_asset_day,2020-01-01,0.000032603772574190189017646800810022458101134,decimal,338698.0,clp,0.0,integer,0.0,clp,0.0,clp,1437.7531,clp,0.0,decimal,7225376.203,decimal,0.0,clp,0.0,decimal,0.0,clp,4723.0,integer,12628146437.0,clp,10388307035.0,clp,0.0,clp,1437.7531
+186-2020-01-02,real_asset_day,2020-01-02,0.000032603773163139039787993273883511847108160932419755,decimal,344969.0,clp,0.0,integer,0.0,clp,0.0,clp,1464.3731,clp,116604.0135,decimal,7330008.8783,decimal,0.0,clp,11971.3382,decimal,0.0,clp,4775.0,integer,13042646335.0,clp,10733867824.0,clp,0.0,clp,1464.3731
+186-2020-01-03,real_asset_day,2020-01-03,0.000032603837696982920637254889031950254441450991280996,decimal,349474.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.3174,clp,45041.7297,decimal,7350805.8124,decimal,0.0,clp,24244.7956,decimal,0.0,clp,4814.0,integer,13115087897.0,clp,10749211243.0,clp,0.0,clp,1462.3174
+186-2020-01-04,real_asset_day,2020-01-04,0.000032603827765145798090314988278557647050928,decimal,350454.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.2697,clp,0.0,decimal,7350805.8124,decimal,0.0,clp,0.0,decimal,0.0,clp,4814.0,integer,13115087897.0,clp,10748860610.0,clp,0.0,clp,1462.2697
+186-2020-01-05,real_asset_day,2020-01-05,0.000032603772689062376588716749468872837087423,decimal,350442.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.2221,clp,0.0,decimal,7350805.8124,decimal,0.0,clp,0.0,decimal,0.0,clp,4814.0,integer,13115087897.0,clp,10748510712.0,clp,0.0,clp,1462.2221
+186-2020-01-06,real_asset_day,2020-01-06,0.000032603808471408367432108419864996913463274071655404,decimal,357370.0,clp,0.0,integer,0.0,clp,0.0,clp,1491.1276,clp,134226.5784,decimal,7460482.4323,decimal,0.0,clp,24549.9585,decimal,0.0,clp,4884.0,integer,13545846982.0,clp,11124531264.0,clp,0.0,clp,1491.1276
+186-2020-01-07,real_asset_day,2020-01-07,0.0000326037966157153430539501460079865315173854338285,decimal,362551.0,clp,0.0,integer,0.0,clp,0.0,clp,1490.507,clp,80473.9521,decimal,7511277.9384,decimal,0.0,clp,29678.446,decimal,0.0,clp,4936.0,integer,16036129838.0,clp,11195612346.0,clp,0.0,clp,1490.507
+186-2020-01-08,real_asset_day,2020-01-08,0.000032603806676223814922726371151608862134191150925588,decimal,363987.0,clp,0.0,integer,0.0,clp,0.0,clp,1486.2906,clp,85856.0721,decimal,7579407.1393,decimal,0.0,clp,17726.8712,decimal,0.0,clp,4975.0,integer,14914782588.0,clp,11265201585.0,clp,0.0,clp,1486.2906
+186-2020-01-09,real_asset_day,2020-01-09,0.000032603838624533383794736022935456249794028879686592,decimal,368604.0,clp,0.0,integer,0.0,clp,0.0,clp,1491.6127,clp,96967.7056,decimal,7665692.9103,decimal,0.0,clp,10681.9346,decimal,0.0,clp,5008.0,integer,13871925761.0,clp,11434244899.0,clp,0.0,clp,1491.6127
+186-2020-01-10,real_asset_day,2020-01-10,0.000032603824622968666897333956128409587334318994352062,decimal,374574.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.7102,clp,91232.0552,decimal,7741819.7222,decimal,0.0,clp,15105.2433,decimal,0.0,clp,5043.0,integer,14033065505.0,clp,11602744184.0,clp,0.0,clp,1498.7102
+186-2020-01-11,real_asset_day,2020-01-11,0.000032603782086177836115110824896261032830551,decimal,378281.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.6613,clp,0.0,decimal,7741819.7222,decimal,0.0,clp,0.0,decimal,0.0,clp,5043.0,integer,14033065505.0,clp,11602365609.0,clp,0.0,clp,1498.6613
+186-2020-01-12,real_asset_day,2020-01-12,0.000032603809472991302767623111779087985747347,decimal,378269.0,clp,0.0,integer,0.0,clp,0.0,clp,1498.6125,clp,0.0,decimal,7741819.7222,decimal,0.0,clp,0.0,decimal,0.0,clp,5043.0,integer,14033065505.0,clp,11601987808.0,clp,0.0,clp,1498.6125
+186-2020-01-13,real_asset_day,2020-01-13,0.000032603782552950554139652520287520730753923196403132,decimal,384427.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.0103,clp,97063.1576,decimal,7831897.2318,decimal,0.0,clp,6985.648,decimal,0.0,clp,5091.0,integer,14401260601.0,clp,11928060153.0,clp,0.0,clp,1523.0103
+186-2020-01-14,real_asset_day,2020-01-14,0.00003260380162799125168564441993294271932173359099403,decimal,385864.0,clp,0.0,integer,0.0,clp,0.0,clp,1511.1203,clp,109528.9208,decimal,7916867.8052,decimal,0.0,clp,24558.3474,decimal,0.0,clp,5129.0,integer,14442061335.0,clp,11963339653.0,clp,0.0,clp,1511.1203
+186-2020-01-15,real_asset_day,2020-01-15,0.000032603809600413417911031410753211348896087954692329,decimal,390606.0,clp,0.0,integer,0.0,clp,0.0,clp,1513.2726,clp,91915.6323,decimal,8005284.9859,decimal,0.0,clp,3498.4516,decimal,0.0,clp,5181.0,integer,14603835342.0,clp,12114178424.0,clp,0.0,clp,1513.2726
+186-2020-01-16,real_asset_day,2020-01-16,0.000032603779369853634162150316600097392371465319719348,decimal,398824.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.0464,clp,58609.9075,decimal,8056373.9439,decimal,0.0,clp,7520.9495,decimal,0.0,clp,5214.0,integer,14874444690.0,clp,12310513202.0,clp,0.0,clp,1528.0464
+186-2020-01-17,real_asset_day,2020-01-17,0.000032603775857878615248253438912032891894052584066704,decimal,401540.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.6966,clp,90507.0903,decimal,8120682.7968,decimal,0.0,clp,26198.2374,decimal,0.0,clp,5259.0,integer,14993478658.0,clp,12414060181.0,clp,0.0,clp,1528.6966
+186-2020-01-18,real_asset_day,2020-01-18,0.000032603771803106493599579933123956768689748,decimal,404732.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.6468,clp,0.0,decimal,8120682.7968,decimal,0.0,clp,0.0,decimal,0.0,clp,5259.0,integer,14993478658.0,clp,12413655771.0,clp,0.0,clp,1528.6468
+186-2020-01-19,real_asset_day,2020-01-19,0.000032603788862749071705698317005749820864266,decimal,404719.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.5969,clp,0.0,decimal,8120682.7968,decimal,0.0,clp,0.0,decimal,0.0,clp,5259.0,integer,14993478658.0,clp,12413250549.0,clp,0.0,clp,1528.5969
+186-2020-01-20,real_asset_day,2020-01-20,0.00003260378179588223767502525976693674680796946975387,decimal,404005.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.9005,clp,105197.6152,decimal,8204249.1843,decimal,0.0,clp,21631.2277,decimal,0.0,clp,5322.0,integer,15132905968.0,clp,12518867932.0,clp,0.0,clp,1525.9005
+186-2020-01-21,real_asset_day,2020-01-21,0.000032603833270762719701450250606996895971263311222851,decimal,407651.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.9861,clp,74755.6847,decimal,8268700.8767,decimal,0.0,clp,10303.9923,decimal,0.0,clp,5354.0,integer,16392865270.0,clp,12601385201.0,clp,0.0,clp,1523.9861
+186-2020-01-22,real_asset_day,2020-01-22,0.000032603817880815815027942547977797547358595630075339,decimal,412022.0,clp,0.0,integer,0.0,clp,0.0,clp,1528.3213,clp,94120.9964,decimal,8329224.3154,decimal,0.0,clp,33597.5577,decimal,0.0,clp,5386.0,integer,15963039788.0,clp,12729730934.0,clp,0.0,clp,1528.3213
+186-2020-01-23,real_asset_day,2020-01-23,0.000032603798973324711971079632128254697195706259477886,decimal,415538.0,clp,0.0,integer,0.0,clp,0.0,clp,1530.164,clp,73787.2112,decimal,8316379.2623,decimal,0.0,clp,86632.2643,decimal,0.0,clp,5447.0,integer,16843993058.0,clp,12725424158.0,clp,0.0,clp,1530.164
+186-2020-01-24,real_asset_day,2020-01-24,0.000032603812380602801577671559933444239089211348360039,decimal,413653.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.5748,clp,80973.2337,decimal,8368966.6647,decimal,0.0,clp,28385.8313,decimal,0.0,clp,5492.0,integer,16237530247.0,clp,12767484646.0,clp,0.0,clp,1525.5748
+186-2020-01-25,real_asset_day,2020-01-25,0.000032603805682392459492549681300272614490278,decimal,416255.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.525,clp,0.0,decimal,8368966.6647,decimal,0.0,clp,0.0,decimal,0.0,clp,5492.0,integer,16237530247.0,clp,12767067871.0,clp,0.0,clp,1525.525
+186-2020-01-26,real_asset_day,2020-01-26,0.000032603771306043973486463189417755767257687,decimal,416241.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.4753,clp,0.0,decimal,8368966.6647,decimal,0.0,clp,0.0,decimal,0.0,clp,5492.0,integer,16237530247.0,clp,12766651934.0,clp,0.0,clp,1525.4753
+186-2020-01-27,real_asset_day,2020-01-27,0.000032603815411975092164435605873311455528004407332071,decimal,415254.0,clp,0.0,integer,0.0,clp,0.0,clp,1521.856,clp,140975.539,decimal,8481289.8064,decimal,0.0,clp,28652.3973,decimal,0.0,clp,5541.0,integer,15702468060.0,clp,12907301780.0,clp,0.0,clp,1521.856
+186-2020-01-28,real_asset_day,2020-01-28,0.000032514727250512463946376398180239381939295000739014,decimal,424341.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.7674,clp,80231.6639,decimal,8520996.9067,decimal,0.0,clp,40524.5636,decimal,0.0,clp,5589.0,integer,15874023222.0,clp,13111832256.0,clp,0.0,clp,1538.7674
+186-2020-01-29,real_asset_day,2020-01-29,0.000032514700102714889099380850453847703868549586919916,decimal,426141.0,clp,0.0,integer,0.0,clp,0.0,clp,1538.095,clp,72159.2487,decimal,8588497.9416,decimal,0.0,clp,4658.2138,decimal,0.0,clp,5639.0,integer,15936802938.0,clp,13209925741.0,clp,0.0,clp,1538.095
+186-2020-01-30,real_asset_day,2020-01-30,0.000032514694076375426251600228103665908889485497955749,decimal,435724.0,clp,0.0,integer,0.0,clp,0.0,clp,1560.3233,clp,85627.3917,decimal,8639857.6219,decimal,0.0,clp,34267.7114,decimal,0.0,clp,5704.0,integer,16271975798.0,clp,13480971156.0,clp,0.0,clp,1560.3233
+186-2020-01-31,real_asset_day,2020-01-31,0.000032514755174759842565583338368626986722329716906383,decimal,431430.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.7597,clp,124975.5786,decimal,8750962.5844,decimal,0.0,clp,13870.6161,decimal,0.0,clp,5786.0,integer,16162135629.0,clp,13439375673.0,clp,0.0,clp,1535.7597
+186-2020-02-01,real_asset_day,2020-02-01,0.000032514696915460350034166110873436289446418,decimal,436963.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.7097,clp,0.0,decimal,8750962.5844,decimal,0.0,clp,0.0,decimal,0.0,clp,5786.0,integer,16162135629.0,clp,13438938125.0,clp,0.0,clp,1535.7097
+186-2020-02-02,real_asset_day,2020-02-02,0.000032514711670844116079498712845025036203717,decimal,436949.0,clp,0.0,integer,0.0,clp,0.0,clp,1535.6598,clp,0.0,decimal,8750962.5844,decimal,0.0,clp,0.0,decimal,0.0,clp,5786.0,integer,16162135629.0,clp,13438501452.0,clp,0.0,clp,1535.6598
+186-2020-02-03,real_asset_day,2020-02-03,0.00003251468655149780532136084807403481517380874087074,decimal,436433.0,clp,0.0,integer,0.0,clp,0.0,clp,1533.8475,clp,226690.0276,decimal,8936914.4425,decimal,0.0,clp,40738.1695,decimal,0.0,clp,5880.0,integer,16503504737.0,clp,13707863875.0,clp,0.0,clp,1533.8475
+186-2020-02-04,real_asset_day,2020-02-04,0.000032514753326800378441852981815164371245340898451311,decimal,447916.0,clp,0.0,integer,0.0,clp,0.0,clp,1541.4467,clp,108092.2155,decimal,9035012.5645,decimal,0.0,clp,9994.0935,decimal,0.0,clp,5931.0,integer,19502482053.0,clp,13926990302.0,clp,0.0,clp,1541.4467
+186-2020-02-05,real_asset_day,2020-02-05,0.000032514751233776765233441258142396642420131783028023,decimal,454036.0,clp,0.0,integer,0.0,clp,0.0,clp,1545.543,clp,95705.1911,decimal,9110708.0194,decimal,0.0,clp,20009.7362,decimal,0.0,clp,6006.0,integer,18274359872.0,clp,14080991004.0,clp,0.0,clp,1545.543
+186-2020-02-06,real_asset_day,2020-02-06,0.000032514744065149379621565105880371009888580379155927,decimal,460877.0,clp,0.0,integer,0.0,clp,0.0,clp,1555.7957,clp,737794.0951,decimal,9840852.709,decimal,0.0,clp,7649.4055,decimal,0.0,clp,6065.0,integer,18149207617.0,clp,15310356329.0,clp,0.0,clp,1555.7957
+186-2020-02-07,real_asset_day,2020-02-07,0.000032514726120121799823030951016478632931507644063069,decimal,500651.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.6682,clp,112612.6095,decimal,9938514.1317,decimal,0.0,clp,14951.1868,decimal,0.0,clp,6130.0,integer,18452639066.0,clp,15550477017.0,clp,0.0,clp,1564.6682
+186-2020-02-08,real_asset_day,2020-02-08,0.000032514722710436936606876650688874747659363,decimal,505603.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.6173,clp,0.0,decimal,9938514.1317,decimal,0.0,clp,0.0,decimal,0.0,clp,6130.0,integer,18452639066.0,clp,15549971147.0,clp,0.0,clp,1564.6173
+186-2020-02-09,real_asset_day,2020-02-09,0.000032514687227241987121821333041189010723638,decimal,505586.0,clp,0.0,integer,0.0,clp,0.0,clp,1564.5664,clp,0.0,decimal,9938514.1317,decimal,0.0,clp,0.0,decimal,0.0,clp,6130.0,integer,18452639066.0,clp,15549465276.0,clp,0.0,clp,1564.5664
+186-2020-02-10,real_asset_day,2020-02-10,0.000032514710938869308309934515053692315200118192832603,decimal,513425.0,clp,0.0,integer,0.0,clp,0.0,clp,1588.8235,clp,149956.767,decimal,10062108.7292,decimal,0.0,clp,26362.1695,decimal,0.0,clp,6208.0,integer,18947555773.0,clp,15986914809.0,clp,0.0,clp,1588.8235
+186-2020-02-11,real_asset_day,2020-02-11,0.000032514715486705398047048587446210657505071924879562,decimal,518681.0,clp,0.0,integer,0.0,clp,0.0,clp,1585.3727,clp,127115.3325,decimal,10163806.6121,decimal,0.0,clp,25417.4496,decimal,0.0,clp,6256.0,integer,22821150558.0,clp,16113421531.0,clp,0.0,clp,1585.3727
+186-2020-02-12,real_asset_day,2020-02-12,0.000032514741809428340866796625300394216263606009372828,decimal,525007.0,clp,0.0,integer,0.0,clp,0.0,clp,1588.6506,clp,127621.8338,decimal,10279276.8382,decimal,0.0,clp,12151.6077,decimal,0.0,clp,6308.0,integer,21176719193.0,clp,16330179317.0,clp,0.0,clp,1588.6506
+186-2020-02-13,real_asset_day,2020-02-13,0.00003251473026045011186566972463667686718942235902006,decimal,534754.0,clp,0.0,integer,0.0,clp,0.0,clp,1599.9681,clp,135350.3044,decimal,10406800.038,decimal,0.0,clp,7827.1046,decimal,0.0,clp,6345.0,integer,19656159077.0,clp,16650548084.0,clp,0.0,clp,1599.9681
+186-2020-02-14,real_asset_day,2020-02-14,0.000032514707677139708326157746335641740227027037608185,decimal,540884.0,clp,0.0,integer,0.0,clp,0.0,clp,1598.4795,clp,155477.1557,decimal,10554571.6592,decimal,0.0,clp,7705.5345,decimal,0.0,clp,6391.0,integer,19858902335.0,clp,16871266429.0,clp,0.0,clp,1598.4795
+186-2020-02-15,real_asset_day,2020-02-15,0.000032514740232071258313792255335014931315971,decimal,548547.0,clp,0.0,integer,0.0,clp,0.0,clp,1598.4275,clp,0.0,decimal,10554571.6592,decimal,0.0,clp,0.0,decimal,0.0,clp,6391.0,integer,19858902335.0,clp,16870717591.0,clp,0.0,clp,1598.4275
+186-2020-02-16,real_asset_day,2020-02-16,0.000032514729028238200586804775060340947158512,decimal,548529.0,clp,0.0,integer,0.0,clp,0.0,clp,1598.3756,clp,0.0,decimal,10554571.6592,decimal,0.0,clp,0.0,decimal,0.0,clp,6391.0,integer,19858902335.0,clp,16870169809.0,clp,0.0,clp,1598.3756
+186-2020-02-17,real_asset_day,2020-02-17,0.000032514708771422079406443225381813831384421825218504,decimal,547991.0,clp,0.0,integer,0.0,clp,0.0,clp,1596.8089,clp,834606.7154,decimal,11377727.2957,decimal,0.0,clp,11451.0789,decimal,0.0,clp,6458.0,integer,21170133315.0,clp,18168056208.0,clp,0.0,clp,1596.8089
+186-2020-02-18,real_asset_day,2020-02-18,0.000032514722017263049595619906238866859876620042612497,decimal,592785.0,clp,0.0,integer,0.0,clp,0.0,clp,1602.3657,clp,86026.5234,decimal,11454238.4033,decimal,0.0,clp,9515.4158,decimal,0.0,clp,6503.0,integer,21401530481.0,clp,18353878737.0,clp,0.0,clp,1602.3657
+186-2020-02-19,real_asset_day,2020-02-19,0.000032514713736191451843766150842866199453136352754874,decimal,600472.0,clp,0.0,integer,0.0,clp,0.0,clp,1612.3028,clp,125290.24,decimal,11561907.6699,decimal,0.0,clp,17620.9734,decimal,0.0,clp,6544.0,integer,,,18641296110.0,clp,0.0,clp,1612.3028
+186-2020-02-20,real_asset_day,2020-02-20,0.00003251469805528843493274852729861971320314380342809,decimal,608334.0,clp,0.0,integer,0.0,clp,0.0,clp,1618.2025,clp,136075.3773,decimal,11675303.6213,decimal,0.0,clp,22679.4259,decimal,0.0,clp,6583.0,integer,24429812924.0,clp,18893005508.0,clp,0.0,clp,1618.2025
+186-2020-02-21,real_asset_day,2020-02-21,0.000032514711892130342607751393577225243548247658246341,decimal,610193.0,clp,0.0,integer,0.0,clp,0.0,clp,1607.3821,clp,118243.6301,decimal,11769904.6494,decimal,0.0,clp,23642.602,decimal,0.0,clp,6631.0,integer,22137901045.0,clp,18918734052.0,clp,0.0,clp,1607.3821
+186-2020-02-22,real_asset_day,2020-02-22,0.000032514700771400866468871748356061764910721,decimal,615117.0,clp,0.0,integer,0.0,clp,0.0,clp,1607.3299,clp,0.0,decimal,11769904.6494,decimal,0.0,clp,0.0,decimal,0.0,clp,6631.0,integer,22137901045.0,clp,18918119663.0,clp,0.0,clp,1607.3299
+186-2020-02-23,real_asset_day,2020-02-23,0.000032514701561372681541224988798795871089378,decimal,615097.0,clp,0.0,integer,0.0,clp,0.0,clp,1607.2776,clp,0.0,decimal,11769904.6494,decimal,0.0,clp,0.0,decimal,0.0,clp,6631.0,integer,22137901045.0,clp,18917504097.0,clp,0.0,clp,1607.2776
+186-2020-02-24,real_asset_day,2020-02-24,0.000032514715800530710240252288960587276873769196768686,decimal,594371.0,clp,0.0,integer,0.0,clp,0.0,clp,1553.1189,clp,193174.9357,decimal,11886177.7255,decimal,0.0,clp,76901.8596,decimal,0.0,clp,6682.0,integer,21662170163.0,clp,18460647274.0,clp,0.0,clp,1553.1189
+186-2020-02-25,real_asset_day,2020-02-25,0.000032514741058063865103369672263621754248414308222767,decimal,581770.0,clp,0.0,integer,0.0,clp,0.0,clp,1505.3199,clp,111441.3008,decimal,11908085.4308,decimal,0.0,clp,89533.5955,decimal,0.0,clp,6693.0,integer,21138879599.0,clp,17925477970.0,clp,0.0,clp,1505.3199
+186-2020-02-26,real_asset_day,2020-02-26,0.000032514695453785352424846040797224763948589740788053,decimal,584081.0,clp,0.0,integer,0.0,clp,0.0,clp,1508.5213,clp,75033.4198,decimal,11809812.9735,decimal,0.0,clp,173305.8771,decimal,0.0,clp,6680.0,integer,21266694326.0,clp,17815354420.0,clp,0.0,clp,1508.5213
+186-2020-02-27,real_asset_day,2020-02-27,0.000032514722895350157170593558195605528977318354928971,decimal,557440.0,clp,0.0,integer,0.0,clp,0.0,clp,1451.6939,clp,103608.3473,decimal,11764472.6716,decimal,0.0,clp,148948.6492,decimal,0.0,clp,6695.0,integer,20621354173.0,clp,17078413214.0,clp,0.0,clp,1451.6939
+186-2020-02-28,real_asset_day,2020-02-28,0.000032514721647725324722262041452548124766330444681191,decimal,554066.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.4683,clp,68640.7186,decimal,11677491.6536,decimal,0.0,clp,155621.7366,decimal,0.0,clp,6706.0,integer,20060551816.0,clp,16914476484.0,clp,0.0,clp,1448.4683
+186-2020-02-29,real_asset_day,2020-02-29,0.000032514744630431222483508591844195573863295,decimal,549952.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.4212,clp,0.0,decimal,11677491.6536,decimal,0.0,clp,0.0,decimal,0.0,clp,6706.0,integer,20060551816.0,clp,16913926474.0,clp,0.0,clp,1448.4212
+186-2020-03-01,real_asset_day,2020-03-01,0.000032514737738530834371664938540210335141985,decimal,549934.0,clp,0.0,integer,0.0,clp,0.0,clp,1448.3741,clp,0.0,decimal,11677491.6536,decimal,0.0,clp,0.0,decimal,0.0,clp,6706.0,integer,20060551816.0,clp,16913376464.0,clp,0.0,clp,1448.3741
+186-2020-03-02,real_asset_day,2020-03-02,0.000032514739307531176423285795175350720634369240690939,decimal,573786.0,clp,0.0,integer,0.0,clp,0.0,clp,1511.1936,clp,128934.5748,decimal,11675801.8216,decimal,0.0,clp,130624.4068,decimal,0.0,clp,6737.0,integer,20848783218.0,clp,17644396988.0,clp,0.0,clp,1511.1936
+186-2020-03-03,real_asset_day,2020-03-03,0.00003251474257493120871774684654926743773742129112282,decimal,552649.0,clp,0.0,integer,0.0,clp,0.0,clp,1455.7351,clp,130893.8598,decimal,11776237.2144,decimal,0.0,clp,30458.467,decimal,0.0,clp,6765.0,integer,20094428419.0,clp,17143081859.0,clp,0.0,clp,1455.7351
+186-2020-03-04,real_asset_day,2020-03-04,0.00003251472175424342415088972079137454964431760135326,decimal,581327.0,clp,0.0,integer,0.0,clp,0.0,clp,1518.2172,clp,183332.5297,decimal,11945820.2633,decimal,0.0,clp,13749.4808,decimal,0.0,clp,6796.0,integer,20991401464.0,clp,18136349792.0,clp,0.0,clp,1518.2172
+186-2020-03-05,real_asset_day,2020-03-05,0.000032514699732088784227812864713167041082821131271319,decimal,578735.0,clp,0.0,integer,0.0,clp,0.0,clp,1489.9923,clp,106465.1285,decimal,12034380.4251,decimal,0.0,clp,17904.9667,decimal,0.0,clp,6817.0,integer,20586573233.0,clp,17931134169.0,clp,0.0,clp,1489.9923
+186-2020-03-06,real_asset_day,2020-03-06,0.000032514694525181610380133042330550665764165179397941,decimal,576736.0,clp,0.0,integer,0.0,clp,0.0,clp,1473.9191,clp,67815.7287,decimal,12058719.6162,decimal,0.0,clp,43476.5376,decimal,0.0,clp,6842.0,integer,20425210552.0,clp,17773577164.0,clp,0.0,clp,1473.9191
+186-2020-03-07,real_asset_day,2020-03-07,0.000032514714150627730469355256891943416670376,decimal,577884.0,clp,0.0,integer,0.0,clp,0.0,clp,1473.8712,clp,0.0,decimal,12058719.6162,decimal,0.0,clp,0.0,decimal,0.0,clp,6842.0,integer,20425210552.0,clp,17772999551.0,clp,0.0,clp,1473.8712
+186-2020-03-08,real_asset_day,2020-03-08,0.000032514701821923697914518661147346058403752,decimal,577865.0,clp,0.0,integer,0.0,clp,0.0,clp,1473.8233,clp,0.0,decimal,12058719.6162,decimal,0.0,clp,0.0,decimal,0.0,clp,6842.0,integer,20425210552.0,clp,17772421939.0,clp,0.0,clp,1473.8233
+186-2020-03-09,real_asset_day,2020-03-09,0.000032514715249266383982166878363578905938265375417781,decimal,542165.0,clp,0.0,integer,0.0,clp,0.0,clp,1382.7712,clp,80183.1059,decimal,12024864.4042,decimal,0.0,clp,114038.3179,decimal,0.0,clp,6844.0,integer,19266494645.0,clp,16627636182.0,clp,0.0,clp,1382.7712
+186-2020-03-10,real_asset_day,2020-03-10,0.000032514703727812170970245168986180153970000193255527,decimal,563210.0,clp,0.0,integer,0.0,clp,0.0,clp,1440.4904,clp,85942.0094,decimal,12076561.5021,decimal,0.0,clp,34244.9115,decimal,0.0,clp,6846.0,integer,20158775811.0,clp,17396170909.0,clp,0.0,clp,1440.4904
+186-2020-03-11,real_asset_day,2020-03-11,0.000032514722084673679594192291343433814570239679793265,decimal,540171.0,clp,0.0,integer,0.0,clp,0.0,clp,1375.6499,clp,40498.5954,decimal,12023715.8024,decimal,0.0,clp,93344.2951,decimal,0.0,clp,6836.0,integer,19242103816.0,clp,16540423441.0,clp,0.0,clp,1375.6499
+186-2020-03-12,real_asset_day,2020-03-12,0.000032514694915623177211936984619161893933367244413573,decimal,496715.0,clp,0.0,integer,0.0,clp,0.0,clp,1270.5416,clp,60439.6085,decimal,11897184.6383,decimal,0.0,clp,186970.7726,decimal,0.0,clp,6810.0,integer,17726082426.0,clp,15115868006.0,clp,0.0,clp,1270.5416
+186-2020-03-13,real_asset_day,2020-03-13,0.000032514723368046454728633271912291242970663184831807,decimal,525165.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.599,clp,61728.6848,decimal,11815586.511,decimal,0.0,clp,143326.8121,decimal,0.0,clp,6758.0,integer,18950274995.0,clp,16040828432.0,clp,0.0,clp,1357.599
+186-2020-03-14,real_asset_day,2020-03-14,0.000032514713600222505062964702426259567029579,decimal,521546.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.5549,clp,0.0,decimal,11815586.511,decimal,0.0,clp,0.0,decimal,0.0,clp,6758.0,integer,18950274995.0,clp,16040307364.0,clp,0.0,clp,1357.5549
+186-2020-03-15,real_asset_day,2020-03-15,0.000032514712401744042940689981930596456123409,decimal,521529.0,clp,0.0,integer,0.0,clp,0.0,clp,1357.5107,clp,0.0,decimal,11815586.511,decimal,0.0,clp,0.0,decimal,0.0,clp,6758.0,integer,18950274995.0,clp,16039785115.0,clp,0.0,clp,1357.5107
+186-2020-03-16,real_asset_day,2020-03-16,0.000032514690524172329020838494163233213380596246223041,decimal,469243.0,clp,0.0,integer,0.0,clp,0.0,clp,1221.414,clp,69787.2657,decimal,11742575.4571,decimal,0.0,clp,142798.3196,decimal,0.0,clp,6698.0,integer,17072666943.0,clp,14342546059.0,clp,0.0,clp,1221.414
+186-2020-03-17,real_asset_day,2020-03-17,0.00003251472174603461735641586023538003825072394939741,decimal,495398.0,clp,0.0,integer,0.0,clp,0.0,clp,1297.5104,clp,28307.2867,decimal,11654920.4745,decimal,0.0,clp,115962.2693,decimal,0.0,clp,6632.0,integer,17895794191.0,clp,15122380527.0,clp,0.0,clp,1297.5104
+186-2020-03-18,real_asset_day,2020-03-18,0.00003251472748112156361736987626386398328946247099309,decimal,470719.0,clp,0.0,integer,0.0,clp,0.0,clp,1242.145,clp,91754.7477,decimal,11658881.1886,decimal,0.0,clp,87794.0336,decimal,0.0,clp,6594.0,integer,17073281615.0,clp,14482020974.0,clp,0.0,clp,1242.145
+186-2020-03-19,real_asset_day,2020-03-19,0.000032514700021776403415002057085597533541410685102211,decimal,477229.0,clp,0.0,integer,0.0,clp,0.0,clp,1258.897,clp,50768.0853,decimal,11567682.1132,decimal,0.0,clp,141967.1607,decimal,0.0,clp,6517.0,integer,17239316713.0,clp,14562520309.0,clp,0.0,clp,1258.897
+186-2020-03-20,real_asset_day,2020-03-20,0.000032514708745308910392516762323610490253321841055269,decimal,446057.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.9439,clp,37574.2433,decimal,11579335.0055,decimal,0.0,clp,25921.351,decimal,0.0,clp,6501.0,integer,16167880016.0,clp,13732441716.0,clp,0.0,clp,1185.9439
+186-2020-03-21,real_asset_day,2020-03-21,0.000032514722589917668897320762033355548282593,decimal,446492.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.9053,clp,0.0,decimal,11579335.0055,decimal,0.0,clp,0.0,decimal,0.0,clp,6501.0,integer,16167880016.0,clp,13731994753.0,clp,0.0,clp,1185.9053
+186-2020-03-22,real_asset_day,2020-03-22,0.000032514685827378176868195060897932790087598,decimal,446477.0,clp,0.0,integer,0.0,clp,0.0,clp,1185.8668,clp,0.0,decimal,11579335.0055,decimal,0.0,clp,0.0,decimal,0.0,clp,6501.0,integer,16167880016.0,clp,13731548949.0,clp,0.0,clp,1185.8668
+186-2020-03-23,real_asset_day,2020-03-23,0.000032514743761147140712185583474857234762855023317007,decimal,442313.0,clp,0.0,integer,0.0,clp,0.0,clp,1174.8049,clp,62657.5308,decimal,11553127.0889,decimal,0.0,clp,88865.4474,decimal,0.0,clp,6457.0,integer,15987887069.0,clp,13572670314.0,clp,0.0,clp,1174.8049
+186-2020-03-24,real_asset_day,2020-03-24,0.00003251471317931143763588504107358385587477938070511,decimal,473310.0,clp,0.0,integer,0.0,clp,0.0,clp,1259.9874,clp,17232.3778,decimal,11498358.4482,decimal,0.0,clp,72001.0185,decimal,0.0,clp,6416.0,integer,16976979597.0,clp,14487786765.0,clp,0.0,clp,1259.9874
+186-2020-03-25,real_asset_day,2020-03-25,0.000032514719603293564825760996680696216689494305296294,decimal,473349.0,clp,0.0,integer,0.0,clp,0.0,clp,1266.093,clp,105929.3141,decimal,11582260.4278,decimal,0.0,clp,22027.3345,decimal,0.0,clp,6423.0,integer,17162545277.0,clp,14664218852.0,clp,0.0,clp,1266.093
+186-2020-03-26,real_asset_day,2020-03-26,0.000032514740175270456486015008507195537236393381062084,decimal,498196.0,clp,0.0,integer,0.0,clp,0.0,clp,1322.8988,clp,48615.3194,decimal,11609321.6206,decimal,0.0,clp,21554.1266,decimal,0.0,clp,6424.0,integer,17882957988.0,clp,15357957641.0,clp,0.0,clp,1322.8988
+186-2020-03-27,real_asset_day,2020-03-27,0.000032514722899705305712248278825319847842297390546391,decimal,482505.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.2474,clp,114022.7402,decimal,11673664.1675,decimal,0.0,clp,49680.1933,decimal,0.0,clp,6430.0,integer,17346867876.0,clp,14921830871.0,clp,0.0,clp,1278.2474
+186-2020-03-28,real_asset_day,2020-03-28,0.000032514693147583136058944124182706612952978,decimal,485163.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.2059,clp,0.0,decimal,11673664.1675,decimal,0.0,clp,0.0,decimal,0.0,clp,6430.0,integer,17346867876.0,clp,14921346414.0,clp,0.0,clp,1278.2059
+186-2020-03-29,real_asset_day,2020-03-29,0.000032514746090095700577211517605561114386991,decimal,485148.0,clp,0.0,integer,0.0,clp,0.0,clp,1278.1643,clp,0.0,decimal,11673664.1675,decimal,0.0,clp,0.0,decimal,0.0,clp,6430.0,integer,17346867876.0,clp,14920860789.0,clp,0.0,clp,1278.1643
+186-2020-03-30,real_asset_day,2020-03-30,0.000032514705967574884508007190913906250226858469296658,decimal,506791.0,clp,0.0,integer,0.0,clp,0.0,clp,1335.1863,clp,87023.1922,decimal,11721153.4291,decimal,0.0,clp,39533.9306,decimal,0.0,clp,6439.0,integer,18207680841.0,clp,15649923479.0,clp,0.0,clp,1335.1863
+186-2020-03-31,real_asset_day,2020-03-31,0.000032514704767168790379156785324492199844833330670273,decimal,506447.0,clp,0.0,integer,0.0,clp,0.0,clp,1328.8741,clp,93804.61,decimal,11799109.2637,decimal,0.0,clp,15848.7754,decimal,0.0,clp,6480.0,integer,18224619727.0,clp,15679530704.0,clp,0.0,clp,1328.8741
+186-2020-04-01,real_asset_day,2020-04-01,0.000032514723627421078958178661878919794851741556908082,decimal,494230.0,clp,0.0,integer,0.0,clp,0.0,clp,1288.249,clp,129898.362,decimal,11894559.275,decimal,0.0,clp,34448.3507,decimal,0.0,clp,6512.0,integer,17796436590.0,clp,15323154091.0,clp,0.0,clp,1288.249
+186-2020-04-02,real_asset_day,2020-04-02,0.000032514698536558365059795535554968120501875188529408,decimal,507078.0,clp,0.0,integer,0.0,clp,0.0,clp,1311.1328,clp,83156.4037,decimal,11956843.7149,decimal,0.0,clp,20871.9638,decimal,0.0,clp,6520.0,integer,18172671110.0,clp,15677009979.0,clp,0.0,clp,1311.1328
+186-2020-04-03,real_asset_day,2020-04-03,0.000032514695219858247757901031748768477075707515623571,decimal,503133.0,clp,0.0,integer,0.0,clp,0.0,clp,1294.1558,clp,117067.2006,decimal,12060212.5953,decimal,0.0,clp,13698.3202,decimal,0.0,clp,6541.0,integer,18085852573.0,clp,15607794079.0,clp,0.0,clp,1294.1558
+186-2020-04-04,real_asset_day,2020-04-04,0.00003251474912517950276161089442494052571475,decimal,507467.0,clp,0.0,integer,0.0,clp,0.0,clp,1294.1137,clp,0.0,decimal,12060212.5953,decimal,0.0,clp,0.0,decimal,0.0,clp,6541.0,integer,18085852573.0,clp,15607286344.0,clp,0.0,clp,1294.1137
+186-2020-04-05,real_asset_day,2020-04-05,0.00003251471765447180902888453288567537384962,decimal,507450.0,clp,0.0,integer,0.0,clp,0.0,clp,1294.0716,clp,0.0,decimal,12060212.5953,decimal,0.0,clp,0.0,decimal,0.0,clp,6541.0,integer,18085852573.0,clp,15606778610.0,clp,0.0,clp,1294.0716
+186-2020-04-06,real_asset_day,2020-04-06,0.000032514704514262923887589369077862576229296511087538,decimal,535174.0,clp,0.0,integer,0.0,clp,0.0,clp,1364.7724,clp,127971.0748,decimal,12164096.1302,decimal,0.0,clp,24087.5399,decimal,0.0,clp,6579.0,integer,19208894477.0,clp,16601222669.0,clp,0.0,clp,1364.7724
+186-2020-04-07,real_asset_day,2020-04-07,0.000032514736314593356767970839994575303600005982345548,decimal,532707.0,clp,0.0,integer,0.0,clp,0.0,clp,1346.8782,clp,89090.6603,decimal,12231936.1216,decimal,0.0,clp,21250.6689,decimal,0.0,clp,6604.0,integer,19054602173.0,clp,16474928106.0,clp,0.0,clp,1346.8782
+186-2020-04-08,real_asset_day,2020-04-08,0.000032514706698219086456748292333011508613851848823655,decimal,556495.0,clp,0.0,integer,0.0,clp,0.0,clp,1399.2207,clp,68083.7263,decimal,12268028.5581,decimal,0.0,clp,31991.2898,decimal,0.0,clp,6628.0,integer,19871346557.0,clp,17165679507.0,clp,0.0,clp,1399.2207
+186-2020-04-09,real_asset_day,2020-04-09,0.000032514709332972404647637876760290602182535456026673,decimal,556928.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.1896,clp,79621.5864,decimal,12333275.8608,decimal,0.0,clp,14374.2837,decimal,0.0,clp,6658.0,integer,22297508103.0,clp,17219591491.0,clp,0.0,clp,1396.1896
+186-2020-04-10,real_asset_day,2020-04-10,0.000032514720589779788985995679306368609733822,decimal,559872.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.1442,clp,0.0,decimal,12333275.8608,decimal,0.0,clp,0.0,decimal,0.0,clp,6658.0,integer,22297508103.0,clp,17219031560.0,clp,0.0,clp,1396.1442
+186-2020-04-11,real_asset_day,2020-04-11,0.000032514732553676410857708420829085422190232,decimal,559854.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.0988,clp,0.0,decimal,12333275.8608,decimal,0.0,clp,0.0,decimal,0.0,clp,6658.0,integer,22297508103.0,clp,17218471629.0,clp,0.0,clp,1396.0988
+186-2020-04-12,real_asset_day,2020-04-12,0.000032514744516462745276853914013094509830313,decimal,559836.0,clp,0.0,integer,0.0,clp,0.0,clp,1396.0534,clp,0.0,decimal,12333275.8608,decimal,0.0,clp,0.0,decimal,0.0,clp,6658.0,integer,22297508103.0,clp,17217911699.0,clp,0.0,clp,1396.0534
+186-2020-04-13,real_asset_day,2020-04-13,0.000032514728186665288186168321177593222767142047381961,decimal,560517.0,clp,0.0,integer,0.0,clp,0.0,clp,1397.7523,clp,192662.108,decimal,12468998.2209,decimal,0.0,clp,56939.7479,decimal,0.0,clp,6709.0,integer,21523961235.0,clp,17428570942.0,clp,0.0,clp,1397.7523
+186-2020-04-14,real_asset_day,2020-04-14,0.000032514712634525073626972354621088356168183346155602,decimal,588021.0,clp,0.0,integer,0.0,clp,0.0,clp,1450.3785,clp,69154.5918,decimal,12512082.9547,decimal,0.0,clp,26069.858,decimal,0.0,clp,6734.0,integer,20983948031.0,clp,18147256108.0,clp,0.0,clp,1450.3785
+186-2020-04-15,real_asset_day,2020-04-15,0.000032514703176840457672048997181287264137702293819972,decimal,584727.0,clp,0.0,integer,0.0,clp,0.0,clp,1437.2878,clp,133334.2615,decimal,12562458.7556,decimal,0.0,clp,82958.4606,decimal,0.0,clp,6761.0,integer,21004464499.0,clp,18055868707.0,clp,0.0,clp,1437.2878
+186-2020-04-16,real_asset_day,2020-04-16,0.000032514694348619094544813575608968592349398052246669,decimal,587453.0,clp,0.0,integer,0.0,clp,0.0,clp,1438.1984,clp,127210.9363,decimal,12662979.4881,decimal,0.0,clp,26690.2038,decimal,0.0,clp,6801.0,integer,21129138032.0,clp,18211876839.0,clp,0.0,clp,1438.1984
+186-2020-04-17,real_asset_day,2020-04-17,0.000032514742749984949116347734251764810489538929937756,decimal,602357.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.9778,clp,74953.7372,decimal,12727806.5309,decimal,0.0,clp,10126.6944,decimal,0.0,clp,6830.0,integer,21566556626.0,clp,18620498397.0,clp,0.0,clp,1462.9778
+186-2020-04-18,real_asset_day,2020-04-18,0.000032514741867827858787976118844364412007444,decimal,605421.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.9302,clp,0.0,decimal,12727806.5309,decimal,0.0,clp,0.0,decimal,0.0,clp,6830.0,integer,21566556626.0,clp,18619892554.0,clp,0.0,clp,1462.9302
+186-2020-04-19,real_asset_day,2020-04-19,0.000032514725694344281355126090112181316746048,decimal,605401.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.8826,clp,0.0,decimal,12727806.5309,decimal,0.0,clp,0.0,decimal,0.0,clp,6830.0,integer,21566556626.0,clp,18619286710.0,clp,0.0,clp,1462.8826
+186-2020-04-20,real_asset_day,2020-04-20,0.00003251469225387051010592953560119242746904857887257,decimal,601221.0,clp,0.0,integer,0.0,clp,0.0,clp,1452.7836,clp,160009.9736,decimal,12788011.0957,decimal,0.0,clp,99805.4088,decimal,0.0,clp,6871.0,integer,21539293328.0,clp,18578212796.0,clp,0.0,clp,1452.7836
+186-2020-04-21,real_asset_day,2020-04-21,0.00003251472135321587750495098869374312899635124491984,decimal,588356.0,clp,0.0,integer,0.0,clp,0.0,clp,1415.0023,clp,97976.1004,decimal,12787885.2242,decimal,0.0,clp,98101.9719,decimal,0.0,clp,6886.0,integer,21095818437.0,clp,18094887004.0,clp,0.0,clp,1415.0023
+186-2020-04-22,real_asset_day,2020-04-22,0.000032514729134688815551187611836467816990344276367922,decimal,599424.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.6348,clp,103128.0328,decimal,12875777.6075,decimal,0.0,clp,15235.6495,decimal,0.0,clp,6913.0,integer,21624551604.0,clp,18562169076.0,clp,0.0,clp,1441.6348
+186-2020-04-23,real_asset_day,2020-04-23,0.000032514729545381381339736918466455183411587579558913,decimal,604275.0,clp,0.0,integer,0.0,clp,0.0,clp,1443.3811,clp,83567.3499,decimal,12942194.3799,decimal,0.0,clp,17150.5775,decimal,0.0,clp,6937.0,integer,21635343779.0,clp,18680518760.0,clp,0.0,clp,1443.3811
+186-2020-04-24,real_asset_day,2020-04-24,0.000032514739102109272650982121963097278527516438994965,decimal,617067.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.3719,clp,68041.7041,decimal,12989366.4502,decimal,0.0,clp,20869.6338,decimal,0.0,clp,6957.0,integer,21940545570.0,clp,19047241961.0,clp,0.0,clp,1466.3719
+186-2020-04-25,real_asset_day,2020-04-25,0.000032514741354244361035979544179726368154993,decimal,619296.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.3242,clp,0.0,decimal,12989366.4502,decimal,0.0,clp,0.0,decimal,0.0,clp,6957.0,integer,21940545570.0,clp,19046622369.0,clp,0.0,clp,1466.3242
+186-2020-04-26,real_asset_day,2020-04-26,0.000032514694292902486423520309994473210780304,decimal,619275.0,clp,0.0,integer,0.0,clp,0.0,clp,1466.2766,clp,0.0,decimal,12989366.4502,decimal,0.0,clp,0.0,decimal,0.0,clp,6957.0,integer,21940545570.0,clp,19046004075.0,clp,0.0,clp,1466.2766
+186-2020-04-27,real_asset_day,2020-04-27,0.000032514727142490332307270889556282006550832231255938,decimal,625504.0,clp,0.0,integer,0.0,clp,0.0,clp,1481.0237,clp,130807.3355,decimal,13071785.7622,decimal,0.0,clp,48388.0235,decimal,0.0,clp,7004.0,integer,22341510906.0,clp,19359624515.0,clp,0.0,clp,1481.0237
+186-2020-04-28,real_asset_day,2020-04-28,0.000032514707762923235018458740518562090563109512153102,decimal,620424.0,clp,0.0,integer,0.0,clp,0.0,clp,1459.7343,clp,104931.8832,decimal,13151857.6336,decimal,0.0,clp,24860.0118,decimal,0.0,clp,7028.0,integer,25046662418.0,clp,19198217696.0,clp,0.0,clp,1459.7343
+186-2020-04-29,real_asset_day,2020-04-29,0.000032514732628450338561371346647377965926036593855266,decimal,633587.0,clp,0.0,integer,0.0,clp,0.0,clp,1481.6273,clp,172612.4576,decimal,13296096.2177,decimal,0.0,clp,28373.8735,decimal,0.0,clp,7051.0,integer,24140780948.0,clp,19699859140.0,clp,0.0,clp,1481.6273
+186-2020-04-30,real_asset_day,2020-04-30,0.000032514741343951345803481517311751256318169254265607,decimal,635576.0,clp,0.0,integer,0.0,clp,0.0,clp,1470.1547,clp,131948.2385,decimal,13399537.4519,decimal,0.0,clp,28507.0043,decimal,0.0,clp,7090.0,integer,22676526673.0,clp,19699392963.0,clp,0.0,clp,1470.1547
+186-2020-05-01,real_asset_day,2020-05-01,0.000032514698640841060997615820337686546994234,decimal,640499.0,clp,0.0,integer,0.0,clp,0.0,clp,1470.1069,clp,0.0,decimal,13399537.4519,decimal,0.0,clp,0.0,decimal,0.0,clp,7090.0,integer,22676526673.0,clp,19698752465.0,clp,0.0,clp,1470.1069
+186-2020-05-02,real_asset_day,2020-05-02,0.00003251474055345946039215139973521300880318,decimal,640479.0,clp,0.0,integer,0.0,clp,0.0,clp,1470.0591,clp,0.0,decimal,13399537.4519,decimal,0.0,clp,0.0,decimal,0.0,clp,7090.0,integer,22676526673.0,clp,19698111967.0,clp,0.0,clp,1470.0591
+186-2020-05-03,real_asset_day,2020-05-03,0.000032514731700866107750268827156741089426578,decimal,640458.0,clp,0.0,integer,0.0,clp,0.0,clp,1470.0113,clp,0.0,decimal,13399537.4519,decimal,0.0,clp,0.0,decimal,0.0,clp,7090.0,integer,22676526673.0,clp,19697471469.0,clp,0.0,clp,1470.0113
+186-2020-05-04,real_asset_day,2020-05-04,0.00003251474386275705444735826669392721006236595513363,decimal,627860.0,clp,0.0,integer,0.0,clp,0.0,clp,1441.0952,clp,258142.715,decimal,13604079.3046,decimal,0.0,clp,53600.8623,decimal,0.0,clp,7217.0,integer,22597830797.0,clp,19604773386.0,clp,0.0,clp,1441.0952
+186-2020-05-05,real_asset_day,2020-05-05,0.000032514712830329123691749571926266703883347839348359,decimal,639417.0,clp,0.0,integer,0.0,clp,0.0,clp,1445.5566,clp,108119.5618,decimal,13692753.3417,decimal,0.0,clp,19445.5247,decimal,0.0,clp,7267.0,integer,22795663404.0,clp,19793649965.0,clp,0.0,clp,1445.5566
+186-2020-05-06,real_asset_day,2020-05-06,0.000032514725789279675112005931393161365534822127340939,decimal,647527.0,clp,0.0,integer,0.0,clp,0.0,clp,1454.4105,clp,207343.0914,decimal,13895342.4366,decimal,0.0,clp,4753.9965,decimal,0.0,clp,7307.0,integer,23201768038.0,clp,20209531941.0,clp,0.0,clp,1454.4105
+186-2020-05-07,real_asset_day,2020-05-07,0.000032514712926222263216453644699605186201149005838313,decimal,663314.0,clp,0.0,integer,0.0,clp,0.0,clp,1468.1485,clp,78109.7906,decimal,13918578.9192,decimal,0.0,clp,54873.308,decimal,0.0,clp,7353.0,integer,23461539828.0,clp,20434540762.0,clp,0.0,clp,1468.1485
+186-2020-05-08,real_asset_day,2020-05-08,0.000032514721522732034361570539270654486384528945255068,decimal,668315.0,clp,0.0,integer,0.0,clp,0.0,clp,1476.7476,clp,77058.4159,decimal,13883526.1659,decimal,0.0,clp,112111.1692,decimal,0.0,clp,7384.0,integer,23686120379.0,clp,20502463945.0,clp,0.0,clp,1476.7476
+186-2020-05-09,real_asset_day,2020-05-09,0.000032514709933578772416963156181272709257526,decimal,666610.0,clp,0.0,integer,0.0,clp,0.0,clp,1476.6996,clp,0.0,decimal,13883526.1659,decimal,0.0,clp,0.0,decimal,0.0,clp,7384.0,integer,23686120379.0,clp,20501797536.0,clp,0.0,clp,1476.6996
+186-2020-05-10,real_asset_day,2020-05-10,0.000032514693744000459999594245802903790187537,decimal,666588.0,clp,0.0,integer,0.0,clp,0.0,clp,1476.6516,clp,0.0,decimal,13883526.1659,decimal,0.0,clp,0.0,decimal,0.0,clp,7384.0,integer,23686120379.0,clp,20501131127.0,clp,0.0,clp,1476.6516
+186-2020-05-11,real_asset_day,2020-05-11,0.000032514708106405321073351875128020514204815564599827,decimal,667228.0,clp,0.0,integer,0.0,clp,0.0,clp,1478.0687,clp,94375.2642,decimal,13944739.8794,decimal,0.0,clp,33161.5507,decimal,0.0,clp,7419.0,integer,23848291327.0,clp,20611283545.0,clp,0.0,clp,1478.0687
+186-2020-05-12,real_asset_day,2020-05-12,0.000032514717320219278035109138391563336687771801163279,decimal,653886.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.154,clp,67015.9833,decimal,13991155.3881,decimal,0.0,clp,20600.4746,decimal,0.0,clp,7454.0,integer,23298770151.0,clp,20177400708.0,clp,0.0,clp,1442.154
+186-2020-05-13,real_asset_day,2020-05-13,0.00003251472463118712190575563249651191049337023961172,decimal,644213.0,clp,0.0,integer,0.0,clp,0.0,clp,1416.1062,clp,47987.4706,decimal,13999095.9447,decimal,0.0,clp,40046.914,decimal,0.0,clp,7477.0,integer,22804935683.0,clp,19824206562.0,clp,0.0,clp,1416.1062
+186-2020-05-14,real_asset_day,2020-05-14,0.000032514726061890797290440857875895545789630656103109,decimal,653060.0,clp,0.0,integer,0.0,clp,0.0,clp,1434.7393,clp,70032.8996,decimal,14019147.6211,decimal,0.0,clp,49981.2232,decimal,0.0,clp,7488.0,integer,23166202258.0,clp,20113822044.0,clp,0.0,clp,1434.7393
+186-2020-05-15,real_asset_day,2020-05-15,0.000032514724278363201000693602990493094065175258870043,decimal,657720.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.9104,clp,40605.3882,decimal,14047265.5872,decimal,0.0,clp,12487.4221,decimal,0.0,clp,7502.0,integer,23333585826.0,clp,20268945607.0,clp,0.0,clp,1442.9104
+186-2020-05-16,real_asset_day,2020-05-16,0.00003251473628706658258771033589723000283749,decimal,659018.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.8635,clp,0.0,decimal,14047265.5872,decimal,0.0,clp,0.0,decimal,0.0,clp,7502.0,integer,23333585826.0,clp,20268286791.0,clp,0.0,clp,1442.8635
+186-2020-05-17,real_asset_day,2020-05-17,0.000032514707732221175612545807823500165061792,decimal,658996.0,clp,0.0,integer,0.0,clp,0.0,clp,1442.8166,clp,0.0,decimal,14047265.5872,decimal,0.0,clp,0.0,decimal,0.0,clp,7502.0,integer,23333585826.0,clp,20267627974.0,clp,0.0,clp,1442.8166
+186-2020-05-18,real_asset_day,2020-05-18,0.0000325147156894641675374954565319448163094768603151,decimal,674533.0,clp,0.0,integer,0.0,clp,0.0,clp,1476.8332,clp,64247.0137,decimal,14081959.0985,decimal,0.0,clp,29553.5024,decimal,0.0,clp,7552.0,integer,23924445084.0,clp,20796704718.0,clp,0.0,clp,1476.8332
+186-2020-05-19,real_asset_day,2020-05-19,0.000032514738979815402138482376167862199150746984721917,decimal,670127.0,clp,0.0,integer,0.0,clp,0.0,clp,1463.5709,clp,129052.132,decimal,14185110.1521,decimal,0.0,clp,25901.0784,decimal,0.0,clp,7577.0,integer,23841964295.0,clp,20760914432.0,clp,0.0,clp,1463.5709
+186-2020-05-20,real_asset_day,2020-05-20,0.000032514730023609375895299621269520502261893817964924,decimal,676763.0,clp,0.0,integer,0.0,clp,0.0,clp,1467.3163,clp,53670.3765,decimal,14225514.9114,decimal,0.0,clp,13265.6172,decimal,0.0,clp,7596.0,integer,23969873638.0,clp,20873329905.0,clp,0.0,clp,1467.3163
+186-2020-05-21,real_asset_day,2020-05-21,0.000032514700154038140454450521011979680388038,decimal,678668.0,clp,0.0,integer,0.0,clp,0.0,clp,1467.2686,clp,0.0,decimal,14225514.9114,decimal,0.0,clp,0.0,decimal,0.0,clp,7596.0,integer,23969873638.0,clp,20872651348.0,clp,0.0,clp,1467.2686
+186-2020-05-22,real_asset_day,2020-05-22,0.000032514742083919962051550765660207762923842376572477,decimal,674139.0,clp,0.0,integer,0.0,clp,0.0,clp,1457.4751,clp,57925.2112,decimal,14133559.9416,decimal,0.0,clp,149880.181,decimal,0.0,clp,7626.0,integer,23850926395.0,clp,20599311689.0,clp,0.0,clp,1457.4751
+186-2020-05-23,real_asset_day,2020-05-23,0.000032514716643386560516928623017805094642105,decimal,669759.0,clp,0.0,integer,0.0,clp,0.0,clp,1457.4277,clp,0.0,decimal,14133559.9416,decimal,0.0,clp,0.0,decimal,0.0,clp,7626.0,integer,23850926395.0,clp,20598641758.0,clp,0.0,clp,1457.4277
+186-2020-05-24,real_asset_day,2020-05-24,0.000032514706088178459858412036662971981223743,decimal,669737.0,clp,0.0,integer,0.0,clp,0.0,clp,1457.3803,clp,0.0,decimal,14133559.9416,decimal,0.0,clp,0.0,decimal,0.0,clp,7626.0,integer,23850926395.0,clp,20597971828.0,clp,0.0,clp,1457.3803
+186-2020-05-25,real_asset_day,2020-05-25,0.00003251472261338878836333631737543654491182616952545,decimal,668153.0,clp,0.0,integer,0.0,clp,0.0,clp,1453.9327,clp,225793.6359,decimal,14313224.4952,decimal,0.0,clp,46129.0823,decimal,0.0,clp,7698.0,integer,24091975589.0,clp,20810465136.0,clp,0.0,clp,1453.9327
+186-2020-05-26,real_asset_day,2020-05-26,0.000032514694896300357435662229570190749306716123960253,decimal,681003.0,clp,0.0,integer,0.0,clp,0.0,clp,1463.2949,clp,81955.7117,decimal,14374954.1982,decimal,0.0,clp,20226.0087,decimal,0.0,clp,7720.0,integer,24355935400.0,clp,21034797166.0,clp,0.0,clp,1463.2949
+186-2020-05-27,real_asset_day,2020-05-27,0.00003251470642657099523403178219936518654690805756118,decimal,702710.0,clp,0.0,integer,0.0,clp,0.0,clp,1503.4529,clp,66393.9947,decimal,14428000.3759,decimal,0.0,clp,13347.817,decimal,0.0,clp,7746.0,integer,24913696702.0,clp,21691819006.0,clp,0.0,clp,1503.4529
+186-2020-05-28,real_asset_day,2020-05-28,0.000032514736195091481364140823805571718238022296360661,decimal,700987.0,clp,0.0,integer,0.0,clp,0.0,clp,1494.2511,clp,81585.8643,decimal,14425590.968,decimal,0.0,clp,83995.2722,decimal,0.0,clp,7767.0,integer,24817190447.0,clp,21555455172.0,clp,0.0,clp,1494.2511
+186-2020-05-29,real_asset_day,2020-05-29,0.000032514721370832864627870633422808168133130240644986,decimal,700007.0,clp,0.0,integer,0.0,clp,0.0,clp,1492.412,clp,92821.6197,decimal,14501241.1477,decimal,0.0,clp,17171.44,decimal,0.0,clp,7812.0,integer,24912152749.0,clp,21641826304.0,clp,0.0,clp,1492.412
+186-2020-05-30,real_asset_day,2020-05-30,0.000032514719655442397235096014727835217167608,decimal,703655.0,clp,0.0,integer,0.0,clp,0.0,clp,1492.3634,clp,0.0,decimal,14501241.1477,decimal,0.0,clp,0.0,decimal,0.0,clp,7812.0,integer,24912152749.0,clp,21641121543.0,clp,0.0,clp,1492.3634
+186-2020-05-31,real_asset_day,2020-05-31,0.000032514713552394031496627775918456298348751,decimal,703632.0,clp,0.0,integer,0.0,clp,0.0,clp,1492.3149,clp,0.0,decimal,14501241.1477,decimal,0.0,clp,0.0,decimal,0.0,clp,7812.0,integer,24912152749.0,clp,21640418233.0,clp,0.0,clp,1492.3149
+186-2020-06-01,real_asset_day,2020-06-01,0.000032514738141816754957225714998879655517892358786019,decimal,699470.0,clp,0.0,integer,0.0,clp,0.0,clp,1483.4867,clp,198907.5499,decimal,14534664.1497,decimal,0.0,clp,165484.5479,decimal,0.0,clp,7885.0,integer,25083389139.0,clp,21561980955.0,clp,0.0,clp,1483.4867
+186-2020-06-02,real_asset_day,2020-06-02,0.000032514731523231962975120798001232787297384073616887,decimal,695621.0,clp,0.0,integer,0.0,clp,0.0,clp,1471.9312,clp,88919.188,decimal,14552001.8775,decimal,0.0,clp,71581.4602,decimal,0.0,clp,7919.0,integer,26945284044.0,clp,21419545586.0,clp,0.0,clp,1471.9312
+186-2020-06-03,real_asset_day,2020-06-03,0.000032514722524040487234804751386531218082172464157415,decimal,692007.0,clp,0.0,integer,0.0,clp,0.0,clp,1462.5398,clp,103196.0964,decimal,14606276.0691,decimal,0.0,clp,48921.9048,decimal,0.0,clp,7961.0,integer,24893358285.0,clp,21362260081.0,clp,0.0,clp,1462.5398
+186-2020-06-04,real_asset_day,2020-06-04,0.000032514708898206826712758170944327798882825716066661,decimal,696740.0,clp,0.0,integer,0.0,clp,0.0,clp,1467.0718,clp,85321.7155,decimal,14613133.4384,decimal,0.0,clp,78464.3462,decimal,0.0,clp,7989.0,integer,26861155021.0,clp,21438515977.0,clp,0.0,clp,1467.0718
+186-2020-06-05,real_asset_day,2020-06-05,0.000032514706944074899009436214075235587342997533208598,decimal,704561.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.8438,clp,72393.8256,decimal,14676027.3546,decimal,0.0,clp,9499.9094,decimal,0.0,clp,8016.0,integer,27112750753.0,clp,21762256171.0,clp,0.0,clp,1482.8438
+186-2020-06-06,real_asset_day,2020-06-06,0.000032514735367672523372037876450985528836202,decimal,707571.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.7956,clp,0.0,decimal,14676027.3546,decimal,0.0,clp,0.0,decimal,0.0,clp,8016.0,integer,27112750753.0,clp,21761548787.0,clp,0.0,clp,1482.7956
+186-2020-06-07,real_asset_day,2020-06-07,0.000032514735387712100563564412489715180545389,decimal,707548.0,clp,0.0,integer,0.0,clp,0.0,clp,1482.7474,clp,0.0,decimal,14676027.3546,decimal,0.0,clp,0.0,decimal,0.0,clp,8016.0,integer,27112750753.0,clp,21760841402.0,clp,0.0,clp,1482.7474
+186-2020-06-08,real_asset_day,2020-06-08,0.000032514699227509085907907574990953624396423127339157,decimal,718577.0,clp,0.0,integer,0.0,clp,0.0,clp,1505.8616,clp,149717.9635,decimal,14801596.5099,decimal,0.0,clp,24148.8082,decimal,0.0,clp,8072.0,integer,25673889467.0,clp,22289155803.0,clp,0.0,clp,1505.8616
+186-2020-06-09,real_asset_day,2020-06-09,0.00003251470113921280782812908711289408771642300752943,decimal,724504.0,clp,0.0,integer,0.0,clp,0.0,clp,1505.4019,clp,105082.3296,decimal,14843906.3946,decimal,0.0,clp,62772.4449,decimal,0.0,clp,8100.0,integer,25696845225.0,clp,22346044890.0,clp,0.0,clp,1505.4019
+186-2020-06-10,real_asset_day,2020-06-10,0.000032514718992619051486302120700241042685092505580641,decimal,724066.0,clp,0.0,integer,0.0,clp,0.0,clp,1500.2027,clp,73525.9536,decimal,14880231.5632,decimal,0.0,clp,37200.785,decimal,0.0,clp,8136.0,integer,25706728587.0,clp,22323363568.0,clp,0.0,clp,1500.2027
+186-2020-06-11,real_asset_day,2020-06-11,0.000032514705483247134626331183313384665367829595671109,decimal,700250.0,clp,0.0,integer,0.0,clp,0.0,clp,1447.3168,clp,101105.7232,decimal,14919550.7412,decimal,0.0,clp,61786.5452,decimal,0.0,clp,8175.0,integer,24894576158.0,clp,21593316436.0,clp,0.0,clp,1447.3168
+186-2020-06-12,real_asset_day,2020-06-12,0.000032514731731998263145416045469863297659551499307906,decimal,715970.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.9067,clp,91601.5839,decimal,14919094.961,decimal,0.0,clp,92057.3641,decimal,0.0,clp,8199.0,integer,25430392792.0,clp,22019192211.0,clp,0.0,clp,1475.9067
+186-2020-06-13,real_asset_day,2020-06-13,0.000032514738846758265576814809334642775573731,decimal,715925.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.8587,clp,0.0,decimal,14919094.961,decimal,0.0,clp,0.0,decimal,0.0,clp,8199.0,integer,25430392792.0,clp,22018476094.0,clp,0.0,clp,1475.8587
+186-2020-06-14,real_asset_day,2020-06-14,0.000032514706342303828342696269899359332547267,decimal,715901.0,clp,0.0,integer,0.0,clp,0.0,clp,1475.8107,clp,0.0,decimal,14919094.961,decimal,0.0,clp,0.0,decimal,0.0,clp,8199.0,integer,25430392792.0,clp,22017759978.0,clp,0.0,clp,1475.8107
+186-2020-06-15,real_asset_day,2020-06-15,0.00003251471910877050053725760790934224882304548042346,decimal,727732.0,clp,0.0,integer,0.0,clp,0.0,clp,1500.1994,clp,126821.8377,decimal,15021499.0008,decimal,0.0,clp,24417.7979,decimal,0.0,clp,8247.0,integer,25994031014.0,clp,22535243788.0,clp,0.0,clp,1500.1994
+186-2020-06-16,real_asset_day,2020-06-16,0.000032514738056851648658573519459642702025823925507573,decimal,730007.0,clp,0.0,integer,0.0,clp,0.0,clp,1494.6293,clp,94342.4827,decimal,15071569.2705,decimal,0.0,clp,44272.213,decimal,0.0,clp,8270.0,integer,25961443818.0,clp,22526409029.0,clp,0.0,clp,1494.6293
+186-2020-06-17,real_asset_day,2020-06-17,0.000032514696213356680666983448667705935612217642577166,decimal,748779.0,clp,0.0,integer,0.0,clp,0.0,clp,1527.9723,clp,60366.8724,decimal,15073221.0999,decimal,0.0,clp,58715.043,decimal,0.0,clp,8283.0,integer,26501678540.0,clp,23031464312.0,clp,0.0,clp,1527.9723
+186-2020-06-18,real_asset_day,2020-06-18,0.000032514715657575767719625096783686382304329948588501,decimal,762139.0,clp,0.0,integer,0.0,clp,0.0,clp,1555.0636,clp,70749.0058,decimal,15126403.9576,decimal,0.0,clp,17566.1481,decimal,0.0,clp,8303.0,integer,27049893309.0,clp,23522520193.0,clp,0.0,clp,1555.0636
+186-2020-06-19,real_asset_day,2020-06-19,0.000032514719122862123829104379672999790122828121936935,decimal,766480.0,clp,0.0,integer,0.0,clp,0.0,clp,1558.4222,clp,95466.6023,decimal,15098489.1333,decimal,0.0,clp,123381.4266,decimal,0.0,clp,8333.0,integer,27206444613.0,clp,23529820652.0,clp,0.0,clp,1558.4222
+186-2020-06-20,real_asset_day,2020-06-20,0.000032514735286337331642035840392159277881701,decimal,765041.0,clp,0.0,integer,0.0,clp,0.0,clp,1558.3715,clp,0.0,decimal,15098489.1333,decimal,0.0,clp,0.0,decimal,0.0,clp,8333.0,integer,27206444613.0,clp,23529055158.0,clp,0.0,clp,1558.3715
+186-2020-06-21,real_asset_day,2020-06-21,0.000032514730602709961153481064132419163668946,decimal,765016.0,clp,0.0,integer,0.0,clp,0.0,clp,1558.3208,clp,0.0,decimal,15098489.1333,decimal,0.0,clp,0.0,decimal,0.0,clp,8333.0,integer,27206444613.0,clp,23528289665.0,clp,0.0,clp,1558.3208
+186-2020-06-22,real_asset_day,2020-06-22,0.000032514705665974074353161102394392845927376265580031,decimal,770027.0,clp,0.0,integer,0.0,clp,0.0,clp,1568.5293,clp,176118.9458,decimal,15243695.2752,decimal,0.0,clp,30912.8039,decimal,0.0,clp,8423.0,integer,27588792909.0,clp,23910182679.0,clp,0.0,clp,1568.5293
+186-2020-06-23,real_asset_day,2020-06-23,0.000032514715683579939201027589616132917890537257141826,decimal,783463.0,clp,0.0,integer,0.0,clp,0.0,clp,1580.6957,clp,92012.065,decimal,15294933.2843,decimal,0.0,clp,40774.0559,decimal,0.0,clp,8455.0,integer,27930906614.0,clp,24176635274.0,clp,0.0,clp,1580.6957
+186-2020-06-24,real_asset_day,2020-06-24,0.000032514725938419644033738007923118703848690756616803,decimal,769976.0,clp,0.0,integer,0.0,clp,0.0,clp,1548.28,clp,168813.9191,decimal,15411056.6824,decimal,0.0,clp,52690.521,decimal,0.0,clp,8487.0,integer,30261938693.0,clp,23860630840.0,clp,0.0,clp,1548.28
+186-2020-06-25,real_asset_day,2020-06-25,0.000032514739238253398917099121094116275223132772396015,decimal,777026.0,clp,0.0,integer,0.0,clp,0.0,clp,1550.6824,clp,140972.8545,decimal,15534436.0711,decimal,0.0,clp,17593.4658,decimal,0.0,clp,8534.0,integer,29057314081.0,clp,24088976609.0,clp,0.0,clp,1550.6824
+186-2020-06-26,real_asset_day,2020-06-26,0.000032514708003238524354936603223282034653601003457186,decimal,769826.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.1132,clp,123210.0317,decimal,15637451.1006,decimal,0.0,clp,20195.0022,decimal,0.0,clp,8570.0,integer,27321551686.0,clp,23833245637.0,clp,0.0,clp,1524.1132
+186-2020-06-27,real_asset_day,2020-06-27,0.000032514714107652608713487120997105522909793,decimal,774906.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.0637,clp,0.0,decimal,15637451.1006,decimal,0.0,clp,0.0,decimal,0.0,clp,8570.0,integer,27321551686.0,clp,23832471583.0,clp,0.0,clp,1524.0637
+186-2020-06-28,real_asset_day,2020-06-28,0.000032514723296991339407598052579469452794355,decimal,774881.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.0141,clp,0.0,decimal,15637451.1006,decimal,0.0,clp,0.0,decimal,0.0,clp,8570.0,integer,27321551686.0,clp,23831695965.0,clp,0.0,clp,1524.0141
+186-2020-06-29,real_asset_day,2020-06-29,0.00003251473035165388359483287118917567119927,decimal,774856.0,clp,0.0,integer,0.0,clp,0.0,clp,1523.9646,clp,0.0,decimal,15637451.1006,decimal,0.0,clp,0.0,decimal,0.0,clp,8570.0,integer,27321551686.0,clp,23830921912.0,clp,0.0,clp,1523.9646
+186-2020-06-30,real_asset_day,2020-06-30,0.00003251470569990472449617253933861909432895663146946,decimal,801327.0,clp,0.0,integer,0.0,clp,0.0,clp,1576.0282,clp,267703.7537,decimal,15852716.6851,decimal,0.0,clp,52438.1692,decimal,0.0,clp,8690.0,integer,28627493523.0,clp,24984328542.0,clp,0.0,clp,1576.0282
+186-2020-07-01,real_asset_day,2020-07-01,0.000032514711169632069495690132575855095747620153927543,decimal,,,0.0,integer,0.0,clp,0.0,clp,1576.0006,clp,146045.1965,decimal,15935661.2681,decimal,0.0,clp,63100.6135,decimal,0.0,clp,8737.0,integer,28856262506.0,clp,25114611720.0,clp,,,1576.0006
+186-2020-07-02,real_asset_day,2020-07-02,0.00003251473286175386374630949091104939899196716777432,decimal,809193.0,clp,0.0,integer,0.0,clp,0.0,clp,1561.7152,clp,142312.4341,decimal,16045927.8747,decimal,0.0,clp,32045.8275,decimal,0.0,clp,8793.0,integer,28803758840.0,clp,25059169460.0,clp,0.0,clp,1561.7152
+186-2020-07-03,real_asset_day,2020-07-03,0.000032514729186087918903767421222640647320178533270881,decimal,812326.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.9884,clp,154895.3757,decimal,16193067.1003,decimal,0.0,clp,7756.1501,decimal,0.0,clp,8847.0,integer,28889168557.0,clp,25212417636.0,clp,0.0,clp,1556.9884
+186-2020-07-04,real_asset_day,2020-07-04,0.000032514717684737202927791567246449158535866,decimal,819748.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.9378,clp,0.0,decimal,16193067.1003,decimal,0.0,clp,0.0,decimal,0.0,clp,8847.0,integer,28889168557.0,clp,25211598266.0,clp,0.0,clp,1556.9378
+186-2020-07-05,real_asset_day,2020-07-05,0.000032514703466680440817322043249205843844341,decimal,819721.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.8872,clp,0.0,decimal,16193067.1003,decimal,0.0,clp,0.0,decimal,0.0,clp,8847.0,integer,28889168557.0,clp,25210778897.0,clp,0.0,clp,1556.8872
+186-2020-07-06,real_asset_day,2020-07-06,0.000032514721269334615998320755860553964585537221909262,decimal,830885.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.09,clp,221749.5833,decimal,16369423.8352,decimal,0.0,clp,45392.8484,decimal,0.0,clp,8988.0,integer,29557643602.0,clp,25832424060.0,clp,0.0,clp,1578.09
+186-2020-07-07,real_asset_day,2020-07-07,0.000032514721702375093529870254232855570525245347575127,decimal,827388.0,clp,0.0,integer,0.0,clp,0.0,clp,1554.5181,clp,166764.4365,decimal,16515679.9084,decimal,0.0,clp,20508.3633,decimal,0.0,clp,9060.0,integer,29373381327.0,clp,25673923351.0,clp,0.0,clp,1554.5181
+186-2020-07-08,real_asset_day,2020-07-08,0.000032514711415910177699456776249155188103590432239527,decimal,835579.0,clp,0.0,integer,0.0,clp,0.0,clp,1556.0056,clp,132065.3497,decimal,16642284.3363,decimal,0.0,clp,5460.9218,decimal,0.0,clp,9130.0,integer,29607678674.0,clp,25895487624.0,clp,0.0,clp,1556.0056
+186-2020-07-09,real_asset_day,2020-07-09,0.000032514710389847335773607807318395211811359328162421,decimal,837576.0,clp,0.0,integer,0.0,clp,0.0,clp,1547.859,clp,144249.821,decimal,16752973.0002,decimal,0.0,clp,33561.1571,decimal,0.0,clp,9189.0,integer,33089806501.0,clp,25931240035.0,clp,0.0,clp,1547.859
+186-2020-07-10,real_asset_day,2020-07-10,0.000032514735834355263945149526406561738823995001388804,decimal,858259.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.601,clp,120492.8093,decimal,16841809.5817,decimal,0.0,clp,31656.2278,decimal,0.0,clp,9254.0,integer,32079720516.0,clp,26535972019.0,clp,0.0,clp,1575.601
+186-2020-07-11,real_asset_day,2020-07-11,0.000032514732713342986901607805893904387887634,decimal,862782.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.5498,clp,0.0,decimal,16841809.5817,decimal,0.0,clp,0.0,decimal,0.0,clp,9254.0,integer,32079720516.0,clp,26535109718.0,clp,0.0,clp,1575.5498
+186-2020-07-12,real_asset_day,2020-07-12,0.000032514734126103366318060438849792760263233,decimal,862754.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.4986,clp,0.0,decimal,16841809.5817,decimal,0.0,clp,0.0,decimal,0.0,clp,9254.0,integer,32079720516.0,clp,26534247417.0,clp,0.0,clp,1575.4986
+186-2020-07-13,real_asset_day,2020-07-13,0.000032514726220091705668601365061744231191160722318776,decimal,847805.0,clp,0.0,integer,0.0,clp,0.0,clp,1548.2002,clp,224844.3985,decimal,17032908.2152,decimal,0.0,clp,33745.765,decimal,0.0,clp,9410.0,integer,30154399049.0,clp,26370351905.0,clp,0.0,clp,1548.2002
+186-2020-07-14,real_asset_day,2020-07-14,0.000032514711201480259650604920888425009109246081725175,decimal,866994.0,clp,0.0,integer,0.0,clp,0.0,clp,1565.4795,clp,133885.8496,decimal,17135247.1666,decimal,0.0,clp,31546.8982,decimal,0.0,clp,9484.0,integer,33174575722.0,clp,26824878167.0,clp,0.0,clp,1565.4795
+186-2020-07-15,real_asset_day,2020-07-15,0.000032514716729566354217751950665787334974405260064117,decimal,879189.0,clp,0.0,integer,0.0,clp,0.0,clp,1578.0178,clp,110351.6377,decimal,17227925.2807,decimal,0.0,clp,17673.5236,decimal,0.0,clp,9540.0,integer,32301164940.0,clp,27185972750.0,clp,0.0,clp,1578.0178
+186-2020-07-16,real_asset_day,2020-07-16,0.000032514736346757358892978663133973279056061,decimal,883916.0,clp,0.0,integer,0.0,clp,0.0,clp,1577.9665,clp,0.0,decimal,17227925.2807,decimal,0.0,clp,0.0,decimal,0.0,clp,9540.0,integer,31055266821.0,clp,27185088957.0,clp,0.0,clp,1577.9665
+186-2020-07-17,real_asset_day,2020-07-17,0.000032514721695387510448379142247935798919373506187764,decimal,881491.0,clp,0.0,integer,0.0,clp,0.0,clp,1573.6381,clp,163729.2256,decimal,17340434.7873,decimal,0.0,clp,51219.719,decimal,0.0,clp,9679.0,integer,31180542613.0,clp,27287568852.0,clp,0.0,clp,1573.6381
+186-2020-07-18,real_asset_day,2020-07-18,0.000032514725514038955391738347808128854107457,decimal,887219.0,clp,0.0,integer,0.0,clp,0.0,clp,1573.587,clp,0.0,decimal,17340434.7873,decimal,0.0,clp,0.0,decimal,0.0,clp,9679.0,integer,31180542613.0,clp,27286682756.0,clp,0.0,clp,1573.587
+186-2020-07-19,real_asset_day,2020-07-19,0.000032514720661010758512838159506177553667149,decimal,887190.0,clp,0.0,integer,0.0,clp,0.0,clp,1573.5358,clp,0.0,decimal,17340434.7873,decimal,0.0,clp,0.0,decimal,0.0,clp,9679.0,integer,31180542613.0,clp,27285794925.0,clp,0.0,clp,1573.5358
+186-2020-07-20,real_asset_day,2020-07-20,0.000032514716739405830614970757656498806143880147775086,decimal,900115.0,clp,0.0,integer,0.0,clp,0.0,clp,1596.46,clp,196056.2501,decimal,17501181.5163,decimal,0.0,clp,35309.5211,decimal,0.0,clp,9788.0,integer,31925813680.0,clp,27939936244.0,clp,0.0,clp,1596.46
+186-2020-07-21,real_asset_day,2020-07-21,0.000032514724170448037936076414997998867887776262727073,decimal,896614.0,clp,0.0,integer,0.0,clp,0.0,clp,1575.6439,clp,114347.6162,decimal,17595559.777,decimal,0.0,clp,19969.3555,decimal,0.0,clp,9848.0,integer,32476168498.0,clp,27724336430.0,clp,0.0,clp,1575.6439
+186-2020-07-22,real_asset_day,2020-07-22,0.000032514724537917825580669331047697198942338109787371,decimal,896002.0,clp,0.0,integer,0.0,clp,0.0,clp,1566.1228,clp,200527.9479,decimal,17777579.9053,decimal,0.0,clp,18507.8196,decimal,0.0,clp,9902.0,integer,32921931390.0,clp,27841873219.0,clp,0.0,clp,1566.1228
+186-2020-07-23,real_asset_day,2020-07-23,0.000032514729170837021027754406768649306923564173665309,decimal,888065.0,clp,0.0,integer,0.0,clp,0.0,clp,1536.3564,clp,190432.9522,decimal,17956227.213,decimal,0.0,clp,11785.6445,decimal,0.0,clp,9961.0,integer,32369297414.0,clp,27587164599.0,clp,0.0,clp,1536.3564
+186-2020-07-24,real_asset_day,2020-07-24,0.0000325147228177359013311599207425699420572106535165,decimal,890690.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.5675,clp,180550.5899,decimal,18119354.7762,decimal,0.0,clp,17423.0267,decimal,0.0,clp,10023.0,integer,31441715709.0,clp,27642298768.0,clp,0.0,clp,1525.5675
+186-2020-07-25,real_asset_day,2020-07-25,0.000032514706145104593292488062180662810687164,decimal,898752.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.5179,clp,0.0,decimal,18119354.7762,decimal,0.0,clp,0.0,decimal,0.0,clp,10023.0,integer,31441715709.0,clp,27641400048.0,clp,0.0,clp,1525.5179
+186-2020-07-26,real_asset_day,2020-07-26,0.000032514714162929744093967180159967610845065,decimal,898723.0,clp,0.0,integer,0.0,clp,0.0,clp,1525.4683,clp,0.0,decimal,18119354.7762,decimal,0.0,clp,0.0,decimal,0.0,clp,10023.0,integer,31441715709.0,clp,27640501328.0,clp,0.0,clp,1525.4683
+186-2020-07-27,real_asset_day,2020-07-27,0.000032514730304359060962387577090407832554926574322263,decimal,912059.0,clp,0.0,integer,0.0,clp,0.0,clp,1548.1037,clp,265898.7296,decimal,18355376.3423,decimal,0.0,clp,29877.1635,decimal,0.0,clp,10209.0,integer,32326010338.0,clp,28416026030.0,clp,0.0,clp,1548.1037
+186-2020-07-28,real_asset_day,2020-07-28,0.000032514702213180530246692898606545063890685740491071,decimal,912804.0,clp,0.0,integer,0.0,clp,0.0,clp,1529.4471,clp,137003.3561,decimal,18476219.7226,decimal,0.0,clp,16159.9758,decimal,0.0,clp,10279.0,integer,34675202412.0,clp,28258400674.0,clp,0.0,clp,1529.4471
+186-2020-07-29,real_asset_day,2020-07-29,0.000032514710652565664235933294622306984257001266673401,decimal,921219.0,clp,0.0,integer,0.0,clp,0.0,clp,1533.4509,clp,102978.8578,decimal,18472681.6739,decimal,0.0,clp,106516.9065,decimal,0.0,clp,10349.0,integer,33650577471.0,clp,28326950338.0,clp,0.0,clp,1533.4509
+186-2020-07-30,real_asset_day,2020-07-30,0.000032514707960411072555648801150505278796527353213239,decimal,915814.0,clp,0.0,integer,0.0,clp,0.0,clp,1524.7459,clp,123302.6649,decimal,18572157.0452,decimal,0.0,clp,23827.2936,decimal,0.0,clp,10419.0,integer,32399845153.0,clp,28317820309.0,clp,0.0,clp,1524.7459
+186-2020-07-31,real_asset_day,2020-07-31,0.000032514704766347418806807142308019796449564016703326,decimal,931794.0,clp,0.0,integer,0.0,clp,0.0,clp,1543.042,clp,171883.7086,decimal,18732883.3538,decimal,0.0,clp,11157.4,decimal,0.0,clp,10518.0,integer,33034574157.0,clp,28905625796.0,clp,0.0,clp,1543.042
+186-2020-08-01,real_asset_day,2020-08-01,0.000032514726450017996058735356643468773644642,decimal,939828.0,clp,0.0,integer,0.0,clp,0.0,clp,1542.9919,clp,0.0,decimal,18732883.3538,decimal,0.0,clp,0.0,decimal,0.0,clp,10518.0,integer,33034574157.0,clp,28904687279.0,clp,0.0,clp,1542.9919
+186-2020-08-02,real_asset_day,2020-08-02,0.00003251471179988005436065317373533457300043,decimal,939797.0,clp,0.0,integer,0.0,clp,0.0,clp,1542.9417,clp,0.0,decimal,18732883.3538,decimal,0.0,clp,0.0,decimal,0.0,clp,10518.0,integer,33034574157.0,clp,28903746888.0,clp,0.0,clp,1542.9417
+186-2020-08-03,real_asset_day,2020-08-03,0.000032514730979671164254460154715174023292821204528328,decimal,957827.0,clp,0.0,integer,0.0,clp,0.0,clp,1572.5421,clp,348714.3417,decimal,19055647.362,decimal,0.0,clp,25950.3335,decimal,0.0,clp,10781.0,integer,34115393237.0,clp,29965807719.0,clp,0.0,clp,1572.5421
+186-2020-08-04,real_asset_day,2020-08-04,0.000032514720577453293403905646920630397296924525759803,decimal,986631.0,clp,0.0,integer,0.0,clp,0.0,clp,1592.3958,clp,197527.1859,decimal,19214822.7128,decimal,0.0,clp,38351.8351,decimal,0.0,clp,10856.0,integer,34850224018.0,clp,30597602986.0,clp,0.0,clp,1592.3958
+186-2020-08-05,real_asset_day,2020-08-05,0.000032514707392426103475031882010914737541870642062846,decimal,1008911.0,clp,0.0,integer,0.0,clp,0.0,clp,1614.8665,clp,187636.0094,decimal,19386261.5764,decimal,0.0,clp,16197.1458,decimal,0.0,clp,10949.0,integer,38645668151.0,clp,31306224380.0,clp,0.0,clp,1614.8665
+186-2020-08-06,real_asset_day,2020-08-06,0.000032514713296928760029897515766824142085179916254183,decimal,1027310.0,clp,0.0,integer,0.0,clp,0.0,clp,1629.7745,clp,197030.8113,decimal,19551019.7696,decimal,0.0,clp,32272.6181,decimal,0.0,clp,11068.0,integer,37774762211.0,clp,31863753469.0,clp,0.0,clp,1629.7745
+186-2020-08-07,real_asset_day,2020-08-07,0.000032514718648874294986529659297052058971623508493028,decimal,1038557.0,clp,0.0,integer,0.0,clp,0.0,clp,1633.7324,clp,301813.2914,decimal,19509845.6985,decimal,0.0,clp,342987.3625,decimal,0.0,clp,11191.0,integer,36877357132.0,clp,31873867037.0,clp,0.0,clp,1633.7324
+186-2020-08-08,real_asset_day,2020-08-08,0.000032514716416476147910754808934114589904933,decimal,1036336.0,clp,0.0,integer,0.0,clp,0.0,clp,1633.6792,clp,0.0,decimal,19509845.6985,decimal,0.0,clp,0.0,decimal,0.0,clp,11191.0,integer,36877357132.0,clp,31872829113.0,clp,0.0,clp,1633.6792
+186-2020-08-09,real_asset_day,2020-08-09,0.000032514706513309153587208554529417355524415,decimal,1036302.0,clp,0.0,integer,0.0,clp,0.0,clp,1633.6261,clp,0.0,decimal,19509845.6985,decimal,0.0,clp,0.0,decimal,0.0,clp,11191.0,integer,36877357132.0,clp,31871793140.0,clp,0.0,clp,1633.6261
+186-2020-08-10,real_asset_day,2020-08-10,0.00003251471807516112556484917252539850250623306371985,decimal,1052281.0,clp,0.0,integer,0.0,clp,0.0,clp,1658.8148,clp,406443.1092,decimal,19857685.6103,decimal,0.0,clp,58603.1974,decimal,0.0,clp,11519.0,integer,38124065035.0,clp,32940222784.0,clp,0.0,clp,1658.8148
+186-2020-08-11,real_asset_day,2020-08-11,0.000032514722744466492750771721168887001408013233673034,decimal,1055415.0,clp,0.0,integer,0.0,clp,0.0,clp,1634.6116,clp,289062.1949,decimal,20108826.0397,decimal,0.0,clp,37921.7655,decimal,0.0,clp,11689.0,integer,38075783499.0,clp,32870120307.0,clp,0.0,clp,1634.6116
+186-2020-08-12,real_asset_day,2020-08-12,0.000032514720944373671036260357011585917688613705486799,decimal,1086590.0,clp,0.0,integer,0.0,clp,0.0,clp,1661.8773,clp,307395.4703,decimal,20380595.4247,decimal,0.0,clp,35626.0853,decimal,0.0,clp,11854.0,integer,38688129816.0,clp,33870048897.0,clp,0.0,clp,1661.8773
+186-2020-08-13,real_asset_day,2020-08-13,0.000032514711995511120294007529264519805995648283736228,decimal,1101289.0,clp,0.0,integer,0.0,clp,0.0,clp,1661.8986,clp,257192.6983,decimal,20610766.0944,decimal,0.0,clp,27022.0286,decimal,0.0,clp,12036.0,integer,43461950025.0,clp,34253003317.0,clp,0.0,clp,1661.8986
+186-2020-08-14,real_asset_day,2020-08-14,0.000032514714911794365000038740625404499973571002644288,decimal,1116987.0,clp,0.0,integer,0.0,clp,0.0,clp,1666.7637,clp,331647.8319,decimal,20911644.3996,decimal,0.0,clp,30769.5267,decimal,0.0,clp,12272.0,integer,41973483708.0,clp,34854769793.0,clp,0.0,clp,1666.7637
+186-2020-08-15,real_asset_day,2020-08-15,0.000032514713460939747330291630610903514836896,decimal,1133256.0,clp,0.0,integer,0.0,clp,0.0,clp,1666.7095,clp,0.0,decimal,20911644.3996,decimal,0.0,clp,0.0,decimal,0.0,clp,12272.0,integer,41973483708.0,clp,34853636381.0,clp,0.0,clp,1666.7095
+186-2020-08-16,real_asset_day,2020-08-16,0.000032514709229791653038341309120617227222347,decimal,1133219.0,clp,0.0,integer,0.0,clp,0.0,clp,1666.6553,clp,0.0,decimal,20911644.3996,decimal,0.0,clp,0.0,decimal,0.0,clp,12272.0,integer,41973483708.0,clp,34852502970.0,clp,0.0,clp,1666.6553
+186-2020-08-17,real_asset_day,2020-08-17,0.000032514714917065682332003586224690403693642003309963,decimal,1151987.0,clp,0.0,integer,0.0,clp,0.0,clp,1694.2576,clp,555603.6834,decimal,21423184.7156,decimal,0.0,clp,44063.3674,decimal,0.0,clp,12689.0,integer,41436679144.0,clp,36296393521.0,clp,0.0,clp,1694.2576
+186-2020-08-18,real_asset_day,2020-08-18,0.000032514707592354343112885576498692085626123620019465,decimal,1173732.0,clp,0.0,integer,0.0,clp,0.0,clp,1685.02,clp,318570.6995,decimal,21670160.8385,decimal,0.0,clp,71594.5766,decimal,0.0,clp,12873.0,integer,45809450446.0,clp,36514654416.0,clp,0.0,clp,1685.02
+186-2020-08-19,real_asset_day,2020-08-19,0.000032514716078046966104921190597290608052525741596793,decimal,1165118.0,clp,0.0,integer,0.0,clp,0.0,clp,1653.5899,clp,342652.4918,decimal,21939010.5879,decimal,0.0,clp,73802.7424,decimal,0.0,clp,13063.0,integer,43536957460.0,clp,36278126324.0,clp,0.0,clp,1653.5899
+186-2020-08-20,real_asset_day,2020-08-20,0.000032514729538439909069621059150189366631876586325044,decimal,1188177.0,clp,0.0,integer,0.0,clp,0.0,clp,1665.6508,clp,300334.3652,decimal,22213955.7536,decimal,0.0,clp,25389.1995,decimal,0.0,clp,13241.0,integer,42321420585.0,clp,37000693172.0,clp,0.0,clp,1665.6508
+186-2020-08-21,real_asset_day,2020-08-21,0.000032514705534734870267933591449675852818750753241394,decimal,1216296.0,clp,0.0,integer,0.0,clp,0.0,clp,1683.9669,clp,373687.1672,decimal,22571133.9272,decimal,0.0,clp,16508.9936,decimal,0.0,clp,13383.0,integer,43426018264.0,clp,38009042429.0,clp,0.0,clp,1683.9669
+186-2020-08-22,real_asset_day,2020-08-22,0.000032514715930969595341144927307747542895099,decimal,1235813.0,clp,0.0,integer,0.0,clp,0.0,clp,1683.9121,clp,0.0,decimal,22571133.9272,decimal,0.0,clp,0.0,decimal,0.0,clp,13383.0,integer,43426018264.0,clp,38007805531.0,clp,0.0,clp,1683.9121
+186-2020-08-23,real_asset_day,2020-08-23,0.000032514719719824742126321304647434347897835,decimal,1235773.0,clp,0.0,integer,0.0,clp,0.0,clp,1683.8574,clp,0.0,decimal,22571133.9272,decimal,0.0,clp,0.0,decimal,0.0,clp,13383.0,integer,43426018264.0,clp,38006570890.0,clp,0.0,clp,1683.8574
+186-2020-08-24,real_asset_day,2020-08-24,0.000032514714730076143379580586920438687839176053643316,decimal,1237269.0,clp,0.0,integer,0.0,clp,0.0,clp,1685.8961,clp,500119.1088,decimal,23021656.2724,decimal,0.0,clp,49596.7636,decimal,0.0,clp,13718.0,integer,44431288283.0,clp,38812120525.0,clp,0.0,clp,1685.8961
+186-2020-08-25,real_asset_day,2020-08-25,0.000032514729463920777549228747930085362724649395962901,decimal,1266961.0,clp,0.0,integer,0.0,clp,0.0,clp,1692.5696,clp,334031.2617,decimal,23302903.2167,decimal,0.0,clp,52784.3174,decimal,0.0,clp,13907.0,integer,51723863917.0,clp,39441785576.0,clp,0.0,clp,1692.5696
+186-2020-08-26,real_asset_day,2020-08-26,0.000032514721209019071538523827651681121703036394402287,decimal,1304784.0,clp,0.0,integer,0.0,clp,0.0,clp,1722.0611,clp,252965.2073,decimal,23497851.0507,decimal,0.0,clp,58017.3733,decimal,0.0,clp,14047.0,integer,49735660117.0,clp,40464735228.0,clp,0.0,clp,1722.0611
+186-2020-08-27,real_asset_day,2020-08-27,0.000032514708935041179152046478211565167820791133936081,decimal,1309084.0,clp,0.0,integer,0.0,clp,0.0,clp,1713.4029,clp,356762.5573,decimal,23814412.6889,decimal,0.0,clp,40200.9191,decimal,0.0,clp,14230.0,integer,46820223426.0,clp,40803683763.0,clp,0.0,clp,1713.4029
+186-2020-08-28,real_asset_day,2020-08-28,0.00003251472399707057599581938690475009832585906381637,decimal,1330505.0,clp,0.0,integer,0.0,clp,0.0,clp,1718.2904,clp,314239.2098,decimal,24099751.9785,decimal,0.0,clp,28899.9202,decimal,0.0,clp,14421.0,integer,47547163690.0,clp,41410372467.0,clp,0.0,clp,1718.2904
+186-2020-08-29,real_asset_day,2020-08-29,0.000032514723313051092507059320533283208788775,decimal,1346403.0,clp,0.0,integer,0.0,clp,0.0,clp,1718.2345,clp,0.0,decimal,24099751.9785,decimal,0.0,clp,0.0,decimal,0.0,clp,14421.0,integer,47547163690.0,clp,41409025291.0,clp,0.0,clp,1718.2345
+186-2020-08-30,real_asset_day,2020-08-30,0.000032514716664391092454218069245500198178512,decimal,1346359.0,clp,0.0,integer,0.0,clp,0.0,clp,1718.1787,clp,0.0,decimal,24099751.9785,decimal,0.0,clp,0.0,decimal,0.0,clp,14421.0,integer,47547163690.0,clp,41407680525.0,clp,0.0,clp,1718.1787
+186-2020-08-31,real_asset_day,2020-08-31,0.000032514729460244620481296945710303042062616898459845,decimal,1344388.0,clp,0.0,integer,0.0,clp,0.0,clp,1715.6627,clp,677052.7895,decimal,24724144.6917,decimal,0.0,clp,52660.0763,decimal,0.0,clp,14839.0,integer,48693661398.0,clp,42418292837.0,clp,0.0,clp,1715.6627
+186-2020-09-01,real_asset_day,2020-09-01,0.000032514703719824710723598455151871451173728731542572,decimal,1388398.0,clp,0.0,integer,0.0,clp,0.0,clp,1727.0818,clp,389687.6948,decimal,25067546.2692,decimal,0.0,clp,46286.1173,decimal,0.0,clp,15038.0,integer,56502279029.0,clp,43293702370.0,clp,0.0,clp,1727.0818
+186-2020-09-02,real_asset_day,2020-09-02,0.000032514700761855176752310078092157286009797010300881,decimal,1424060.0,clp,0.0,integer,0.0,clp,0.0,clp,1747.1762,clp,532581.3421,decimal,25546420.9244,decimal,0.0,clp,53706.6869,decimal,0.0,clp,15252.0,integer,51223726929.0,clp,44634098233.0,clp,0.0,clp,1747.1762
+186-2020-09-03,real_asset_day,2020-09-03,0.000032514704383291352431531176804667339471507495169925,decimal,1389451.0,clp,0.0,integer,0.0,clp,0.0,clp,1672.7589,clp,532837.3471,decimal,26007568.4367,decimal,0.0,clp,71689.8348,decimal,0.0,clp,15470.0,integer,49913486032.0,clp,43504392837.0,clp,0.0,clp,1672.7589
+186-2020-09-04,real_asset_day,2020-09-04,0.000032514714595563463054721426200927586482160361111396,decimal,1398006.0,clp,0.0,integer,0.0,clp,0.0,clp,1653.215,clp,374113.3842,decimal,26235643.6879,decimal,0.0,clp,146038.133,decimal,0.0,clp,15638.0,integer,49968747928.0,clp,43373159880.0,clp,0.0,clp,1653.215
+186-2020-09-05,real_asset_day,2020-09-05,0.000032514713172860271461780820395890849103458,decimal,1410220.0,clp,0.0,integer,0.0,clp,0.0,clp,1653.1613,clp,0.0,decimal,26235643.6879,decimal,0.0,clp,0.0,decimal,0.0,clp,15638.0,integer,49968747928.0,clp,43371749660.0,clp,0.0,clp,1653.1613
+186-2020-09-06,real_asset_day,2020-09-06,0.000032514709746627783175476156105641418497058,decimal,1410174.0,clp,0.0,integer,0.0,clp,0.0,clp,1653.1075,clp,0.0,decimal,26235643.6879,decimal,0.0,clp,0.0,decimal,0.0,clp,15638.0,integer,49968747928.0,clp,43370339486.0,clp,,,1653.1075
+186-2020-09-07,real_asset_day,2020-09-07,0.000032514715358968097542533811511947997185032349705247,decimal,1409235.0,clp,0.0,integer,0.0,clp,0.0,clp,1652.0065,clp,400974.5151,decimal,26603086.6319,decimal,0.0,clp,33531.5711,decimal,0.0,clp,15863.0,integer,50630496218.0,clp,43948470900.0,clp,0.0,clp,1652.0065
+186-2020-09-08,real_asset_day,2020-09-08,0.000032514706087954095920914134279004608077231681208294,decimal,1384768.0,clp,0.0,integer,0.0,clp,0.0,clp,1600.9035,clp,190032.5648,decimal,26661528.2987,decimal,0.0,clp,131590.898,decimal,0.0,clp,15967.0,integer,56480614265.0,clp,42682534324.0,clp,0.0,clp,1600.9035
+186-2020-09-09,real_asset_day,2020-09-09,0.000032514708328618759055928258703878372345424705189596,decimal,1407562.0,clp,0.0,integer,0.0,clp,0.0,clp,1623.6882,clp,275394.0582,decimal,26799025.2452,decimal,0.0,clp,137897.1117,decimal,0.0,clp,16008.0,integer,50251408424.0,clp,43513260672.0,clp,0.0,clp,1623.6882
+186-2020-09-10,real_asset_day,2020-09-10,0.000032514699300544476316491974854393809514338481604468,decimal,1386522.0,clp,0.0,integer,0.0,clp,0.0,clp,1591.2119,clp,204226.199,decimal,26978421.8185,decimal,0.0,clp,24829.6257,decimal,0.0,clp,16096.0,integer,49552589015.0,clp,42928386540.0,clp,0.0,clp,1591.2119
+186-2020-09-11,real_asset_day,2020-09-11,0.000032514698483300352452558094650503459094398064623755,decimal,1397800.0,clp,0.0,integer,0.0,clp,0.0,clp,1593.4879,clp,122082.5523,decimal,27059910.2888,decimal,0.0,clp,40594.082,decimal,0.0,clp,16148.0,integer,49717342441.0,clp,43119639055.0,clp,0.0,clp,1593.4879
+186-2020-09-12,real_asset_day,2020-09-12,0.000032514710595979436114551807465248614355698,decimal,1401977.0,clp,0.0,integer,0.0,clp,0.0,clp,1593.4361,clp,0.0,decimal,27059910.2888,decimal,0.0,clp,0.0,decimal,0.0,clp,16148.0,integer,49717342441.0,clp,43118237078.0,clp,0.0,clp,1593.4361
+186-2020-09-13,real_asset_day,2020-09-13,0.000032514700933413571816860048816699389552716,decimal,1401931.0,clp,0.0,integer,0.0,clp,0.0,clp,1593.3843,clp,0.0,decimal,27059910.2888,decimal,0.0,clp,0.0,decimal,0.0,clp,16148.0,integer,49717342441.0,clp,43116835147.0,clp,0.0,clp,1593.3843
+186-2020-09-14,real_asset_day,2020-09-14,0.000032514698587629298807939464992458782570389866237629,decimal,1426276.0,clp,0.0,integer,0.0,clp,0.0,clp,1621.054,clp,334693.1068,decimal,27359955.215,decimal,0.0,clp,34648.1806,decimal,0.0,clp,16295.0,integer,50961719860.0,clp,44351965581.0,clp,0.0,clp,1621.054
+186-2020-09-15,real_asset_day,2020-09-15,0.0000325147119084496499288799150142236020068518695505,decimal,1445928.0,clp,0.0,integer,0.0,clp,0.0,clp,1625.3668,clp,253391.0068,decimal,27603218.1699,decimal,0.0,clp,10128.0519,decimal,0.0,clp,16386.0,integer,54662456546.0,clp,44865353438.0,clp,0.0,clp,1625.3668
+186-2020-09-16,real_asset_day,2020-09-16,0.000032514704436848338913724732621336123775248621519281,decimal,1449886.0,clp,0.0,integer,0.0,clp,0.0,clp,1615.453,clp,196303.4156,decimal,27790960.6243,decimal,0.0,clp,8560.9612,decimal,0.0,clp,16483.0,integer,54645003575.0,clp,44894990777.0,clp,0.0,clp,1615.453
+186-2020-09-17,real_asset_day,2020-09-17,0.000032514714328354224770340248418589929230849606212581,decimal,1450432.0,clp,0.0,integer,0.0,clp,0.0,clp,1605.1435,clp,172966.6046,decimal,27900124.6962,decimal,0.0,clp,63802.5327,decimal,0.0,clp,16553.0,integer,51511920039.0,clp,44783704498.0,clp,0.0,clp,1605.1435
+186-2020-09-18,real_asset_day,2020-09-18,0.000032514714010647231723846279509683116487851,decimal,1456082.0,clp,0.0,integer,0.0,clp,0.0,clp,1605.0913,clp,0.0,decimal,27900124.6962,decimal,0.0,clp,0.0,decimal,0.0,clp,16553.0,integer,51511920039.0,clp,44782248416.0,clp,0.0,clp,1605.0913
+186-2020-09-19,real_asset_day,2020-09-19,0.000032514699328662718972251347242808598678807,decimal,1456034.0,clp,0.0,integer,0.0,clp,0.0,clp,1605.0391,clp,0.0,decimal,27900124.6962,decimal,0.0,clp,0.0,decimal,0.0,clp,16553.0,integer,51511920039.0,clp,44780792382.0,clp,0.0,clp,1605.0391
+186-2020-09-20,real_asset_day,2020-09-20,0.00003251470694332517028360040305148430058596,decimal,1455987.0,clp,0.0,integer,0.0,clp,0.0,clp,1604.987,clp,0.0,decimal,27900124.6962,decimal,0.0,clp,0.0,decimal,0.0,clp,16553.0,integer,51511920039.0,clp,44779336395.0,clp,0.0,clp,1604.987
+186-2020-09-21,real_asset_day,2020-09-21,0.000032514717153822018738737098252268455279453859695116,decimal,1452580.0,clp,0.0,integer,0.0,clp,0.0,clp,1601.2308,clp,211713.6504,decimal,27995193.5467,decimal,0.0,clp,116644.7999,decimal,0.0,clp,16643.0,integer,51900144171.0,clp,44826766185.0,clp,0.0,clp,1601.2308
+186-2020-09-22,real_asset_day,2020-09-22,0.000032514716784900170087725290920477288709978337137827,decimal,1475911.0,clp,0.0,integer,0.0,clp,0.0,clp,1621.4245,clp,112406.6953,decimal,28067898.3439,decimal,0.0,clp,39701.8981,decimal,0.0,clp,16697.0,integer,52748939543.0,clp,45509976858.0,clp,0.0,clp,1621.4245
+186-2020-09-23,real_asset_day,2020-09-23,0.000032514707133896150431368915927535385771651934138168,decimal,1454685.0,clp,0.0,integer,0.0,clp,0.0,clp,1593.9666,clp,99871.6923,decimal,28128650.4338,decimal,0.0,clp,39119.6024,decimal,0.0,clp,16774.0,integer,51926163462.0,clp,44836129517.0,clp,0.0,clp,1593.9666
+186-2020-09-24,real_asset_day,2020-09-24,0.000032514702047081429075495569863847047402846282215932,decimal,1474744.0,clp,0.0,integer,0.0,clp,0.0,clp,1612.4563,clp,121689.2,decimal,28194978.6089,decimal,0.0,clp,55361.0249,decimal,0.0,clp,16830.0,integer,52549173692.0,clp,45463171921.0,clp,0.0,clp,1612.4563
+186-2020-09-25,real_asset_day,2020-09-25,0.000032514699943037649828708904592326760556933611165369,decimal,1503259.0,clp,0.0,integer,0.0,clp,0.0,clp,1639.7676,clp,100926.8835,decimal,28233584.4804,decimal,0.0,clp,62321.012,decimal,0.0,clp,16873.0,integer,53634984998.0,clp,46296516178.0,clp,0.0,clp,1639.7676
+186-2020-09-26,real_asset_day,2020-09-26,0.000032514713150383286369342887932572319766034,decimal,1505269.0,clp,0.0,integer,0.0,clp,0.0,clp,1639.7143,clp,0.0,decimal,28233584.4804,decimal,0.0,clp,0.0,decimal,0.0,clp,16873.0,integer,53634984998.0,clp,46295010909.0,clp,0.0,clp,1639.7143
+186-2020-09-27,real_asset_day,2020-09-27,0.000032514711893112511261471339032251876516554,decimal,1505220.0,clp,0.0,integer,0.0,clp,0.0,clp,1639.6609,clp,0.0,decimal,28233584.4804,decimal,0.0,clp,0.0,decimal,0.0,clp,16873.0,integer,53634984998.0,clp,46293505689.0,clp,0.0,clp,1639.6609
+186-2020-09-28,real_asset_day,2020-09-28,0.000032514715957000782071778751520910206027085477806233,decimal,1526460.0,clp,0.0,integer,0.0,clp,0.0,clp,1662.7978,clp,241275.9878,decimal,28405540.9726,decimal,0.0,clp,69319.4956,decimal,0.0,clp,17012.0,integer,54928048530.0,clp,47232671454.0,clp,0.0,clp,1662.7978
+186-2020-09-29,real_asset_day,2020-09-29,0.000032514699743735324671832623081719673085387080130188,decimal,1534026.0,clp,0.0,integer,0.0,clp,0.0,clp,1660.9246,clp,198926.1885,decimal,28509625.4199,decimal,0.0,clp,94841.7412,decimal,0.0,clp,17099.0,integer,55245495417.0,clp,47352337158.0,clp,0.0,clp,1660.9246
+186-2020-09-30,real_asset_day,2020-09-30,0.000032514699577875228878519537821104720456722397946699,decimal,1554123.0,clp,0.0,integer,0.0,clp,0.0,clp,1676.5408,clp,232480.283,decimal,28701485.642,decimal,0.0,clp,40620.0609,decimal,0.0,clp,17218.0,integer,56131349253.0,clp,48119212142.0,clp,0.0,clp,1676.5408
+186-2020-10-01,real_asset_day,2020-10-01,0.000032514705547704385230420717397459153053900005594779,decimal,1579699.0,clp,0.0,integer,0.0,clp,0.0,clp,1692.7395,clp,320704.4895,decimal,28980017.0436,decimal,0.0,clp,42173.0879,decimal,0.0,clp,17342.0,integer,63271693623.0,clp,49055620909.0,clp,0.0,clp,1692.7395
+186-2020-10-02,real_asset_day,2020-10-02,0.000032514699031217047956312874532240175224742084453079,decimal,1578830.0,clp,0.0,integer,0.0,clp,0.0,clp,1675.5485,clp,286190.6485,decimal,29236052.419,decimal,0.0,clp,30155.2731,decimal,0.0,clp,17461.0,integer,56982903577.0,clp,48986422856.0,clp,0.0,clp,1675.5485
+186-2020-10-03,real_asset_day,2020-10-03,0.000032514698852800016821305653812651195444957,decimal,1592727.0,clp,0.0,integer,0.0,clp,0.0,clp,1675.494,clp,0.0,decimal,29236052.419,decimal,0.0,clp,0.0,decimal,0.0,clp,17461.0,integer,56982903577.0,clp,48984830129.0,clp,0.0,clp,1675.494
+186-2020-10-04,real_asset_day,2020-10-04,0.000032514714886458691091285227549330639789143,decimal,1592676.0,clp,0.0,integer,0.0,clp,0.0,clp,1675.4395,clp,0.0,decimal,29236052.419,decimal,0.0,clp,0.0,decimal,0.0,clp,17461.0,integer,56982903577.0,clp,48983237453.0,clp,0.0,clp,1675.4395
+186-2020-10-05,real_asset_day,2020-10-05,0.000032514698978095112035667286104224970326182351107669,decimal,1634295.0,clp,0.0,integer,0.0,clp,0.0,clp,1719.2221,clp,347243.1895,decimal,29523216.6783,decimal,0.0,clp,60078.9302,decimal,0.0,clp,17628.0,integer,59062165072.0,clp,50756966259.0,clp,0.0,clp,1719.2221
+186-2020-10-06,real_asset_day,2020-10-06,0.000032514709867154215305874879301533385291155535607315,decimal,1637201.0,clp,0.0,integer,0.0,clp,0.0,clp,1705.5264,clp,231428.5514,decimal,29673101.9896,decimal,0.0,clp,81543.2401,decimal,0.0,clp,17725.0,integer,59186188015.0,clp,50608258573.0,clp,0.0,clp,1705.5264
+186-2020-10-07,real_asset_day,2020-10-07,0.00003251471469443058330634248095135570956372514454525,decimal,1671083.0,clp,0.0,integer,0.0,clp,0.0,clp,1732.0289,clp,168699.0321,decimal,29793813.2872,decimal,0.0,clp,47987.7345,decimal,0.0,clp,17801.0,integer,60368832389.0,clp,51603744476.0,clp,0.0,clp,1732.0289
+186-2020-10-08,real_asset_day,2020-10-08,0.0000325147042150783085562373666528545759559777603802,decimal,1695845.0,clp,0.0,integer,0.0,clp,0.0,clp,1750.5731,clp,207984.035,decimal,29876700.9427,decimal,0.0,clp,125096.3795,decimal,0.0,clp,17902.0,integer,64324328790.0,clp,52301349617.0,clp,0.0,clp,1750.5731
+186-2020-10-09,real_asset_day,2020-10-09,0.000032514715266190415350978227579686073736988254267289,decimal,1719684.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.2559,clp,254272.5714,decimal,30066445.6655,decimal,0.0,clp,64527.8486,decimal,0.0,clp,17993.0,integer,63743662000.0,clp,53225303432.0,clp,0.0,clp,1770.2559
+186-2020-10-10,real_asset_day,2020-10-10,0.000032514709296277816366528126829887779971045,decimal,1730549.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.1984,clp,0.0,decimal,30066445.6655,decimal,0.0,clp,0.0,decimal,0.0,clp,17993.0,integer,63743662000.0,clp,53223572883.0,clp,0.0,clp,1770.1984
+186-2020-10-11,real_asset_day,2020-10-11,0.000032514714303185173894540932670632411754057,decimal,1730493.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.1408,clp,0.0,decimal,30066445.6655,decimal,0.0,clp,0.0,decimal,0.0,clp,17993.0,integer,63743662000.0,clp,53221842390.0,clp,0.0,clp,1770.1408
+186-2020-10-12,real_asset_day,2020-10-12,0.000032514700485705032382164687845444136624335,decimal,1730436.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.0833,clp,0.0,decimal,30066445.6655,decimal,0.0,clp,0.0,decimal,0.0,clp,17993.0,integer,63743662000.0,clp,53220111954.0,clp,0.0,clp,1770.0833
+186-2020-10-13,real_asset_day,2020-10-13,0.000032514717561719351919338015668559509554247974067105,decimal,1761760.0,clp,0.0,integer,0.0,clp,0.0,clp,1802.124,clp,468727.7191,decimal,30324085.249,decimal,0.0,clp,211088.1356,decimal,0.0,clp,18241.0,integer,67749182730.0,clp,54647761601.0,clp,0.0,clp,1802.124
+186-2020-10-14,real_asset_day,2020-10-14,0.000032514708058862728309274554546379790807767286127002,decimal,1767322.0,clp,0.0,integer,0.0,clp,0.0,clp,1792.4544,clp,206927.8878,decimal,30426834.6311,decimal,0.0,clp,104178.5057,decimal,0.0,clp,18309.0,integer,64015548644.0,clp,54538713589.0,clp,0.0,clp,1792.4544
+186-2020-10-15,real_asset_day,2020-10-15,0.00003251471376138777473418900923768607993246726383507,decimal,1773137.0,clp,0.0,integer,0.0,clp,0.0,clp,1792.2789,clp,237069.6806,decimal,30434686.2034,decimal,0.0,clp,229218.1083,decimal,0.0,clp,18404.0,integer,64358075626.0,clp,54547444791.0,clp,0.0,clp,1792.2789
+186-2020-10-16,real_asset_day,2020-10-16,0.000032514703920192572788937240296784120714593882649011,decimal,1755109.0,clp,0.0,integer,0.0,clp,0.0,clp,1773.5991,clp,248343.7978,decimal,30406097.5055,decimal,0.0,clp,276932.4957,decimal,0.0,clp,18461.0,integer,63698269849.0,clp,53928227360.0,clp,0.0,clp,1773.5991
+186-2020-10-17,real_asset_day,2020-10-17,0.000032514716267758346592090690929505059071695,decimal,1753404.0,clp,0.0,integer,0.0,clp,0.0,clp,1773.5414,clp,0.0,decimal,30406097.5055,decimal,0.0,clp,0.0,decimal,0.0,clp,18461.0,integer,63698269849.0,clp,53926473956.0,clp,0.0,clp,1773.5414
+186-2020-10-18,real_asset_day,2020-10-18,0.000032514716445417568876402150150637602907566,decimal,1753347.0,clp,0.0,integer,0.0,clp,0.0,clp,1773.4838,clp,0.0,decimal,30406097.5055,decimal,0.0,clp,0.0,decimal,0.0,clp,18461.0,integer,63698269849.0,clp,53924720609.0,clp,0.0,clp,1773.4838
+186-2020-10-19,real_asset_day,2020-10-19,0.000032514718243800338859032024529154968149899067757956,decimal,1715906.0,clp,0.0,integer,0.0,clp,0.0,clp,1735.6127,clp,285023.2951,decimal,30548337.6884,decimal,0.0,clp,142783.1122,decimal,0.0,clp,18543.0,integer,62705589791.0,clp,53020082208.0,clp,0.0,clp,1735.6127
+186-2020-10-20,real_asset_day,2020-10-20,0.00003251471476366609284299598416221399462568423221696,decimal,1722593.0,clp,0.0,integer,0.0,clp,0.0,clp,1734.2638,clp,199895.0699,decimal,30623351.8602,decimal,0.0,clp,124880.8981,decimal,0.0,clp,18607.0,integer,62686776564.0,clp,53108969082.0,clp,0.0,clp,1734.2638
+186-2020-10-21,real_asset_day,2020-10-21,0.00003251471123717869466360311836332949182554044883205,decimal,1713984.0,clp,0.0,integer,0.0,clp,0.0,clp,1721.3696,clp,174764.8248,decimal,30683236.0682,decimal,0.0,clp,114880.6168,decimal,0.0,clp,18647.0,integer,62061532872.0,clp,52817190863.0,clp,0.0,clp,1721.3696
+186-2020-10-22,real_asset_day,2020-10-22,0.000032514713120754967387451333565317505960453115081182,decimal,1714743.0,clp,0.0,integer,0.0,clp,0.0,clp,1718.7707,clp,120467.7919,decimal,30714614.2343,decimal,0.0,clp,89089.6258,decimal,0.0,clp,18698.0,integer,61946605408.0,clp,52791380105.0,clp,0.0,clp,1718.7707
+186-2020-10-23,real_asset_day,2020-10-23,0.00003251471481317962511758100163812560208389850273901,decimal,1712879.0,clp,0.0,integer,0.0,clp,0.0,clp,1715.1483,clp,116805.788,decimal,30795808.8667,decimal,0.0,clp,35611.1556,decimal,0.0,clp,18734.0,integer,61829340588.0,clp,52819378433.0,clp,0.0,clp,1715.1483
+186-2020-10-24,real_asset_day,2020-10-24,0.000032514711269281569964238122224542922822491,decimal,1717351.0,clp,0.0,integer,0.0,clp,0.0,clp,1715.0925,clp,0.0,decimal,30795808.8667,decimal,0.0,clp,0.0,decimal,0.0,clp,18734.0,integer,61829340588.0,clp,52817661082.0,clp,0.0,clp,1715.0925
+186-2020-10-25,real_asset_day,2020-10-25,0.000032514708189739690052961166069108380846513,decimal,1717295.0,clp,0.0,integer,0.0,clp,0.0,clp,1715.0367,clp,0.0,decimal,30795808.8667,decimal,0.0,clp,0.0,decimal,0.0,clp,18734.0,integer,61829340588.0,clp,52815943787.0,clp,0.0,clp,1715.0367
+186-2020-10-26,real_asset_day,2020-10-26,0.000032514708017002973043692641673837604768766003417725,decimal,1689558.0,clp,0.0,integer,0.0,clp,0.0,clp,1687.3362,clp,225588.8072,decimal,30940540.6547,decimal,0.0,clp,80857.0192,decimal,0.0,clp,18799.0,integer,61064014555.0,clp,52207095155.0,clp,0.0,clp,1687.3362
+186-2020-10-27,real_asset_day,2020-10-27,0.000032514708586913632291564175976728912282139394170255,decimal,1684586.0,clp,0.0,integer,0.0,clp,0.0,clp,1674.501,clp,131469.0775,decimal,30929852.3566,decimal,0.0,clp,142157.3756,decimal,0.0,clp,18823.0,integer,60695874774.0,clp,51792070083.0,clp,0.0,clp,1674.501
+186-2020-10-28,real_asset_day,2020-10-28,0.000032514717253011729259122284702377219474881002146495,decimal,1633084.0,clp,0.0,integer,0.0,clp,0.0,clp,1623.8679,clp,131897.6278,decimal,30932904.9744,decimal,0.0,clp,128845.01,decimal,0.0,clp,18838.0,integer,59055712252.0,clp,50230951243.0,clp,0.0,clp,1623.8679
+186-2020-10-29,real_asset_day,2020-10-29,0.000032514712980300337655953314705099892553453148982956,decimal,1645283.0,clp,0.0,integer,0.0,clp,0.0,clp,1635.8368,clp,271804.9014,decimal,31112295.893,decimal,0.0,clp,92413.9828,decimal,0.0,clp,18837.0,integer,59816912291.0,clp,50894639059.0,clp,0.0,clp,1635.8368
+186-2020-10-30,real_asset_day,2020-10-30,0.000032514713299378718037337564202360082730816528212588,decimal,1623849.0,clp,0.0,integer,0.0,clp,0.0,clp,1605.2166,clp,248578.3887,decimal,31279603.5211,decimal,0.0,clp,81270.7606,decimal,0.0,clp,18904.0,integer,58964748783.0,clp,50210540021.0,clp,0.0,clp,1605.2166
+186-2020-10-31,real_asset_day,2020-10-31,0.000032514708674503681656915673211937736595515,decimal,1632528.0,clp,0.0,integer,0.0,clp,0.0,clp,1605.1644,clp,0.0,decimal,31279603.5211,decimal,0.0,clp,0.0,decimal,0.0,clp,18904.0,integer,58964748783.0,clp,50208907493.0,clp,0.0,clp,1605.1644
+186-2020-11-01,real_asset_day,2020-11-01,0.000032514710256924623281692877793696793935012,decimal,1632475.0,clp,0.0,integer,0.0,clp,0.0,clp,1605.1123,clp,0.0,decimal,31279603.5211,decimal,0.0,clp,0.0,decimal,0.0,clp,18904.0,integer,58964748783.0,clp,50207275018.0,clp,0.0,clp,1605.1123
+186-2020-11-02,real_asset_day,2020-11-02,0.000032514701224423362853487207027711485867422319374301,decimal,1637447.0,clp,0.0,integer,0.0,clp,0.0,clp,1610.0014,clp,349042.9284,decimal,31518475.7505,decimal,0.0,clp,110170.699,decimal,0.0,clp,19003.0,integer,59560227934.0,clp,50744789034.0,clp,0.0,clp,1610.0014
+186-2020-11-03,real_asset_day,2020-11-03,0.000032514699557469794711943743017012708831705215695156,decimal,1657686.0,clp,0.0,integer,0.0,clp,0.0,clp,1617.5485,clp,272222.5063,decimal,31733275.907,decimal,0.0,clp,57422.3498,decimal,0.0,clp,19047.0,integer,64400532802.0,clp,51330113591.0,clp,0.0,clp,1617.5485
+186-2020-11-04,real_asset_day,2020-11-04,0.000032514713497194721392981581150622000168235018232231,decimal,1718974.0,clp,0.0,integer,0.0,clp,0.0,clp,1665.998,clp,251800.2688,decimal,31976672.3256,decimal,0.0,clp,8403.8502,decimal,0.0,clp,19128.0,integer,62260885585.0,clp,53273071273.0,clp,0.0,clp,1665.998
+186-2020-11-05,real_asset_day,2020-11-05,0.000032514704819959036317411232740257174367163156527556,decimal,1765626.0,clp,0.0,integer,0.0,clp,0.0,clp,1698.1875,clp,307151.8884,decimal,32249106.126,decimal,0.0,clp,34718.088,decimal,0.0,clp,19216.0,integer,63819023536.0,clp,54765028081.0,clp,0.0,clp,1698.1875
+186-2020-11-06,real_asset_day,2020-11-06,0.000032514703034092637285249767928660297406919336626852,decimal,1805844.0,clp,0.0,integer,0.0,clp,0.0,clp,1722.1967,clp,180770.85,decimal,32327901.0392,decimal,0.0,clp,101975.9368,decimal,0.0,clp,19282.0,integer,65022840643.0,clp,55675005069.0,clp,0.0,clp,1722.1967
+186-2020-11-07,real_asset_day,2020-11-07,0.000032514713843787806427287441094768854225542,decimal,1810198.0,clp,0.0,integer,0.0,clp,0.0,clp,1722.1407,clp,0.0,decimal,32327901.0392,decimal,0.0,clp,0.0,decimal,0.0,clp,19282.0,integer,65022840643.0,clp,55673194871.0,clp,0.0,clp,1722.1407
+186-2020-11-08,real_asset_day,2020-11-08,0.000032514711259903855771761980536898997283594,decimal,1810139.0,clp,0.0,integer,0.0,clp,0.0,clp,1722.0847,clp,0.0,decimal,32327901.0392,decimal,0.0,clp,0.0,decimal,0.0,clp,19282.0,integer,65022840643.0,clp,55671384732.0,clp,0.0,clp,1722.0847
+186-2020-11-09,real_asset_day,2020-11-09,0.00003251471451866900559104618649875456403922061230819,decimal,1785520.0,clp,0.0,integer,0.0,clp,0.0,clp,1698.6632,clp,477890.8726,decimal,32704248.4983,decimal,0.0,clp,101543.4135,decimal,0.0,clp,19486.0,integer,65028457505.0,clp,55553501849.0,clp,0.0,clp,1698.6632
+186-2020-11-10,real_asset_day,2020-11-10,0.000032514712691994705196770327331672533075988701521105,decimal,1798725.0,clp,0.0,integer,0.0,clp,0.0,clp,1691.5338,clp,379335.1585,decimal,32999863.6881,decimal,0.0,clp,83719.9687,decimal,0.0,clp,19575.0,integer,65371259673.0,clp,55820384281.0,clp,0.0,clp,1691.5338
+186-2020-11-11,real_asset_day,2020-11-11,0.000032514711690701337950625081660469345438705966227291,decimal,1840209.0,clp,0.0,integer,0.0,clp,0.0,clp,1715.0433,clp,179958.5457,decimal,33040855.1865,decimal,0.0,clp,138967.0473,decimal,0.0,clp,19631.0,integer,72140573241.0,clp,56666498326.0,clp,0.0,clp,1715.0433
+186-2020-11-12,real_asset_day,2020-11-12,0.000032514718206095468761896020105151595022641852805384,decimal,1828788.0,clp,0.0,integer,0.0,clp,0.0,clp,1702.2843,clp,386063.2713,decimal,33359083.1526,decimal,0.0,clp,67835.3052,decimal,0.0,clp,19722.0,integer,66426938070.0,clp,56786642949.0,clp,0.0,clp,1702.2843
+186-2020-11-13,real_asset_day,2020-11-13,0.000032514715945022816074684406243723047457871674769392,decimal,1888667.0,clp,0.0,integer,0.0,clp,0.0,clp,1741.2508,clp,212029.9715,decimal,33456027.5537,decimal,0.0,clp,115085.5704,decimal,0.0,clp,19779.0,integer,68172367825.0,clp,58255333803.0,clp,0.0,clp,1741.2508
+186-2020-11-14,real_asset_day,2020-11-14,0.000032514715173246114142179744498767895065793,decimal,1894094.0,clp,0.0,integer,0.0,clp,0.0,clp,1741.1942,clp,0.0,decimal,33456027.5537,decimal,0.0,clp,0.0,decimal,0.0,clp,19779.0,integer,68172367825.0,clp,58253439709.0,clp,0.0,clp,1741.1942
+186-2020-11-15,real_asset_day,2020-11-15,0.000032514708030277010910225018302564551878646,decimal,1894032.0,clp,0.0,integer,0.0,clp,0.0,clp,1741.1375,clp,0.0,decimal,33456027.5537,decimal,0.0,clp,0.0,decimal,0.0,clp,19779.0,integer,68172367825.0,clp,58251545677.0,clp,0.0,clp,1741.1375
+186-2020-11-16,real_asset_day,2020-11-16,0.000032514702219568361443066668909332456570265039650745,decimal,1917736.0,clp,0.0,integer,0.0,clp,0.0,clp,1762.9284,clp,237234.1504,decimal,33568107.2466,decimal,0.0,clp,125154.4575,decimal,0.0,clp,19867.0,integer,73465788728.0,clp,59178168614.0,clp,0.0,clp,1762.9284
+186-2020-11-17,real_asset_day,2020-11-17,0.000032514705014118131118788168452616669769098461883886,decimal,1919689.0,clp,0.0,integer,0.0,clp,0.0,clp,1758.8314,clp,173740.6358,decimal,33606175.9861,decimal,0.0,clp,135671.8963,decimal,0.0,clp,19917.0,integer,69347285678.0,clp,59107596696.0,clp,0.0,clp,1758.8314
+186-2020-11-18,real_asset_day,2020-11-18,0.000032514716412769502192134627997526398584737585502232,decimal,1885431.0,clp,0.0,integer,0.0,clp,0.0,clp,1725.4865,clp,179150.423,decimal,33710184.4478,decimal,0.0,clp,75141.9613,decimal,0.0,clp,19982.0,integer,68173446969.0,clp,58166469483.0,clp,0.0,clp,1725.4865
+186-2020-11-19,real_asset_day,2020-11-19,0.000032514702938393780499566370197530288524907582642387,decimal,1910494.0,clp,0.0,integer,0.0,clp,0.0,clp,1743.0296,clp,180288.7702,decimal,33768919.1223,decimal,0.0,clp,121554.0957,decimal,0.0,clp,20009.0,integer,68994106678.0,clp,58860225106.0,clp,0.0,clp,1743.0296
+186-2020-11-20,real_asset_day,2020-11-20,0.000032514706711087676823191737184374736015599233720802,decimal,1916024.0,clp,0.0,integer,0.0,clp,0.0,clp,1745.0342,clp,230031.5127,decimal,33936601.2038,decimal,0.0,clp,62349.4312,decimal,0.0,clp,20056.0,integer,69271884167.0,clp,59220529863.0,clp,0.0,clp,1745.0342
+186-2020-11-21,real_asset_day,2020-11-21,0.000032514714251231008160435525327673237589161,decimal,1925476.0,clp,0.0,integer,0.0,clp,0.0,clp,1744.9775,clp,0.0,decimal,33936601.2038,decimal,0.0,clp,0.0,decimal,0.0,clp,20056.0,integer,69271884167.0,clp,59218604387.0,clp,0.0,clp,1744.9775
+186-2020-11-22,real_asset_day,2020-11-22,0.000032514707568206964067900212130528385683259,decimal,1925413.0,clp,0.0,integer,0.0,clp,0.0,clp,1744.9207,clp,0.0,decimal,33936601.2038,decimal,0.0,clp,0.0,decimal,0.0,clp,20056.0,integer,69271884167.0,clp,59216678974.0,clp,0.0,clp,1744.9207
+186-2020-11-23,real_asset_day,2020-11-23,0.000032514703455409078617571883455978833305576670643447,decimal,1950107.0,clp,0.0,integer,0.0,clp,0.0,clp,1767.3001,clp,263234.326,decimal,34092835.0289,decimal,0.0,clp,107000.5009,decimal,0.0,clp,20135.0,integer,70553650453.0,clp,60252270308.0,clp,0.0,clp,1767.3001
+186-2020-11-24,real_asset_day,2020-11-24,0.000032514714704052727933180241798485556640409255433596,decimal,1996203.0,clp,0.0,integer,0.0,clp,0.0,clp,1800.7841,clp,171750.4227,decimal,34189214.6836,decimal,0.0,clp,75370.768,decimal,0.0,clp,20196.0,integer,72048761749.0,clp,61567393039.0,clp,0.0,clp,1800.7841
+186-2020-11-25,real_asset_day,2020-11-25,0.000032514716485994987290508856281679649860548597932222,decimal,2007376.0,clp,0.0,integer,0.0,clp,0.0,clp,1805.7583,clp,210583.9118,decimal,34272626.6659,decimal,0.0,clp,127171.9295,decimal,0.0,clp,20266.0,integer,72585219471.0,clp,61888081619.0,clp,0.0,clp,1805.7583
+186-2020-11-26,real_asset_day,2020-11-26,0.000032514704326201819422403566531106474782152338836091,decimal,1997963.0,clp,0.0,integer,0.0,clp,0.0,clp,1792.9172,clp,189200.8251,decimal,34334662.5723,decimal,0.0,clp,127164.9187,decimal,0.0,clp,20315.0,integer,72279363933.0,clp,61559208284.0,clp,0.0,clp,1792.9172
+186-2020-11-27,real_asset_day,2020-11-27,0.000032514705925797624760316005028040702968237658322565,decimal,2020398.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.7739,clp,224719.7637,decimal,34476673.9663,decimal,0.0,clp,82708.3697,decimal,0.0,clp,20380.0,integer,78535425415.0,clp,62394984008.0,clp,0.0,clp,1809.7739
+186-2020-11-28,real_asset_day,2020-11-28,0.000032514712432321994271457151330709832953153,decimal,2028689.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.715,clp,0.0,decimal,34476673.9663,decimal,0.0,clp,0.0,decimal,0.0,clp,20380.0,integer,78535425415.0,clp,62392955319.0,clp,0.0,clp,1809.715
+186-2020-11-29,real_asset_day,2020-11-29,0.000032514711792701403282262925790603006112464,decimal,2028623.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.6562,clp,0.0,decimal,34476673.9663,decimal,0.0,clp,0.0,decimal,0.0,clp,20380.0,integer,78535425415.0,clp,62390926696.0,clp,0.0,clp,1809.6562
+186-2020-11-30,real_asset_day,2020-11-30,0.000032514706187694014127417056008920558628394511037109,decimal,2030623.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.4406,clp,763354.7605,decimal,35058225.4269,decimal,0.0,clp,181803.2999,decimal,0.0,clp,20536.0,integer,77763732515.0,clp,63505894006.0,clp,0.0,clp,1811.4406
+186-2020-12-01,real_asset_day,2020-12-01,0.000032514714702556207988453272016338472352028495233612,decimal,2067986.0,clp,0.0,integer,0.0,clp,0.0,clp,1814.1689,clp,354212.3858,decimal,35334853.7947,decimal,0.0,clp,77584.018,decimal,0.0,clp,20669.0,integer,75293812635.0,clp,64103392804.0,clp,0.0,clp,1814.1689
+186-2020-12-02,real_asset_day,2020-12-02,0.000032514707118168727308017672653589379909566134119628,decimal,2071546.0,clp,0.0,integer,0.0,clp,0.0,clp,1803.0652,clp,282665.6488,decimal,35490245.7207,decimal,0.0,clp,127273.7228,decimal,0.0,clp,20760.0,integer,75282177343.0,clp,63991227747.0,clp,0.0,clp,1803.0652
+186-2020-12-03,real_asset_day,2020-12-03,0.000032514717833963139128045675553998243038444404762147,decimal,2077289.0,clp,0.0,integer,0.0,clp,0.0,clp,1800.1468,clp,306396.0468,decimal,35727368.107,decimal,0.0,clp,69273.6605,decimal,0.0,clp,20842.0,integer,79643204526.0,clp,64314507786.0,clp,0.0,clp,1800.1468
+186-2020-12-04,real_asset_day,2020-12-04,0.000032514703958390074654689682652812610774210583587136,decimal,2104927.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.9917,clp,194618.5602,decimal,35854793.2183,decimal,0.0,clp,67193.4489,decimal,0.0,clp,20904.0,integer,76199646108.0,clp,64968588617.0,clp,0.0,clp,1811.9917
+186-2020-12-05,real_asset_day,2020-12-05,0.000032514707921648825644570051224771944573109,decimal,2112366.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.9328,clp,0.0,decimal,35854793.2183,decimal,0.0,clp,0.0,decimal,0.0,clp,20904.0,integer,76199646108.0,clp,64966476251.0,clp,0.0,clp,1811.9328
+186-2020-12-06,real_asset_day,2020-12-06,0.000032514703006954340972535337754351378498836,decimal,2112297.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.8739,clp,0.0,decimal,35854793.2183,decimal,0.0,clp,0.0,decimal,0.0,clp,20904.0,integer,76199646108.0,clp,64964363954.0,clp,0.0,clp,1811.8739
+186-2020-12-07,real_asset_day,2020-12-07,0.000032514712278731468191378610530655792618256136065775,decimal,2113990.0,clp,0.0,integer,0.0,clp,0.0,clp,1813.3256,clp,328974.9262,decimal,36105656.7075,decimal,0.0,clp,78111.437,decimal,0.0,clp,21052.0,integer,79052684241.0,clp,65471311353.0,clp,0.0,clp,1813.3256
+186-2020-12-08,real_asset_day,2020-12-08,0.000032514717827970813386223591726419885670251,decimal,2128712.0,clp,0.0,integer,0.0,clp,0.0,clp,1813.2666,clp,0.0,decimal,36105656.7075,decimal,0.0,clp,0.0,decimal,0.0,clp,21052.0,integer,79052684241.0,clp,65469182641.0,clp,0.0,clp,1813.2666
+186-2020-12-09,real_asset_day,2020-12-09,0.000032514711367784960098174931836646918755680014220258,decimal,2086713.0,clp,0.0,integer,0.0,clp,0.0,clp,1777.4917,clp,289878.9274,decimal,36258578.1536,decimal,0.0,clp,136957.4813,decimal,0.0,clp,21168.0,integer,75773788494.0,clp,64449320021.0,clp,0.0,clp,1777.4917
+186-2020-12-10,real_asset_day,2020-12-10,0.000032514712309115792846414818363885214693595162440581,decimal,2105992.0,clp,0.0,integer,0.0,clp,0.0,clp,1786.3479,clp,201547.0927,decimal,36372735.246,decimal,0.0,clp,87390.0003,decimal,0.0,clp,21200.0,integer,76453549083.0,clp,64974357432.0,clp,0.0,clp,1786.3479
+186-2020-12-11,real_asset_day,2020-12-11,0.000032514704454246772557896059371221102304279996182756,decimal,2093521.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.1968,clp,180877.7404,decimal,36473658.1163,decimal,0.0,clp,79954.8701,decimal,0.0,clp,21283.0,integer,78055662443.0,clp,64565552597.0,clp,0.0,clp,1770.1968
+186-2020-12-12,real_asset_day,2020-12-12,0.000032514710591881942121645033286074613282611,decimal,2099262.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.1392,clp,0.0,decimal,36473658.1163,decimal,0.0,clp,0.0,decimal,0.0,clp,21283.0,integer,78055662443.0,clp,64563453335.0,clp,0.0,clp,1770.1392
+186-2020-12-13,real_asset_day,2020-12-13,0.000032514714536740125529579852063344905360386,decimal,2099194.0,clp,0.0,integer,0.0,clp,0.0,clp,1770.0817,clp,0.0,decimal,36473658.1163,decimal,0.0,clp,0.0,decimal,0.0,clp,21283.0,integer,78055662443.0,clp,64561354141.0,clp,0.0,clp,1770.0817
+186-2020-12-14,real_asset_day,2020-12-14,0.0000325147176125244439121135690310662739454112257798,decimal,2098304.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.3311,clp,279633.4741,decimal,36675774.1754,decimal,0.0,clp,77517.415,decimal,0.0,clp,21409.0,integer,76353660315.0,clp,64891586043.0,clp,0.0,clp,1769.3311
+186-2020-12-15,real_asset_day,2020-12-15,0.000032514703748904487718445806594386726366563160773344,decimal,2142600.0,clp,0.0,integer,0.0,clp,0.0,clp,1796.7266,clp,154702.0934,decimal,36783431.9019,decimal,0.0,clp,47044.3669,decimal,0.0,clp,21459.0,integer,77729134024.0,clp,66089772324.0,clp,0.0,clp,1796.7266
+186-2020-12-16,real_asset_day,2020-12-16,0.000032514714232551448056933995054969901603949016728693,decimal,2158111.0,clp,0.0,integer,0.0,clp,0.0,clp,1804.4364,clp,174325.6002,decimal,36918194.6403,decimal,0.0,clp,39562.8618,decimal,0.0,clp,21508.0,integer,80205602917.0,clp,66616535925.0,clp,0.0,clp,1804.4364
+186-2020-12-17,real_asset_day,2020-12-17,0.000032514714737529346207739644491366903371888279403643,decimal,2150028.0,clp,0.0,integer,0.0,clp,0.0,clp,1791.116,clp,224554.9314,decimal,37018742.8228,decimal,0.0,clp,124006.7489,decimal,0.0,clp,21584.0,integer,78130913430.0,clp,66304862424.0,clp,0.0,clp,1791.116
+186-2020-12-18,real_asset_day,2020-12-18,0.00003251470840406141725977519784284683862498945115372,decimal,2153575.0,clp,0.0,integer,0.0,clp,0.0,clp,1789.1983,clp,232974.7667,decimal,37171161.711,decimal,0.0,clp,80555.8785,decimal,0.0,clp,21632.0,integer,78559979649.0,clp,66506578553.0,clp,0.0,clp,1789.1983
+186-2020-12-19,real_asset_day,2020-12-19,0.000032514712919437364303474780698338358367071,decimal,2162372.0,clp,0.0,integer,0.0,clp,0.0,clp,1789.1401,clp,0.0,decimal,37171161.711,decimal,0.0,clp,0.0,decimal,0.0,clp,21632.0,integer,78559979649.0,clp,66504416181.0,clp,0.0,clp,1789.1401
+186-2020-12-20,real_asset_day,2020-12-20,0.000032514717530240115187058982055467425641115,decimal,2162302.0,clp,0.0,integer,0.0,clp,0.0,clp,1789.0819,clp,0.0,decimal,37171161.711,decimal,0.0,clp,0.0,decimal,0.0,clp,21632.0,integer,78559979649.0,clp,66502253879.0,clp,0.0,clp,1789.0819
+186-2020-12-21,real_asset_day,2020-12-21,0.000032514710083406175212042006133279897763101693249022,decimal,2179774.0,clp,0.0,integer,0.0,clp,0.0,clp,1803.5386,clp,312679.6969,decimal,37319616.5732,decimal,0.0,clp,164224.8347,decimal,0.0,clp,21761.0,integer,82386525276.0,clp,67307369967.0,clp,0.0,clp,1803.5386
+186-2020-12-22,real_asset_day,2020-12-22,0.00003251470738754424894965507634520189759480470271595,decimal,2195929.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.6779,clp,220095.72,decimal,37476194.2895,decimal,0.0,clp,63518.0037,decimal,0.0,clp,21793.0,integer,80472961126.0,clp,67819838764.0,clp,0.0,clp,1809.6779
+186-2020-12-23,real_asset_day,2020-12-23,0.000032514708117078786489020554563218446227231185798245,decimal,2160662.0,clp,0.0,integer,0.0,clp,0.0,clp,1773.1746,clp,240204.8779,decimal,37671324.0169,decimal,0.0,clp,45075.1505,decimal,0.0,clp,21853.0,integer,80253069980.0,clp,66797833496.0,clp,0.0,clp,1773.1746
+186-2020-12-24,real_asset_day,2020-12-24,0.000032514717956973511002824801802209728864305401955672,decimal,2159415.0,clp,0.0,integer,0.0,clp,0.0,clp,1762.9713,clp,190439.3357,decimal,37723307.1231,decimal,0.0,clp,138456.2295,decimal,0.0,clp,21906.0,integer,79459171315.0,clp,66505107171.0,clp,0.0,clp,1762.9713
+186-2020-12-25,real_asset_day,2020-12-25,0.000032514710513568244362350289711825458645618,decimal,2162324.0,clp,0.0,integer,0.0,clp,0.0,clp,1762.914,clp,0.0,decimal,37723307.1231,decimal,0.0,clp,0.0,decimal,0.0,clp,21906.0,integer,79459171315.0,clp,66502944847.0,clp,0.0,clp,1762.914
+186-2020-12-26,real_asset_day,2020-12-26,0.000032514715100925789792231415462253821780374,decimal,2162254.0,clp,0.0,integer,0.0,clp,0.0,clp,1762.8566,clp,0.0,decimal,37723307.1231,decimal,0.0,clp,0.0,decimal,0.0,clp,21906.0,integer,79459171315.0,clp,66500782593.0,clp,0.0,clp,1762.8566
+186-2020-12-27,real_asset_day,2020-12-27,0.000032514704615960017026765262482533357566839,decimal,2162183.0,clp,0.0,integer,0.0,clp,0.0,clp,1762.7993,clp,0.0,decimal,37723307.1231,decimal,0.0,clp,0.0,decimal,0.0,clp,21906.0,integer,79459171315.0,clp,66498620410.0,clp,0.0,clp,1762.7993
+186-2020-12-28,real_asset_day,2020-12-28,0.000032514711617650674592114005632151869800140543738565,decimal,2168244.0,clp,0.0,integer,0.0,clp,0.0,clp,1767.7404,clp,326182.6657,decimal,37828037.4118,decimal,0.0,clp,221452.377,decimal,0.0,clp,22047.0,integer,81934444841.0,clp,66870149980.0,clp,0.0,clp,1767.7404
+186-2020-12-29,real_asset_day,2020-12-29,0.000032515581887675494304832091314949891787367282368663,decimal,2163245.0,clp,0.0,integer,0.0,clp,0.0,clp,1758.7348,clp,233770.7094,decimal,38007475.5355,decimal,0.0,clp,54332.5857,decimal,0.0,clp,22125.0,integer,81087947852.0,clp,66845071611.0,clp,0.0,clp,1758.7348
+186-2020-12-30,real_asset_day,2020-12-30,0.000032514714483675996957361873735413658855821503636162,decimal,2187188.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.8528,clp,234067.8792,decimal,38180323.8146,decimal,0.0,clp,61219.6001,decimal,0.0,clp,22223.0,integer,83793286697.0,clp,67573552671.0,clp,0.0,clp,1769.8528
+186-2020-12-31,real_asset_day,2020-12-31,0.000032514709527891761339428654429489805360129,decimal,2197063.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.7952,clp,0.0,decimal,38180323.8146,decimal,0.0,clp,0.0,decimal,0.0,clp,22223.0,integer,83793286697.0,clp,67571355608.0,clp,0.0,clp,1769.7952
+186-2021-01-01,real_asset_day,2021-01-01,0.000032603797965905101404182998503558989365077,decimal,2203011.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.7375,clp,0.0,decimal,38180323.8146,decimal,0.0,clp,0.0,decimal,0.0,clp,22223.0,integer,83793286697.0,clp,67569152597.0,clp,0.0,clp,1769.7375
+186-2021-01-02,real_asset_day,2021-01-02,0.000032603795363716994986324116825205932104682,decimal,2202939.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.6798,clp,0.0,decimal,38180323.8146,decimal,0.0,clp,0.0,decimal,0.0,clp,22223.0,integer,83793286697.0,clp,67566949658.0,clp,0.0,clp,1769.6798
+186-2021-01-03,real_asset_day,2021-01-03,0.000032603792726615148575374167422741936580523,decimal,2202867.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.6222,clp,0.0,decimal,38180323.8146,decimal,0.0,clp,0.0,decimal,0.0,clp,22223.0,integer,83793286697.0,clp,67564746791.0,clp,0.0,clp,1769.6222
+186-2021-01-04,real_asset_day,2021-01-04,0.000032603793198901704396611671924123946806043861753415,decimal,2158467.0,clp,0.0,integer,0.0,clp,0.0,clp,1733.9544,clp,765908.7295,decimal,38710585.735,decimal,0.0,clp,235646.8091,decimal,0.0,clp,22542.0,integer,83033537439.0,clp,67122391066.0,clp,0.0,clp,1733.9544
+186-2021-01-05,real_asset_day,2021-01-05,0.000032603788848859956666431645399455572181248258679895,decimal,2210339.0,clp,0.0,integer,0.0,clp,0.0,clp,1751.3021,clp,298504.5779,decimal,38867558.7818,decimal,0.0,clp,141531.5311,decimal,0.0,clp,22636.0,integer,83135958087.0,clp,68068837872.0,clp,0.0,clp,1751.3021
+186-2021-01-06,real_asset_day,2021-01-06,0.000032603797939007316636067024041298930561666368330948,decimal,2194537.0,clp,0.0,integer,0.0,clp,0.0,clp,1731.759,clp,265285.8538,decimal,39017122.3007,decimal,0.0,clp,115722.3349,decimal,0.0,clp,22721.0,integer,82054748046.0,clp,67568252252.0,clp,0.0,clp,1731.759
+186-2021-01-07,real_asset_day,2021-01-07,0.000032603798261094310599136852827426135328495412051108,decimal,2306103.0,clp,0.0,integer,0.0,clp,0.0,clp,1812.8224,clp,254509.1556,decimal,39192802.0171,decimal,0.0,clp,78829.4392,decimal,0.0,clp,22777.0,integer,86297926771.0,clp,71049590995.0,clp,0.0,clp,1812.8224
+186-2021-01-08,real_asset_day,2021-01-08,0.000032603790594091003163928710416536160325431117748296,decimal,2349226.0,clp,0.0,integer,0.0,clp,0.0,clp,1838.4439,clp,266506.6055,decimal,39254507.0444,decimal,0.0,clp,204801.5782,decimal,0.0,clp,22815.0,integer,87857306309.0,clp,72167210354.0,clp,0.0,clp,1838.4439
+186-2021-01-09,real_asset_day,2021-01-09,0.000032603791946854149172523137109566954765241,decimal,2352848.0,clp,0.0,integer,0.0,clp,0.0,clp,1838.384,clp,0.0,decimal,39254507.0444,decimal,0.0,clp,0.0,decimal,0.0,clp,22815.0,integer,87857306309.0,clp,72164857506.0,clp,0.0,clp,1838.384
+186-2021-01-10,real_asset_day,2021-01-10,0.00003260380177590302986835346063696126581847,decimal,2352772.0,clp,0.0,integer,0.0,clp,0.0,clp,1838.3241,clp,0.0,decimal,39254507.0444,decimal,0.0,clp,0.0,decimal,0.0,clp,22815.0,integer,87857306309.0,clp,72162504734.0,clp,0.0,clp,1838.3241
+186-2021-01-11,real_asset_day,2021-01-11,0.000032603799373499987627041153226296336753626658097111,decimal,2349269.0,clp,0.0,integer,0.0,clp,0.0,clp,1835.5871,clp,509295.6599,decimal,39503223.371,decimal,0.0,clp,260579.3333,decimal,0.0,clp,22991.0,integer,87487320653.0,clp,72511609066.0,clp,0.0,clp,1835.5871
+186-2021-01-12,real_asset_day,2021-01-12,0.000032603797142453990882112865233401819827312277913116,decimal,2392930.0,clp,0.0,integer,0.0,clp,0.0,clp,1857.9297,clp,230703.009,decimal,39569424.2068,decimal,0.0,clp,164502.1732,decimal,0.0,clp,23053.0,integer,88882821751.0,clp,73517208515.0,clp,0.0,clp,1857.9297
+186-2021-01-13,real_asset_day,2021-01-13,0.000032603790451289457204251653839877290664796201437203,decimal,2451007.0,clp,0.0,integer,0.0,clp,0.0,clp,1899.8387,clp,386481.9845,decimal,39803473.2253,decimal,0.0,clp,152432.966,decimal,0.0,clp,23157.0,integer,91928142503.0,clp,75620178415.0,clp,0.0,clp,1899.8387
+186-2021-01-14,real_asset_day,2021-01-14,0.000032603793813543455161681486315772971739685364082508,decimal,2454108.0,clp,0.0,integer,0.0,clp,0.0,clp,1891.0568,clp,777514.4065,decimal,40410836.2467,decimal,0.0,clp,170151.3851,decimal,0.0,clp,23273.0,integer,92530072882.0,clp,76419184882.0,clp,0.0,clp,1891.0568
+186-2021-01-15,real_asset_day,2021-01-15,0.000032603792999137747861629708261423592327563800981278,decimal,2462529.0,clp,0.0,integer,0.0,clp,0.0,clp,1869.0262,clp,404389.521,decimal,40674528.8066,decimal,0.0,clp,140696.9611,decimal,0.0,clp,23392.0,integer,91318862228.0,clp,76021759926.0,clp,0.0,clp,1869.0262
+186-2021-01-16,real_asset_day,2021-01-16,0.000032603794117245705152703385770569379889782,decimal,2478517.0,clp,0.0,integer,0.0,clp,0.0,clp,1868.9653,clp,0.0,decimal,40674528.8066,decimal,0.0,clp,0.0,decimal,0.0,clp,23392.0,integer,91318862228.0,clp,76019281409.0,clp,0.0,clp,1868.9653
+186-2021-01-17,real_asset_day,2021-01-17,0.000032603791570665006425065720975884430003573,decimal,2478436.0,clp,0.0,integer,0.0,clp,0.0,clp,1868.9043,clp,0.0,decimal,40674528.8066,decimal,0.0,clp,0.0,decimal,0.0,clp,23392.0,integer,91318862228.0,clp,76016802973.0,clp,0.0,clp,1868.9043
+186-2021-01-18,real_asset_day,2021-01-18,0.000032603789676066931435903315196352289881361892093311,decimal,2481787.0,clp,0.0,integer,0.0,clp,0.0,clp,1871.4313,clp,503881.3353,decimal,41072376.652,decimal,0.0,clp,106033.4899,decimal,0.0,clp,23686.0,integer,95088533230.0,clp,76864131764.0,clp,0.0,clp,1871.4313
+186-2021-01-19,real_asset_day,2021-01-19,0.000032603793744359601803119195092548748970950680152142,decimal,2534157.0,clp,0.0,integer,0.0,clp,0.0,clp,1892.4114,clp,325464.0469,decimal,41359486.2878,decimal,0.0,clp,38354.4111,decimal,0.0,clp,23809.0,integer,98836716736.0,clp,78269161697.0,clp,0.0,clp,1892.4114
+186-2021-01-20,real_asset_day,2021-01-20,0.000032603790673479536363353945650775331826664023494341,decimal,2575245.0,clp,0.0,integer,0.0,clp,0.0,clp,1909.7447,clp,425199.2412,decimal,41720698.3484,decimal,0.0,clp,63987.1806,decimal,0.0,clp,23949.0,integer,105645966388.0,clp,79675883850.0,clp,0.0,clp,1909.7447
+186-2021-01-21,real_asset_day,2021-01-21,0.000032603797585086161374890919956698311329699620119478,decimal,2554110.0,clp,0.0,integer,0.0,clp,0.0,clp,1877.6725,clp,404899.7618,decimal,41910222.5974,decimal,0.0,clp,215375.5128,decimal,0.0,clp,24090.0,integer,94050809261.0,clp,78693671388.0,clp,0.0,clp,1877.6725
+186-2021-01-22,real_asset_day,2021-01-22,0.000032603790457957051899543443610987459339520050797076,decimal,2589783.0,clp,0.0,integer,0.0,clp,0.0,clp,1895.2884,clp,284799.9453,decimal,42090901.2062,decimal,0.0,clp,104121.3365,decimal,0.0,clp,24216.0,integer,96204675966.0,clp,79774398700.0,clp,0.0,clp,1895.2884
+186-2021-01-23,real_asset_day,2021-01-23,0.000032603790694480997948678587708836772070004,decimal,2600863.0,clp,0.0,integer,0.0,clp,0.0,clp,1895.2267,clp,0.0,decimal,42090901.2062,decimal,0.0,clp,0.0,decimal,0.0,clp,24216.0,integer,96204675966.0,clp,79771797837.0,clp,0.0,clp,1895.2267
+186-2021-01-24,real_asset_day,2021-01-24,0.000032603800663920179132461739715359289582784,decimal,2600779.0,clp,0.0,integer,0.0,clp,0.0,clp,1895.1649,clp,0.0,decimal,42090901.2062,decimal,0.0,clp,0.0,decimal,0.0,clp,24216.0,integer,96204675966.0,clp,79769197058.0,clp,0.0,clp,1895.1649
+186-2021-01-25,real_asset_day,2021-01-25,0.000032603798462259030721770535754178473519008073704974,decimal,2642202.0,clp,0.0,integer,0.0,clp,0.0,clp,1925.3496,clp,497654.0179,decimal,42476702.2401,decimal,0.0,clp,111852.984,decimal,0.0,clp,24468.0,integer,97877327536.0,clp,81782500448.0,clp,0.0,clp,1925.3496
+186-2021-01-26,real_asset_day,2021-01-26,0.000032603800019822911589119077073549459780074709197001,decimal,2643791.0,clp,0.0,integer,0.0,clp,0.0,clp,1909.0096,clp,393683.097,decimal,42731652.1264,decimal,0.0,clp,138733.2107,decimal,0.0,clp,24573.0,integer,97462353337.0,clp,81575133141.0,clp,0.0,clp,1909.0096
+186-2021-01-27,real_asset_day,2021-01-27,0.000032603801370058408533875224785036561373068416469569,decimal,2608267.0,clp,0.0,integer,0.0,clp,0.0,clp,1872.1219,clp,403229.1491,decimal,42961331.8768,decimal,0.0,clp,173549.3987,decimal,0.0,clp,24701.0,integer,96209366469.0,clp,80428850292.0,clp,0.0,clp,1872.1219
+186-2021-01-28,real_asset_day,2021-01-28,0.000032603801737586071271641720726179164941953595169962,decimal,2661525.0,clp,0.0,integer,0.0,clp,0.0,clp,1900.1355,clp,390944.8594,decimal,43266983.4463,decimal,0.0,clp,85293.2899,decimal,0.0,clp,24819.0,integer,98207649384.0,clp,82213130785.0,clp,0.0,clp,1900.1355
+186-2021-01-29,real_asset_day,2021-01-29,0.000032603799304127773022147783613554925226570956737183,decimal,2605435.0,clp,0.0,integer,0.0,clp,0.0,clp,1846.9512,clp,377853.4164,decimal,43587056.163,decimal,0.0,clp,57780.6997,decimal,0.0,clp,24956.0,integer,95967007325.0,clp,80503164516.0,clp,0.0,clp,1846.9512
+186-2021-01-30,real_asset_day,2021-01-30,0.000032603793757018349591207256575659945307145,decimal,2624623.0,clp,0.0,integer,0.0,clp,0.0,clp,1846.891,clp,0.0,decimal,43587056.163,decimal,0.0,clp,0.0,decimal,0.0,clp,24956.0,integer,95967007325.0,clp,80500539893.0,clp,0.0,clp,1846.891
+186-2021-01-31,real_asset_day,2021-01-31,0.000032603800836650871056585015585960449621385,decimal,2624538.0,clp,0.0,integer,0.0,clp,0.0,clp,1846.8307,clp,0.0,decimal,43587056.163,decimal,0.0,clp,0.0,decimal,0.0,clp,24956.0,integer,95967007325.0,clp,80497915355.0,clp,0.0,clp,1846.8307
+186-2021-02-01,real_asset_day,2021-02-01,0.000032603796876116443570106411672754631584918524876673,decimal,2678812.0,clp,0.0,integer,0.0,clp,0.0,clp,1885.0224,clp,816726.211,decimal,44276661.6258,decimal,0.0,clp,127120.7482,decimal,0.0,clp,25337.0,integer,99355946421.0,clp,83462499624.0,clp,0.0,clp,1885.0224
+186-2021-02-02,real_asset_day,2021-02-02,0.000032603793610359143587201310928650096023757627666353,decimal,2779887.0,clp,0.0,integer,0.0,clp,0.0,clp,1925.6801,clp,496031.916,decimal,44723263.0975,decimal,0.0,clp,49430.4443,decimal,0.0,clp,25535.0,integer,106449647235.0,clp,86122697045.0,clp,0.0,clp,1925.6801
+186-2021-02-03,real_asset_day,2021-02-03,0.000032603791805971811670627764296933443518182553182268,decimal,2784976.0,clp,0.0,integer,0.0,clp,0.0,clp,1909.9406,clp,379323.9306,decimal,45000424.8665,decimal,0.0,clp,102162.1616,decimal,0.0,clp,25664.0,integer,109654083366.0,clp,85948138852.0,clp,0.0,clp,1909.9406
+186-2021-02-04,real_asset_day,2021-02-04,0.000032603793217699786786092135176272915083821369841783,decimal,2859924.0,clp,0.0,integer,0.0,clp,0.0,clp,1949.2599,clp,388726.588,decimal,45325048.1609,decimal,0.0,clp,64103.2936,decimal,0.0,clp,25809.0,integer,104797552521.0,clp,88350298739.0,clp,0.0,clp,1949.2599
+186-2021-02-05,real_asset_day,2021-02-05,0.000032603791431221417684882206246762675102303728434476,decimal,2890654.0,clp,0.0,integer,0.0,clp,0.0,clp,1956.094,clp,512850.2531,decimal,45763206.9604,decimal,0.0,clp,74691.4536,decimal,0.0,clp,26035.0,integer,110107426662.0,clp,89517136593.0,clp,0.0,clp,1956.094
+186-2021-02-06,real_asset_day,2021-02-06,0.000032603792584834497100392423256880620985604,decimal,2918503.0,clp,0.0,integer,0.0,clp,0.0,clp,1956.0303,clp,0.0,decimal,45763206.9604,decimal,0.0,clp,0.0,decimal,0.0,clp,26035.0,integer,110107426662.0,clp,89514218090.0,clp,0.0,clp,1956.0303
+186-2021-02-07,real_asset_day,2021-02-07,0.000032603794273661611204667928664698214810577,decimal,2918408.0,clp,0.0,integer,0.0,clp,0.0,clp,1955.9665,clp,0.0,decimal,45763206.9604,decimal,0.0,clp,0.0,decimal,0.0,clp,26035.0,integer,110107426662.0,clp,89511299682.0,clp,0.0,clp,1955.9665
+186-2021-02-08,real_asset_day,2021-02-08,0.000032603802163935441665443731899306956493956129355779,decimal,2950978.0,clp,0.0,integer,0.0,clp,0.0,clp,1977.795,clp,675700.0273,decimal,46313264.5045,decimal,0.0,clp,125642.4832,decimal,0.0,clp,26330.0,integer,108575539750.0,clp,91598142325.0,clp,0.0,clp,1977.795
+186-2021-02-09,real_asset_day,2021-02-09,0.000032603795208508183327628837339862193726083520027061,decimal,2993070.0,clp,0.0,integer,0.0,clp,0.0,clp,1982.1811,clp,442880.5577,decimal,46623852.3384,decimal,0.0,clp,132292.7238,decimal,0.0,clp,26493.0,integer,111482803773.0,clp,92416917255.0,clp,0.0,clp,1982.1811
+186-2021-02-10,real_asset_day,2021-02-10,0.000032603793573812450481943262971691027718502071598844,decimal,2993900.0,clp,0.0,integer,0.0,clp,0.0,clp,1969.5227,clp,508293.184,decimal,47010784.9349,decimal,0.0,clp,121360.5875,decimal,0.0,clp,26629.0,integer,114644477464.0,clp,92588810216.0,clp,0.0,clp,1969.5227
+186-2021-02-11,real_asset_day,2021-02-11,0.000032603802222198994765498297638135024909171020784552,decimal,3024196.0,clp,0.0,integer,0.0,clp,0.0,clp,1973.0777,clp,468155.692,decimal,47388406.4368,decimal,0.0,clp,90534.1901,decimal,0.0,clp,26791.0,integer,112616551789.0,clp,93501006667.0,clp,0.0,clp,1973.0777
+186-2021-02-12,real_asset_day,2021-02-12,0.000032603799870336573587726761933478355546694021509325,decimal,3076800.0,clp,0.0,integer,0.0,clp,0.0,clp,1991.402,clp,379587.733,decimal,47722804.7948,decimal,0.0,clp,45189.375,decimal,0.0,clp,26906.0,integer,117110411992.0,clp,95035289922.0,clp,0.0,clp,1991.402
+186-2021-02-13,real_asset_day,2021-02-13,0.000032603794048133199910710273382167312425011,decimal,3098410.0,clp,0.0,integer,0.0,clp,0.0,clp,1991.3371,clp,0.0,decimal,47722804.7948,decimal,0.0,clp,0.0,decimal,0.0,clp,26906.0,integer,117110411992.0,clp,95032191512.0,clp,0.0,clp,1991.3371
+186-2021-02-14,real_asset_day,2021-02-14,0.000032603794223116806688950385353494553223197,decimal,3098309.0,clp,0.0,integer,0.0,clp,0.0,clp,1991.2722,clp,0.0,decimal,47722804.7948,decimal,0.0,clp,0.0,decimal,0.0,clp,26906.0,integer,117110411992.0,clp,95029093203.0,clp,0.0,clp,1991.2722
+186-2021-02-15,real_asset_day,2021-02-15,0.00003260379614380250198179743562853472813859507125614,decimal,3072966.0,clp,0.0,integer,0.0,clp,0.0,clp,1974.9842,clp,593742.9418,decimal,48212808.5378,decimal,0.0,clp,103739.1988,decimal,0.0,clp,27190.0,integer,116018028206.0,clp,95219535131.0,clp,0.0,clp,1974.9842
+186-2021-02-16,real_asset_day,2021-02-16,0.00003260379566816265473387193481497596570415809570659,decimal,3095607.0,clp,0.0,integer,0.0,clp,0.0,clp,1969.3152,clp,398446.2893,decimal,48503263.49,decimal,0.0,clp,107991.3371,decimal,0.0,clp,27328.0,integer,119458065335.0,clp,95518212557.0,clp,0.0,clp,1969.3152
+186-2021-02-17,real_asset_day,2021-02-17,0.000032603798785458584177171419253021848903481190517653,decimal,3101435.0,clp,0.0,integer,0.0,clp,0.0,clp,1961.2074,clp,268186.4287,decimal,48677338.3709,decimal,0.0,clp,94111.5478,decimal,0.0,clp,27432.0,integer,115500425689.0,clp,95466355248.0,clp,0.0,clp,1961.2074
+186-2021-02-18,real_asset_day,2021-02-18,0.000032603802357069938254947624962250904690690278596777,decimal,3045311.0,clp,0.0,integer,0.0,clp,0.0,clp,1918.8303,clp,373961.9393,decimal,48847077.3553,decimal,0.0,clp,204222.9549,decimal,0.0,clp,27491.0,integer,111169150640.0,clp,93729253875.0,clp,0.0,clp,1918.8303
+186-2021-02-19,real_asset_day,2021-02-19,0.000032603797086052818227068766609986791406003339418178,decimal,3055540.0,clp,0.0,integer,0.0,clp,0.0,clp,1918.5857,clp,328178.8163,decimal,48968559.9444,decimal,0.0,clp,206696.2272,decimal,0.0,clp,27602.0,integer,111646351947.0,clp,93950379891.0,clp,0.0,clp,1918.5857
+186-2021-02-20,real_asset_day,2021-02-20,0.000032603792126804879239480700248906871845589,decimal,3063043.0,clp,0.0,integer,0.0,clp,0.0,clp,1918.5258,clp,0.0,decimal,48968559.9444,decimal,0.0,clp,0.0,decimal,0.0,clp,27602.0,integer,111646503978.0,clp,93947445993.0,clp,0.0,clp,1918.5258
+186-2021-02-21,real_asset_day,2021-02-21,0.000032603801319365881995851436718715578777956,decimal,3062944.0,clp,0.0,integer,0.0,clp,0.0,clp,1918.4633,clp,0.0,decimal,48968559.9444,decimal,0.0,clp,0.0,decimal,0.0,clp,27602.0,integer,111646503978.0,clp,93944383049.0,clp,0.0,clp,1918.4633
+186-2021-02-22,real_asset_day,2021-02-22,0.000032603797040227260464058065979087954812545719657679,decimal,2982463.0,clp,0.0,integer,0.0,clp,0.0,clp,1868.0545,clp,510387.2117,decimal,49288460.9117,decimal,0.0,clp,190486.2444,decimal,0.0,clp,27762.0,integer,109648312383.0,clp,92073532999.0,clp,0.0,clp,1868.0545
+186-2021-02-23,real_asset_day,2021-02-23,0.000032603792546996818055973904770915788491412859670221,decimal,2966592.0,clp,0.0,integer,0.0,clp,0.0,clp,1846.0542,clp,295896.2842,decimal,49398612.4784,decimal,0.0,clp,185744.7175,decimal,0.0,clp,27801.0,integer,108576512723.0,clp,91192515066.0,clp,0.0,clp,1846.0542
+186-2021-02-24,real_asset_day,2021-02-24,0.000032603801976369553553368718611766885518367202894388,decimal,2977508.0,clp,0.0,integer,0.0,clp,0.0,clp,1848.7149,clp,310167.8444,decimal,49594802.7339,decimal,0.0,clp,113977.5889,decimal,0.0,clp,27860.0,integer,108950929331.0,clp,91686650416.0,clp,0.0,clp,1848.7149
+186-2021-02-25,real_asset_day,2021-02-25,0.000032603801976150655120126172281328490295601463155942,decimal,2898870.0,clp,0.0,integer,0.0,clp,0.0,clp,1792.769,clp,392352.3412,decimal,49919552.3736,decimal,0.0,clp,67602.7015,decimal,0.0,clp,27956.0,integer,106063444371.0,clp,89494224357.0,clp,0.0,clp,1792.769
+186-2021-02-26,real_asset_day,2021-02-26,0.000032603793298547566140466519676738924152650780879879,decimal,2969369.0,clp,0.0,integer,0.0,clp,0.0,clp,1824.4222,clp,387801.2317,decimal,50135457.3683,decimal,0.0,clp,171896.237,decimal,0.0,clp,28038.0,integer,108326444188.0,clp,91468243210.0,clp,0.0,clp,1824.4222
+186-2021-02-27,real_asset_day,2021-02-27,0.000032603799128749428515475446913444357232226,decimal,2982115.0,clp,0.0,integer,0.0,clp,0.0,clp,1824.3628,clp,0.0,decimal,50135457.3683,decimal,0.0,clp,0.0,decimal,0.0,clp,28038.0,integer,108326444188.0,clp,91465261095.0,clp,0.0,clp,1824.3628
+186-2021-02-28,real_asset_day,2021-02-28,0.000032603801590046835346912727576881393657161,decimal,2982018.0,clp,0.0,integer,0.0,clp,0.0,clp,1824.3033,clp,0.0,decimal,50135457.3683,decimal,0.0,clp,0.0,decimal,0.0,clp,28038.0,integer,108326444188.0,clp,91462279077.0,clp,0.0,clp,1824.3033
+186-2021-03-01,real_asset_day,2021-03-01,0.00003260379951359680799783772952958282755866763619827,decimal,3080358.0,clp,0.0,integer,0.0,clp,0.0,clp,1884.4647,clp,780401.2619,decimal,50820643.3078,decimal,0.0,clp,95215.3224,decimal,0.0,clp,28330.0,integer,113264934170.0,clp,95769706497.0,clp,0.0,clp,1884.4647
+186-2021-03-02,real_asset_day,2021-03-02,0.000032603794108920548474424201965081378243986441148593,decimal,3094788.0,clp,0.0,integer,0.0,clp,0.0,clp,1867.7666,clp,445161.6451,decimal,51125266.7824,decimal,0.0,clp,140538.1705,decimal,0.0,clp,28513.0,integer,113001315206.0,clp,95490065521.0,clp,0.0,clp,1867.7666
+186-2021-03-03,real_asset_day,2021-03-03,0.000032603795562167936439569459141978928178349897277699,decimal,3051886.0,clp,0.0,integer,0.0,clp,0.0,clp,1830.8997,clp,404763.327,decimal,51467041.7546,decimal,0.0,clp,62988.3548,decimal,0.0,clp,28638.0,integer,121395696408.0,clp,94230992366.0,clp,0.0,clp,1830.8997
+186-2021-03-04,real_asset_day,2021-03-04,0.000032603793748360087359340630246539276721930880801516,decimal,2973200.0,clp,0.0,integer,0.0,clp,0.0,clp,1771.8493,clp,401500.5414,decimal,51734438.354,decimal,0.0,clp,134103.942,decimal,0.0,clp,28757.0,integer,113257977499.0,clp,91665628229.0,clp,0.0,clp,1771.8493
+186-2021-03-05,real_asset_day,2021-03-05,0.000032603798346158796612399811713354823308319787032737,decimal,3039391.0,clp,0.0,integer,0.0,clp,0.0,clp,1801.933,clp,400978.958,decimal,52045963.368,decimal,0.0,clp,89453.944,decimal,0.0,clp,28834.0,integer,110497448414.0,clp,93783338326.0,clp,0.0,clp,1801.933
+186-2021-03-06,real_asset_day,2021-03-06,0.000032603794487512925325591112932715856897839,decimal,3057593.0,clp,0.0,integer,0.0,clp,0.0,clp,1801.8742,clp,0.0,decimal,52045963.368,decimal,0.0,clp,0.0,decimal,0.0,clp,28834.0,integer,110497448414.0,clp,93780280733.0,clp,0.0,clp,1801.8742
+186-2021-03-07,real_asset_day,2021-03-07,0.000032603801801719926910065757316083927985967,decimal,3057494.0,clp,0.0,integer,0.0,clp,0.0,clp,1801.8155,clp,0.0,decimal,52045963.368,decimal,0.0,clp,0.0,decimal,0.0,clp,28834.0,integer,110497448414.0,clp,93777223239.0,clp,0.0,clp,1801.8155
+186-2021-03-08,real_asset_day,2021-03-08,0.000032603793961669181834568858862826705231093506501847,decimal,2985442.0,clp,0.0,integer,0.0,clp,0.0,clp,1759.3549,clp,396632.9714,decimal,52171704.8159,decimal,0.0,clp,270891.5235,decimal,0.0,clp,28964.0,integer,110766274274.0,clp,91788542762.0,clp,0.0,clp,1759.3549
+186-2021-03-09,real_asset_day,2021-03-09,0.000032603801087931960774729904626479374540850518673264,decimal,3099692.0,clp,0.0,integer,0.0,clp,0.0,clp,1822.2807,clp,209822.3569,decimal,52162618.1448,decimal,0.0,clp,218909.028,decimal,0.0,clp,29020.0,integer,113684402740.0,clp,95054933096.0,clp,0.0,clp,1822.2807
+186-2021-03-10,real_asset_day,2021-03-10,0.000032603796090181497131550313040203981286247311181947,decimal,3070485.0,clp,0.0,integer,0.0,clp,0.0,clp,1805.4249,clp,199759.8014,decimal,52296394.7383,decimal,0.0,clp,65983.2079,decimal,0.0,clp,29094.0,integer,113172979080.0,clp,94417213795.0,clp,0.0,clp,1805.4249
+186-2021-03-11,real_asset_day,2021-03-11,0.000032603800911769261316620703471403575822790779414055,decimal,3126387.0,clp,0.0,integer,0.0,clp,0.0,clp,1833.5922,clp,193558.4823,decimal,52393035.5402,decimal,0.0,clp,96917.6804,decimal,0.0,clp,29158.0,integer,114053063858.0,clp,96067461464.0,clp,0.0,clp,1833.5922
+186-2021-03-12,real_asset_day,2021-03-12,0.000032603795086475273931456234993987242015711692993334,decimal,3105626.0,clp,0.0,integer,0.0,clp,0.0,clp,1818.0568,clp,243929.8108,decimal,52506442.7431,decimal,0.0,clp,130522.6079,decimal,0.0,clp,29176.0,integer,112450656054.0,clp,95459693150.0,clp,0.0,clp,1818.0568
+186-2021-03-13,real_asset_day,2021-03-13,0.000032603797145872722208117364419194778709515,decimal,3112247.0,clp,0.0,integer,0.0,clp,0.0,clp,1817.9975,clp,0.0,decimal,52506442.7431,decimal,0.0,clp,0.0,decimal,0.0,clp,29176.0,integer,112450656054.0,clp,95456580903.0,clp,0.0,clp,1817.9975
+186-2021-03-14,real_asset_day,2021-03-14,0.000032603802046447614148908199849548606383706,decimal,3112146.0,clp,0.0,integer,0.0,clp,0.0,clp,1817.9382,clp,0.0,decimal,52506442.7431,decimal,0.0,clp,0.0,decimal,0.0,clp,29176.0,integer,112450656054.0,clp,95453468757.0,clp,0.0,clp,1817.9382
+186-2021-03-15,real_asset_day,2021-03-15,0.000032603797530001899110838181106553975620884882828575,decimal,3154805.0,clp,0.0,integer,0.0,clp,0.0,clp,1842.8574,clp,278362.2738,decimal,52584313.6774,decimal,0.0,clp,200491.3395,decimal,0.0,clp,29277.0,integer,114436347035.0,clp,96905392875.0,clp,0.0,clp,1842.8574
+186-2021-03-16,real_asset_day,2021-03-16,0.000032603795871777094073230000163127075160596951117831,decimal,3164796.0,clp,0.0,integer,0.0,clp,0.0,clp,1845.956,clp,180145.7131,decimal,52679642.4666,decimal,0.0,clp,84816.9239,decimal,0.0,clp,29336.0,integer,114798252316.0,clp,97244302231.0,clp,0.0,clp,1845.956
+186-2021-03-17,real_asset_day,2021-03-17,0.000032603793594907170371735837232671154334752630592872,decimal,3217898.0,clp,0.0,integer,0.0,clp,0.0,clp,1873.5329,clp,204503.8312,decimal,52792586.6905,decimal,0.0,clp,91559.6073,decimal,0.0,clp,29393.0,integer,116659036470.0,clp,98908647155.0,clp,0.0,clp,1873.5329
+186-2021-03-18,real_asset_day,2021-03-18,0.000032603798365516857340950127166573487372674981985562,decimal,3104059.0,clp,0.0,integer,0.0,clp,0.0,clp,1803.3866,clp,410566.6228,decimal,53117763.8949,decimal,0.0,clp,85389.4184,decimal,0.0,clp,29455.0,integer,115439996909.0,clp,95791861162.0,clp,0.0,clp,1803.3866
+186-2021-03-19,real_asset_day,2021-03-19,0.000032603794536528709699783211434991612798896723648595,decimal,3109982.0,clp,0.0,integer,0.0,clp,0.0,clp,1795.7668,clp,231077.3123,decimal,53214871.5733,decimal,0.0,clp,133969.6339,decimal,0.0,clp,29472.0,integer,113911010633.0,clp,95561500846.0,clp,0.0,clp,1795.7668
+186-2021-03-20,real_asset_day,2021-03-20,0.000032603794956046373244033116420612669440033,decimal,3115566.0,clp,0.0,integer,0.0,clp,0.0,clp,1795.7083,clp,0.0,decimal,53214871.5733,decimal,0.0,clp,0.0,decimal,0.0,clp,29472.0,integer,113911010633.0,clp,95558385280.0,clp,0.0,clp,1795.7083
+186-2021-03-21,real_asset_day,2021-03-21,0.00003260380098378355460666855530033751911917,decimal,3115465.0,clp,0.0,integer,0.0,clp,0.0,clp,1795.6497,clp,0.0,decimal,53214871.5733,decimal,0.0,clp,0.0,decimal,0.0,clp,29472.0,integer,113911010633.0,clp,95555269815.0,clp,0.0,clp,1795.6497
+186-2021-03-22,real_asset_day,2021-03-22,0.000032603802126356408532642292424284766984513301798483,decimal,3144569.0,clp,0.0,integer,0.0,clp,0.0,clp,1812.4242,clp,241957.8587,decimal,53327508.9408,decimal,0.0,clp,129320.4912,decimal,0.0,clp,29572.0,integer,113947054831.0,clp,96652069783.0,clp,0.0,clp,1812.4242
+186-2021-03-23,real_asset_day,2021-03-23,0.00003260379818203095854925225266627718270471199108673,decimal,3125902.0,clp,0.0,integer,0.0,clp,0.0,clp,1797.86,clp,225774.6424,decimal,53467785.3904,decimal,0.0,clp,85498.1928,decimal,0.0,clp,29605.0,integer,115079741923.0,clp,96127591522.0,clp,0.0,clp,1797.86
+186-2021-03-24,real_asset_day,2021-03-24,0.000032603798906128883593083277637723736550052575975118,decimal,3071864.0,clp,0.0,integer,0.0,clp,0.0,clp,1762.1448,clp,165589.6642,decimal,53564569.8499,decimal,0.0,clp,68805.2047,decimal,0.0,clp,29657.0,integer,111912854399.0,clp,94388525985.0,clp,0.0,clp,1762.1448
+186-2021-03-25,real_asset_day,2021-03-25,,,3112373.0,clp,,,0.0,clp,0.0,clp,1782.1564,clp,179053.0343,decimal,53639899.6549,decimal,0.0,clp,,,0.0,clp,,,112515840760.0,clp,95594691782.0,clp,0.0,clp,1782.1564
+186-2021-03-26,real_asset_day,2021-03-26,0.000032603797894614152082813651557812053363873203951374,decimal,3168454.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.7207,clp,227487.4313,decimal,53736770.7469,decimal,0.0,clp,130616.3393,decimal,0.0,clp,29734.0,integer,114655441716.0,clp,97356022339.0,clp,0.0,clp,1811.7207
+186-2021-03-27,real_asset_day,2021-03-27,0.0000326038021129837787380017362788558394288,decimal,3174073.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.6617,clp,0.0,decimal,53736770.7469,decimal,0.0,clp,0.0,decimal,0.0,clp,29734.0,integer,114655441716.0,clp,97352848266.0,clp,0.0,clp,1811.6617
+186-2021-03-28,real_asset_day,2021-03-28,0.000032603796806927903511442808294370723178507,decimal,3173969.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.6026,clp,0.0,decimal,53736770.7469,decimal,0.0,clp,0.0,decimal,0.0,clp,29734.0,integer,114655441716.0,clp,97349674297.0,clp,0.0,clp,1811.6026
+186-2021-03-29,real_asset_day,2021-03-29,0.000032603802125901641188928740516118455929667053429144,decimal,3172965.0,clp,0.0,integer,0.0,clp,0.0,clp,1811.0293,clp,326585.2229,decimal,53939032.7562,decimal,0.0,clp,124323.2136,decimal,0.0,clp,29862.0,integer,115152316028.0,clp,97685166886.0,clp,0.0,clp,1811.0293
+186-2021-03-30,real_asset_day,2021-03-30,0.000032603793710341769467623870005281342909049990614652,decimal,3179659.0,clp,0.0,integer,0.0,clp,0.0,clp,1808.0451,clp,272301.3058,decimal,54007026.9804,decimal,0.0,clp,204307.0816,decimal,0.0,clp,29916.0,integer,115355643076.0,clp,97647139735.0,clp,0.0,clp,1808.0451
+186-2021-03-31,real_asset_day,2021-03-31,0.000032603797043050948658064603978274376785331400946433,decimal,3191016.0,clp,0.0,integer,0.0,clp,0.0,clp,1812.2184,clp,249712.2713,decimal,54193529.2189,decimal,0.0,clp,63210.0328,decimal,0.0,clp,29980.0,integer,115858441810.0,clp,98210509592.0,clp,0.0,clp,1812.2184
+186-2021-04-01,real_asset_day,2021-04-01,0.000032603796270246441854011511162259692221438174159992,decimal,3236003.0,clp,0.0,integer,0.0,clp,0.0,clp,1831.4426,clp,257202.6495,decimal,54382693.6901,decimal,0.0,clp,68038.1783,decimal,0.0,clp,30045.0,integer,117765374673.0,clp,99598781641.0,clp,0.0,clp,1831.4426
+186-2021-04-02,real_asset_day,2021-04-02,0.0000326038011442711586582438618292538087149,decimal,3247193.0,clp,0.0,integer,0.0,clp,0.0,clp,1831.3829,clp,0.0,decimal,54382693.6901,decimal,0.0,clp,0.0,decimal,0.0,clp,30045.0,integer,117765374673.0,clp,99595534448.0,clp,0.0,clp,1831.3829
+186-2021-04-03,real_asset_day,2021-04-03,0.000032603799812630352264532722624430616123722,decimal,3247087.0,clp,0.0,integer,0.0,clp,0.0,clp,1831.3232,clp,0.0,decimal,54382693.6901,decimal,0.0,clp,0.0,decimal,0.0,clp,30045.0,integer,117765374673.0,clp,99592287361.0,clp,0.0,clp,1831.3232
+186-2021-04-04,real_asset_day,2021-04-04,0.000032603798446200069710923747330519262103568,decimal,3246981.0,clp,0.0,integer,0.0,clp,0.0,clp,1831.2635,clp,0.0,decimal,54382693.6901,decimal,0.0,clp,0.0,decimal,0.0,clp,30045.0,integer,117765374673.0,clp,99589040380.0,clp,0.0,clp,1831.2635
+186-2021-04-05,real_asset_day,2021-04-05,0.000032603801277406767501513175143701929866070202931161,decimal,3289273.0,clp,0.0,integer,0.0,clp,0.0,clp,1855.1156,clp,663116.2663,decimal,54827059.9823,decimal,0.0,clp,218749.9741,decimal,0.0,clp,30366.0,integer,120276445144.0,clp,101710531934.0,clp,0.0,clp,1855.1156
+186-2021-04-06,real_asset_day,2021-04-06,0.000032603799497833606422522858247655960059019093703587,decimal,3323292.0,clp,0.0,integer,0.0,clp,0.0,clp,1859.111,clp,290203.956,decimal,55027304.8062,decimal,0.0,clp,89959.1321,decimal,0.0,clp,30472.0,integer,122905533405.0,clp,102301869954.0,clp,0.0,clp,1859.111
+186-2021-04-07,real_asset_day,2021-04-07,0.000032603797763940159914135451614479165016637175530395,decimal,3296905.0,clp,0.0,integer,0.0,clp,0.0,clp,1837.6382,clp,267864.3104,decimal,55007391.2102,decimal,0.0,clp,287777.9064,decimal,0.0,clp,30543.0,integer,119635022898.0,clp,101083681140.0,clp,0.0,clp,1837.6382
+186-2021-04-08,real_asset_day,2021-04-08,0.000032603801842100507317866329388278376520798501496204,decimal,3310250.0,clp,0.0,integer,0.0,clp,0.0,clp,1845.7442,clp,326904.4994,decimal,55227343.4459,decimal,0.0,clp,106952.2637,decimal,0.0,clp,30700.0,integer,120282291941.0,clp,101935546134.0,clp,0.0,clp,1845.7442
+186-2021-04-09,real_asset_day,2021-04-09,0.000032603795365461244196005008683189340290218245362483,decimal,3342108.0,clp,0.0,integer,0.0,clp,0.0,clp,1856.0863,clp,208205.249,decimal,55332231.9482,decimal,0.0,clp,103316.7467,decimal,0.0,clp,30819.0,integer,121246758392.0,clp,102701398356.0,clp,0.0,clp,1856.0863
+186-2021-04-10,real_asset_day,2021-04-10,0.000032603793350253116456422189471326652310212,decimal,3348346.0,clp,0.0,integer,0.0,clp,0.0,clp,1856.0258,clp,0.0,decimal,55332231.9482,decimal,0.0,clp,0.0,decimal,0.0,clp,30819.0,integer,121246758392.0,clp,102698050010.0,clp,0.0,clp,1856.0258
+186-2021-04-11,real_asset_day,2021-04-11,0.000032603794959169962397199238809459004124158,decimal,3348237.0,clp,0.0,integer,0.0,clp,0.0,clp,1855.9653,clp,0.0,decimal,55332231.9482,decimal,0.0,clp,0.0,decimal,0.0,clp,30819.0,integer,121246758392.0,clp,102694701773.0,clp,0.0,clp,1855.9653
+186-2021-04-12,real_asset_day,2021-04-12,0.000032603798332537280616355965346379127466807823246148,decimal,3328419.0,clp,0.0,integer,0.0,clp,0.0,clp,1844.9798,clp,501494.3688,decimal,55633268.8029,decimal,0.0,clp,200457.5141,decimal,0.0,clp,31067.0,integer,126094991265.0,clp,102642254775.0,clp,0.0,clp,1844.9798
+186-2021-04-13,real_asset_day,2021-04-13,0.000032603801973603338696096802035408199712132833586265,decimal,3380977.0,clp,0.0,integer,0.0,clp,0.0,clp,1863.972,clp,225142.4127,decimal,55731822.2734,decimal,0.0,clp,126588.9422,decimal,0.0,clp,31174.0,integer,130666072005.0,clp,103882557955.0,clp,0.0,clp,1863.972
+186-2021-04-14,real_asset_day,2021-04-14,0.000032603797072009033310687256048773741486436464986663,decimal,3349020.0,clp,0.0,integer,0.0,clp,0.0,clp,1843.089,clp,237529.7278,decimal,55826694.3074,decimal,0.0,clp,142657.6938,decimal,0.0,clp,31258.0,integer,131207409250.0,clp,102893568328.0,clp,0.0,clp,1843.089
+186-2021-04-15,real_asset_day,2021-04-15,0.00003260379667052704017736795175761684849963440385976,decimal,3367761.0,clp,0.0,integer,0.0,clp,0.0,clp,1850.2532,clp,294817.5445,decimal,55924449.7111,decimal,0.0,clp,197062.1408,decimal,0.0,clp,31334.0,integer,131899128991.0,clp,103474394596.0,clp,0.0,clp,1850.2532
+186-2021-04-16,real_asset_day,2021-04-16,0.000032603802514078310579770571557732259128771205501729,decimal,3368445.0,clp,0.0,integer,0.0,clp,0.0,clp,1847.3938,clp,186077.9962,decimal,56010349.8877,decimal,0.0,clp,100177.8196,decimal,0.0,clp,31417.0,integer,132299580302.0,clp,103473174436.0,clp,0.0,clp,1847.3938
+186-2021-04-17,real_asset_day,2021-04-17,0.000032603793278267473579419159197166905367838,decimal,3373508.0,clp,0.0,integer,0.0,clp,0.0,clp,1847.3336,clp,0.0,decimal,56010349.8877,decimal,0.0,clp,0.0,decimal,0.0,clp,31417.0,integer,132299580302.0,clp,103469800928.0,clp,0.0,clp,1847.3336
+186-2021-04-18,real_asset_day,2021-04-18,0.000032603793138811970731623461900733898857946,decimal,3373398.0,clp,0.0,integer,0.0,clp,0.0,clp,1847.2734,clp,0.0,decimal,56010349.8877,decimal,0.0,clp,0.0,decimal,0.0,clp,31417.0,integer,132299580302.0,clp,103466427530.0,clp,0.0,clp,1847.2734
+186-2021-04-19,real_asset_day,2021-04-19,0.000032603800874445503215392345432013921094427028840363,decimal,3328175.0,clp,0.0,integer,0.0,clp,0.0,clp,1822.5088,clp,312440.8203,decimal,56140662.9485,decimal,0.0,clp,182127.7595,decimal,0.0,clp,31540.0,integer,130267103184.0,clp,102316852810.0,clp,0.0,clp,1822.5088
+186-2021-04-20,real_asset_day,2021-04-20,0.000032603793759695182770181864257548011274830976896706,decimal,3285700.0,clp,0.0,integer,0.0,clp,0.0,clp,1795.0735,clp,177566.6579,decimal,56177308.8566,decimal,0.0,clp,140920.7498,decimal,0.0,clp,31568.0,integer,125787697573.0,clp,100842397980.0,clp,0.0,clp,1795.0735
+186-2021-04-21,real_asset_day,2021-04-21,0.000032603801359507849086147064414604958486311468031731,decimal,3332266.0,clp,0.0,integer,0.0,clp,0.0,clp,1819.3259,clp,162190.4335,decimal,56163809.9318,decimal,0.0,clp,175689.3583,decimal,0.0,clp,31586.0,integer,126391997412.0,clp,102180271814.0,clp,0.0,clp,1819.3259
+186-2021-04-22,real_asset_day,2021-04-22,0.000032603798679877036792600341438579046678007567747824,decimal,3352366.0,clp,0.0,integer,0.0,clp,0.0,clp,1830.74,clp,154674.0919,decimal,56263939.7648,decimal,0.0,clp,54544.2589,decimal,0.0,clp,31637.0,integer,127918726436.0,clp,103004643429.0,clp,0.0,clp,1830.74
+186-2021-04-23,real_asset_day,2021-04-23,0.000032603800260684879693735882917681818301438030878812,decimal,3447038.0,clp,0.0,integer,0.0,clp,0.0,clp,1879.0905,clp,349826.4521,decimal,56509145.7379,decimal,0.0,clp,104620.479,decimal,0.0,clp,31670.0,integer,131365903331.0,clp,106185801555.0,clp,0.0,clp,1879.0905
+186-2021-04-24,real_asset_day,2021-04-24,0.000032603802221850585259161551787712437421995,decimal,3461948.0,clp,0.0,integer,0.0,clp,0.0,clp,1879.0293,clp,0.0,decimal,56509145.7379,decimal,0.0,clp,0.0,decimal,0.0,clp,31670.0,integer,131365903331.0,clp,106182339607.0,clp,0.0,clp,1879.0293
+186-2021-04-25,real_asset_day,2021-04-25,0.000032603800987929695633513575124057113584163,decimal,3461835.0,clp,0.0,integer,0.0,clp,0.0,clp,1878.968,clp,0.0,decimal,56509145.7379,decimal,0.0,clp,0.0,decimal,0.0,clp,31670.0,integer,131365903331.0,clp,106178877772.0,clp,0.0,clp,1878.968
+186-2021-04-26,real_asset_day,2021-04-26,0.000032603802502493601776107255174212744828061652280965,decimal,3463532.0,clp,0.0,integer,0.0,clp,0.0,clp,1879.889,clp,338875.2946,decimal,56620747.968,decimal,0.0,clp,227273.0645,decimal,0.0,clp,31782.0,integer,130875074104.0,clp,106440721788.0,clp,0.0,clp,1879.889
+186-2021-04-27,real_asset_day,2021-04-27,0.000032603800179687850576372607639938552749056773318777,decimal,3431632.0,clp,0.0,integer,0.0,clp,0.0,clp,1858.9037,clp,209156.0026,decimal,56702718.2305,decimal,0.0,clp,127185.7401,decimal,0.0,clp,31861.0,integer,125995018190.0,clp,105404890822.0,clp,0.0,clp,1858.9037
+186-2021-04-28,real_asset_day,2021-04-28,0.000032603794504896340520095047181218094342669113163398,decimal,3416439.0,clp,0.0,integer,0.0,clp,0.0,clp,1847.9986,clp,187553.5966,decimal,56793854.4848,decimal,0.0,clp,96417.3423,decimal,0.0,clp,31936.0,integer,124387783444.0,clp,104954965282.0,clp,0.0,clp,1847.9986
+186-2021-04-29,real_asset_day,2021-04-29,0.000032603801028118153029312317709487305536185345025479,decimal,3436667.0,clp,0.0,integer,0.0,clp,0.0,clp,1855.9568,clp,278641.162,decimal,56924990.5432,decimal,0.0,clp,147505.1036,decimal,0.0,clp,32006.0,integer,124691894831.0,clp,105650325965.0,clp,0.0,clp,1855.9568
+186-2021-04-30,real_asset_day,2021-04-30,0.000032603798681491697766139141267687418755718212297566,decimal,3428036.0,clp,0.0,integer,0.0,clp,0.0,clp,1847.0311,clp,302524.022,decimal,57179316.5512,decimal,0.0,clp,48198.014,decimal,0.0,clp,32108.0,integer,126947103852.0,clp,105611974984.0,clp,0.0,clp,1847.0311
+186-2021-05-01,real_asset_day,2021-05-01,0.000032603795764474483178508656956993848982139,decimal,3443239.0,clp,0.0,integer,0.0,clp,0.0,clp,1846.9709,clp,0.0,decimal,57179316.5512,decimal,0.0,clp,0.0,decimal,0.0,clp,32108.0,integer,126947103852.0,clp,105608531745.0,clp,0.0,clp,1846.9709
+186-2021-05-02,real_asset_day,2021-05-02,0.000032603798217097766178023359082675676449476,decimal,3443127.0,clp,0.0,integer,0.0,clp,0.0,clp,1846.9106,clp,0.0,decimal,57179316.5512,decimal,0.0,clp,0.0,decimal,0.0,clp,32108.0,integer,126947103852.0,clp,105605088618.0,clp,0.0,clp,1846.9106
+186-2021-05-03,real_asset_day,2021-05-03,0.000032603797150688815200891951744019106688727643279438,decimal,3397099.0,clp,0.0,integer,0.0,clp,0.0,clp,1822.2211,clp,540359.2735,decimal,57556258.1152,decimal,0.0,clp,163417.7095,decimal,0.0,clp,32377.0,integer,125014518773.0,clp,104880225538.0,clp,0.0,clp,1822.2211
+186-2021-05-04,real_asset_day,2021-05-04,0.000032603797878144322074679905246699670472389189450996,decimal,3359307.0,clp,0.0,integer,0.0,clp,0.0,clp,1790.1481,clp,356557.9215,decimal,57724646.2408,decimal,0.0,clp,188169.7959,decimal,0.0,clp,32497.0,integer,122015396164.0,clp,103335663259.0,clp,0.0,clp,1790.1481
+186-2021-05-05,real_asset_day,2021-05-05,0.000032603795297487847788552929559637756399562446658472,decimal,3354813.0,clp,0.0,integer,0.0,clp,0.0,clp,1782.5383,clp,258736.2954,decimal,57899156.3927,decimal,0.0,clp,84226.1435,decimal,0.0,clp,32584.0,integer,121913099247.0,clp,103207466047.0,clp,0.0,clp,1782.5383
+186-2021-05-06,real_asset_day,2021-05-06,0.000032603800596639866391909825697145772647648807650086,decimal,3356979.0,clp,0.0,integer,0.0,clp,0.0,clp,1778.3128,clp,234103.7773,decimal,58045241.4193,decimal,0.0,clp,88018.7507,decimal,0.0,clp,32685.0,integer,121778951297.0,clp,103222597139.0,clp,0.0,clp,1778.3128
+186-2021-05-07,real_asset_day,2021-05-07,0.000032603800173520051231115495651457027397902156575998,decimal,3361498.0,clp,0.0,integer,0.0,clp,0.0,clp,1776.2251,clp,211129.8148,decimal,58164393.7275,decimal,0.0,clp,91977.5066,decimal,0.0,clp,32748.0,integer,121644441135.0,clp,103313058398.0,clp,0.0,clp,1776.2251
+186-2021-05-08,real_asset_day,2021-05-08,0.000032603795407900096352345935809525196145223,decimal,3368288.0,clp,0.0,integer,0.0,clp,0.0,clp,1776.1672,clp,0.0,decimal,58164393.7275,decimal,0.0,clp,0.0,decimal,0.0,clp,32748.0,integer,121644441135.0,clp,103309690110.0,clp,0.0,clp,1776.1672
+186-2021-05-09,real_asset_day,2021-05-09,0.000032603793620849825301280091265731502918764,decimal,3368178.0,clp,0.0,integer,0.0,clp,0.0,clp,1776.1093,clp,0.0,decimal,58164393.7275,decimal,0.0,clp,0.0,decimal,0.0,clp,32748.0,integer,121644441135.0,clp,103306321932.0,clp,0.0,clp,1776.1093
+186-2021-05-10,real_asset_day,2021-05-10,0.000032603795110080244566851810802192840585909080083972,decimal,3274375.0,clp,0.0,integer,0.0,clp,0.0,clp,1726.645,clp,423710.8068,decimal,58374189.9964,decimal,0.0,clp,213914.5379,decimal,0.0,clp,32916.0,integer,124792048993.0,clp,100791503185.0,clp,0.0,clp,1726.645
+186-2021-05-11,real_asset_day,2021-05-11,0.00003260379941730016253947483665727320155381546226661,decimal,3317264.0,clp,0.0,integer,0.0,clp,0.0,clp,1742.9742,clp,635390.8068,decimal,58861824.8929,decimal,0.0,clp,147755.9103,decimal,0.0,clp,32967.0,integer,124083293900.0,clp,102594641467.0,clp,0.0,clp,1742.9742
+186-2021-05-12,real_asset_day,2021-05-12,0.000032603796630720789592142386226211684058724028802611,decimal,3284939.0,clp,0.0,integer,0.0,clp,0.0,clp,1711.6912,clp,291617.2506,decimal,59068491.2219,decimal,0.0,clp,84950.9216,decimal,0.0,clp,33062.0,integer,119484497166.0,clp,101107015104.0,clp,0.0,clp,1711.6912
+186-2021-05-13,real_asset_day,2021-05-13,0.000032603798675800146730978472576662369106540649082763,decimal,3305185.0,clp,0.0,integer,0.0,clp,0.0,clp,1716.215,clp,279047.9128,decimal,59169874.7266,decimal,0.0,clp,177664.4081,decimal,0.0,clp,33150.0,integer,120279955973.0,clp,101548226326.0,clp,0.0,clp,1716.215
+186-2021-05-14,real_asset_day,2021-05-14,0.000032603802083687895499250438244912117713612505275923,decimal,3372124.0,clp,0.0,integer,0.0,clp,0.0,clp,1747.9727,clp,230696.7633,decimal,59344285.6979,decimal,0.0,clp,56285.792,decimal,0.0,clp,33229.0,integer,125698542395.0,clp,103732189563.0,clp,0.0,clp,1747.9727
+186-2021-05-15,real_asset_day,2021-05-15,0.000032603797131414841682667251475985611206815,decimal,3381953.0,clp,0.0,integer,0.0,clp,0.0,clp,1747.9157,clp,0.0,decimal,59344285.6979,decimal,0.0,clp,0.0,decimal,0.0,clp,33229.0,integer,125698542395.0,clp,103728807610.0,clp,0.0,clp,1747.9157
+186-2021-05-16,real_asset_day,2021-05-16,0.000032603799646932135209887568973723024968608,decimal,3381843.0,clp,0.0,integer,0.0,clp,0.0,clp,1747.8587,clp,0.0,decimal,59344285.6979,decimal,0.0,clp,0.0,decimal,0.0,clp,33229.0,integer,125698542395.0,clp,103725425767.0,clp,0.0,clp,1747.8587
+186-2021-05-17,real_asset_day,2021-05-17,0.000032603794702668773856193141059787630545542957549477,decimal,3424170.0,clp,0.0,integer,0.0,clp,0.0,clp,1769.7351,clp,505626.1786,decimal,59706307.7564,decimal,0.0,clp,143604.1201,decimal,0.0,clp,33383.0,integer,126663692016.0,clp,105664347758.0,clp,0.0,clp,1769.7351
+186-2021-05-18,real_asset_day,2021-05-18,0.000032603798682539691358667537817407336200981023841207,decimal,3438061.0,clp,0.0,integer,0.0,clp,0.0,clp,1766.1401,clp,204598.9038,decimal,59835845.0836,decimal,0.0,clp,75061.5766,decimal,0.0,clp,33457.0,integer,127697952054.0,clp,105678487511.0,clp,0.0,clp,1766.1401
+186-2021-05-19,real_asset_day,2021-05-19,0.000032603796563499144790092584245551037403385604274701,decimal,3460242.0,clp,0.0,integer,0.0,clp,0.0,clp,1773.6865,clp,199053.512,decimal,59329424.6112,decimal,0.0,clp,705473.9844,decimal,0.0,clp,33503.0,integer,127237692591.0,clp,105231801685.0,clp,0.0,clp,1773.6865
+186-2021-05-20,real_asset_day,2021-05-20,0.000032603797082312564034547189601203611725690538014747,decimal,3500392.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.5824,clp,250658.7291,decimal,59506107.1269,decimal,0.0,clp,73976.2134,decimal,0.0,clp,33584.0,integer,128717602570.0,clp,107681204381.0,clp,0.0,clp,1809.5824
+186-2021-05-21,real_asset_day,2021-05-21,0.000032603800100565116413817353562896420252924,decimal,3510702.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.5234,clp,0.0,decimal,59506107.1269,decimal,0.0,clp,0.0,decimal,0.0,clp,33584.0,integer,128717602570.0,clp,107677693679.0,clp,0.0,clp,1809.5234
+186-2021-05-22,real_asset_day,2021-05-22,0.000032603795071288823741912471402212103443557,decimal,3510587.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.4644,clp,0.0,decimal,59506107.1269,decimal,0.0,clp,0.0,decimal,0.0,clp,33584.0,integer,128717602570.0,clp,107674183092.0,clp,0.0,clp,1809.4644
+186-2021-05-23,real_asset_day,2021-05-23,0.000032603799294744331460597355850906519170688,decimal,3510473.0,clp,0.0,integer,0.0,clp,0.0,clp,1809.4054,clp,0.0,decimal,59506107.1269,decimal,0.0,clp,0.0,decimal,0.0,clp,33584.0,integer,128717602570.0,clp,107670672619.0,clp,0.0,clp,1809.4054
+186-2021-05-24,real_asset_day,2021-05-24,0.000032603801082444259013659455636943006640424433084932,decimal,3591595.0,clp,0.0,integer,0.0,clp,0.0,clp,1851.2181,clp,395036.5589,decimal,59732910.7839,decimal,0.0,clp,168232.9019,decimal,0.0,clp,33785.0,integer,132360344064.0,clp,110578644550.0,clp,0.0,clp,1851.2181
+186-2021-05-25,real_asset_day,2021-05-25,0.000032603800595015980988437952232663050161379127208233,decimal,3654224.0,clp,0.0,integer,0.0,clp,0.0,clp,1876.3474,clp,219693.4772,decimal,59769982.3868,decimal,0.0,clp,182621.8743,decimal,0.0,clp,33820.0,integer,133362686851.0,clp,112149253392.0,clp,0.0,clp,1876.3474
+186-2021-05-26,real_asset_day,2021-05-26,0.000032603794884474781968821941370288252603900525238873,decimal,3670453.0,clp,0.0,integer,0.0,clp,0.0,clp,1883.512,clp,374790.4857,decimal,59928664.0897,decimal,0.0,clp,216108.7828,decimal,0.0,clp,33903.0,integer,134498230428.0,clp,112876356851.0,clp,0.0,clp,1883.512
+186-2021-05-27,real_asset_day,2021-05-27,0.000032603794200504810103724545985946819190728958301987,decimal,3674821.0,clp,0.0,integer,0.0,clp,0.0,clp,1880.7603,clp,312539.5929,decimal,60083166.7142,decimal,0.0,clp,158036.9684,decimal,0.0,clp,33978.0,integer,134615108007.0,clp,113002034861.0,clp,0.0,clp,1880.7603
+186-2021-05-28,real_asset_day,2021-05-28,0.000032603799859056727248882143890651021995825290866182,decimal,3666405.0,clp,0.0,integer,0.0,clp,0.0,clp,1871.6274,clp,262780.4872,decimal,60194377.0297,decimal,0.0,clp,151570.1717,decimal,0.0,clp,34025.0,integer,136861241513.0,clp,112661447749.0,clp,0.0,clp,1871.6274
+186-2021-05-29,real_asset_day,2021-05-29,0.000032603795082038696542839234014645090875581,decimal,3673071.0,clp,0.0,integer,0.0,clp,0.0,clp,1871.5664,clp,0.0,decimal,60194377.0297,decimal,0.0,clp,0.0,decimal,0.0,clp,34025.0,integer,136861241513.0,clp,112657774678.0,clp,0.0,clp,1871.5664
+186-2021-05-30,real_asset_day,2021-05-30,0.000032603801758887054835651284362183739347888,decimal,3672952.0,clp,0.0,integer,0.0,clp,0.0,clp,1871.5054,clp,0.0,decimal,60194377.0297,decimal,0.0,clp,0.0,decimal,0.0,clp,34025.0,integer,136861241513.0,clp,112654101726.0,clp,0.0,clp,1871.5054
+186-2021-05-31,real_asset_day,2021-05-31,0.000032603796739875373013163123103280422839154636531975,decimal,3658731.0,clp,0.0,integer,0.0,clp,0.0,clp,1864.2596,clp,583772.0949,decimal,60634287.6875,decimal,0.0,clp,143861.4371,decimal,0.0,clp,34213.0,integer,137120906274.0,clp,113038050540.0,clp,0.0,clp,1864.2596
+186-2021-06-01,real_asset_day,2021-06-01,0.000032603797365753244472519881657703366387261930552649,decimal,3693952.0,clp,0.0,integer,0.0,clp,0.0,clp,1868.5503,clp,346443.2105,decimal,60416275.6234,decimal,0.0,clp,564455.2746,decimal,0.0,clp,34234.0,integer,136605487164.0,clp,112890847150.0,clp,0.0,clp,1868.5503
+186-2021-06-02,real_asset_day,2021-06-02,0.000032603796241604059176057835758933039509331619819231,decimal,3676358.0,clp,0.0,integer,0.0,clp,0.0,clp,1866.3611,clp,296922.4131,decimal,60461826.1237,decimal,0.0,clp,251371.9128,decimal,0.0,clp,34305.0,integer,137654312938.0,clp,112843600834.0,clp,0.0,clp,1866.3611
+186-2021-06-03,real_asset_day,2021-06-03,0.000032603794969670070002747993099073193732793099176318,decimal,3624661.0,clp,0.0,integer,0.0,clp,0.0,clp,1838.7301,clp,325973.4859,decimal,60611254.6187,decimal,0.0,clp,176544.9909,decimal,0.0,clp,34406.0,integer,134874843257.0,clp,111447737258.0,clp,0.0,clp,1838.7301
+186-2021-06-04,real_asset_day,2021-06-04,0.000032603799967433294435687777501909649229820629363802,decimal,3673838.0,clp,0.0,integer,0.0,clp,0.0,clp,1859.0818,clp,256246.9629,decimal,60803078.3607,decimal,0.0,clp,64423.2209,decimal,0.0,clp,34491.0,integer,134764287625.0,clp,113037898690.0,clp,0.0,clp,1859.0818
+186-2021-06-05,real_asset_day,2021-06-05,0.000032603801016880514302127467953141086196321,decimal,3685345.0,clp,0.0,integer,0.0,clp,0.0,clp,1859.0212,clp,0.0,decimal,60803078.3607,decimal,0.0,clp,0.0,decimal,0.0,clp,34491.0,integer,134764287625.0,clp,113034213345.0,clp,0.0,clp,1859.0212
+186-2021-06-06,real_asset_day,2021-06-06,0.000032603802364681015346918295899403429240564,decimal,3685225.0,clp,0.0,integer,0.0,clp,0.0,clp,1858.9606,clp,0.0,decimal,60803078.3607,decimal,0.0,clp,0.0,decimal,0.0,clp,34491.0,integer,134764287625.0,clp,113030528120.0,clp,0.0,clp,1858.9606
+186-2021-06-07,real_asset_day,2021-06-07,0.000032603795178176582507638304080458110280859179445613,decimal,3685844.0,clp,0.0,integer,0.0,clp,0.0,clp,1859.2733,clp,461563.3505,decimal,61135820.8306,decimal,0.0,clp,128820.8806,decimal,0.0,clp,34662.0,integer,138505108272.0,clp,113668197744.0,clp,0.0,clp,1859.2733
+186-2021-06-08,real_asset_day,2021-06-08,0.000032603799209604883219490383715921595762852542369554,decimal,3713996.0,clp,0.0,integer,0.0,clp,0.0,clp,1863.2772,clp,252358.1814,decimal,61246572.7299,decimal,0.0,clp,141606.2821,decimal,0.0,clp,34709.0,integer,137919915971.0,clp,114119343719.0,clp,0.0,clp,1863.2772
+186-2021-06-09,real_asset_day,2021-06-09,0.00003260379698483811429818054121761187400252502007629,decimal,3716682.0,clp,0.0,integer,0.0,clp,0.0,clp,1861.2531,clp,223892.5438,decimal,61385597.6632,decimal,0.0,clp,84867.6105,decimal,0.0,clp,34781.0,integer,135962837487.0,clp,114254133634.0,clp,0.0,clp,1861.2531
+186-2021-06-10,real_asset_day,2021-06-10,0.000032603794337398408221418323492694275417272998210901,decimal,3769708.0,clp,0.0,integer,0.0,clp,0.0,clp,1883.5323,clp,254577.2465,decimal,61545594.7662,decimal,0.0,clp,94580.1435,decimal,0.0,clp,34851.0,integer,137858146539.0,clp,115923117136.0,clp,0.0,clp,1883.5323
+186-2021-06-11,real_asset_day,2021-06-11,0.000032603799725048251524974803666797511597972384556685,decimal,3789587.0,clp,0.0,integer,0.0,clp,0.0,clp,1888.5422,clp,256150.4009,decimal,61700208.2449,decimal,0.0,clp,101536.9222,decimal,0.0,clp,34912.0,integer,138655358884.0,clp,116523446608.0,clp,0.0,clp,1888.5422
+186-2021-06-12,real_asset_day,2021-06-12,0.000032603797534870892122645140036742365663329,decimal,3798983.0,clp,0.0,integer,0.0,clp,0.0,clp,1888.4806,clp,0.0,decimal,61700208.2449,decimal,0.0,clp,0.0,decimal,0.0,clp,34912.0,integer,138655358884.0,clp,116519647625.0,clp,0.0,clp,1888.4806
+186-2021-06-13,real_asset_day,2021-06-13,0.000032603796309541445614258865965406771707986,decimal,3798859.0,clp,0.0,integer,0.0,clp,0.0,clp,1888.4191,clp,0.0,decimal,61700208.2449,decimal,0.0,clp,0.0,decimal,0.0,clp,34912.0,integer,138655358884.0,clp,116515848766.0,clp,0.0,clp,1888.4191
+186-2021-06-14,real_asset_day,2021-06-14,0.000032603797431481897011379141456123229944455355282537,decimal,3816270.0,clp,0.0,integer,0.0,clp,0.0,clp,1897.074,clp,424995.2454,decimal,61917044.1966,decimal,0.0,clp,208159.2937,decimal,0.0,clp,35081.0,integer,145462717398.0,clp,117461216152.0,clp,0.0,clp,1897.074
+186-2021-06-15,real_asset_day,2021-06-15,0.00003260379920664762764475019161988406264321457880931,decimal,3819909.0,clp,0.0,integer,0.0,clp,0.0,clp,1892.2329,clp,285163.2028,decimal,62107690.7326,decimal,0.0,clp,94516.6668,decimal,0.0,clp,35125.0,integer,143470406392.0,clp,117522216340.0,clp,0.0,clp,1892.2329
+186-2021-06-16,real_asset_day,2021-06-16,0.000032603800608220649767670991767810126160001699486631,decimal,3811411.0,clp,0.0,integer,0.0,clp,0.0,clp,1882.2278,clp,535161.247,decimal,62539561.4175,decimal,0.0,clp,103290.5621,decimal,0.0,clp,35263.0,integer,140348608577.0,clp,117713698205.0,clp,0.0,clp,1882.2278
+186-2021-06-17,real_asset_day,2021-06-17,0.000032603802543858675331034110034762225509073245375189,decimal,3925063.0,clp,0.0,integer,0.0,clp,0.0,clp,1924.9681,clp,355409.429,decimal,62746519.5374,decimal,0.0,clp,148451.3091,decimal,0.0,clp,35355.0,integer,143830026361.0,clp,120785051105.0,clp,0.0,clp,1924.9681
+186-2021-06-18,real_asset_day,2021-06-18,0.000032603800278242884648961279131363087645817894456906,decimal,3945232.0,clp,0.0,integer,0.0,clp,0.0,clp,1928.478,clp,611048.4712,decimal,63173983.8879,decimal,0.0,clp,183584.1207,decimal,0.0,clp,35423.0,integer,151229464905.0,clp,121829636156.0,clp,0.0,clp,1928.478
+186-2021-06-19,real_asset_day,2021-06-19,0.000032603795159525075576555541063578108072095,decimal,3971979.0,clp,0.0,integer,0.0,clp,0.0,clp,1928.4151,clp,0.0,decimal,63173983.8879,decimal,0.0,clp,0.0,decimal,0.0,clp,35423.0,integer,151229464905.0,clp,121825664177.0,clp,0.0,clp,1928.4151
+186-2021-06-20,real_asset_day,2021-06-20,0.000032603799242408795698982114009981479478516,decimal,3971850.0,clp,0.0,integer,0.0,clp,0.0,clp,1928.3522,clp,0.0,decimal,63173983.8879,decimal,0.0,clp,0.0,decimal,0.0,clp,35423.0,integer,151229464905.0,clp,121821692327.0,clp,0.0,clp,1928.3522
+186-2021-06-21,real_asset_day,2021-06-21,0.000032603795081778713190169058274669577030957,decimal,3971720.0,clp,0.0,integer,0.0,clp,0.0,clp,1928.2894,clp,0.0,decimal,63173983.8879,decimal,0.0,clp,0.0,decimal,0.0,clp,35423.0,integer,151229464905.0,clp,121817720607.0,clp,0.0,clp,1928.2894
+186-2021-06-22,real_asset_day,2021-06-22,0.000032603795112365976619421961345774667382200843903703,decimal,4029256.0,clp,0.0,integer,0.0,clp,0.0,clp,1956.2234,clp,609233.8011,decimal,63479912.4806,decimal,0.0,clp,303305.2084,decimal,0.0,clp,35629.0,integer,148388578480.0,clp,124180887703.0,clp,0.0,clp,1956.2234
+186-2021-06-23,real_asset_day,2021-06-23,0.000032603795558189263581584345715961027269001830508478,decimal,3992480.0,clp,0.0,integer,0.0,clp,0.0,clp,1929.0268,clp,305751.5559,decimal,63646358.8571,decimal,0.0,clp,139305.1794,decimal,0.0,clp,35704.0,integer,146695847884.0,clp,122775534030.0,clp,0.0,clp,1929.0268
+186-2021-06-24,real_asset_day,2021-06-24,0.000032603800340760205848804161896616681251421174158935,decimal,4019711.0,clp,0.0,integer,0.0,clp,0.0,clp,1937.1045,clp,372570.9679,decimal,63855853.8459,decimal,0.0,clp,163075.9791,decimal,0.0,clp,35804.0,integer,150779481089.0,clp,123695459616.0,clp,0.0,clp,1937.1045
+186-2021-06-25,real_asset_day,2021-06-25,0.000032603796099247961428281171846063540863944782939812,decimal,4052075.0,clp,0.0,integer,0.0,clp,0.0,clp,1946.2947,clp,374928.1438,decimal,64008750.629,decimal,0.0,clp,222031.3607,decimal,0.0,clp,35905.0,integer,151000859414.0,clp,124579889316.0,clp,0.0,clp,1946.2947
+186-2021-06-26,real_asset_day,2021-06-26,0.00003260379702815741447260370094820174594351,decimal,4061645.0,clp,0.0,integer,0.0,clp,0.0,clp,1946.2312,clp,0.0,decimal,64008750.629,decimal,0.0,clp,0.0,decimal,0.0,clp,35905.0,integer,151000859414.0,clp,124575827671.0,clp,0.0,clp,1946.2312
+186-2021-06-27,real_asset_day,2021-06-27,0.000032603800405692245993370802281533146439601,decimal,4061513.0,clp,0.0,integer,0.0,clp,0.0,clp,1946.1677,clp,0.0,decimal,64008750.629,decimal,0.0,clp,0.0,decimal,0.0,clp,35905.0,integer,151000859414.0,clp,124571766158.0,clp,0.0,clp,1946.1677
+186-2021-06-28,real_asset_day,2021-06-28,0.000032603795720873581559794612145053197345185,decimal,4061380.0,clp,0.0,integer,0.0,clp,0.0,clp,1946.1043,clp,0.0,decimal,64008750.629,decimal,0.0,clp,0.0,decimal,0.0,clp,35905.0,integer,151000859414.0,clp,124567704778.0,clp,0.0,clp,1946.1043
+186-2021-06-29,real_asset_day,2021-06-29,0.000032603795491762441979732533790610603570151855387215,decimal,4152487.0,clp,0.0,integer,0.0,clp,0.0,clp,1989.7603,clp,791296.8443,decimal,64597191.2329,decimal,0.0,clp,202856.2404,decimal,0.0,clp,36187.0,integer,156237644735.0,clp,128532929320.0,clp,0.0,clp,1989.7603
+186-2021-06-30,real_asset_day,2021-06-30,0.000032603800044208079281520292886775333911646216544075,decimal,4134767.0,clp,0.0,integer,0.0,clp,0.0,clp,1963.221,clp,460472.0494,decimal,64751302.3744,decimal,0.0,clp,306360.9079,decimal,0.0,clp,36303.0,integer,153638982587.0,clp,127121115084.0,clp,0.0,clp,1963.221
+186-2021-07-01,real_asset_day,2021-07-01,0.000032603795927906288618037329920345480122101496515163,decimal,4181502.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.686,clp,557580.2806,decimal,65156116.6075,decimal,0.0,clp,152766.0475,decimal,0.0,clp,36461.0,integer,154434381840.0,clp,129053808800.0,clp,0.0,clp,1980.686
+186-2021-07-02,real_asset_day,2021-07-02,0.000032603795245466799661780350833151403341260699221816,decimal,4202933.0,clp,0.0,integer,0.0,clp,0.0,clp,1978.4684,clp,504871.8834,decimal,64966527.799,decimal,0.0,clp,694460.6919,decimal,0.0,clp,36518.0,integer,154705102602.0,clp,128534222248.0,clp,0.0,clp,1978.4684
+186-2021-07-03,real_asset_day,2021-07-03,0.000032603796522828307479004051642983271599214,decimal,4190567.0,clp,0.0,integer,0.0,clp,0.0,clp,1978.4039,clp,0.0,decimal,64966527.799,decimal,0.0,clp,0.0,decimal,0.0,clp,36518.0,integer,154705102602.0,clp,128530031681.0,clp,0.0,clp,1978.4039
+186-2021-07-04,real_asset_day,2021-07-04,0.000032603801377569275392702399448406644838825,decimal,4190431.0,clp,0.0,integer,0.0,clp,0.0,clp,1978.3394,clp,0.0,decimal,64966527.799,decimal,0.0,clp,0.0,decimal,0.0,clp,36518.0,integer,154705102602.0,clp,128525841250.0,clp,0.0,clp,1978.3394
+186-2021-07-05,real_asset_day,2021-07-05,0.000032603796180064405212138888305446767541664714276909,decimal,4187989.0,clp,0.0,integer,0.0,clp,0.0,clp,1977.1868,clp,802000.8503,decimal,65432586.3433,decimal,0.0,clp,335942.306,decimal,0.0,clp,36813.0,integer,155672617658.0,clp,129372447287.0,clp,0.0,clp,1977.1868
+186-2021-07-06,real_asset_day,2021-07-06,0.000032603798884507654007355279623871581133632168144697,decimal,4245916.0,clp,0.0,integer,0.0,clp,0.0,clp,1990.2567,clp,361914.6812,decimal,65637158.473,decimal,0.0,clp,157342.5515,decimal,0.0,clp,36936.0,integer,160724007850.0,clp,130634797684.0,clp,0.0,clp,1990.2567
+186-2021-07-07,real_asset_day,2021-07-07,0.000032603800995889765175066175602307780357989010701666,decimal,4282716.0,clp,0.0,integer,0.0,clp,0.0,clp,2001.2497,clp,590362.0963,decimal,66050593.6832,decimal,0.0,clp,176926.8861,decimal,0.0,clp,37046.0,integer,159679206263.0,clp,132183728044.0,clp,0.0,clp,2001.2497
+186-2021-07-08,real_asset_day,2021-07-08,0.000032603796306444875441588724746382510123568176467822,decimal,4267111.0,clp,0.0,integer,0.0,clp,0.0,clp,1981.477,clp,566460.593,decimal,66481972.5967,decimal,0.0,clp,135081.6795,decimal,0.0,clp,37184.0,integer,160445192381.0,clp,131732501997.0,clp,0.0,clp,1981.477
+186-2021-07-09,real_asset_day,2021-07-09,0.000032603797853674790350239622330045521901039823933946,decimal,4326221.0,clp,0.0,integer,0.0,clp,0.0,clp,1995.89,clp,441839.8879,decimal,66792701.1903,decimal,0.0,clp,131111.2943,decimal,0.0,clp,37292.0,integer,161220462959.0,clp,133310887458.0,clp,0.0,clp,1995.89
+186-2021-07-10,real_asset_day,2021-07-10,0.000032603801450737510102999922589890110724554,decimal,4346300.0,clp,0.0,integer,0.0,clp,0.0,clp,1995.825,clp,0.0,decimal,66792701.1903,decimal,0.0,clp,0.0,decimal,0.0,clp,37292.0,integer,161220462959.0,clp,133306541158.0,clp,0.0,clp,1995.825
+186-2021-07-11,real_asset_day,2021-07-11,0.000032603799209757948846978851323490959770017,decimal,4346158.0,clp,0.0,integer,0.0,clp,0.0,clp,1995.7599,clp,0.0,decimal,66792701.1903,decimal,0.0,clp,0.0,decimal,0.0,clp,37292.0,integer,161220462959.0,clp,133302195000.0,clp,0.0,clp,1995.7599
+186-2021-07-12,real_asset_day,2021-07-12,0.000032603800661747757816679026638140113780514271848403,decimal,4336418.0,clp,0.0,integer,0.0,clp,0.0,clp,1991.2872,clp,637786.5558,decimal,67200653.8394,decimal,0.0,clp,229833.9067,decimal,0.0,clp,37500.0,integer,160848594369.0,clp,133815801774.0,clp,0.0,clp,1991.2872
+186-2021-07-13,real_asset_day,2021-07-13,0.000032603795598068216320573060959671335104726828888951,decimal,4362415.0,clp,0.0,integer,0.0,clp,0.0,clp,1991.0644,clp,345559.14,decimal,67468955.5092,decimal,0.0,clp,77257.4702,decimal,0.0,clp,37594.0,integer,162807597681.0,clp,134335038597.0,clp,0.0,clp,1991.0644
+186-2021-07-14,real_asset_day,2021-07-14,0.000032603796959468979206967349563906484972488229912804,decimal,4361015.0,clp,0.0,integer,0.0,clp,0.0,clp,1982.5101,clp,369830.6929,decimal,67781007.4247,decimal,0.0,clp,57778.7774,decimal,0.0,clp,37696.0,integer,161902257387.0,clp,134376533397.0,clp,0.0,clp,1982.5101
+186-2021-07-15,real_asset_day,2021-07-15,0.000032603796875073062815218882360341287243227221190166,decimal,4376365.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.329,clp,331725.4344,decimal,67951943.2016,decimal,0.0,clp,160789.6575,decimal,0.0,clp,37756.0,integer,162322918342.0,clp,134567200807.0,clp,0.0,clp,1980.329
+186-2021-07-16,real_asset_day,2021-07-16,0.000032603799551463879146148603685258609898994,decimal,4387259.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.2644,clp,0.0,decimal,67951943.2016,decimal,0.0,clp,0.0,decimal,0.0,clp,37756.0,integer,162322918342.0,clp,134562813548.0,clp,0.0,clp,1980.2644
+186-2021-07-17,real_asset_day,2021-07-17,0.000032603799823841269339019851834053290781575,decimal,4387116.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.1998,clp,0.0,decimal,67951943.2016,decimal,0.0,clp,0.0,decimal,0.0,clp,37756.0,integer,162322918342.0,clp,134558426432.0,clp,0.0,clp,1980.1998
+186-2021-07-18,real_asset_day,2021-07-18,0.000032603800061586079714277394609809341168105,decimal,4386973.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.1353,clp,0.0,decimal,67951943.2016,decimal,0.0,clp,0.0,decimal,0.0,clp,37756.0,integer,162322918342.0,clp,134554039459.0,clp,0.0,clp,1980.1353
+186-2021-07-19,real_asset_day,2021-07-19,0.000032603797151472024346801597786381314369403830209382,decimal,4334261.0,clp,0.0,integer,0.0,clp,0.0,clp,1956.343,clp,553665.9941,decimal,68121367.599,decimal,0.0,clp,384241.5967,decimal,0.0,clp,37942.0,integer,162835854322.0,clp,133268759501.0,clp,0.0,clp,1956.343
+186-2021-07-20,real_asset_day,2021-07-20,0.000032603802459601200957027178580387686665643884330177,decimal,4397986.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.1605,clp,254424.6429,decimal,68246909.2276,decimal,0.0,clp,129171.0382,decimal,0.0,clp,37959.0,integer,163212370848.0,clp,135139834490.0,clp,0.0,clp,1980.1605
+186-2021-07-21,real_asset_day,2021-07-21,0.000032603800114916275889047271275442573161382834802027,decimal,4451908.0,clp,0.0,integer,0.0,clp,0.0,clp,2000.7599,clp,263712.7381,decimal,68385997.143,decimal,0.0,clp,124624.8227,decimal,0.0,clp,38040.0,integer,163263835531.0,clp,136823959767.0,clp,0.0,clp,2000.7599
+186-2021-07-22,real_asset_day,2021-07-22,0.000032603796387068476419931767800176305246273605607279,decimal,4428613.0,clp,0.0,integer,0.0,clp,0.0,clp,1986.243,clp,395226.1694,decimal,68691354.5539,decimal,0.0,clp,89868.7585,decimal,0.0,clp,38120.0,integer,162840352042.0,clp,136437720528.0,clp,0.0,clp,1986.243
+186-2021-07-23,real_asset_day,2021-07-23,0.000032603800795607466709906862011750785041082728423927,decimal,4492838.0,clp,0.0,integer,0.0,clp,0.0,clp,2006.0902,clp,392323.5766,decimal,69002636.4124,decimal,0.0,clp,81041.7181,decimal,0.0,clp,38189.0,integer,165080874902.0,clp,138425509988.0,clp,0.0,clp,2006.0902
+186-2021-07-24,real_asset_day,2021-07-24,0.00003260379638806846172376756271213383102675,decimal,4513050.0,clp,0.0,integer,0.0,clp,0.0,clp,2006.0248,clp,0.0,decimal,69002636.4124,decimal,0.0,clp,0.0,decimal,0.0,clp,38189.0,integer,165080874902.0,clp,138420996938.0,clp,0.0,clp,2006.0248
+186-2021-07-25,real_asset_day,2021-07-25,0.00003260379738340172758311748140193250502543,decimal,4512903.0,clp,0.0,integer,0.0,clp,0.0,clp,2005.9594,clp,0.0,decimal,69002636.4124,decimal,0.0,clp,0.0,decimal,0.0,clp,38189.0,integer,165080874902.0,clp,138416484035.0,clp,0.0,clp,2005.9594
+186-2021-07-26,real_asset_day,2021-07-26,0.0000326037956096504670879715429919049193006745670816,decimal,4505068.0,clp,0.0,integer,0.0,clp,0.0,clp,2002.4769,clp,552075.6019,decimal,69402868.5753,decimal,0.0,clp,151843.439,decimal,0.0,clp,38356.0,integer,169267610496.0,clp,138977637782.0,clp,0.0,clp,2002.4769
+186-2021-07-27,real_asset_day,2021-07-27,0.000032603800901794122409891017433371701298850553995025,decimal,4445680.0,clp,0.0,integer,0.0,clp,0.0,clp,1964.6833,clp,321726.961,decimal,69620486.9184,decimal,0.0,clp,104108.6179,decimal,0.0,clp,38439.0,integer,164581902876.0,clp,136782205399.0,clp,0.0,clp,1964.6833
+186-2021-07-28,real_asset_day,2021-07-28,0.000032603796277508104488325813258818713534935041299279,decimal,4571495.0,clp,0.0,integer,0.0,clp,0.0,clp,2013.9701,clp,403833.7235,decimal,69950243.5867,decimal,0.0,clp,74077.0552,decimal,0.0,clp,38510.0,integer,170572780169.0,clp,140877700142.0,clp,0.0,clp,2013.9701
+186-2021-07-29,real_asset_day,2021-07-29,0.000032603798312782804553404722546851858518761350495888,decimal,4571529.0,clp,0.0,integer,0.0,clp,0.0,clp,2004.4907,clp,403182.0051,decimal,70233138.7938,decimal,0.0,clp,120286.798,decimal,0.0,clp,38613.0,integer,168640755898.0,clp,140781674954.0,clp,0.0,clp,2004.4907
+186-2021-07-30,real_asset_day,2021-07-30,0.000032603796120201189968532705136967336086427820580742,decimal,4584668.0,clp,0.0,integer,0.0,clp,0.0,clp,2002.1548,clp,532666.1666,decimal,70671653.2173,decimal,0.0,clp,94151.7431,decimal,0.0,clp,38700.0,integer,167580010647.0,clp,141495587213.0,clp,0.0,clp,2002.1548
+186-2021-07-31,real_asset_day,2021-07-31,0.000032603797028902594224680497317605327868954,decimal,4613143.0,clp,0.0,integer,0.0,clp,0.0,clp,2002.0895,clp,0.0,decimal,70671653.2173,decimal,0.0,clp,0.0,decimal,0.0,clp,38700.0,integer,167580010647.0,clp,141490974070.0,clp,0.0,clp,2002.0895
+186-2021-08-01,real_asset_day,2021-08-01,0.000032603799863716244779903902906566375512297,decimal,4612993.0,clp,0.0,integer,0.0,clp,0.0,clp,2002.0242,clp,0.0,decimal,70671653.2173,decimal,0.0,clp,0.0,decimal,0.0,clp,38700.0,integer,167580010647.0,clp,141486361077.0,clp,0.0,clp,2002.0242
+186-2021-08-02,real_asset_day,2021-08-02,0.00003260380221063319895288914884241219514871963860297,decimal,4632676.0,clp,0.0,integer,0.0,clp,0.0,clp,2010.5664,clp,861611.1761,decimal,71429996.1577,decimal,0.0,clp,103268.2357,decimal,0.0,clp,38949.0,integer,175040829406.0,clp,143614752323.0,clp,0.0,clp,2010.5664
+186-2021-08-03,real_asset_day,2021-08-03,0.000032603800605942902558539938039617296262918791644392,decimal,4778452.0,clp,0.0,integer,0.0,clp,0.0,clp,2051.8158,clp,384112.0887,decimal,71645741.2109,decimal,0.0,clp,168367.0355,decimal,0.0,clp,39030.0,integer,178244875517.0,clp,147003864773.0,clp,0.0,clp,2051.8158
+186-2021-08-04,real_asset_day,2021-08-04,0.000032603800762458495855674242214469727649374965557467,decimal,4818972.0,clp,0.0,integer,0.0,clp,0.0,clp,2062.9837,clp,740783.7123,decimal,72233587.2494,decimal,0.0,clp,152937.6738,decimal,0.0,clp,39196.0,integer,179059004135.0,clp,149016711646.0,clp,0.0,clp,2062.9837
+186-2021-08-05,real_asset_day,2021-08-05,0.000032603798063965283244337879922169659074998967430877,decimal,4873880.0,clp,0.0,integer,0.0,clp,0.0,clp,,,635167.0392,decimal,72732035.6788,decimal,0.0,clp,136718.6098,decimal,0.0,clp,39342.0,integer,,,,,,,
+186-2021-08-06,real_asset_day,2021-08-06,0.000032603799615934506556518202807686502266935113023089,decimal,4931420.0,clp,0.0,integer,0.0,clp,0.0,clp,2079.5915,clp,812197.3069,decimal,73416503.5638,decimal,0.0,clp,127729.4219,decimal,0.0,clp,39509.0,integer,190207650814.0,clp,152676336816.0,clp,0.0,clp,2079.5915
+186-2021-08-07,real_asset_day,2021-08-07,0.000032603796990563439285396575969370349317415,decimal,4977666.0,clp,0.0,integer,0.0,clp,0.0,clp,2079.5237,clp,0.0,decimal,73416503.5638,decimal,0.0,clp,0.0,decimal,0.0,clp,39509.0,integer,190207650814.0,clp,152671359150.0,clp,0.0,clp,2079.5237
+186-2021-08-08,real_asset_day,2021-08-08,0.000032603798860850352743284535760615101622424,decimal,4977504.0,clp,0.0,integer,0.0,clp,0.0,clp,2079.4559,clp,0.0,decimal,73416503.5638,decimal,0.0,clp,0.0,decimal,0.0,clp,39509.0,integer,190207650814.0,clp,152666381646.0,clp,0.0,clp,2079.4559
+186-2021-08-09,real_asset_day,2021-08-09,0.000032603800271274131204632079866147250090127118133166,decimal,5018602.0,clp,0.0,integer,0.0,clp,0.0,clp,2096.6254,clp,980393.1284,decimal,74113600.6794,decimal,0.0,clp,283296.0128,decimal,0.0,clp,39847.0,integer,190801996205.0,clp,155388454464.0,clp,0.0,clp,2096.6254
+186-2021-08-10,real_asset_day,2021-08-10,0.000032603799816193116571593283523051275844878056473945,decimal,5000136.0,clp,0.0,integer,0.0,clp,0.0,clp,2069.263,clp,570859.2658,decimal,73776339.2825,decimal,0.0,clp,908120.6627,decimal,0.0,clp,39919.0,integer,183860468779.0,clp,152662646862.0,clp,0.0,clp,2069.263
+186-2021-08-11,real_asset_day,2021-08-11,0.000032603800252907792977831800949492250327483210623115,decimal,4930731.0,clp,0.0,integer,0.0,clp,0.0,clp,2049.8684,clp,496858.5223,decimal,74063546.1054,decimal,0.0,clp,209651.6994,decimal,0.0,clp,40076.0,integer,181104213573.0,clp,151820523950.0,clp,0.0,clp,2049.8684
+186-2021-08-12,real_asset_day,2021-08-12,0.000032603799093896876638621334597200277288610775246899,decimal,4938316.0,clp,0.0,integer,0.0,clp,0.0,clp,2045.0605,clp,477783.7027,decimal,74358063.9092,decimal,0.0,clp,183265.8989,decimal,0.0,clp,40228.0,integer,181384471988.0,clp,152066741463.0,clp,0.0,clp,2045.0605
+186-2021-08-13,real_asset_day,2021-08-13,0.000032603800685612060504813173047140401871782691516286,decimal,4966134.0,clp,0.0,integer,0.0,clp,0.0,clp,2048.4347,clp,629603.2945,decimal,74890581.8398,decimal,0.0,clp,97085.3639,decimal,0.0,clp,40385.0,integer,182109347006.0,clp,153408468960.0,clp,0.0,clp,2048.4347
+186-2021-08-14,real_asset_day,2021-08-14,0.000032603800187749268537681160361409485007026,decimal,5001536.0,clp,0.0,integer,0.0,clp,0.0,clp,2048.3679,clp,0.0,decimal,74890581.8398,decimal,0.0,clp,0.0,decimal,0.0,clp,40385.0,integer,182109347006.0,clp,153403467424.0,clp,0.0,clp,2048.3679
+186-2021-08-15,real_asset_day,2021-08-15,0.000032603800603437626092197565191414131711316,decimal,5001373.0,clp,0.0,integer,0.0,clp,0.0,clp,2048.3012,clp,0.0,decimal,74890581.8398,decimal,0.0,clp,0.0,decimal,0.0,clp,40385.0,integer,182109347006.0,clp,153398466051.0,clp,0.0,clp,2048.3012
+186-2021-08-16,real_asset_day,2021-08-16,0.000032603796523905793373694559636507881012745109714813,decimal,5032093.0,clp,0.0,integer,0.0,clp,0.0,clp,2060.8827,clp,606765.436,decimal,75349765.2794,decimal,0.0,clp,147581.9964,decimal,0.0,clp,40620.0,integer,186532191504.0,clp,155287030011.0,clp,0.0,clp,2060.8827
+186-2021-08-17,real_asset_day,2021-08-17,0.000032603802482497999522694839746441536042765887918525,decimal,5030463.0,clp,0.0,integer,0.0,clp,0.0,clp,2047.6598,clp,619239.2415,decimal,75730607.2759,decimal,0.0,clp,238397.245,decimal,0.0,clp,40735.0,integer,185797939524.0,clp,155070519275.0,clp,0.0,clp,2047.6598
+186-2021-08-18,real_asset_day,2021-08-18,0.00003260379887103517795363756030049330261809957102419,decimal,5011298.0,clp,0.0,integer,0.0,clp,0.0,clp,2029.6006,clp,572746.5687,decimal,76168770.6754,decimal,0.0,clp,134583.1692,decimal,0.0,clp,40836.0,integer,187184282408.0,clp,154592183280.0,clp,0.0,clp,2029.6006
+186-2021-08-19,real_asset_day,2021-08-19,0.000032603801533170998551927153613190774954762237778409,decimal,5044571.0,clp,0.0,integer,0.0,clp,0.0,clp,2031.3233,clp,425793.8024,decimal,75659617.5296,decimal,0.0,clp,934946.9482,decimal,0.0,clp,40831.0,integer,191667901963.0,clp,153689144550.0,clp,0.0,clp,2031.3233
+186-2021-08-20,real_asset_day,2021-08-20,0.000032603799227646858676260118400766299250989177786352,decimal,5024916.0,clp,0.0,integer,0.0,clp,0.0,clp,2037.0254,clp,302179.5643,decimal,75775204.3815,decimal,0.0,clp,186592.7124,decimal,0.0,clp,40900.0,integer,186281217483.0,clp,154356019638.0,clp,0.0,clp,2037.0254
+186-2021-08-21,real_asset_day,2021-08-21,0.000032603801835007413438071831645903159569729,decimal,5032429.0,clp,0.0,integer,0.0,clp,0.0,clp,2036.959,clp,0.0,decimal,75775204.3815,decimal,0.0,clp,0.0,decimal,0.0,clp,40900.0,integer,186281217483.0,clp,154350987209.0,clp,0.0,clp,2036.959
+186-2021-08-22,real_asset_day,2021-08-22,0.000032603802294824071861877740976529987421346,decimal,5032265.0,clp,0.0,integer,0.0,clp,0.0,clp,2036.8926,clp,0.0,decimal,75775204.3815,decimal,0.0,clp,0.0,decimal,0.0,clp,40900.0,integer,186281217483.0,clp,154345954944.0,clp,0.0,clp,2036.8926
+186-2021-08-23,real_asset_day,2021-08-23,0.000032603796787327329223652671682397452329635204465472,decimal,5101200.0,clp,0.0,integer,0.0,clp,0.0,clp,2064.7956,clp,409338.5254,decimal,76049214.3305,decimal,0.0,clp,135328.5764,decimal,0.0,clp,41079.0,integer,185838567335.0,clp,157026079859.0,clp,0.0,clp,2064.7956
+186-2021-08-24,real_asset_day,2021-08-24,0.000032603798142993152306809955389497120377816828980715,decimal,5150159.0,clp,0.0,integer,0.0,clp,0.0,clp,2077.1015,clp,522564.9981,decimal,76451336.927,decimal,0.0,clp,120442.4016,decimal,0.0,clp,41202.0,integer,187707546617.0,clp,158797183129.0,clp,0.0,clp,2077.1015
+186-2021-08-25,real_asset_day,2021-08-25,0.000032603797663282426089407431204220969415944641962726,decimal,5195738.0,clp,0.0,integer,0.0,clp,0.0,clp,2084.4619,clp,465716.1817,decimal,76765772.7585,decimal,0.0,clp,151280.3502,decimal,0.0,clp,41312.0,integer,196203701904.0,clp,160015331497.0,clp,0.0,clp,2084.4619
+186-2021-08-26,real_asset_day,2021-08-26,0.000032603797282715722581749822270963125402093447376517,decimal,5193781.0,clp,0.0,integer,0.0,clp,0.0,clp,2075.142,clp,1589913.8324,decimal,78174094.2386,decimal,0.0,clp,181592.3523,decimal,0.0,clp,41436.0,integer,197484861720.0,clp,162222347216.0,clp,0.0,clp,2075.142
+186-2021-08-27,real_asset_day,2021-08-27,0.000032603802413269148805857688977405338331918247441152,decimal,5343783.0,clp,0.0,integer,0.0,clp,0.0,clp,2096.6102,clp,452587.5297,decimal,78524673.21,decimal,0.0,clp,102008.5583,decimal,0.0,clp,41534.0,integer,195396014898.0,clp,164635634262.0,clp,0.0,clp,2096.6102
+186-2021-08-28,real_asset_day,2021-08-28,0.000032603798243898720370833167117188006542735,decimal,5367572.0,clp,0.0,integer,0.0,clp,0.0,clp,2096.5419,clp,0.0,decimal,78524673.21,decimal,0.0,clp,0.0,decimal,0.0,clp,41534.0,integer,195396014898.0,clp,164630266690.0,clp,0.0,clp,2096.5419
+186-2021-08-29,real_asset_day,2021-08-29,0.000032603798228888129000071721854049462449562,decimal,5367397.0,clp,0.0,integer,0.0,clp,0.0,clp,2096.4735,clp,0.0,decimal,78524673.21,decimal,0.0,clp,0.0,decimal,0.0,clp,41534.0,integer,195396014898.0,clp,164624899293.0,clp,0.0,clp,2096.4735
+186-2021-08-30,real_asset_day,2021-08-30,0.000032603799801687157068927099747325361265206784086496,decimal,5358765.0,clp,0.0,integer,0.0,clp,0.0,clp,2093.1018,clp,902223.2643,decimal,79274923.3255,decimal,0.0,clp,151973.1488,decimal,0.0,clp,41835.0,integer,197018119082.0,clp,165930486802.0,clp,0.0,clp,2093.1018
+186-2021-08-31,real_asset_day,2021-08-31,0.000032603800335320227862222842658264666076050433341181,decimal,5380071.0,clp,0.0,integer,0.0,clp,0.0,clp,2081.5361,clp,469314.9371,decimal,79491067.7645,decimal,0.0,clp,253170.4981,decimal,0.0,clp,42015.0,integer,202304323995.0,clp,165463528800.0,clp,0.0,clp,2081.5361
+186-2021-09-01,real_asset_day,2021-09-01,0.000032603797708150908829848636453573790971478042153735,decimal,5365080.0,clp,0.0,integer,0.0,clp,0.0,clp,2070.0922,clp,770597.3635,decimal,80116395.4729,decimal,0.0,clp,145269.6551,decimal,0.0,clp,42191.0,integer,201340754765.0,clp,165848322593.0,clp,0.0,clp,2070.0922
+186-2021-09-02,real_asset_day,2021-09-02,0.000032603798252716163009250680810864990349397699409594,decimal,5425535.0,clp,0.0,integer,0.0,clp,0.0,clp,2077.0788,clp,587673.595,decimal,80490864.1254,decimal,0.0,clp,213204.9425,decimal,0.0,clp,42408.0,integer,206862222329.0,clp,167185866547.0,clp,0.0,clp,2077.0788
+186-2021-09-03,real_asset_day,2021-09-03,0.000032603802147301857722872288746991891027212458322185,decimal,5447971.0,clp,0.0,integer,0.0,clp,0.0,clp,2075.9646,clp,445167.1996,decimal,80723542.7266,decimal,0.0,clp,212488.5984,decimal,0.0,clp,42573.0,integer,202480209969.0,clp,167579218910.0,clp,0.0,clp,2075.9646
+186-2021-09-04,real_asset_day,2021-09-04,0.000032603798774869001724484471710174603051328,decimal,5463541.0,clp,0.0,integer,0.0,clp,0.0,clp,2075.8969,clp,0.0,decimal,80723542.7266,decimal,0.0,clp,0.0,decimal,0.0,clp,42573.0,integer,202480209969.0,clp,167573755369.0,clp,0.0,clp,2075.8969
+186-2021-09-05,real_asset_day,2021-09-05,0.000032603799529116028722339091620424020615293,decimal,5463363.0,clp,0.0,integer,0.0,clp,0.0,clp,2075.8293,clp,0.0,decimal,80723542.7266,decimal,0.0,clp,0.0,decimal,0.0,clp,42573.0,integer,202480209969.0,clp,167568292006.0,clp,0.0,clp,2075.8293
+186-2021-09-06,real_asset_day,2021-09-06,0.000032603802201259785140856219956294139287360233270688,decimal,5494028.0,clp,0.0,integer,0.0,clp,0.0,clp,2087.4804,clp,737150.9024,decimal,81263301.1062,decimal,0.0,clp,197392.5228,decimal,0.0,clp,42921.0,integer,205502610886.0,clp,169635547786.0,clp,0.0,clp,2087.4804
+186-2021-09-07,real_asset_day,2021-09-07,0.00003260380049997761334340048233836286748782450926367,decimal,5587425.0,clp,0.0,integer,0.0,clp,0.0,clp,2108.8662,clp,403635.6121,decimal,81516210.6179,decimal,0.0,clp,150726.1004,decimal,0.0,clp,43082.0,integer,210211644339.0,clp,171906778557.0,clp,0.0,clp,2108.8662
+186-2021-09-08,real_asset_day,2021-09-08,0.000032603800762598062852301389465275992794820838822375,decimal,5616248.0,clp,0.0,integer,0.0,clp,0.0,clp,2113.1682,clp,529278.8464,decimal,81910498.5861,decimal,0.0,clp,134990.8782,decimal,0.0,clp,43290.0,integer,208062631363.0,clp,173090659688.0,clp,0.0,clp,2113.1682
+186-2021-09-09,real_asset_day,2021-09-09,0.000032603797013396907247223452475110975728719191393734,decimal,5659425.0,clp,0.0,integer,0.0,clp,0.0,clp,2119.164,clp,484661.8844,decimal,82264688.0939,decimal,0.0,clp,130472.3766,decimal,0.0,clp,43477.0,integer,206743419095.0,clp,174332361963.0,clp,0.0,clp,2119.164
+186-2021-09-10,real_asset_day,2021-09-10,0.000032603800317972385350234094813545943956146785817886,decimal,5648545.0,clp,0.0,integer,0.0,clp,0.0,clp,2105.9833,clp,458145.179,decimal,82574778.6239,decimal,0.0,clp,148054.649,decimal,0.0,clp,43659.0,integer,212751788394.0,clp,173901100763.0,clp,0.0,clp,2105.9833
+186-2021-09-11,real_asset_day,2021-09-11,0.000032603800823156636637736694377043333152026,decimal,5669652.0,clp,0.0,integer,0.0,clp,0.0,clp,2105.9146,clp,0.0,decimal,82574778.6239,decimal,0.0,clp,0.0,decimal,0.0,clp,43659.0,integer,212751788394.0,clp,173895431111.0,clp,0.0,clp,2105.9146
+186-2021-09-12,real_asset_day,2021-09-12,0.000032603799938532049851890703877512297592278,decimal,5669467.0,clp,0.0,integer,0.0,clp,0.0,clp,2105.8459,clp,0.0,decimal,82574778.6239,decimal,0.0,clp,0.0,decimal,0.0,clp,43659.0,integer,212751788394.0,clp,173889761644.0,clp,0.0,clp,2105.8459
+186-2021-09-13,real_asset_day,2021-09-13,0.000032603801249729282937208242261682445048311836723536,decimal,5640673.0,clp,0.0,integer,0.0,clp,0.0,clp,2095.1507,clp,725978.1904,decimal,83067160.8718,decimal,0.0,clp,233595.9425,decimal,0.0,clp,43955.0,integer,209844127066.0,clp,174038221106.0,clp,0.0,clp,2095.1507
+186-2021-09-14,real_asset_day,2021-09-14,0.000032603800919091504294795664967284570468927850498504,decimal,5642377.0,clp,0.0,integer,0.0,clp,0.0,clp,2083.3609,clp,414990.2138,decimal,82903886.1112,decimal,0.0,clp,578264.9744,decimal,0.0,clp,44054.0,integer,205383754129.0,clp,172718711442.0,clp,0.0,clp,2083.3609
+186-2021-09-15,real_asset_day,2021-09-15,0.000032603798633899498187144984164994735719925354511655,decimal,5640359.0,clp,0.0,integer,0.0,clp,0.0,clp,2086.7175,clp,418393.964,decimal,83009593.5812,decimal,0.0,clp,312686.494,decimal,0.0,clp,44161.0,integer,211591287642.0,clp,173217570823.0,clp,0.0,clp,2086.7175
+186-2021-09-16,real_asset_day,2021-09-16,0.000032603800092920104040237405738045665170976893691519,decimal,5626042.0,clp,0.0,integer,0.0,clp,0.0,clp,2078.7701,clp,367944.9353,decimal,83076083.3889,decimal,0.0,clp,301455.1276,decimal,0.0,clp,44286.0,integer,207302079479.0,clp,172696077886.0,clp,0.0,clp,2078.7701
+186-2021-09-17,real_asset_day,2021-09-17,0.000032603801083527333943853066841922947685451,decimal,5630365.0,clp,0.0,integer,0.0,clp,0.0,clp,2078.7023,clp,0.0,decimal,83076083.3889,decimal,0.0,clp,0.0,decimal,0.0,clp,44286.0,integer,207302079479.0,clp,172690447521.0,clp,0.0,clp,2078.7023
+186-2021-09-18,real_asset_day,2021-09-18,0.000032603798566232423823809454538813249903745,decimal,5630181.0,clp,0.0,integer,0.0,clp,0.0,clp,2078.6346,clp,0.0,decimal,83076083.3889,decimal,0.0,clp,0.0,decimal,0.0,clp,44286.0,integer,207302079479.0,clp,172684817340.0,clp,0.0,clp,2078.6346
+186-2021-09-19,real_asset_day,2021-09-19,0.000032603801805306737879100019421262351425874,decimal,5629998.0,clp,0.0,integer,0.0,clp,0.0,clp,2078.5668,clp,0.0,decimal,83076083.3889,decimal,0.0,clp,0.0,decimal,0.0,clp,44286.0,integer,207302079479.0,clp,172679187342.0,clp,0.0,clp,2078.5668
+186-2021-09-20,real_asset_day,2021-09-20,0.0000326037980149124848283990718876990691815138412822,decimal,5507391.0,clp,0.0,integer,0.0,clp,0.0,clp,2033.3011,clp,554957.443,decimal,83044547.9627,decimal,0.0,clp,586492.8692,decimal,0.0,clp,44467.0,integer,201145554417.0,clp,168854573593.0,clp,0.0,clp,2033.3011
+186-2021-09-21,real_asset_day,2021-09-21,0.000032603800637972358751202611077892576258803322622021,decimal,5500497.0,clp,0.0,integer,0.0,clp,0.0,clp,2031.5269,clp,487074.6362,decimal,82977085.3952,decimal,0.0,clp,554537.2037,decimal,0.0,clp,44434.0,integer,201382262701.0,clp,168570181258.0,clp,0.0,clp,2031.5269
+186-2021-09-22,real_asset_day,2021-09-22,0.000032603797498699593857161880375931701747120416082034,decimal,5564836.0,clp,0.0,integer,0.0,clp,0.0,clp,2056.9608,clp,408849.9849,decimal,83125044.4391,decimal,0.0,clp,260890.941,decimal,0.0,clp,44487.0,integer,203567309301.0,clp,170984954561.0,clp,0.0,clp,2056.9608
+186-2021-09-23,real_asset_day,2021-09-23,0.000032603802062825579485873215150026192221016589062408,decimal,5648905.0,clp,0.0,integer,0.0,clp,0.0,clp,2084.3187,clp,304839.2462,decimal,83344759.1019,decimal,0.0,clp,85124.5834,decimal,0.0,clp,44606.0,integer,205010589001.0,clp,173717043051.0,clp,0.0,clp,2084.3187
+186-2021-09-24,real_asset_day,2021-09-24,0.000032603798616667864021264984481020375615373818012135,decimal,5652072.0,clp,0.0,integer,0.0,clp,0.0,clp,2079.9897,clp,370786.2757,decimal,83541207.4446,decimal,0.0,clp,174337.933,decimal,0.0,clp,44692.0,integer,204853809204.0,clp,173764852434.0,clp,0.0,clp,2079.9897
+186-2021-09-25,real_asset_day,2021-09-25,0.000032603801217697620369481430856580604789121,decimal,5665210.0,clp,0.0,integer,0.0,clp,0.0,clp,2079.9219,clp,0.0,decimal,83541207.4446,decimal,0.0,clp,0.0,decimal,0.0,clp,44692.0,integer,204853809204.0,clp,173759187224.0,clp,0.0,clp,2079.9219
+186-2021-09-26,real_asset_day,2021-09-26,0.000032603799498877748790170296466025655602313,decimal,5665025.0,clp,0.0,integer,0.0,clp,0.0,clp,2079.8541,clp,0.0,decimal,83541207.4446,decimal,0.0,clp,0.0,decimal,0.0,clp,44692.0,integer,204853809204.0,clp,173753522199.0,clp,0.0,clp,2079.8541
+186-2021-09-27,real_asset_day,2021-09-27,0.000032387013149082962960609764244369503469021123742767,decimal,5710268.0,clp,0.0,integer,0.0,clp,0.0,clp,2096.4645,clp,871453.0777,decimal,84104173.982,decimal,0.0,clp,308486.5403,decimal,0.0,clp,44873.0,integer,211517302937.0,clp,177501650497.0,clp,0.0,clp,2096.4645
+186-2021-09-28,real_asset_day,2021-09-28,0.00003260380183251284468636305177769717024948622808521,decimal,5618964.0,clp,0.0,integer,0.0,clp,0.0,clp,2049.1345,clp,344345.2856,decimal,83820654.1785,decimal,0.0,clp,627865.0891,decimal,0.0,clp,44882.0,integer,205663129913.0,clp,171759790197.0,clp,0.0,clp,2049.1345
+186-2021-09-29,real_asset_day,2021-09-29,0.000032603801276816928400472550410323390255716381149799,decimal,5601900.0,clp,0.0,integer,0.0,clp,0.0,clp,2049.8216,clp,331025.2638,decimal,83846731.8422,decimal,0.0,clp,304947.6001,decimal,0.0,clp,44960.0,integer,204188082520.0,clp,171870843348.0,clp,0.0,clp,2049.8216
+186-2021-09-30,real_asset_day,2021-09-30,0.000032603800435642801794012865888707465149921993602627,decimal,5656242.0,clp,0.0,integer,0.0,clp,0.0,clp,2069.0625,clp,380284.9622,decimal,83988685.6922,decimal,0.0,clp,238331.1122,decimal,0.0,clp,45074.0,integer,205596266703.0,clp,173777842821.0,clp,0.0,clp,2069.0625
+186-2021-10-01,real_asset_day,2021-10-01,0.000032603802510675120735482808965178980188890913672366,decimal,5643305.0,clp,0.0,integer,0.0,clp,0.0,clp,2060.841,clp,587627.1028,decimal,84443233.1178,decimal,0.0,clp,133079.6772,decimal,0.0,clp,45202.0,integer,205665543416.0,clp,174024076155.0,clp,0.0,clp,2060.841
+186-2021-10-02,real_asset_day,2021-10-02,0.000032603798901070953075818666468076053041623,decimal,5673661.0,clp,0.0,integer,0.0,clp,0.0,clp,2060.7738,clp,0.0,decimal,84443233.1178,decimal,0.0,clp,0.0,decimal,0.0,clp,45202.0,integer,205665543416.0,clp,174018402494.0,clp,0.0,clp,2060.7738
+186-2021-10-03,real_asset_day,2021-10-03,0.000032603798768152941398748174651191941575024,decimal,5673476.0,clp,0.0,integer,0.0,clp,0.0,clp,2060.7066,clp,0.0,decimal,84443233.1178,decimal,0.0,clp,0.0,decimal,0.0,clp,45202.0,integer,205665543416.0,clp,174012729018.0,clp,0.0,clp,2060.7066
+186-2021-10-04,real_asset_day,2021-10-04,0.000032603798163862983887749478925243905798114559228636,decimal,5572807.0,clp,0.0,integer,0.0,clp,0.0,clp,2024.1419,clp,678095.2025,decimal,84935461.1844,decimal,0.0,clp,185867.1359,decimal,0.0,clp,45425.0,integer,206144892814.0,clp,171921425298.0,clp,0.0,clp,2024.1419
+186-2021-10-05,real_asset_day,2021-10-05,0.000032603800243955162527516201685345768036868369504205,decimal,5693928.0,clp,0.0,integer,0.0,clp,0.0,clp,2056.1495,clp,360057.0939,decimal,85080256.285,decimal,0.0,clp,215261.9933,decimal,0.0,clp,45469.0,integer,208261328470.0,clp,174937730354.0,clp,0.0,clp,2056.1495
+186-2021-10-06,real_asset_day,2021-10-06,0.000032603801072014222352836477823149063654773328702438,decimal,5757113.0,clp,0.0,integer,0.0,clp,0.0,clp,2075.4283,clp,312496.9907,decimal,85213680.4705,decimal,0.0,clp,179072.8052,decimal,0.0,clp,45538.0,integer,208890167552.0,clp,176854882098.0,clp,0.0,clp,2075.4283
+186-2021-10-07,real_asset_day,2021-10-07,0.000032603802202339194593502099018598607670175340997858,decimal,5825887.0,clp,0.0,integer,0.0,clp,0.0,clp,2096.9327,clp,309865.4496,decimal,85425073.7504,decimal,0.0,clp,98472.1697,decimal,0.0,clp,45621.0,integer,214534263655.0,clp,179130627007.0,clp,0.0,clp,2096.9327
+186-2021-10-08,real_asset_day,2021-10-08,0.000032603800199639284832336957882050227419761003005508,decimal,5871765.0,clp,0.0,integer,0.0,clp,0.0,clp,2108.2159,clp,362729.3556,decimal,85623380.1788,decimal,0.0,clp,164422.9272,decimal,0.0,clp,45725.0,integer,214538790580.0,clp,180512569850.0,clp,0.0,clp,2108.2159
+186-2021-10-09,real_asset_day,2021-10-09,0.000032603800859462603860071784967218315922179,decimal,5885204.0,clp,0.0,integer,0.0,clp,0.0,clp,2108.1471,clp,0.0,decimal,85623380.1788,decimal,0.0,clp,0.0,decimal,0.0,clp,45725.0,integer,214538790580.0,clp,180506684646.0,clp,0.0,clp,2108.1471
+186-2021-10-10,real_asset_day,2021-10-10,0.000032603800160071262058595207962767179504871,decimal,5885012.0,clp,0.0,integer,0.0,clp,0.0,clp,2108.0784,clp,0.0,decimal,85623380.1788,decimal,0.0,clp,0.0,decimal,0.0,clp,45725.0,integer,214538790580.0,clp,180500799634.0,clp,0.0,clp,2108.0784
+186-2021-10-11,real_asset_day,2021-10-11,0.000032603799425952286208324069599125698058792,decimal,5884820.0,clp,,,0.0,clp,0.0,clp,2108.0097,clp,0.0,decimal,85623380.1788,decimal,0.0,clp,0.0,decimal,0.0,clp,,,,,180494914814.0,clp,0.0,clp,2108.0097
+186-2021-10-12,real_asset_day,2021-10-12,0.000032603797410553958369447916175290224247453924617298,decimal,5924952.0,clp,0.0,integer,0.0,clp,0.0,clp,2122.3856,clp,597278.6721,decimal,85932104.0178,decimal,0.0,clp,288554.8331,decimal,0.0,clp,45923.0,integer,218742772846.0,clp,182381056565.0,clp,0.0,clp,2122.3856
+186-2021-10-13,real_asset_day,2021-10-13,0.000032603800922681192966831757880243336636218395292125,decimal,5949939.0,clp,0.0,integer,0.0,clp,0.0,clp,2123.6788,clp,428980.3241,decimal,86139939.0718,decimal,0.0,clp,221145.2701,decimal,0.0,clp,45993.0,integer,217807542360.0,clp,182933563895.0,clp,0.0,clp,2123.6788
+186-2021-10-14,real_asset_day,2021-10-14,0.000032603799760014753831807209925255003431570155669241,decimal,6022413.0,clp,0.0,integer,0.0,clp,0.0,clp,2144.3603,clp,422132.2646,decimal,85795003.8238,decimal,0.0,clp,767067.5126,decimal,0.0,clp,46115.0,integer,218600588804.0,clp,183975399796.0,clp,0.0,clp,2144.3603
+186-2021-10-15,real_asset_day,2021-10-15,0.000032603799252540859387198992865369893127397195174102,decimal,6102882.0,clp,0.0,integer,0.0,clp,0.0,clp,2181.7489,clp,516604.3875,decimal,86171971.2619,decimal,0.0,clp,139636.9494,decimal,0.0,clp,46216.0,integer,223179217295.0,clp,188005603015.0,clp,0.0,clp,2181.7489
+186-2021-10-16,real_asset_day,2021-10-16,0.000032603798751665821141089606399671045274528,decimal,6129497.0,clp,0.0,integer,0.0,clp,0.0,clp,2181.6778,clp,0.0,decimal,86171971.2619,decimal,0.0,clp,0.0,decimal,0.0,clp,46216.0,integer,223179217295.0,clp,187999473518.0,clp,0.0,clp,2181.6778
+186-2021-10-17,real_asset_day,2021-10-17,0.000032603797891879409655560201461819815689527,decimal,6129297.0,clp,0.0,integer,0.0,clp,0.0,clp,2181.6066,clp,0.0,decimal,86171971.2619,decimal,0.0,clp,0.0,decimal,0.0,clp,46216.0,integer,223179217295.0,clp,187993344221.0,clp,0.0,clp,2181.6066
+186-2021-10-18,real_asset_day,2021-10-18,0.000032603802466082060234451265227017800407389217593117,decimal,6115557.0,clp,0.0,integer,0.0,clp,0.0,clp,2176.7158,clp,801795.4362,decimal,86725687.3633,decimal,0.0,clp,248079.3348,decimal,0.0,clp,46493.0,integer,222881347754.0,clp,188777177195.0,clp,0.0,clp,2176.7158
+186-2021-10-19,real_asset_day,2021-10-19,0.000032603798130462486947228194550413603390113965934971,decimal,6174910.0,clp,0.0,integer,0.0,clp,0.0,clp,2183.8092,clp,558230.4605,decimal,87134303.4736,decimal,0.0,clp,149614.3502,decimal,0.0,clp,46637.0,integer,227003906063.0,clp,190284691251.0,clp,0.0,clp,2183.8092
+186-2021-10-20,real_asset_day,2021-10-20,0.000032603800383806908364471740236201984385998276686796,decimal,6187509.0,clp,0.0,integer,0.0,clp,0.0,clp,2178.0029,clp,684002.938,decimal,87713023.1888,decimal,0.0,clp,105283.2228,decimal,0.0,clp,46822.0,integer,226195831422.0,clp,191039219103.0,clp,0.0,clp,2178.0029
+186-2021-10-21,real_asset_day,2021-10-21,0.000032603797664689927558676661003360892495172380148407,decimal,6300278.0,clp,0.0,integer,0.0,clp,0.0,clp,2203.0657,clp,459679.3859,decimal,88034418.3547,decimal,0.0,clp,138284.22,decimal,0.0,clp,46964.0,integer,232350446323.0,clp,193945605236.0,clp,0.0,clp,2203.0657
+186-2021-10-22,real_asset_day,2021-10-22,0.000032603799077641976946368517132685337221616804640624,decimal,6290456.0,clp,0.0,integer,0.0,clp,0.0,clp,2191.6007,clp,507495.0668,decimal,88431491.004,decimal,0.0,clp,110422.4175,decimal,0.0,clp,47117.0,integer,230070370782.0,clp,193806513655.0,clp,0.0,clp,2191.6007
+186-2021-10-23,real_asset_day,2021-10-23,0.000032603801038263549563381844966522252266419,decimal,6318623.0,clp,0.0,integer,0.0,clp,0.0,clp,2191.5292,clp,0.0,decimal,88431491.004,decimal,0.0,clp,0.0,decimal,0.0,clp,47117.0,integer,230070370782.0,clp,193800195032.0,clp,0.0,clp,2191.5292
+186-2021-10-24,real_asset_day,2021-10-24,0.000032603801061023529698485050350258199255952,decimal,6318417.0,clp,0.0,integer,0.0,clp,0.0,clp,2191.4578,clp,0.0,decimal,88431491.004,decimal,0.0,clp,0.0,decimal,0.0,clp,47117.0,integer,230070370782.0,clp,193793876615.0,clp,0.0,clp,2191.4578
+186-2021-10-25,real_asset_day,2021-10-25,0.000032603801857174572920387650378053348868116703073908,decimal,6313317.0,clp,0.0,integer,0.0,clp,0.0,clp,2189.6888,clp,734286.3399,decimal,88869050.2954,decimal,0.0,clp,296727.0485,decimal,0.0,clp,47379.0,integer,233298769079.0,clp,194595567087.0,clp,0.0,clp,2189.6888
+186-2021-10-26,real_asset_day,2021-10-26,0.00003260379929053360602341499073047507950022800815162,decimal,6306479.0,clp,0.0,integer,0.0,clp,0.0,clp,2176.5478,clp,533494.7724,decimal,89221077.9586,decimal,0.0,clp,181467.1092,decimal,0.0,clp,47513.0,integer,230873722446.0,clp,194193938528.0,clp,0.0,clp,2176.5478
+186-2021-10-27,real_asset_day,2021-10-27,0.000032603799072767577684950759120605138466622354527693,decimal,6282327.0,clp,0.0,integer,0.0,clp,0.0,clp,2159.6574,clp,660076.8016,decimal,89687420.9054,decimal,0.0,clp,193733.8548,decimal,0.0,clp,47643.0,integer,227941703556.0,clp,193694103211.0,clp,0.0,clp,2159.6574
+186-2021-10-28,real_asset_day,2021-10-28,0.000032603799671463688825517980702608843130807246948119,decimal,6411953.0,clp,0.0,integer,0.0,clp,0.0,clp,2192.7574,clp,429317.686,decimal,89926407.1556,decimal,0.0,clp,190331.4358,decimal,0.0,clp,47722.0,integer,235910595080.0,clp,197186791818.0,clp,0.0,clp,2192.7574
+186-2021-10-29,real_asset_day,2021-10-29,0.000032603801420785979245977376834378670343959849886536,decimal,6488542.0,clp,0.0,integer,0.0,clp,0.0,clp,2213.0521,clp,577754.9974,decimal,90355876.4116,decimal,0.0,clp,148285.7414,decimal,0.0,clp,47857.0,integer,237693463209.0,clp,199962262143.0,clp,0.0,clp,2213.0521
+186-2021-10-30,real_asset_day,2021-10-30,0.000032603799760195240595184964822751722010599,decimal,6519317.0,clp,0.0,integer,0.0,clp,0.0,clp,2212.9799,clp,0.0,decimal,90355876.4116,decimal,0.0,clp,0.0,decimal,0.0,clp,47857.0,integer,237693463209.0,clp,199955742826.0,clp,0.0,clp,2212.9799
+186-2021-10-31,real_asset_day,2021-10-31,0.000032603802498860715244296919867810242880058,decimal,6519105.0,clp,0.0,integer,0.0,clp,0.0,clp,2212.9078,clp,0.0,decimal,90355876.4116,decimal,0.0,clp,0.0,decimal,0.0,clp,47857.0,integer,237693463209.0,clp,199949223721.0,clp,0.0,clp,2212.9078
+186-2021-11-01,real_asset_day,2021-11-01,0.000032603800201538985053058907270825775530601,decimal,6518892.0,clp,0.0,integer,0.0,clp,0.0,clp,2212.8357,clp,0.0,decimal,90355876.4116,decimal,0.0,clp,0.0,decimal,0.0,clp,47857.0,integer,237693463209.0,clp,199942704829.0,clp,0.0,clp,2212.8357
+186-2021-11-02,real_asset_day,2021-11-02,0.000032603802290676700926131402332331226985286348297908,decimal,6624375.0,clp,0.0,integer,0.0,clp,0.0,clp,2248.6417,clp,1378050.0415,decimal,91453461.6996,decimal,0.0,clp,280464.7535,decimal,0.0,clp,48414.0,integer,251123099282.0,clp,205646065564.0,clp,0.0,clp,2248.6417
+186-2021-11-03,real_asset_day,2021-11-03,0.000032603802105353460242879431589854111321371328682671,decimal,6762308.0,clp,0.0,integer,0.0,clp,0.0,clp,2267.9138,clp,664151.2854,decimal,91861845.7064,decimal,0.0,clp,255767.2786,decimal,0.0,clp,48745.0,integer,249943653207.0,clp,208334750607.0,clp,0.0,clp,2267.9138
+186-2021-11-04,real_asset_day,2021-11-04,0.000032603799107350666996247606955112848051560045732573,decimal,6876910.0,clp,0.0,integer,0.0,clp,0.0,clp,2296.0956,clp,969574.9225,decimal,92652699.205,decimal,0.0,clp,178721.4239,decimal,0.0,clp,49153.0,integer,257499137425.0,clp,212739454339.0,clp,0.0,clp,2296.0956
+186-2021-11-05,real_asset_day,2021-11-05,0.000032603801854060732465405725746055621833539755851504,decimal,6915665.0,clp,0.0,integer,0.0,clp,0.0,clp,2289.3259,clp,943027.11,decimal,93335985.8272,decimal,0.0,clp,259740.4878,decimal,0.0,clp,49524.0,integer,254805251892.0,clp,213676492150.0,clp,0.0,clp,2289.3259
+186-2021-11-06,real_asset_day,2021-11-06,0.000032603802422543394887837403273806155895764,decimal,6966439.0,clp,0.0,integer,0.0,clp,0.0,clp,2289.2513,clp,0.0,decimal,93335985.8272,decimal,0.0,clp,0.0,decimal,0.0,clp,49524.0,integer,254805251892.0,clp,213669525711.0,clp,0.0,clp,2289.2513
+186-2021-11-07,real_asset_day,2021-11-07,0.000032603798327146783056298639912155503313626,decimal,6966211.0,clp,0.0,integer,0.0,clp,0.0,clp,2289.1767,clp,0.0,decimal,93335985.8272,decimal,0.0,clp,0.0,decimal,0.0,clp,49524.0,integer,254805251892.0,clp,213662559500.0,clp,0.0,clp,2289.1767
+186-2021-11-08,real_asset_day,2021-11-08,0.000032603799551875936286284362718212641912767028424141,decimal,6976282.0,clp,0.0,integer,0.0,clp,0.0,clp,2292.486,clp,1434097.9102,decimal,94424557.3692,decimal,0.0,clp,345526.3682,decimal,0.0,clp,50299.0,integer,261837389276.0,clp,216466976873.0,clp,0.0,clp,2292.486
+186-2021-11-09,real_asset_day,2021-11-09,0.000032603800719092906229741206987098305610194290776279,decimal,6968631.0,clp,0.0,integer,0.0,clp,0.0,clp,2263.5718,clp,916553.0672,decimal,95177104.0805,decimal,0.0,clp,164006.3559,decimal,0.0,clp,50676.0,integer,256138729019.0,clp,215440211814.0,clp,0.0,clp,2263.5718
+186-2021-11-10,real_asset_day,2021-11-10,0.000032603799073043623573173548452373704459567358502709,decimal,6859949.0,clp,0.0,integer,0.0,clp,0.0,clp,2210.651,clp,1080470.0742,decimal,95999910.1305,decimal,0.0,clp,257664.0242,decimal,0.0,clp,51006.0,integer,257759022613.0,clp,212222300890.0,clp,0.0,clp,2210.651
+186-2021-11-11,real_asset_day,2021-11-11,0.000032603798965378310277396616229501146970649281704351,decimal,7003494.0,clp,0.0,integer,0.0,clp,0.0,clp,2237.5653,clp,685653.9779,decimal,96489368.4019,decimal,0.0,clp,196195.7065,decimal,0.0,clp,51205.0,integer,257880780204.0,clp,215901267211.0,clp,0.0,clp,2237.5653
+186-2021-11-12,real_asset_day,2021-11-12,0.000032603802321464489707151023963087174102517452209235,decimal,7156790.0,clp,0.0,integer,0.0,clp,0.0,clp,2274.9432,clp,579539.402,decimal,96988920.96,decimal,0.0,clp,79986.8439,decimal,0.0,clp,51428.0,integer,262230589532.0,clp,220644286844.0,clp,0.0,clp,2274.9432
+186-2021-11-13,real_asset_day,2021-11-13,0.000032603801538962004166747098216380528640006,decimal,7193608.0,clp,0.0,integer,0.0,clp,0.0,clp,2274.869,clp,0.0,decimal,96988920.96,decimal,0.0,clp,0.0,decimal,0.0,clp,51428.0,integer,262230589532.0,clp,220637093236.0,clp,0.0,clp,2274.869
+186-2021-11-14,real_asset_day,2021-11-14,0.000032603799414615700409610623746448942111942,decimal,7193373.0,clp,0.0,integer,0.0,clp,0.0,clp,2274.7949,clp,0.0,decimal,96988920.96,decimal,0.0,clp,0.0,decimal,0.0,clp,51428.0,integer,262230589532.0,clp,220629899863.0,clp,0.0,clp,2274.7949
+186-2021-11-15,real_asset_day,2021-11-15,0.000032603798276197763595085472028494068548586136600104,decimal,7207135.0,clp,0.0,integer,0.0,clp,0.0,clp,2279.147,clp,1003957.6104,decimal,97744394.8392,decimal,0.0,clp,248483.7312,decimal,0.0,clp,51853.0,integer,266170718533.0,clp,222773841652.0,clp,0.0,clp,2279.147
+186-2021-11-16,real_asset_day,2021-11-16,0.000032603799694887909622022516947978030326823587926375,decimal,7345447.0,clp,0.0,integer,0.0,clp,0.0,clp,2304.9322,clp,537694.941,decimal,98173797.3652,decimal,0.0,clp,108292.415,decimal,0.0,clp,52083.0,integer,267495409272.0,clp,226283944653.0,clp,0.0,clp,2304.9322
+186-2021-11-17,real_asset_day,2021-11-17,0.000032603801215780144235680313037435635682375736954465,decimal,7449885.0,clp,0.0,integer,0.0,clp,0.0,clp,2327.4788,clp,649964.6072,decimal,98617103.5373,decimal,0.0,clp,206658.4351,decimal,0.0,clp,52318.0,integer,274823254495.0,clp,229529222280.0,clp,0.0,clp,2327.4788
+186-2021-11-18,real_asset_day,2021-11-18,0.000032603798711842768726252371130002261745129771986648,decimal,7630500.0,clp,0.0,integer,0.0,clp,0.0,clp,2373.1902,clp,634167.6207,decimal,98991203.7223,decimal,0.0,clp,260067.4357,decimal,0.0,clp,52516.0,integer,278263611148.0,clp,234924956915.0,clp,0.0,clp,2373.1902
+186-2021-11-19,real_asset_day,2021-11-19,0.000032603802650178275713876298853321167761166678734726,decimal,7666336.0,clp,0.0,integer,0.0,clp,0.0,clp,2375.3247,clp,650799.7522,decimal,99319320.8104,decimal,0.0,clp,322682.6641,decimal,0.0,clp,52749.0,integer,276682138841.0,clp,235915637970.0,clp,0.0,clp,2375.3247
+186-2021-11-20,real_asset_day,2021-11-20,0.000032603802097220573510980626976401985260749,decimal,7691496.0,clp,0.0,integer,0.0,clp,0.0,clp,2375.2473,clp,0.0,decimal,99319320.8104,decimal,0.0,clp,0.0,decimal,0.0,clp,52749.0,integer,276682138841.0,clp,235907946474.0,clp,0.0,clp,2375.2473
+186-2021-11-21,real_asset_day,2021-11-21,0.000032603801096076515682437384006735554662531,decimal,7691245.0,clp,0.0,integer,0.0,clp,0.0,clp,2375.1698,clp,0.0,decimal,99319320.8104,decimal,0.0,clp,0.0,decimal,0.0,clp,52749.0,integer,276682138841.0,clp,235900255229.0,clp,0.0,clp,2375.1698
+186-2021-11-22,real_asset_day,2021-11-22,0.000032603802647326145776983790729773956002443308979609,decimal,7387041.0,clp,0.0,integer,0.0,clp,0.0,clp,2281.2271,clp,1093055.5564,decimal,100071045.5122,decimal,0.0,clp,341330.8546,decimal,0.0,clp,53272.0,integer,273596570119.0,clp,228284776065.0,clp,0.0,clp,2281.2271
+186-2021-11-23,real_asset_day,2021-11-23,0.000032603799240507183151284913170129340023142244840731,decimal,7418261.0,clp,0.0,integer,0.0,clp,0.0,clp,2273.6597,clp,730366.9572,decimal,100594741.2737,decimal,0.0,clp,206671.1957,decimal,0.0,clp,53558.0,integer,277767441146.0,clp,228718208043.0,clp,0.0,clp,2273.6597
+186-2021-11-24,real_asset_day,2021-11-24,0.00003260379911731529284307082361293183738441043832729,decimal,7512214.0,clp,0.0,integer,0.0,clp,0.0,clp,2290.4692,clp,724335.0621,decimal,101222129.5132,decimal,0.0,clp,96946.8226,decimal,0.0,clp,54079.0,integer,280006326743.0,clp,231846174438.0,clp,0.0,clp,2290.4692
+186-2021-11-25,real_asset_day,2021-11-25,0.000032603798991922081293635889513261737318864583737312,decimal,7632681.0,clp,0.0,integer,0.0,clp,0.0,clp,2312.7753,clp,559669.7813,decimal,101656383.6862,decimal,0.0,clp,125415.6083,decimal,0.0,clp,54394.0,integer,283564839521.0,clp,235108370382.0,clp,0.0,clp,2312.7753
+186-2021-11-26,real_asset_day,2021-11-26,0.00003260379937368098868283493021114571369965415348249,decimal,7576727.0,clp,0.0,integer,0.0,clp,0.0,clp,2286.0134,clp,558770.5521,decimal,101860248.9662,decimal,0.0,clp,354905.2721,decimal,0.0,clp,54614.0,integer,275701836456.0,clp,232853893722.0,clp,0.0,clp,2286.0134
+186-2021-11-27,real_asset_day,2021-11-27,0.000032603798871733928822098155617430800040635,decimal,7591674.0,clp,0.0,integer,0.0,clp,0.0,clp,2285.9389,clp,0.0,decimal,101860248.9662,decimal,0.0,clp,0.0,decimal,0.0,clp,54614.0,integer,275701836456.0,clp,232846302048.0,clp,0.0,clp,2285.9389
+186-2021-11-28,real_asset_day,2021-11-28,0.000032603801059338627765764172793520667998992,decimal,7591427.0,clp,0.0,integer,0.0,clp,0.0,clp,2285.8643,clp,0.0,decimal,101860248.9662,decimal,0.0,clp,0.0,decimal,0.0,clp,54614.0,integer,275701836456.0,clp,232838710621.0,clp,0.0,clp,2285.8643
+186-2021-11-29,real_asset_day,2021-11-29,0.000032603801300729856185473768812295866058474305293514,decimal,7783032.0,clp,0.0,integer,0.0,clp,0.0,clp,2343.5587,clp,899412.9094,decimal,102471407.2776,decimal,0.0,clp,288254.598,decimal,0.0,clp,55092.0,integer,282158104787.0,clp,240147763006.0,clp,0.0,clp,2343.5587
+186-2021-11-30,real_asset_day,2021-11-30,0.000032603799832880857853264834186558480452493079886308,decimal,7694807.0,clp,0.0,integer,0.0,clp,0.0,clp,2303.1743,clp,678359.9693,decimal,102907993.6336,decimal,0.0,clp,241773.6133,decimal,0.0,clp,55325.0,integer,283555882463.0,clp,237015049913.0,clp,0.0,clp,2303.1743
+186-2021-12-01,real_asset_day,2021-12-01,0.000032603802173937264910304684091493171726105353524905,decimal,7524583.0,clp,0.0,integer,0.0,clp,0.0,clp,2242.6685,clp,802812.8957,decimal,103560018.8802,decimal,0.0,clp,150787.6491,decimal,0.0,clp,55659.0,integer,275037764570.0,clp,232250788811.0,clp,0.0,clp,2242.6685
+186-2021-12-02,real_asset_day,2021-12-02,0.000032603798828385888722255301145524153745866479496661,decimal,7720307.0,clp,0.0,integer,0.0,clp,0.0,clp,2286.516,clp,748130.4267,decimal,104140818.3693,decimal,0.0,clp,167330.9376,decimal,0.0,clp,55952.0,integer,287549124744.0,clp,238119647484.0,clp,0.0,clp,2286.516
+186-2021-12-03,real_asset_day,2021-12-03,0.000032603801337767840553190408970689223897627320975158,decimal,7630745.0,clp,0.0,integer,0.0,clp,0.0,clp,2247.3862,clp,675416.2897,decimal,104686392.802,decimal,0.0,clp,129841.857,decimal,0.0,clp,56201.0,integer,280001564326.0,clp,235270758085.0,clp,0.0,clp,2247.3862
+186-2021-12-04,real_asset_day,2021-12-04,0.00003260380146240819284191986138080898816134,decimal,7670471.0,clp,0.0,integer,0.0,clp,0.0,clp,2247.313,clp,0.0,decimal,104686392.802,decimal,0.0,clp,0.0,decimal,0.0,clp,56201.0,integer,280001564326.0,clp,235263087614.0,clp,0.0,clp,2247.313
+186-2021-12-05,real_asset_day,2021-12-05,0.00003260380179550427055359503867423018701851,decimal,7670221.0,clp,0.0,integer,0.0,clp,0.0,clp,2247.2397,clp,0.0,decimal,104686392.802,decimal,0.0,clp,0.0,decimal,0.0,clp,56201.0,integer,280001564326.0,clp,235255417393.0,clp,0.0,clp,2247.2397
+186-2021-12-06,real_asset_day,2021-12-06,0.000032603801823005743849411240197048135137462585953738,decimal,7769203.0,clp,0.0,integer,0.0,clp,0.0,clp,2276.2397,clp,762933.9497,decimal,105222101.5623,decimal,0.0,clp,227225.1894,decimal,0.0,clp,56589.0,integer,280835150435.0,clp,239510722363.0,clp,0.0,clp,2276.2397
+186-2021-12-07,real_asset_day,2021-12-07,0.000032603800170544375702624561776061308155560912560911,decimal,8007908.0,clp,0.0,integer,0.0,clp,0.0,clp,2334.2313,clp,519292.5496,decimal,105507204.6393,decimal,0.0,clp,234189.4726,decimal,0.0,clp,56795.0,integer,297589265922.0,clp,246278215231.0,clp,0.0,clp,2334.2313
+186-2021-12-08,real_asset_day,2021-12-08,0.000032603800460378218303789069572263062576587,decimal,8029344.0,clp,0.0,integer,0.0,clp,0.0,clp,2334.1552,clp,0.0,decimal,105507204.6393,decimal,0.0,clp,0.0,decimal,0.0,clp,56795.0,integer,297589265922.0,clp,246270185887.0,clp,0.0,clp,2334.1552
+186-2021-12-09,real_asset_day,2021-12-09,0.00003260379946327416069632141386797231686948666732979,decimal,7944920.0,clp,0.0,integer,0.0,clp,0.0,clp,2309.6129,clp,667175.5172,decimal,105907484.8922,decimal,0.0,clp,266895.2643,decimal,0.0,clp,57086.0,integer,287498225586.0,clp,244605294391.0,clp,0.0,clp,2309.6129
+186-2021-12-10,real_asset_day,2021-12-10,0.000032603799787872247536880270703447318821230694978206,decimal,8076440.0,clp,0.0,integer,0.0,clp,0.0,clp,2338.9724,clp,588145.2857,decimal,106241328.7173,decimal,0.0,clp,254301.4606,decimal,0.0,clp,57227.0,integer,292200032038.0,clp,248495536669.0,clp,0.0,clp,2338.9724
+186-2021-12-11,real_asset_day,2021-12-11,0.000032603801471456577874734295326679330723072,decimal,8101635.0,clp,0.0,integer,0.0,clp,0.0,clp,2338.8962,clp,0.0,decimal,106241328.7173,decimal,0.0,clp,0.0,decimal,0.0,clp,57227.0,integer,292200032038.0,clp,248487435034.0,clp,0.0,clp,2338.8962
+186-2021-12-12,real_asset_day,2021-12-12,0.000032603802016740278608608448262747867251391,decimal,8101371.0,clp,0.0,integer,0.0,clp,0.0,clp,2338.8199,clp,0.0,decimal,106241328.7173,decimal,0.0,clp,0.0,decimal,0.0,clp,57227.0,integer,292200032038.0,clp,248479333663.0,clp,0.0,clp,2338.8199
+186-2021-12-13,real_asset_day,2021-12-13,0.000032603801595745458749316574747950649861090050748834,decimal,7938047.0,clp,0.0,integer,0.0,clp,0.0,clp,2291.6692,clp,712430.6896,decimal,106548908.5836,decimal,0.0,clp,404850.8233,decimal,0.0,clp,57509.0,integer,294329363783.0,clp,244174853685.0,clp,0.0,clp,2291.6692
+186-2021-12-14,real_asset_day,2021-12-14,0.000032603800143757474770091007015582931542152868147137,decimal,7904405.0,clp,0.0,integer,0.0,clp,0.0,clp,2275.3696,clp,429306.0652,decimal,106733623.4426,decimal,0.0,clp,244591.2062,decimal,0.0,clp,57584.0,integer,290122684954.0,clp,242858444887.0,clp,0.0,clp,2275.3696
+186-2021-12-15,real_asset_day,2021-12-15,0.000032603799355929131554059388888310903184255839673702,decimal,8084993.0,clp,0.0,integer,0.0,clp,0.0,clp,2323.3262,clp,469237.475,decimal,106915032.0744,decimal,0.0,clp,287828.8432,decimal,0.0,clp,57716.0,integer,296877744731.0,clp,248398491275.0,clp,0.0,clp,2323.3262
+186-2021-12-16,real_asset_day,2021-12-16,0.000032603800316262285133344991452655663636518169025693,decimal,7941745.0,clp,0.0,integer,0.0,clp,0.0,clp,2278.2897,clp,540967.999,decimal,107223155.446,decimal,0.0,clp,232844.6274,decimal,0.0,clp,57848.0,integer,289614600829.0,clp,244285408598.0,clp,0.0,clp,2278.2897
+186-2021-12-17,real_asset_day,2021-12-17,0.000032603799499626193675413759791978837221463268580382,decimal,7894275.0,clp,0.0,integer,0.0,clp,0.0,clp,2258.1639,clp,459841.5429,decimal,107424315.1491,decimal,0.0,clp,258681.8398,decimal,0.0,clp,57933.0,integer,285926318983.0,clp,242581706697.0,clp,0.0,clp,2258.1639
+186-2021-12-18,real_asset_day,2021-12-18,0.000032603801686244356947810211390445136585396,decimal,7908828.0,clp,0.0,integer,0.0,clp,0.0,clp,2258.0902,clp,0.0,decimal,107424315.1491,decimal,0.0,clp,0.0,decimal,0.0,clp,57933.0,integer,285926318983.0,clp,242573797869.0,clp,0.0,clp,2258.0902
+186-2021-12-19,real_asset_day,2021-12-19,0.000032603801065579602090678541263842403505099,decimal,7908570.0,clp,0.0,integer,0.0,clp,0.0,clp,2258.0166,clp,0.0,decimal,107424315.1491,decimal,0.0,clp,0.0,decimal,0.0,clp,57933.0,integer,285926318983.0,clp,242565889299.0,clp,0.0,clp,2258.0166
+186-2021-12-20,real_asset_day,2021-12-20,0.000032603800826310627034210536255701024893328069821493,decimal,7892416.0,clp,0.0,integer,0.0,clp,0.0,clp,2253.4044,clp,942675.5879,decimal,107958022.9777,decimal,0.0,clp,408967.7593,decimal,0.0,clp,58068.0,integer,287363155216.0,clp,243273086942.0,clp,0.0,clp,2253.4044
+186-2021-12-21,real_asset_day,2021-12-21,0.000032603801863396590788569284557359509775074443885682,decimal,8219104.0,clp,0.0,integer,0.0,clp,0.0,clp,2335.0777,clp,364786.1492,decimal,108180149.3403,decimal,0.0,clp,142659.7866,decimal,0.0,clp,58205.0,integer,300461221370.0,clp,252609037698.0,clp,0.0,clp,2335.0777
+186-2021-12-22,real_asset_day,2021-12-22,0.000032603801857162794711124461630433765966393927237909,decimal,8272202.0,clp,0.0,integer,0.0,clp,0.0,clp,2345.3374,clp,653194.8538,decimal,108616986.6987,decimal,0.0,clp,216350.5973,decimal,0.0,clp,58389.0,integer,302178657450.0,clp,254743485726.0,clp,0.0,clp,2345.3374
+186-2021-12-23,real_asset_day,2021-12-23,0.000032603801821935982441104867569392926154806890995995,decimal,8276150.0,clp,0.0,integer,0.0,clp,0.0,clp,2337.0196,clp,589064.6067,decimal,108934543.2441,decimal,0.0,clp,271508.0613,decimal,0.0,clp,58542.0,integer,301693133661.0,clp,254582164871.0,clp,0.0,clp,2337.0196
+186-2021-12-24,real_asset_day,2021-12-24,0.000032603801954911460715424044383784299878210474219453,decimal,8358603.0,clp,0.0,integer,0.0,clp,0.0,clp,2353.4221,clp,519090.1379,decimal,109257320.4293,decimal,0.0,clp,196312.9527,decimal,0.0,clp,58689.0,integer,304838124595.0,clp,257128597119.0,clp,0.0,clp,2353.4221
+186-2021-12-25,real_asset_day,2021-12-25,0.00003260379986790969535766673329998731696023,decimal,8383096.0,clp,0.0,integer,0.0,clp,0.0,clp,2353.3454,clp,0.0,decimal,109257320.4293,decimal,0.0,clp,0.0,decimal,0.0,clp,58689.0,integer,304838124595.0,clp,257120214023.0,clp,0.0,clp,2353.3454
+186-2021-12-26,real_asset_day,2021-12-26,0.000032603801080936021897074023095363493331146,decimal,8382823.0,clp,0.0,integer,0.0,clp,0.0,clp,2353.2687,clp,0.0,decimal,109257320.4293,decimal,0.0,clp,0.0,decimal,0.0,clp,58689.0,integer,304838124595.0,clp,257111831200.0,clp,0.0,clp,2353.2687
+186-2021-12-27,real_asset_day,2021-12-27,0.000032603801347150407073483817725902505784941531873801,decimal,8435493.0,clp,0.0,integer,0.0,clp,0.0,clp,2368.0545,clp,896013.9202,decimal,109870754.7924,decimal,0.0,clp,282579.5571,decimal,0.0,clp,59083.0,integer,317142621955.0,clp,260179930905.0,clp,0.0,clp,2368.0545
+186-2021-12-28,real_asset_day,2021-12-28,0.000032603801333128296286950871048018012638433790306355,decimal,8431925.0,clp,0.0,integer,0.0,clp,0.0,clp,2353.837,clp,661147.8034,decimal,110165199.0155,decimal,0.0,clp,366703.5803,decimal,0.0,clp,59338.0,integer,311380101443.0,clp,259310923627.0,clp,0.0,clp,2353.837
+186-2021-12-29,real_asset_day,2021-12-29,0.000032603800705061348138785118655581668418997571428926,decimal,8370469.0,clp,0.0,integer,0.0,clp,0.0,clp,2330.4358,clp,784773.5799,decimal,110794890.6153,decimal,0.0,clp,155081.9801,decimal,0.0,clp,59601.0,integer,310060060893.0,clp,258200377132.0,clp,0.0,clp,2330.4358
+186-2021-12-30,real_asset_day,2021-12-30,0.000032603800568132937360660187474099012734482463059442,decimal,8385448.0,clp,0.0,integer,0.0,clp,0.0,clp,2321.3376,clp,749383.0546,decimal,111390889.8775,decimal,0.0,clp,153383.7924,decimal,0.0,clp,59869.0,integer,308458490775.0,clp,258575862827.0,clp,0.0,clp,2321.3376
+186-2021-12-31,real_asset_day,2021-12-31,0.000032603800552106364650556319485727999807774,decimal,8430281.0,clp,0.0,integer,0.0,clp,0.0,clp,2321.2619,clp,0.0,decimal,111390889.8775,decimal,0.0,clp,0.0,decimal,0.0,clp,59869.0,integer,308458490775.0,clp,258567432546.0,clp,0.0,clp,2321.2619
+186-2022-01-01,real_asset_day,2022-01-01,0.000032603799972874075429205126914239990245284,decimal,8430006.0,clp,0.0,integer,0.0,clp,0.0,clp,2321.1863,clp,0.0,decimal,111390889.8775,decimal,0.0,clp,0.0,decimal,0.0,clp,59869.0,integer,308458490775.0,clp,258559002540.0,clp,0.0,clp,2321.1863
+186-2022-01-02,real_asset_day,2022-01-02,0.00003260379935892590606463226851307254030335,decimal,8429731.0,clp,0.0,integer,0.0,clp,0.0,clp,2321.1106,clp,0.0,decimal,111390889.8775,decimal,0.0,clp,0.0,decimal,0.0,clp,59869.0,integer,308458490775.0,clp,258550572809.0,clp,0.0,clp,2321.1106
+186-2022-01-03,real_asset_day,2022-01-03,0.000032603801219354763045438757854176970032066912698293,decimal,8543567.0,clp,0.0,integer,0.0,clp,0.0,clp,2352.455,clp,1218390.0099,decimal,112350035.2688,decimal,0.0,clp,259244.6186,decimal,0.0,clp,60528.0,integer,331330364423.0,clp,264298399153.0,clp,0.0,clp,2352.455
+186-2022-01-04,real_asset_day,2022-01-04,0.000032603799954234476997526293056708859960910322707146,decimal,8559035.0,clp,0.0,integer,0.0,clp,0.0,clp,2336.5946,clp,719219.33,decimal,112750994.1211,decimal,0.0,clp,318260.4777,decimal,0.0,clp,60840.0,integer,322567925801.0,clp,263453364466.0,clp,0.0,clp,2336.5946
+186-2022-01-05,real_asset_day,2022-01-05,0.000032603801944079298605163976417957006363719184318325,decimal,8234336.0,clp,0.0,integer,0.0,clp,0.0,clp,2239.9584,clp,768803.2096,decimal,113312551.5422,decimal,0.0,clp,207245.7885,decimal,0.0,clp,61153.0,integer,306982469208.0,clp,253815404844.0,clp,0.0,clp,2239.9584
+186-2022-01-06,real_asset_day,2022-01-06,0.000032603802138884687143248745468353361439870193418984,decimal,8245601.0,clp,0.0,integer,0.0,clp,0.0,clp,2231.9068,clp,810260.7413,decimal,113933142.6051,decimal,0.0,clp,189669.6784,decimal,0.0,clp,61415.0,integer,304067837609.0,clp,254288151336.0,clp,0.0,clp,2231.9068
+186-2022-01-07,real_asset_day,2022-01-07,0.000032603800954826726865889370563984203833743676308333,decimal,8143116.0,clp,0.0,integer,0.0,clp,0.0,clp,2192.1603,clp,581291.5749,decimal,114298001.6156,decimal,0.0,clp,216432.5644,decimal,0.0,clp,61637.0,integer,296722165429.0,clp,250559543383.0,clp,0.0,clp,2192.1603
+186-2022-01-08,real_asset_day,2022-01-08,0.000032603800389187516579056926025678237678676,decimal,8168927.0,clp,0.0,integer,0.0,clp,0.0,clp,2192.0888,clp,0.0,decimal,114298001.6156,decimal,0.0,clp,0.0,decimal,0.0,clp,61637.0,integer,296722165429.0,clp,250551374456.0,clp,0.0,clp,2192.0888
+186-2022-01-09,real_asset_day,2022-01-09,0.000032603801703901639022292370600422252013038,decimal,8168661.0,clp,0.0,integer,0.0,clp,0.0,clp,2192.0174,clp,0.0,decimal,114298001.6156,decimal,0.0,clp,0.0,decimal,0.0,clp,61637.0,integer,296722165429.0,clp,250543205795.0,clp,0.0,clp,2192.0174
+186-2022-01-10,real_asset_day,2022-01-10,0.000032603800828169381636994172566992054418996213312053,decimal,8154012.0,clp,0.0,integer,0.0,clp,0.0,clp,2188.0865,clp,824699.2916,decimal,114718802.1774,decimal,0.0,clp,403898.7298,decimal,0.0,clp,61957.0,integer,297748309592.0,clp,251014657109.0,clp,0.0,clp,2188.0865
+186-2022-01-11,real_asset_day,2022-01-11,0.000032603801212782753710297572854473156204708380123513,decimal,8312674.0,clp,0.0,integer,0.0,clp,0.0,clp,2222.4802,clp,477580.2679,decimal,114946760.6062,decimal,0.0,clp,249621.8391,decimal,0.0,clp,62087.0,integer,303151645840.0,clp,255466904314.0,clp,0.0,clp,2222.4802
+186-2022-01-12,real_asset_day,2022-01-12,0.000032603800213654295401594633818407348782103270675351,decimal,8316851.0,clp,0.0,integer,0.0,clp,0.0,clp,2219.1873,clp,447773.828,decimal,115253568.8469,decimal,0.0,clp,140965.5873,decimal,0.0,clp,62272.0,integer,309079807490.0,clp,255769257884.0,clp,0.0,clp,2219.1873
+186-2022-01-13,real_asset_day,2022-01-13,0.000032603800216148350956104939368013217363016597803574,decimal,8124463.0,clp,0.0,integer,0.0,clp,0.0,clp,2162.0815,clp,497202.5503,decimal,115654082.4602,decimal,0.0,clp,96688.937,decimal,0.0,clp,62449.0,integer,298821167679.0,clp,250053551455.0,clp,0.0,clp,2162.0815
+186-2022-01-14,real_asset_day,2022-01-14,0.000032603800069892095951900007595292026934217746734634,decimal,8122215.0,clp,0.0,integer,0.0,clp,0.0,clp,2153.998,clp,522860.8505,decimal,115868306.4414,decimal,0.0,clp,308636.8693,decimal,0.0,clp,62523.0,integer,295567806099.0,clp,249580098508.0,clp,0.0,clp,2153.998
+186-2022-01-15,real_asset_day,2022-01-15,0.000032603798722572234212632049698512111522675,decimal,8136994.0,clp,0.0,integer,0.0,clp,0.0,clp,2153.9278,clp,0.0,decimal,115868306.4414,decimal,0.0,clp,0.0,decimal,0.0,clp,62523.0,integer,295567806099.0,clp,249571961514.0,clp,0.0,clp,2153.9278
+186-2022-01-16,real_asset_day,2022-01-16,0.000032603799877685866425963223161778727264588,decimal,8136729.0,clp,0.0,integer,0.0,clp,0.0,clp,2153.8575,clp,0.0,decimal,115868306.4414,decimal,0.0,clp,0.0,decimal,0.0,clp,62523.0,integer,295567806099.0,clp,249563824785.0,clp,0.0,clp,2153.8575
+186-2022-01-17,real_asset_day,2022-01-17,0.000032603802477322514265431809470694506833242932202999,decimal,8205486.0,clp,0.0,integer,0.0,clp,0.0,clp,2172.0579,clp,473582.5953,decimal,116112361.727,decimal,0.0,clp,229527.3097,decimal,0.0,clp,62693.0,integer,299215754975.0,clp,252202771548.0,clp,0.0,clp,2172.0579
+186-2022-01-18,real_asset_day,2022-01-18,0.000032603802009850453065092185081971794532370889923017,decimal,8022828.0,clp,0.0,integer,0.0,clp,0.0,clp,2119.2431,clp,348453.0068,decimal,116295475.6266,decimal,0.0,clp,165339.1072,decimal,0.0,clp,62798.0,integer,292108398276.0,clp,246458383059.0,clp,0.0,clp,2119.2431
+186-2022-01-19,real_asset_day,2022-01-19,0.000032603800350468865529891189111427826311701218686779,decimal,7880076.0,clp,0.0,integer,0.0,clp,0.0,clp,2078.2575,clp,389521.7255,decimal,116217577.8651,decimal,0.0,clp,467419.487,decimal,0.0,clp,62837.0,integer,286802108177.0,clp,241530055813.0,clp,0.0,clp,2078.2575
+186-2022-01-20,real_asset_day,2022-01-20,0.000032603801634131402553719304454839406096418756673517,decimal,7711697.0,clp,0.0,integer,0.0,clp,0.0,clp,2035.2131,clp,315674.1221,decimal,116096559.0292,decimal,0.0,clp,436692.958,decimal,0.0,clp,62784.0,integer,281131989414.0,clp,236281241028.0,clp,0.0,clp,2035.2131
+186-2022-01-21,real_asset_day,2022-01-21,0.00003260380206101517830224505778870112634958506736273,decimal,7485775.0,clp,0.0,integer,0.0,clp,0.0,clp,1977.6488,clp,420426.2404,decimal,115983117.1337,decimal,0.0,clp,533868.1359,decimal,0.0,clp,62702.0,integer,273428057313.0,clp,229373874273.0,clp,0.0,clp,1977.6488
+186-2022-01-22,real_asset_day,2022-01-22,0.000032603799547609334306261096523237508157801,decimal,7478216.0,clp,0.0,integer,0.0,clp,0.0,clp,1977.5843,clp,0.0,decimal,115983117.1337,decimal,0.0,clp,0.0,decimal,0.0,clp,62702.0,integer,273428057313.0,clp,229366396057.0,clp,0.0,clp,1977.5843
+186-2022-01-23,real_asset_day,2022-01-23,0.00003260379872052185522062692284869739208423,decimal,7477972.0,clp,0.0,integer,0.0,clp,0.0,clp,1977.5199,clp,0.0,decimal,115983117.1337,decimal,0.0,clp,0.0,decimal,0.0,clp,62702.0,integer,273428057313.0,clp,229358918085.0,clp,0.0,clp,1977.5199
+186-2022-01-24,real_asset_day,2022-01-24,0.000032603798591004322827875071625240239663875786214931,decimal,7509971.0,clp,0.0,integer,0.0,clp,0.0,clp,1985.9819,clp,418396.1612,decimal,115381160.9031,decimal,0.0,clp,1020352.3918,decimal,0.0,clp,62614.0,integer,274251170780.0,clp,229144894875.0,clp,0.0,clp,1985.9819
+186-2022-01-25,real_asset_day,2022-01-25,0.000032603801315569325670432615356555324554971614641937,decimal,7362343.0,clp,0.0,integer,0.0,clp,0.0,clp,1957.0995,clp,346986.8352,decimal,115395194.4438,decimal,0.0,clp,332953.2945,decimal,0.0,clp,62611.0,integer,269987792113.0,clp,225839876562.0,clp,0.0,clp,1957.0995
+186-2022-01-26,real_asset_day,2022-01-26,0.00003260380143859925163626837642619361402412446644489,decimal,7296231.0,clp,0.0,integer,0.0,clp,0.0,clp,1939.2894,clp,444684.716,decimal,115568144.9926,decimal,0.0,clp,271734.1672,decimal,0.0,clp,62640.0,integer,266361734873.0,clp,224120072832.0,clp,0.0,clp,1939.2894
+186-2022-01-27,real_asset_day,2022-01-27,0.000032603802105619817980324869691477790203207169900883,decimal,7157950.0,clp,0.0,integer,0.0,clp,0.0,clp,1899.688,clp,314967.7402,decimal,115662111.5657,decimal,0.0,clp,221001.1671,decimal,0.0,clp,62607.0,integer,261281014012.0,clp,219721920446.0,clp,0.0,clp,1899.688
+186-2022-01-28,real_asset_day,2022-01-28,0.000032603799882373227007661955860521040137515890075484,decimal,7396789.0,clp,0.0,integer,0.0,clp,0.0,clp,1961.48,clp,295295.3027,decimal,115600533.1969,decimal,0.0,clp,356873.6715,decimal,0.0,clp,62548.0,integer,269495626672.0,clp,226748139334.0,clp,0.0,clp,1961.48
+186-2022-01-29,real_asset_day,2022-01-29,0.000032603800185057381199665171832161192560932,decimal,7392610.0,clp,0.0,integer,0.0,clp,0.0,clp,1961.4161,clp,0.0,decimal,115600533.1969,decimal,0.0,clp,0.0,decimal,0.0,clp,62548.0,integer,269495626672.0,clp,226740746724.0,clp,0.0,clp,1961.4161
+186-2022-01-30,real_asset_day,2022-01-30,0.00003260380027027541304775224366878087772469,decimal,7392369.0,clp,0.0,integer,0.0,clp,0.0,clp,1961.3522,clp,0.0,decimal,115600533.1969,decimal,0.0,clp,0.0,decimal,0.0,clp,62548.0,integer,269495626672.0,clp,226733354355.0,clp,0.0,clp,1961.3522
+186-2022-01-31,real_asset_day,2022-01-31,0.000032603801966151868819420654767785226295117655271249,decimal,7601868.0,clp,0.0,integer,0.0,clp,0.0,clp,2016.9366,clp,776502.8079,decimal,116113308.3055,decimal,0.0,clp,263727.6993,decimal,0.0,clp,62703.0,integer,283416998666.0,clp,234193177755.0,clp,0.0,clp,2016.9366
+186-2022-02-01,real_asset_day,2022-02-01,0.000032603800513179538654909528775154773739243582484264,decimal,7651913.0,clp,0.0,integer,0.0,clp,0.0,clp,2021.2489,clp,600027.0591,decimal,116623543.5502,decimal,0.0,clp,89791.8144,decimal,0.0,clp,62878.0,integer,282312178374.0,clp,235725209444.0,clp,0.0,clp,2021.2489
+186-2022-02-02,real_asset_day,2022-02-02,0.000032603800768500352049731332555277714549356930896442,decimal,7770737.0,clp,0.0,integer,0.0,clp,0.0,clp,2043.6558,clp,573649.7149,decimal,117110008.9381,decimal,0.0,clp,87184.327,decimal,0.0,clp,63025.0,integer,283733956460.0,clp,239332546063.0,clp,0.0,clp,2043.6558
+186-2022-02-03,real_asset_day,2022-02-03,0.000032603802597362235023755907923535714995328239191881,decimal,7692966.0,clp,0.0,integer,0.0,clp,0.0,clp,2014.7982,clp,619931.6485,decimal,117613830.6183,decimal,0.0,clp,116109.9683,decimal,0.0,clp,63188.0,integer,288132672094.0,clp,236968128635.0,clp,0.0,clp,2014.7982
+186-2022-02-04,real_asset_day,2022-02-04,0.000032603801654700244781172254872135105931973029845494,decimal,7877344.0,clp,0.0,integer,0.0,clp,0.0,clp,2054.2494,clp,523058.08,decimal,118028110.4285,decimal,0.0,clp,108778.2698,decimal,0.0,clp,63281.0,integer,290945690557.0,clp,242459177894.0,clp,0.0,clp,2054.2494
+186-2022-02-05,real_asset_day,2022-02-05,0.000032603800756332461714332676799043685430591,decimal,7904833.0,clp,0.0,integer,0.0,clp,0.0,clp,2054.1825,clp,0.0,decimal,118028110.4285,decimal,0.0,clp,0.0,decimal,0.0,clp,63281.0,integer,290945690557.0,clp,242451273061.0,clp,0.0,clp,2054.1825
+186-2022-02-06,real_asset_day,2022-02-06,0.000032603799598075841758373612865460704816583,decimal,7904575.0,clp,0.0,integer,0.0,clp,0.0,clp,2054.1155,clp,0.0,decimal,118028110.4285,decimal,0.0,clp,0.0,decimal,0.0,clp,63281.0,integer,290945690557.0,clp,242443368486.0,clp,0.0,clp,2054.1155
+186-2022-02-07,real_asset_day,2022-02-07,0.000032603801801008807174518693643555182525314488245718,decimal,7900586.0,clp,0.0,integer,0.0,clp,0.0,clp,2053.0787,clp,650212.5352,decimal,118543023.8072,decimal,0.0,clp,135299.1565,decimal,0.0,clp,63505.0,integer,288311014668.0,clp,243378162100.0,clp,0.0,clp,2053.0787
+186-2022-02-08,real_asset_day,2022-02-08,0.000032603801199910609573687939311911059130738242231882,decimal,7998307.0,clp,0.0,integer,0.0,clp,0.0,clp,2069.4447,clp,253568.8714,decimal,118682589.2292,decimal,0.0,clp,114003.4494,decimal,0.0,clp,63587.0,integer,300876493644.0,clp,245607059007.0,clp,0.0,clp,2069.4447
+186-2022-02-09,real_asset_day,2022-02-09,0.000032603798992808150545057806291790025812503031369304,decimal,8158638.0,clp,0.0,integer,0.0,clp,0.0,clp,2108.4458,clp,297238.8068,decimal,118882364.5978,decimal,0.0,clp,97463.4382,decimal,0.0,clp,63730.0,integer,312841831358.0,clp,250657024002.0,clp,0.0,clp,2108.4458
+186-2022-02-10,real_asset_day,2022-02-10,0.000032603799780863651065521859005593565121554160958474,decimal,7851460.0,clp,0.0,integer,0.0,clp,0.0,clp,2025.6517,clp,373180.1055,decimal,119139001.9072,decimal,0.0,clp,116542.7961,decimal,0.0,clp,63805.0,integer,297724490288.0,clp,241334120335.0,clp,0.0,clp,2025.6517
+186-2022-02-11,real_asset_day,2022-02-11,0.00003260380160310332403300705504229331879311069350059,decimal,7669273.0,clp,0.0,integer,0.0,clp,0.0,clp,1974.3857,clp,266072.7545,decimal,119138437.3547,decimal,0.0,clp,266637.307,decimal,0.0,clp,63860.0,integer,289060517858.0,clp,235225227773.0,clp,0.0,clp,1974.3857
+186-2022-02-12,real_asset_day,2022-02-12,0.000032603798966150350959938431953827418157015,decimal,7668986.0,clp,0.0,integer,0.0,clp,0.0,clp,1974.3213,clp,0.0,decimal,119138437.3547,decimal,0.0,clp,0.0,decimal,0.0,clp,63860.0,integer,289060517858.0,clp,235217558787.0,clp,0.0,clp,1974.3213
+186-2022-02-13,real_asset_day,2022-02-13,0.000032603799093385087872951943128239424373098,decimal,7668736.0,clp,0.0,integer,0.0,clp,0.0,clp,1974.257,clp,0.0,decimal,119138437.3547,decimal,0.0,clp,0.0,decimal,0.0,clp,63860.0,integer,289060517858.0,clp,235209890051.0,clp,0.0,clp,1974.257
+186-2022-02-14,real_asset_day,2022-02-14,0.000032603801238015207280071012056196083551390840269493,decimal,7700115.0,clp,0.0,integer,0.0,clp,0.0,clp,1982.3351,clp,395772.1772,decimal,118959000.2351,decimal,0.0,clp,575209.2968,decimal,0.0,clp,63854.0,integer,289267463416.0,clp,235816603869.0,clp,0.0,clp,1982.3351
+186-2022-02-15,real_asset_day,2022-02-15,0.000032603798921727514419118806255674347539777647911566,decimal,7834528.0,clp,0.0,integer,0.0,clp,0.0,clp,2019.9812,clp,209684.8307,decimal,118967937.4028,decimal,0.0,clp,200747.663,decimal,0.0,clp,63842.0,integer,295434108018.0,clp,240312995804.0,clp,0.0,clp,2019.9812
+186-2022-02-16,real_asset_day,2022-02-16,0.000032603799031764113368661170591528825980470412438137,decimal,7787388.0,clp,0.0,integer,0.0,clp,0.0,clp,2007.6762,clp,214618.1535,decimal,119020460.7692,decimal,0.0,clp,162094.7871,decimal,0.0,clp,63868.0,integer,293350648224.0,clp,238954548216.0,clp,0.0,clp,2007.6762
+186-2022-02-17,real_asset_day,2022-02-17,0.000032603798714597931767628202399629665703922363379894,decimal,7587724.0,clp,0.0,integer,0.0,clp,0.0,clp,1955.3373,clp,164800.4514,decimal,119069007.584,decimal,0.0,clp,116253.6366,decimal,0.0,clp,63877.0,integer,285555799503.0,clp,232820077041.0,clp,0.0,clp,1955.3373
+186-2022-02-18,real_asset_day,2022-02-18,0.000032603801071346944024687539553962099191632504183938,decimal,7470983.0,clp,0.0,integer,0.0,clp,0.0,clp,1924.4684,clp,178148.2789,decimal,119043753.9641,decimal,0.0,clp,203401.8988,decimal,0.0,clp,63858.0,integer,281297676215.0,clp,229095940245.0,clp,0.0,clp,1924.4684
+186-2022-02-19,real_asset_day,2022-02-19,0.000032603801336932655505287566411511468086772,decimal,7469155.0,clp,0.0,integer,0.0,clp,0.0,clp,1924.4056,clp,0.0,decimal,119043753.9641,decimal,0.0,clp,0.0,decimal,0.0,clp,63858.0,integer,281297676215.0,clp,229088471090.0,clp,0.0,clp,1924.4056
+186-2022-02-20,real_asset_day,2022-02-20,0.000032603799219299381009977469887328469473729,decimal,7468911.0,clp,0.0,integer,0.0,clp,0.0,clp,1924.3429,clp,0.0,decimal,119043753.9641,decimal,0.0,clp,0.0,decimal,0.0,clp,63858.0,integer,281297676215.0,clp,229081002179.0,clp,0.0,clp,1924.3429
+186-2022-02-21,real_asset_day,2022-02-21,0.00003260380013384538628616295642562251139343806426558,decimal,7522234.0,clp,0.0,integer,0.0,clp,0.0,clp,1938.0814,clp,240568.4224,decimal,118841609.5109,decimal,0.0,clp,442712.8756,decimal,0.0,clp,63813.0,integer,283591730142.0,clp,230324707549.0,clp,0.0,clp,1938.0814
+186-2022-02-22,real_asset_day,2022-02-22,0.000032603802082127550247309958663945966229775898458715,decimal,7394310.0,clp,0.0,integer,0.0,clp,0.0,clp,1908.3625,clp,139792.2361,decimal,118543977.6909,decimal,0.0,clp,437424.0561,decimal,0.0,clp,63755.0,integer,274395898967.0,clp,226224885285.0,clp,0.0,clp,1908.3625
+186-2022-02-23,real_asset_day,2022-02-23,0.000032603798849429306868262293392079615977270486969299,decimal,7167377.0,clp,0.0,integer,0.0,clp,0.0,clp,1854.439,clp,157250.1376,decimal,118382426.3684,decimal,0.0,clp,318801.4601,decimal,0.0,clp,63706.0,integer,261467706955.0,clp,219532986214.0,clp,0.0,clp,1854.439
+186-2022-02-24,real_asset_day,2022-02-24,0.000032603799284416352696284178478301673590578647649349,decimal,7469431.0,clp,0.0,integer,0.0,clp,0.0,clp,1935.2277,clp,166279.9486,decimal,115708369.3869,decimal,0.0,clp,2840336.9301,decimal,0.0,clp,62813.0,integer,274680779267.0,clp,223922041641.0,clp,0.0,clp,1935.2277
+186-2022-02-25,real_asset_day,2022-02-25,0.000032603798948770209412546745840635869310488000667727,decimal,7419736.0,clp,0.0,integer,0.0,clp,0.0,clp,1966.7786,clp,144695.9291,decimal,115144499.29,decimal,0.0,clp,708566.026,decimal,0.0,clp,62482.0,integer,278685224609.0,clp,226463736618.0,clp,0.0,clp,1966.7786
+186-2022-02-26,real_asset_day,2022-02-26,0.000032603801540824670829919671839025385545589,decimal,7383338.0,clp,0.0,integer,0.0,clp,0.0,clp,1966.7145,clp,0.0,decimal,115144499.29,decimal,0.0,clp,0.0,decimal,0.0,clp,62482.0,integer,278685224609.0,clp,226456353280.0,clp,0.0,clp,1966.7145
+186-2022-02-27,real_asset_day,2022-02-27,0.00003260380029122457278876518263543425071757,decimal,7383097.0,clp,0.0,integer,0.0,clp,0.0,clp,1966.6504,clp,0.0,decimal,115144499.29,decimal,0.0,clp,0.0,decimal,0.0,clp,62482.0,integer,278685224609.0,clp,226448970183.0,clp,0.0,clp,1966.6504
+186-2022-02-28,real_asset_day,2022-02-28,0.000032603798923079893484095320661973123720392966594285,decimal,7310120.0,clp,0.0,integer,0.0,clp,0.0,clp,1947.2114,clp,448553.6632,decimal,115365591.5468,decimal,0.0,clp,227461.4064,decimal,0.0,clp,62616.0,integer,274862892916.0,clp,224641195598.0,clp,0.0,clp,1947.2114
+186-2022-03-01,real_asset_day,2022-03-01,0.000032603799797233070975710307542984039025974192615177,decimal,7242390.0,clp,0.0,integer,0.0,clp,0.0,clp,1925.4728,clp,338341.2883,decimal,115564389.5949,decimal,0.0,clp,139543.2402,decimal,0.0,clp,62700.0,integer,276368670364.0,clp,222516091230.0,clp,0.0,clp,1925.4728
+186-2022-03-02,real_asset_day,2022-03-02,0.000032603799804593710604442859064288984730785773435187,decimal,7417079.0,clp,0.0,integer,0.0,clp,0.0,clp,1968.5237,clp,360262.5332,decimal,115784004.0362,decimal,0.0,clp,140648.0919,decimal,0.0,clp,62754.0,integer,276655476993.0,clp,227923560948.0,clp,0.0,clp,1968.5237
+186-2022-03-03,real_asset_day,2022-03-03,0.000032603799034280183951102780712387115223613139871881,decimal,7279895.0,clp,0.0,integer,0.0,clp,0.0,clp,1928.4498,clp,277199.4651,decimal,115921422.6159,decimal,0.0,clp,139780.8854,decimal,0.0,clp,62778.0,integer,266245121005.0,clp,223548647096.0,clp,0.0,clp,1928.4498
+186-2022-03-04,real_asset_day,2022-03-04,0.000032603800514844079777466268139622174169817938390046,decimal,7227008.0,clp,0.0,integer,0.0,clp,0.0,clp,1912.1705,clp,180208.6152,decimal,115890343.9576,decimal,0.0,clp,211287.2735,decimal,0.0,clp,62790.0,integer,265750782087.0,clp,221602092923.0,clp,0.0,clp,1912.1705
+186-2022-03-05,real_asset_day,2022-03-05,0.000032603801082301533737493708704032593543841,decimal,7224835.0,clp,0.0,integer,0.0,clp,0.0,clp,1912.1081,clp,0.0,decimal,115890343.9576,decimal,0.0,clp,0.0,decimal,0.0,clp,62790.0,integer,265750782087.0,clp,221594868088.0,clp,0.0,clp,1912.1081
+186-2022-03-06,real_asset_day,2022-03-06,0.000032603799048743626309362236118563102988656,decimal,7224599.0,clp,0.0,integer,0.0,clp,0.0,clp,1912.0458,clp,0.0,decimal,115890343.9576,decimal,0.0,clp,0.0,decimal,0.0,clp,62790.0,integer,265750782087.0,clp,221587643489.0,clp,0.0,clp,1912.0458
+186-2022-03-07,real_asset_day,2022-03-07,0.000032603802156741717032275815420998190803651384189696,decimal,6998652.0,clp,0.0,integer,0.0,clp,0.0,clp,1852.247,clp,285927.6422,decimal,115766739.4196,decimal,0.0,clp,409532.1802,decimal,0.0,clp,62750.0,integer,260180069547.0,clp,214428594920.0,clp,0.0,clp,1852.247
+186-2022-03-08,real_asset_day,2022-03-08,0.000032603799983316074759229827827664273658636101888001,decimal,7010733.0,clp,0.0,integer,0.0,clp,0.0,clp,1857.4255,clp,152051.5558,decimal,115664525.9991,decimal,0.0,clp,254264.9763,decimal,0.0,clp,62689.0,integer,263701391067.0,clp,214838241181.0,clp,0.0,clp,1857.4255
+186-2022-03-09,real_asset_day,2022-03-09,0.000032603800079106422977383893665388032075447189714867,decimal,7143645.0,clp,0.0,integer,0.0,clp,0.0,clp,1894.3118,clp,238963.4494,decimal,115772264.1362,decimal,0.0,clp,131225.3123,decimal,0.0,clp,62676.0,integer,269133742996.0,clp,219308764008.0,clp,0.0,clp,1894.3118
+186-2022-03-10,real_asset_day,2022-03-10,0.000032603799871858540259301571454401004393340707206229,decimal,7096540.0,clp,0.0,integer,0.0,clp,0.0,clp,1880.0695,clp,128469.4404,decimal,114754430.1119,decimal,0.0,clp,1146303.4647,decimal,0.0,clp,62678.0,integer,262363223289.0,clp,215746306824.0,clp,0.0,clp,1880.0695
+186-2022-03-11,real_asset_day,2022-03-11,0.000032603798707164833020375593948959855943405804238314,decimal,6890979.0,clp,0.0,integer,0.0,clp,0.0,clp,1841.8034,clp,186114.8119,decimal,114822022.8872,decimal,0.0,clp,118522.0366,decimal,0.0,clp,62663.0,integer,254256829488.0,clp,211479588428.0,clp,0.0,clp,1841.8034
+186-2022-03-12,real_asset_day,2022-03-12,0.0000326037980702721943716042830242076027287,decimal,6894813.0,clp,0.0,integer,0.0,clp,0.0,clp,1841.7433,clp,0.0,decimal,114822022.8872,decimal,0.0,clp,0.0,decimal,0.0,clp,62663.0,integer,254256829488.0,clp,211472693615.0,clp,0.0,clp,1841.7433
+186-2022-03-13,real_asset_day,2022-03-13,0.000032603801805096157194986882549883828040217,decimal,6894589.0,clp,0.0,integer,0.0,clp,0.0,clp,1841.6833,clp,0.0,decimal,114822022.8872,decimal,0.0,clp,0.0,decimal,0.0,clp,62663.0,integer,254256829488.0,clp,211465799026.0,clp,0.0,clp,1841.6833
+186-2022-03-14,real_asset_day,2022-03-14,0.000032603801870138195028826639367030296355724074809475,decimal,6826878.0,clp,0.0,integer,0.0,clp,0.0,clp,1823.5963,clp,229343.8993,decimal,114782551.6614,decimal,0.0,clp,268815.1251,decimal,0.0,clp,62556.0,integer,250111633232.0,clp,209317036681.0,clp,0.0,clp,1823.5963
+186-2022-03-15,real_asset_day,2022-03-15,0.000032603800448488119244801886303128540365311158326001,decimal,7033141.0,clp,0.0,integer,0.0,clp,0.0,clp,1879.3394,clp,105619.7528,decimal,114385721.1725,decimal,0.0,clp,502450.2417,decimal,0.0,clp,62424.0,integer,257730308876.0,clp,214969594595.0,clp,0.0,clp,1879.3394
+186-2022-03-16,real_asset_day,2022-03-16,0.000032603801334116667121554714329281838442412124145863,decimal,7162681.0,clp,0.0,integer,0.0,clp,0.0,clp,1920.594,clp,154244.5253,decimal,114395157.2631,decimal,0.0,clp,144808.4347,decimal,0.0,clp,62405.0,integer,263155753017.0,clp,219706647148.0,clp,0.0,clp,1920.594
+186-2022-03-17,real_asset_day,2022-03-17,0.00003260380199668066983568893614498694044327193286238,decimal,7192543.0,clp,0.0,integer,0.0,clp,0.0,clp,1928.442,clp,134174.5822,decimal,114447877.9991,decimal,0.0,clp,81453.8462,decimal,0.0,clp,62419.0,integer,263625957620.0,clp,220706094118.0,clp,0.0,clp,1928.442
+186-2022-03-18,real_asset_day,2022-03-18,0.000032603802527215029495384858712953963241584253402843,decimal,7343405.0,clp,0.0,integer,0.0,clp,0.0,clp,1967.9836,clp,222590.9396,decimal,114564721.8127,decimal,0.0,clp,105747.126,decimal,0.0,clp,62423.0,integer,269068734984.0,clp,225461497350.0,clp,0.0,clp,1967.9836
+186-2022-03-19,real_asset_day,2022-03-19,0.00003260380040901348214105907055242780702702,decimal,7350662.0,clp,0.0,integer,0.0,clp,0.0,clp,1967.9195,clp,0.0,decimal,114564721.8127,decimal,0.0,clp,0.0,decimal,0.0,clp,62423.0,integer,269068734984.0,clp,225454146688.0,clp,0.0,clp,1967.9195
+186-2022-03-20,real_asset_day,2022-03-20,0.000032603798864045020636106199135319496977926,decimal,7350422.0,clp,0.0,integer,0.0,clp,0.0,clp,1967.8553,clp,0.0,decimal,114564721.8127,decimal,0.0,clp,0.0,decimal,0.0,clp,62423.0,integer,269068734984.0,clp,225446796266.0,clp,0.0,clp,1967.8553
+186-2022-03-21,real_asset_day,2022-03-21,0.000032603802397533602862079243316964134197000145006887,decimal,7295711.0,clp,0.0,integer,0.0,clp,0.0,clp,1953.2079,clp,446013.3737,decimal,114771365.5007,decimal,0.0,clp,239369.6857,decimal,0.0,clp,62449.0,integer,275347818163.0,clp,224172334108.0,clp,0.0,clp,1953.2079
+186-2022-03-22,real_asset_day,2022-03-22,0.000032603799663717436586921540285760155677953429700741,decimal,7349490.0,clp,0.0,integer,0.0,clp,0.0,clp,1964.0631,clp,377072.0949,decimal,114951151.9372,decimal,0.0,clp,197285.6584,decimal,0.0,clp,62431.0,integer,273619208402.0,clp,225771317017.0,clp,0.0,clp,1964.0631
+186-2022-03-23,real_asset_day,2022-03-23,0.000032603799376795869403246357865398999998232355404047,decimal,7256402.0,clp,0.0,integer,0.0,clp,0.0,clp,1936.1535,clp,249064.4543,decimal,115092402.9894,decimal,0.0,clp,107813.4021,decimal,0.0,clp,62458.0,integer,272004269089.0,clp,222836563443.0,clp,0.0,clp,1936.1535
+186-2022-03-24,real_asset_day,2022-03-24,0.000032603799999716775827896049332498109603684782735818,decimal,7372593.0,clp,0.0,integer,0.0,clp,0.0,clp,1964.7413,clp,198638.5076,decimal,115084195.6471,decimal,0.0,clp,206845.8499,decimal,0.0,clp,62470.0,integer,275914582088.0,clp,226110675868.0,clp,0.0,clp,1964.7413
+186-2022-03-25,real_asset_day,2022-03-25,0.000032603799693994413533109787855727191311114058614514,decimal,7327248.0,clp,0.0,integer,0.0,clp,0.0,clp,1952.7965,clp,213132.1012,decimal,114989003.3104,decimal,0.0,clp,308324.4379,decimal,0.0,clp,62476.0,integer,268701750344.0,clp,224550123214.0,clp,0.0,clp,1952.7965
+186-2022-03-26,real_asset_day,2022-03-26,0.000032603801707970102499157033044075873976668,decimal,7320949.0,clp,0.0,integer,0.0,clp,0.0,clp,1952.7328,clp,0.0,decimal,114989003.3104,decimal,0.0,clp,0.0,decimal,0.0,clp,62476.0,integer,268701750344.0,clp,224542802265.0,clp,0.0,clp,1952.7328
+186-2022-03-27,real_asset_day,2022-03-27,0.000032603800296064971734618372796443708145947,decimal,7320710.0,clp,0.0,integer,0.0,clp,0.0,clp,1952.6692,clp,0.0,decimal,114989003.3104,decimal,0.0,clp,0.0,decimal,0.0,clp,62476.0,integer,268701750344.0,clp,224535481555.0,clp,0.0,clp,1952.6692
+186-2022-03-28,real_asset_day,2022-03-28,0.000032603800767795509781641228997627268402110531381425,decimal,7304621.0,clp,0.0,integer,0.0,clp,0.0,clp,1948.3777,clp,419260.8047,decimal,115173890.0474,decimal,0.0,clp,234374.0677,decimal,0.0,clp,62483.0,integer,268579814734.0,clp,224402237427.0,clp,0.0,clp,1948.3777
+186-2022-03-29,real_asset_day,2022-03-29,0.000032603798829429017441474754071925993610664180984,decimal,7425567.0,clp,0.0,integer,0.0,clp,0.0,clp,1977.4585,clp,379847.8509,decimal,115196878.233,decimal,0.0,clp,356859.6653,decimal,0.0,clp,62431.0,integer,275069623403.0,clp,227797047464.0,clp,0.0,clp,1977.4585
+186-2022-03-30,real_asset_day,2022-03-30,0.000032603800673757840555129602580676079975957455566831,decimal,7434723.0,clp,0.0,integer,0.0,clp,0.0,clp,1979.5016,clp,230244.7061,decimal,115262791.9589,decimal,0.0,clp,164330.9802,decimal,0.0,clp,62444.0,integer,275408143857.0,clp,228162878879.0,clp,0.0,clp,1979.5016
+186-2022-03-31,real_asset_day,2022-03-31,0.000032603801385212036757440652588848765750612654293319,decimal,7333746.0,clp,0.0,integer,0.0,clp,0.0,clp,1951.4997,clp,212935.4098,decimal,115327593.91,decimal,0.0,clp,148133.4587,decimal,0.0,clp,62489.0,integer,268945878690.0,clp,225061765720.0,clp,0.0,clp,1951.4997
+186-2022-04-01,real_asset_day,2022-04-01,0.000032603801081250165410149885598741013884402323052892,decimal,7296043.0,clp,0.0,integer,0.0,clp,0.0,clp,1940.3761,clp,345614.5125,decimal,115552491.9275,decimal,0.0,clp,120716.495,decimal,0.0,clp,62515.0,integer,267812193695.0,clp,224215294658.0,clp,0.0,clp,1940.3761
+186-2022-04-02,real_asset_day,2022-04-02,0.000032603798710352892728918561400101526105941,decimal,7310032.0,clp,0.0,integer,0.0,clp,0.0,clp,1940.3128,clp,0.0,decimal,115552491.9275,decimal,0.0,clp,0.0,decimal,0.0,clp,62515.0,integer,267812193695.0,clp,224207984626.0,clp,0.0,clp,1940.3128
+186-2022-04-03,real_asset_day,2022-04-03,0.000032603800169100465145383162403165696462474,decimal,7309794.0,clp,0.0,integer,0.0,clp,0.0,clp,1940.2496,clp,0.0,decimal,115552491.9275,decimal,0.0,clp,0.0,decimal,0.0,clp,62515.0,integer,267812193695.0,clp,224200674832.0,clp,0.0,clp,1940.2496
+186-2022-04-04,real_asset_day,2022-04-04,0.000032603798764390296240225715868587473520303251603439,decimal,7359994.0,clp,0.0,integer,0.0,clp,0.0,clp,1953.5743,clp,481016.8892,decimal,115745870.9633,decimal,0.0,clp,287637.8534,decimal,0.0,clp,62599.0,integer,270338542603.0,clp,226118162691.0,clp,0.0,clp,1953.5743
+186-2022-04-05,real_asset_day,2022-04-05,0.000032603800757702407502180064374175943775057256901023,decimal,7257945.0,clp,0.0,integer,0.0,clp,0.0,clp,1923.2686,clp,216573.8138,decimal,115736626.5311,decimal,0.0,clp,225818.246,decimal,0.0,clp,62610.0,integer,266356196750.0,clp,222592616542.0,clp,0.0,clp,1923.2686
+186-2022-04-06,real_asset_day,2022-04-06,0.000032603801522527693507972067643795633107159749452438,decimal,7239185.0,clp,0.0,integer,0.0,clp,0.0,clp,1918.4506,clp,174977.2214,decimal,115769117.1818,decimal,0.0,clp,142486.5707,decimal,0.0,clp,62605.0,integer,265372547781.0,clp,222097329529.0,clp,0.0,clp,1918.4506
+186-2022-04-07,real_asset_day,2022-04-07,0.000032603801107223236760146659559189160169255017670862,decimal,7369483.0,clp,0.0,integer,0.0,clp,0.0,clp,1952.4327,clp,204448.0566,decimal,115839840.5275,decimal,0.0,clp,133724.7109,decimal,0.0,clp,62595.0,integer,269549373077.0,clp,226169488413.0,clp,0.0,clp,1952.4327
+186-2022-04-08,real_asset_day,2022-04-08,0.000032603800617959774233086197006195248894191330518235,decimal,7367968.0,clp,0.0,integer,0.0,clp,0.0,clp,1950.8395,clp,129583.9904,decimal,115786003.9665,decimal,0.0,clp,183420.5514,decimal,0.0,clp,62597.0,integer,269408977164.0,clp,225879915767.0,clp,0.0,clp,1950.8395
+186-2022-04-09,real_asset_day,2022-04-09,0.000032603802242904847528529730884788805525744,decimal,7364304.0,clp,0.0,integer,0.0,clp,0.0,clp,1950.7759,clp,0.0,decimal,115786003.9665,decimal,0.0,clp,0.0,decimal,0.0,clp,62597.0,integer,269408977164.0,clp,225872551463.0,clp,0.0,clp,1950.7759
+186-2022-04-10,real_asset_day,2022-04-10,0.000032603802670090467437258949926327862909635,decimal,7364064.0,clp,0.0,integer,0.0,clp,0.0,clp,1950.7123,clp,0.0,decimal,115786003.9665,decimal,0.0,clp,0.0,decimal,0.0,clp,62597.0,integer,269408977164.0,clp,225865187399.0,clp,0.0,clp,1950.7123
+186-2022-04-11,real_asset_day,2022-04-11,0.000032603802391660693806776128359827246062251411637765,decimal,7268866.0,clp,0.0,integer,0.0,clp,0.0,clp,1925.4948,clp,211834.7311,decimal,115705111.5352,decimal,0.0,clp,292727.1624,decimal,0.0,clp,62577.0,integer,266027391788.0,clp,222789587887.0,clp,0.0,clp,1925.4948
+186-2022-04-12,real_asset_day,2022-04-12,0.000032603800190238690579353916454766562026958159443182,decimal,7138083.0,clp,0.0,integer,0.0,clp,0.0,clp,1892.1729,clp,138729.9227,decimal,115598292.2287,decimal,0.0,clp,245549.2292,decimal,0.0,clp,62559.0,integer,261192391303.0,clp,218731959429.0,clp,0.0,clp,1892.1729
+186-2022-04-13,real_asset_day,2022-04-13,0.000032603799160312656183819160486619632902316263705012,decimal,7210224.0,clp,0.0,integer,0.0,clp,0.0,clp,1913.0624,clp,220549.5342,decimal,115677646.5188,decimal,0.0,clp,141195.2441,decimal,0.0,clp,62533.0,integer,263859750531.0,clp,221298552901.0,clp,0.0,clp,1913.0624
+186-2022-04-14,real_asset_day,2022-04-14,0.00003260380059769023024903894191224741816467265322656,decimal,7181218.0,clp,0.0,integer,0.0,clp,0.0,clp,1904.0592,clp,141220.7701,decimal,115667443.4387,decimal,0.0,clp,151423.8502,decimal,0.0,clp,62532.0,integer,262744839064.0,clp,220237655291.0,clp,0.0,clp,1904.0592
+186-2022-04-15,real_asset_day,2022-04-15,0.000032603798370428180313624908807483930730484,decimal,7180350.0,clp,0.0,integer,0.0,clp,0.0,clp,1903.9971,clp,0.0,decimal,115667443.4387,decimal,0.0,clp,0.0,decimal,0.0,clp,62532.0,integer,262744839064.0,clp,220230474941.0,clp,0.0,clp,1903.9971
+186-2022-04-16,real_asset_day,2022-04-16,0.000032603798820218654859097738049655937436999,decimal,7180116.0,clp,0.0,integer,0.0,clp,0.0,clp,1903.935,clp,0.0,decimal,115667443.4387,decimal,0.0,clp,0.0,decimal,0.0,clp,62532.0,integer,262744839064.0,clp,220223294825.0,clp,0.0,clp,1903.935
+186-2022-04-17,real_asset_day,2022-04-17,0.000032603799235393906374278978917296319564469,decimal,7179882.0,clp,0.0,integer,0.0,clp,0.0,clp,1903.8729,clp,0.0,decimal,115667443.4387,decimal,0.0,clp,0.0,decimal,0.0,clp,62532.0,integer,262744839064.0,clp,220216114943.0,clp,0.0,clp,1903.8729
+186-2022-04-18,real_asset_day,2022-04-18,0.000032603800816414209183059795627051317741876420144452,decimal,7213115.0,clp,0.0,integer,0.0,clp,0.0,clp,1912.6852,clp,286942.019,decimal,115685291.5489,decimal,0.0,clp,269093.9088,decimal,0.0,clp,62487.0,integer,264188892706.0,clp,221269540419.0,clp,0.0,clp,1912.6852
+186-2022-04-19,real_asset_day,2022-04-19,0.000032603802084908918675383696832535001247435669741023,decimal,7336609.0,clp,0.0,integer,0.0,clp,0.0,clp,1945.1316,clp,290805.2218,decimal,115756700.9496,decimal,0.0,clp,219395.8211,decimal,0.0,clp,62436.0,integer,268751482270.0,clp,225162012431.0,clp,0.0,clp,1945.1316
+186-2022-04-20,real_asset_day,2022-04-20,0.000032603799955562851284040845184183978685967853972198,decimal,7304756.0,clp,0.0,integer,0.0,clp,0.0,clp,1935.4919,clp,102113.5336,decimal,115654247.3389,decimal,0.0,clp,204567.1443,decimal,0.0,clp,62407.0,integer,267197153605.0,clp,223847856301.0,clp,0.0,clp,1935.4919
+186-2022-04-21,real_asset_day,2022-04-21,0.000032603801821871344940505695443486001270620293199009,decimal,7171120.0,clp,0.0,integer,0.0,clp,0.0,clp,1901.7663,clp,184017.7981,decimal,115723273.538,decimal,0.0,clp,114991.599,decimal,0.0,clp,62401.0,integer,262612018169.0,clp,220078627507.0,clp,0.0,clp,1901.7663
+186-2022-04-22,real_asset_day,2022-04-22,0.000032603800651688393427866884326268512542937496326257,decimal,7140781.0,clp,0.0,integer,0.0,clp,0.0,clp,1892.591,clp,103142.5975,decimal,115672455.7633,decimal,0.0,clp,153960.3722,decimal,0.0,clp,62372.0,integer,263874168678.0,clp,218920650753.0,clp,0.0,clp,1892.591
+186-2022-04-23,real_asset_day,2022-04-23,0.000032603798144165293408998625624044819299029,decimal,7137412.0,clp,0.0,integer,0.0,clp,0.0,clp,1892.5293,clp,0.0,decimal,115672455.7633,decimal,0.0,clp,0.0,decimal,0.0,clp,62372.0,integer,263874168678.0,clp,218913513341.0,clp,0.0,clp,1892.5293
+186-2022-04-24,real_asset_day,2022-04-24,0.000032603801338115377619532764103934665563449,decimal,7137180.0,clp,0.0,integer,0.0,clp,0.0,clp,1892.4676,clp,0.0,decimal,115672455.7633,decimal,0.0,clp,0.0,decimal,0.0,clp,62372.0,integer,263874168678.0,clp,218906376161.0,clp,0.0,clp,1892.4676
+186-2022-04-25,real_asset_day,2022-04-25,0.000032603800449308219308493106681172013767202744650689,decimal,7317496.0,clp,0.0,integer,0.0,clp,0.0,clp,1940.2796,clp,128172.0786,decimal,115504254.3744,decimal,0.0,clp,296373.4675,decimal,0.0,clp,62286.0,integer,270545549832.0,clp,224110545311.0,clp,0.0,clp,1940.2796
+186-2022-04-26,real_asset_day,2022-04-26,0.000032603799644001423770739403481574545774528079698299,decimal,7050508.0,clp,0.0,integer,0.0,clp,0.0,clp,1872.2085,clp,82888.751,decimal,115288887.4184,decimal,0.0,clp,298255.707,decimal,0.0,clp,62184.0,integer,258236143001.0,clp,215844835222.0,clp,0.0,clp,1872.2085
+186-2022-04-27,real_asset_day,2022-04-27,0.000032603801229490145248227220395769075799572034822412,decimal,7062179.0,clp,0.0,integer,0.0,clp,0.0,clp,1878.8107,clp,106105.7794,decimal,115234919.0605,decimal,0.0,clp,160074.1373,decimal,0.0,clp,62133.0,integer,258794629352.0,clp,216504604619.0,clp,0.0,clp,1878.8107
+186-2022-04-28,real_asset_day,2022-04-28,0.000032603802472275903001705458391180440906971340518234,decimal,7340543.0,clp,0.0,integer,0.0,clp,0.0,clp,1953.7808,clp,81461.1186,decimal,115191086.5142,decimal,0.0,clp,125293.6649,decimal,0.0,clp,62088.0,integer,272761546910.0,clp,225058130661.0,clp,0.0,clp,1953.7808
+186-2022-04-29,real_asset_day,2022-04-29,0.000032603802332717245555663460372165257612509192723713,decimal,7064140.0,clp,0.0,integer,0.0,clp,0.0,clp,1880.928,clp,137977.009,decimal,115122894.517,decimal,0.0,clp,206169.0062,decimal,0.0,clp,62038.0,integer,262791424231.0,clp,216537875740.0,clp,0.0,clp,1880.928
+186-2022-04-30,real_asset_day,2022-04-30,0.000032603802682795756737952952244656781661342,decimal,7059728.0,clp,0.0,integer,0.0,clp,0.0,clp,1880.8667,clp,0.0,decimal,115122894.517,decimal,0.0,clp,0.0,decimal,0.0,clp,62038.0,integer,262791424231.0,clp,216530816012.0,clp,0.0,clp,1880.8667
+186-2022-05-01,real_asset_day,2022-05-01,0.000032603798833089906314754202988708478993941,decimal,7059497.0,clp,0.0,integer,0.0,clp,0.0,clp,1880.8054,clp,0.0,decimal,115122894.517,decimal,0.0,clp,0.0,decimal,0.0,clp,62038.0,integer,262791424231.0,clp,216523756515.0,clp,0.0,clp,1880.8054
+186-2022-05-02,real_asset_day,2022-05-02,0.000032603799090675477099128814194080589454800203635719,decimal,7217220.0,clp,0.0,integer,0.0,clp,0.0,clp,1922.8262,clp,364691.1901,decimal,115196020.263,decimal,0.0,clp,291565.4441,decimal,0.0,clp,62012.0,integer,265146499634.0,clp,221501927986.0,clp,0.0,clp,1922.8262
+186-2022-05-03,real_asset_day,2022-05-03,0.000032603802662295386522971050863883992278228104633108,decimal,7219382.0,clp,0.0,integer,0.0,clp,0.0,clp,1922.181,clp,151857.7672,decimal,115122560.8235,decimal,0.0,clp,225317.2067,decimal,0.0,clp,61972.0,integer,264824875842.0,clp,221286404581.0,clp,0.0,clp,1922.181
+186-2022-05-04,real_asset_day,2022-05-04,0.000032603802181995090962647083950075110805171953554529,decimal,7435144.0,clp,0.0,integer,0.0,clp,0.0,clp,1980.8915,clp,150815.1779,decimal,115112891.5903,decimal,0.0,clp,160484.4111,decimal,0.0,clp,61946.0,integer,277819109133.0,clp,228026150907.0,clp,0.0,clp,1980.8915
+186-2022-05-05,real_asset_day,2022-05-05,0.000032603800372551482986431918115544602925161928745433,decimal,7177700.0,clp,0.0,integer,0.0,clp,0.0,clp,1912.4633,clp,150696.1819,decimal,114989903.2706,decimal,0.0,clp,273684.5016,decimal,0.0,clp,61911.0,integer,265949371902.0,clp,219913971901.0,clp,0.0,clp,1912.4633
+186-2022-05-06,real_asset_day,2022-05-06,0.000032603801891546239757716678295163574956218837291391,decimal,7057941.0,clp,0.0,integer,0.0,clp,0.0,clp,1882.5654,clp,132039.2965,decimal,114774742.6945,decimal,0.0,clp,347199.8726,decimal,0.0,clp,61837.0,integer,259287881615.0,clp,216070957852.0,clp,0.0,clp,1882.5654
+186-2022-05-07,real_asset_day,2022-05-07,0.000032603801768074434468277778712207303155081,decimal,7044505.0,clp,0.0,integer,0.0,clp,0.0,clp,1882.504,clp,0.0,decimal,114774742.6945,decimal,0.0,clp,0.0,decimal,0.0,clp,61837.0,integer,259287881615.0,clp,216063913347.0,clp,0.0,clp,1882.504
+186-2022-05-08,real_asset_day,2022-05-08,0.000032603800241373146912635920047004910344302,decimal,7044275.0,clp,0.0,integer,0.0,clp,0.0,clp,1882.4426,clp,0.0,decimal,114774742.6945,decimal,0.0,clp,0.0,decimal,0.0,clp,61837.0,integer,259287881615.0,clp,216056869072.0,clp,0.0,clp,1882.4426
+186-2022-05-09,real_asset_day,2022-05-09,0.00003260379952802951784182860003225702501140674654543,decimal,6875559.0,clp,0.0,integer,0.0,clp,0.0,clp,1837.3567,clp,334024.489,decimal,114472978.7116,decimal,0.0,clp,635788.4719,decimal,0.0,clp,61588.0,integer,253105401791.0,clp,210327691415.0,clp,0.0,clp,1837.3567
+186-2022-05-10,real_asset_day,2022-05-10,0.000032603801411081001251195251840536503573930418354895,decimal,6902112.0,clp,0.0,integer,0.0,clp,0.0,clp,1849.3145,clp,119920.3933,decimal,113948924.9059,decimal,0.0,clp,643974.199,decimal,0.0,clp,61424.0,integer,255455092337.0,clp,210727401245.0,clp,0.0,clp,1849.3145
+186-2022-05-11,real_asset_day,2022-05-11,0.0000326038015617195103005816496851338470364465310827,decimal,6679696.0,clp,0.0,integer,0.0,clp,0.0,clp,1797.9525,clp,90005.1288,decimal,113744296.9387,decimal,0.0,clp,294633.096,decimal,0.0,clp,61297.0,integer,249724801626.0,clp,204506848020.0,clp,0.0,clp,1797.9525
+186-2022-05-12,real_asset_day,2022-05-12,0.000032603801392581378885215308688220605979122960638403,decimal,6714543.0,clp,0.0,integer,0.0,clp,0.0,clp,1810.5836,clp,87310.3791,decimal,113392817.5044,decimal,0.0,clp,438789.8134,decimal,0.0,clp,61141.0,integer,251177838591.0,clp,205307179299.0,clp,0.0,clp,1810.5836
+186-2022-05-13,real_asset_day,2022-05-13,0.00003260380066877506463102082911623828158567271687362,decimal,6846780.0,clp,0.0,integer,0.0,clp,0.0,clp,1851.9642,clp,105172.6695,decimal,113235669.3157,decimal,0.0,clp,262320.8582,decimal,0.0,clp,60997.0,integer,252245272719.0,clp,209708410790.0,clp,0.0,clp,1851.9642
+186-2022-05-14,real_asset_day,2022-05-14,0.000032603799192579528160990860415551574236268,decimal,6837068.0,clp,0.0,integer,0.0,clp,0.0,clp,1851.9039,clp,0.0,decimal,113235669.3157,decimal,0.0,clp,0.0,decimal,0.0,clp,60997.0,integer,252245272719.0,clp,209701573722.0,clp,0.0,clp,1851.9039
+186-2022-05-15,real_asset_day,2022-05-15,0.000032603798749657065767024086490754236899912,decimal,6836845.0,clp,0.0,integer,0.0,clp,0.0,clp,1851.8435,clp,0.0,decimal,113235669.3157,decimal,0.0,clp,0.0,decimal,0.0,clp,60997.0,integer,252245272719.0,clp,209694736877.0,clp,0.0,clp,1851.8435
+186-2022-05-16,real_asset_day,2022-05-16,0.000032603800049809095100166996505301352988745819787219,decimal,6758799.0,clp,0.0,integer,0.0,clp,0.0,clp,1830.7037,clp,132596.3312,decimal,113111439.0428,decimal,0.0,clp,256826.6041,decimal,0.0,clp,60849.0,integer,249116368995.0,clp,207073529647.0,clp,0.0,clp,1830.7037
+186-2022-05-17,real_asset_day,2022-05-17,0.00003260380239383760088599567020285851530787392404655,decimal,6872491.0,clp,0.0,integer,0.0,clp,0.0,clp,1863.5429,clp,55513.6243,decimal,113043526.1207,decimal,0.0,clp,123426.5464,decimal,0.0,clp,60787.0,integer,253284632647.0,clp,210661462857.0,clp,0.0,clp,1863.5429
+186-2022-05-18,real_asset_day,2022-05-18,0.000032603798456587883873079413301581044991613832240685,decimal,6601618.0,clp,0.0,integer,0.0,clp,0.0,clp,1791.1687,clp,77405.4681,decimal,112883009.8836,decimal,0.0,clp,237921.7052,decimal,0.0,clp,60713.0,integer,243244137708.0,clp,202192515592.0,clp,0.0,clp,1791.1687
+186-2022-05-19,real_asset_day,2022-05-19,0.000032603802178726319152739015974909749820988145646924,decimal,6518210.0,clp,0.0,integer,0.0,clp,0.0,clp,1771.0528,clp,77116.7484,decimal,112715875.9251,decimal,0.0,clp,244250.7069,decimal,0.0,clp,60620.0,integer,240306650483.0,clp,199625771833.0,clp,0.0,clp,1771.0528
+186-2022-05-20,real_asset_day,2022-05-20,0.000032603801817419727970162517741826439205147671811152,decimal,6455384.0,clp,0.0,integer,0.0,clp,0.0,clp,1756.5833,clp,67519.0171,decimal,112578575.1645,decimal,0.0,clp,204819.7777,decimal,0.0,clp,60518.0,integer,237994050300.0,clp,197753643698.0,clp,0.0,clp,1756.5833
+186-2022-05-21,real_asset_day,2022-05-21,0.000032603799789655301517467499317778494642735,decimal,6447310.0,clp,0.0,integer,0.0,clp,0.0,clp,1756.526,clp,0.0,decimal,112578575.1645,decimal,0.0,clp,0.0,decimal,0.0,clp,60518.0,integer,237994050300.0,clp,197747196388.0,clp,0.0,clp,1756.526
+186-2022-05-22,real_asset_day,2022-05-22,0.000032603800800866316984318192850156345160577,decimal,6447100.0,clp,0.0,integer,0.0,clp,0.0,clp,1756.4688,clp,0.0,decimal,112578575.1645,decimal,0.0,clp,0.0,decimal,0.0,clp,60518.0,integer,237994050300.0,clp,197740749288.0,clp,0.0,clp,1756.4688
+186-2022-05-23,real_asset_day,2022-05-23,0.000032603802232130411814817351476063951113982882440644,decimal,6510363.0,clp,0.0,integer,0.0,clp,0.0,clp,1773.7042,clp,94980.6072,decimal,112191007.9562,decimal,0.0,clp,482547.8155,decimal,0.0,clp,60299.0,integer,240148933746.0,clp,198993667535.0,clp,0.0,clp,1773.7042
+186-2022-05-24,real_asset_day,2022-05-24,0.000032603798424350463581324039133439349389678078461825,decimal,6421262.0,clp,0.0,integer,0.0,clp,0.0,clp,1755.4729,clp,67961.5676,decimal,112006525.2356,decimal,0.0,clp,252444.2882,decimal,0.0,clp,60188.0,integer,236936095021.0,clp,196624424935.0,clp,0.0,clp,1755.4729
+186-2022-05-25,real_asset_day,2022-05-25,0.000032603802429906570594220783394286345257007924573995,decimal,6493502.0,clp,0.0,integer,0.0,clp,0.0,clp,1778.1459,clp,62353.6071,decimal,111800200.7329,decimal,0.0,clp,268678.1098,decimal,0.0,clp,60094.0,integer,239658241598.0,clp,198797072571.0,clp,0.0,clp,1778.1459
+186-2022-05-26,real_asset_day,2022-05-26,0.000032603800767499612000470505561837776750166379637663,decimal,6576130.0,clp,0.0,integer,0.0,clp,0.0,clp,1804.0957,clp,136260.5246,decimal,111666498.2159,decimal,0.0,clp,269963.0416,decimal,0.0,clp,60009.0,integer,242933246571.0,clp,201457051416.0,clp,0.0,clp,1804.0957
+186-2022-05-27,real_asset_day,2022-05-27,,,,,,,,,,,1835.9158,clp,,,,,,,,,,,,,,,,,,,1835.9158
+15077-2019-04-22,real_asset_day,2019-04-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,10.0,decimal,10.0,decimal,0.0,clp,0.0,decimal,0.0,clp,1.0,integer,10000.0,clp,10000.0,clp,0.0,clp,1000.0
+15077-2019-04-23,real_asset_day,2019-04-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,10.0,decimal,0.0,clp,0.0,decimal,0.0,clp,1.0,integer,10000.0,clp,10000.0,clp,0.0,clp,1000.0
+15077-2019-04-24,real_asset_day,2019-04-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,510.0,decimal,520.0,decimal,0.0,clp,0.0,decimal,0.0,clp,3.0,integer,520000.0,clp,520000.0,clp,0.0,clp,1000.0
+15077-2019-04-25,real_asset_day,2019-04-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,250.0,decimal,770.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,770000.0,clp,770000.0,clp,0.0,clp,1000.0
+15077-2019-04-26,real_asset_day,2019-04-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,1750.0,decimal,2515.0,decimal,0.0,clp,5.0,decimal,0.0,clp,4.0,integer,2520000.0,clp,2515000.0,clp,0.0,clp,1000.0
+15077-2019-04-27,real_asset_day,2019-04-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,2515.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,2520000.0,clp,2515000.0,clp,0.0,clp,1000.0
+15077-2019-04-28,real_asset_day,2019-04-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,2515.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,2520000.0,clp,2515000.0,clp,0.0,clp,1000.0
+15077-2019-04-29,real_asset_day,2019-04-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,2515.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,2520000.0,clp,2515000.0,clp,0.0,clp,1000.0
+15077-2019-04-30,real_asset_day,2019-04-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,2515.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,2520000.0,clp,2515000.0,clp,0.0,clp,1000.0
+15077-2019-05-01,real_asset_day,2019-05-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,2515.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,2520000.0,clp,2515000.0,clp,0.0,clp,1000.0
+15077-2019-05-02,real_asset_day,2019-05-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,500.0,decimal,3015.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3015000.0,clp,3015000.0,clp,0.0,clp,1000.0
+15077-2019-05-03,real_asset_day,2019-05-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,3015.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3015000.0,clp,3015000.0,clp,0.0,clp,1000.0
+15077-2019-05-04,real_asset_day,2019-05-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,3015.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3015000.0,clp,3015000.0,clp,0.0,clp,1000.0
+15077-2019-05-05,real_asset_day,2019-05-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,3015.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3015000.0,clp,3015000.0,clp,0.0,clp,1000.0
+15077-2019-05-06,real_asset_day,2019-05-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,3015.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3015000.0,clp,3015000.0,clp,0.0,clp,1000.0
+15077-2019-05-07,real_asset_day,2019-05-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,2510.0,decimal,0.0,clp,505.0,decimal,0.0,clp,4.0,integer,3015000.0,clp,2510000.0,clp,0.0,clp,1000.0
+15077-2019-05-08,real_asset_day,2019-05-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,650.0,decimal,3160.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3665000.0,clp,3160000.0,clp,0.0,clp,1000.0
+15077-2019-05-09,real_asset_day,2019-05-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,3160.0,decimal,0.0,clp,0.0,decimal,0.0,clp,4.0,integer,3665000.0,clp,3160000.0,clp,0.0,clp,1000.0
+15077-2019-05-10,real_asset_day,2019-05-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,2227.654,decimal,5387.654,decimal,0.0,clp,0.0,decimal,0.0,clp,8.0,integer,5387654.0,clp,5387654.0,clp,0.0,clp,1000.0
+15077-2019-05-11,real_asset_day,2019-05-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,5387.654,decimal,0.0,clp,0.0,decimal,0.0,clp,8.0,integer,5387654.0,clp,5387654.0,clp,0.0,clp,1000.0
+15077-2019-05-12,real_asset_day,2019-05-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,0.0,decimal,5387.654,decimal,0.0,clp,0.0,decimal,0.0,clp,8.0,integer,5387654.0,clp,5387654.0,clp,0.0,clp,1000.0
+15077-2019-05-13,real_asset_day,2019-05-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0,clp,4999.5,decimal,10387.154,decimal,0.0,clp,0.0,decimal,0.0,clp,8.0,integer,10387154.0,clp,10387154.0,clp,0.0,clp,1000.0
+15077-2019-05-14,real_asset_day,2019-05-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0302,clp,0.0,decimal,10387.154,decimal,0.0,clp,0.0,decimal,0.0,clp,8.0,integer,10387468.0,clp,10387468.0,clp,0.0,clp,1000.0302
+15077-2019-05-15,real_asset_day,2019-05-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.0603,clp,8499.4885,decimal,18886.6425,decimal,0.0,clp,0.0,decimal,0.0,clp,8.0,integer,18887781.0,clp,18887781.0,clp,0.0,clp,1000.0603
+15077-2019-05-16,real_asset_day,2019-05-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.1186,clp,1999.7628,decimal,20886.4053,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,20888883.0,clp,20888882.0,clp,0.0,clp,1000.1186
+15077-2019-05-17,real_asset_day,2019-05-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.1713,clp,0.0,decimal,20886.4053,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,20889984.0,clp,20889984.0,clp,0.0,clp,1000.1713
+15077-2019-05-18,real_asset_day,2019-05-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.1713,clp,0.0,decimal,20886.4053,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,20889984.0,clp,20889984.0,clp,0.0,clp,1000.1713
+15077-2019-05-19,real_asset_day,2019-05-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.1713,clp,0.0,decimal,20886.4053,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,20889984.0,clp,20889984.0,clp,0.0,clp,1000.1713
+15077-2019-05-20,real_asset_day,2019-05-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.3455,clp,1749.3956,decimal,22635.8009,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,22643622.0,clp,22643622.0,clp,0.0,clp,1000.3455
+15077-2019-05-21,real_asset_day,2019-05-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.3455,clp,0.0,decimal,22635.8009,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,22643622.0,clp,22643622.0,clp,0.0,clp,1000.3455
+15077-2019-05-22,real_asset_day,2019-05-22,0.000001368869839310846571845,decimal,31.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.4691,clp,9.4955,decimal,22645.2964,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,22655950.0,clp,22655919.0,clp,0.0,clp,1000.4691
+15077-2019-05-23,real_asset_day,2019-05-23,0.000001368212574436298890144,decimal,31.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.53,clp,999.4703,decimal,23644.7667,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,23657360.0,clp,23657298.0,clp,0.0,clp,1000.53
+15077-2019-05-24,real_asset_day,2019-05-24,0.000001352557800716521494497,decimal,32.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.5968,clp,8994.632,decimal,32639.3987,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,32658972.0,clp,32658878.0,clp,0.0,clp,1000.5968
+15077-2019-05-25,real_asset_day,2019-05-25,0.000001377881487005,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.5954,clp,0.0,decimal,32639.3987,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,32658972.0,clp,32658832.0,clp,0.0,clp,1000.5954
+15077-2019-05-26,real_asset_day,2019-05-26,0.000001377883385565,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.594,clp,0.0,decimal,32639.3987,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,32658972.0,clp,32658787.0,clp,0.0,clp,1000.594
+15077-2019-05-27,real_asset_day,2019-05-27,0.000001377604183232673257756,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.7968,clp,999.2038,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33665635.0,clp,33665406.0,clp,0.0,clp,1000.7968
+15077-2019-05-28,real_asset_day,2019-05-28,0.000001366299202476,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.8617,clp,0.0,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33667863.0,clp,33667589.0,clp,0.0,clp,1000.8617
+15077-2019-05-29,real_asset_day,2019-05-29,0.000001366211145141,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.9262,clp,0.0,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33670080.0,clp,33669759.0,clp,0.0,clp,1000.9262
+15077-2019-05-30,real_asset_day,2019-05-30,0.000001366123667157,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1000.9903,clp,0.0,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33672282.0,clp,33671915.0,clp,0.0,clp,1000.9903
+15077-2019-05-31,real_asset_day,2019-05-31,0.000001366033198467,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.0566,clp,0.0,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33674512.0,clp,33674145.0,clp,0.0,clp,1001.0566
+15077-2019-06-01,real_asset_day,2019-06-01,0.000001366036890004,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.0539,clp,0.0,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33674512.0,clp,33674054.0,clp,0.0,clp,1001.0539
+15077-2019-06-02,real_asset_day,2019-06-02,0.00000136603879663,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.0525,clp,0.0,decimal,33638.6025,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33674512.0,clp,33674007.0,clp,0.0,clp,1001.0525
+15077-2019-06-03,real_asset_day,2019-06-03,0.000001365950488737322713552,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.1172,clp,99.8884,decimal,33738.4909,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,33776735.0,clp,33776184.0,clp,0.0,clp,1001.1172
+15077-2019-06-04,real_asset_day,2019-06-04,0.000001361639677413274836398,decimal,46.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.3133,clp,0.0,decimal,33052.6283,decimal,0.0,clp,685.8626,decimal,0.0,clp,9.0,integer,33783396.0,clp,33096036.0,clp,0.0,clp,1001.3133
+15077-2019-06-05,real_asset_day,2019-06-05,0.000001359588046031,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.5135,clp,0.0,decimal,33052.6283,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,33785666.0,clp,33098261.0,clp,0.0,clp,1001.5135
+15077-2019-06-06,real_asset_day,2019-06-06,0.000001359496008367223365991,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.4484,clp,0.0,decimal,30303.0101,decimal,0.0,clp,2749.6182,decimal,0.0,clp,8.0,integer,33787952.0,clp,30346901.0,clp,0.0,clp,1001.4484
+15077-2019-06-07,real_asset_day,2019-06-07,0.000001383894376685620758277,decimal,42.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.5222,clp,678.9665,decimal,30981.9766,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,34470230.0,clp,31029137.0,clp,0.0,clp,1001.5222
+15077-2019-06-08,real_asset_day,2019-06-08,0.000001385796182125,decimal,43.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.5208,clp,0.0,decimal,30981.9766,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,34470230.0,clp,31029094.0,clp,0.0,clp,1001.5208
+15077-2019-06-09,real_asset_day,2019-06-09,0.000001385798102559,decimal,43.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.5194,clp,0.0,decimal,30981.9766,decimal,0.0,clp,0.0,decimal,0.0,clp,9.0,integer,34470230.0,clp,31029051.0,clp,0.0,clp,1001.5194
+15077-2019-06-10,real_asset_day,2019-06-10,0.000001385496123935665907402,decimal,43.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.7377,clp,0.0,decimal,29235.0123,decimal,0.0,clp,1746.9643,decimal,0.0,clp,9.0,integer,33790272.0,clp,29285814.0,clp,0.0,clp,1001.7377
+15077-2019-06-11,real_asset_day,2019-06-11,0.000001365755364417337243429,decimal,40.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.8064,clp,1.9964,decimal,29237.0087,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,31040719.0,clp,29289822.0,clp,0.0,clp,1001.8064
+15077-2019-06-12,real_asset_day,2019-06-12,0.000001365569606736,decimal,40.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.8742,clp,0.001,decimal,29237.0097,decimal,0.0,clp,0.0,decimal,0.0,clp,10.0,integer,31042743.0,clp,29291806.0,clp,0.0,clp,1001.8742
+15077-2019-06-13,real_asset_day,2019-06-13,0.000001365478308267115669915,decimal,40.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.9412,clp,3892.5438,decimal,32450.586,decimal,0.0,clp,678.9675,decimal,0.0,clp,12.0,integer,33194842.0,clp,32513579.0,clp,0.0,clp,1001.9412
+15077-2019-06-14,real_asset_day,2019-06-14,0.000001383958791981,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.9979,clp,0.0,decimal,32450.586,decimal,0.0,clp,0.0,decimal,0.0,clp,12.0,integer,33196727.0,clp,32515419.0,clp,0.0,clp,1001.9979
+15077-2019-06-15,real_asset_day,2019-06-15,0.000001383960707326,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.9965,clp,0.0,decimal,32450.586,decimal,0.0,clp,0.0,decimal,0.0,clp,12.0,integer,33196727.0,clp,32515374.0,clp,0.0,clp,1001.9965
+15077-2019-06-16,real_asset_day,2019-06-16,0.000001383962665239,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1001.9951,clp,0.0,decimal,32450.586,decimal,0.0,clp,0.0,decimal,0.0,clp,12.0,integer,33196727.0,clp,32515328.0,clp,0.0,clp,1001.9951
+15077-2019-06-17,real_asset_day,2019-06-17,0.000001383698906565245687039,decimal,45.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.1861,clp,2994.4538,decimal,35445.0398,decimal,0.0,clp,0.0,decimal,0.0,clp,14.0,integer,36203971.0,clp,35522526.0,clp,0.0,clp,1002.1861
+15077-2019-06-18,real_asset_day,2019-06-18,0.000001379309374167,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.2425,clp,0.4989,decimal,35445.5387,decimal,0.0,clp,0.0,decimal,0.0,clp,14.0,integer,35526232.0,clp,35525025.0,clp,0.0,clp,1002.2425
+15077-2019-06-19,real_asset_day,2019-06-19,0.000001379224881027650029419,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.3039,clp,210.515,decimal,35506.3443,decimal,0.0,clp,149.7094,decimal,0.0,clp,15.0,integer,35739457.0,clp,35588147.0,clp,0.0,clp,1002.3039
+15077-2019-06-20,real_asset_day,2019-06-20,0.000001376778854533106868438,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.3651,clp,204.5163,decimal,35710.8606,decimal,0.0,clp,0.0,decimal,0.0,clp,17.0,integer,35946679.0,clp,35795320.0,clp,0.0,clp,1002.3651
+15077-2019-06-21,real_asset_day,2019-06-21,0.000001368808529834,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.4277,clp,0.0,decimal,35710.8606,decimal,0.0,clp,0.0,decimal,0.0,clp,17.0,integer,35948963.0,clp,35797556.0,clp,0.0,clp,1002.4277
+15077-2019-06-22,real_asset_day,2019-06-22,0.000001368810441711,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.4263,clp,0.0,decimal,35710.8606,decimal,0.0,clp,0.0,decimal,0.0,clp,17.0,integer,35948963.0,clp,35797506.0,clp,0.0,clp,1002.4263
+15077-2019-06-23,real_asset_day,2019-06-23,0.000001368812353593,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.4249,clp,0.0,decimal,35710.8606,decimal,0.0,clp,0.0,decimal,0.0,clp,17.0,integer,35948963.0,clp,35797456.0,clp,0.0,clp,1002.4249
+15077-2019-06-24,real_asset_day,2019-06-24,0.000001368554453812277020895,decimal,49.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.6138,clp,1097.1314,decimal,36807.992,decimal,0.0,clp,0.0,decimal,0.0,clp,18.0,integer,36905702.0,clp,36904201.0,clp,0.0,clp,1002.6138
+15077-2019-06-25,real_asset_day,2019-06-25,0.000001381869653513684344791,decimal,51.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.6768,clp,0.0,decimal,36798.0187,decimal,0.0,clp,9.9733,decimal,0.0,clp,18.0,integer,36908071.0,clp,36896520.0,clp,0.0,clp,1002.6768
+15077-2019-06-26,real_asset_day,2019-06-26,0.000001382157196153,decimal,51.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.7399,clp,0.0,decimal,36798.0187,decimal,0.0,clp,0.0,decimal,0.0,clp,18.0,integer,36910446.0,clp,36898842.0,clp,0.0,clp,1002.7399
+15077-2019-06-27,real_asset_day,2019-06-27,0.000001382070785926,decimal,51.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.8026,clp,0.0,decimal,36798.0187,decimal,0.0,clp,0.0,decimal,0.0,clp,18.0,integer,36912804.0,clp,36901149.0,clp,0.0,clp,1002.8026
+15077-2019-06-28,real_asset_day,2019-06-28,0.000001381983822120946979013,decimal,51.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.8657,clp,1316.931,decimal,38114.9497,decimal,0.0,clp,0.0,decimal,0.0,clp,20.0,integer,38225882.0,clp,38224176.0,clp,0.0,clp,1002.8657
+15077-2019-06-29,real_asset_day,2019-06-29,0.000001360397357418,decimal,52.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.8644,clp,0.0,decimal,38114.9497,decimal,0.0,clp,0.0,decimal,0.0,clp,20.0,integer,38225882.0,clp,38224126.0,clp,0.0,clp,1002.8644
+15077-2019-06-30,real_asset_day,2019-06-30,0.000001360399243691,decimal,52.0,clp,0.0,integer,0.0,clp,0.0,clp,1002.863,clp,0.0,decimal,38114.9497,decimal,0.0,clp,0.0,decimal,0.0,clp,20.0,integer,38225882.0,clp,38224073.0,clp,0.0,clp,1002.863
+15077-2019-07-01,real_asset_day,2019-07-01,0.000001360146706462717802394,decimal,52.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.0492,clp,0.0,decimal,37964.4087,decimal,0.0,clp,150.541,decimal,0.0,clp,20.0,integer,38233030.0,clp,38080170.0,clp,0.0,clp,1003.0492
+15077-2019-07-02,real_asset_day,2019-07-02,0.000001365456539771737802401,decimal,52.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.1106,clp,33553.1506,decimal,71517.5593,decimal,0.0,clp,0.0,decimal,0.0,clp,22.0,integer,71892936.0,clp,71740022.0,clp,0.0,clp,1003.1106
+15077-2019-07-03,real_asset_day,2019-07-03,0.000001365961926120554624288,decimal,98.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.1706,clp,2773.7276,decimal,74291.2869,decimal,0.0,clp,0.0,decimal,0.0,clp,23.0,integer,74679848.0,clp,74526835.0,clp,0.0,clp,1003.1706
+15077-2019-07-04,real_asset_day,2019-07-04,0.00000136855459472979818905,decimal,102.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.2292,clp,1170.2419,decimal,75461.5288,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,75707218.0,clp,75705209.0,clp,0.0,clp,1003.2292
+15077-2019-07-05,real_asset_day,2019-07-05,0.00000137367182301231850284,decimal,104.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.286,clp,5083.2963,decimal,80544.8251,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,80811607.0,clp,80809495.0,clp,0.0,clp,1003.286
+15077-2019-07-06,real_asset_day,2019-07-06,0.000001373602864905,decimal,111.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.2846,clp,0.0,decimal,80544.8251,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,80811607.0,clp,80809383.0,clp,0.0,clp,1003.2846
+15077-2019-07-07,real_asset_day,2019-07-07,0.000001373604785689,decimal,111.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.2832,clp,0.0,decimal,80544.8251,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,80811607.0,clp,80809270.0,clp,0.0,clp,1003.2832
+15077-2019-07-08,real_asset_day,2019-07-08,0.000001373357438913079813692,decimal,111.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.4639,clp,29.8964,decimal,80570.7353,decimal,0.0,clp,3.9862,decimal,0.0,clp,26.0,integer,80856269.0,clp,80849824.0,clp,0.0,clp,1003.4639
+15077-2019-07-09,real_asset_day,2019-07-09,0.000001372835345005991423869,decimal,111.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.5227,clp,2989.469,decimal,60268.0918,decimal,0.0,clp,23292.1125,decimal,0.0,clp,25.0,integer,83861119.0,clp,60480398.0,clp,0.0,clp,1003.5227
+15077-2019-07-10,real_asset_day,2019-07-10,0.000001372235651232914402484,decimal,83.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.603,clp,0.0,decimal,60260.1175,decimal,0.0,clp,7.9743,decimal,0.0,clp,24.0,integer,83866039.0,clp,60477235.0,clp,0.0,clp,1003.603
+15077-2019-07-11,real_asset_day,2019-07-11,0.000001372308687017285547427,decimal,83.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.6824,clp,298.8974,decimal,60559.0149,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,84166910.0,clp,60782017.0,clp,0.0,clp,1003.6824
+15077-2019-07-12,real_asset_day,2019-07-12,0.000001365456684734397076526,decimal,83.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.7403,clp,961.5595,decimal,59562.2123,decimal,0.0,clp,1958.3621,decimal,0.0,clp,25.0,integer,61761486.0,clp,59784993.0,clp,0.0,clp,1003.7403
+15077-2019-07-13,real_asset_day,2019-07-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.7403,clp,0.0,decimal,59562.2123,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,61761486.0,clp,59784993.0,clp,0.0,clp,1003.7403
+15077-2019-07-14,real_asset_day,2019-07-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.7403,clp,0.0,decimal,59562.2123,decimal,0.0,clp,0.0,decimal,0.0,clp,25.0,integer,61761486.0,clp,59784993.0,clp,0.0,clp,1003.7403
+15077-2019-07-15,real_asset_day,2019-07-15,0.000001371338748745797118987,decimal,82.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.9181,clp,7079.3773,decimal,57560.0121,decimal,0.0,clp,9081.5775,decimal,0.0,clp,27.0,integer,68871273.0,clp,57785538.0,clp,0.0,clp,1003.9181
+15077-2019-07-16,real_asset_day,2019-07-16,0.000001367125988118,decimal,79.0,clp,0.0,integer,0.0,clp,0.0,clp,1003.9167,clp,0.0,decimal,57560.0121,decimal,0.0,clp,0.0,decimal,0.0,clp,27.0,integer,68871273.0,clp,57785457.0,clp,0.0,clp,1003.9167
+15077-2019-07-17,real_asset_day,2019-07-17,0.000001366962005968642025754,decimal,79.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.0371,clp,0.001,decimal,54572.0757,decimal,0.0,clp,2987.9374,decimal,0.0,clp,27.0,integer,68878283.0,clp,54792389.0,clp,0.0,clp,1004.0371
+15077-2019-07-18,real_asset_day,2019-07-18,0.000001368717515885,decimal,75.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.1,clp,0.0,decimal,54572.0757,decimal,0.0,clp,0.0,decimal,0.0,clp,27.0,integer,68881787.0,clp,54795821.0,clp,0.0,clp,1004.1
+15077-2019-07-19,real_asset_day,2019-07-19,0.000001368635316572,decimal,75.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.1603,clp,0.0,decimal,54572.0757,decimal,0.0,clp,0.0,decimal,0.0,clp,27.0,integer,57802309.0,clp,54799112.0,clp,0.0,clp,1004.1603
+15077-2019-07-20,real_asset_day,2019-07-20,0.000001368637214713,decimal,75.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.1589,clp,0.0,decimal,54572.0757,decimal,0.0,clp,0.0,decimal,0.0,clp,27.0,integer,57802309.0,clp,54799036.0,clp,0.0,clp,1004.1589
+15077-2019-07-21,real_asset_day,2019-07-21,0.000001368638987981,decimal,75.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.1576,clp,0.0,decimal,54572.0757,decimal,0.0,clp,0.0,decimal,0.0,clp,27.0,integer,57802309.0,clp,54798965.0,clp,0.0,clp,1004.1576
+15077-2019-07-22,real_asset_day,2019-07-22,0.000001368386757270675738353,decimal,75.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.3427,clp,2987.0283,decimal,57559.104,decimal,0.0,clp,0.0,decimal,0.0,clp,28.0,integer,57812488.0,clp,57809066.0,clp,0.0,clp,1004.3427
+15077-2019-07-23,real_asset_day,2019-07-23,0.000001366490244667581610003,decimal,79.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.3996,clp,621.6809,decimal,57561.8539,decimal,0.0,clp,618.931,decimal,0.0,clp,28.0,integer,58440257.0,clp,57815103.0,clp,0.0,clp,1004.3996
+15077-2019-07-24,real_asset_day,2019-07-24,0.000001366351084226848368127,decimal,79.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.4539,clp,111.8249,decimal,56678.0024,decimal,0.0,clp,995.6764,decimal,0.0,clp,28.0,integer,58555787.0,clp,56930441.0,clp,0.0,clp,1004.4539
+15077-2019-07-25,real_asset_day,2019-07-25,0.000001370017988863,decimal,78.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.5089,clp,0.001,decimal,56678.0034,decimal,0.0,clp,0.0,decimal,0.0,clp,29.0,integer,58558979.0,clp,56933559.0,clp,0.0,clp,1004.5089
+15077-2019-07-26,real_asset_day,2019-07-26,0.000001369943974354224654778,decimal,78.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.5632,clp,2739.5091,decimal,59417.5115,decimal,0.0,clp,0.001,decimal,0.0,clp,29.0,integer,60692492.0,clp,59688645.0,clp,0.0,clp,1004.5632
+15077-2019-07-27,real_asset_day,2019-07-27,0.000001373797546002,decimal,82.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.5618,clp,0.0,decimal,59417.5115,decimal,0.0,clp,0.0,decimal,0.0,clp,29.0,integer,60692492.0,clp,59688562.0,clp,0.0,clp,1004.5618
+15077-2019-07-28,real_asset_day,2019-07-28,0.000001373799456341,decimal,82.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.5604,clp,0.0,decimal,59417.5115,decimal,0.0,clp,0.0,decimal,0.0,clp,29.0,integer,60692492.0,clp,59688479.0,clp,0.0,clp,1004.5604
+15077-2019-07-29,real_asset_day,2019-07-29,0.000001373568780040102387081,decimal,82.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.7291,clp,1213.9471,decimal,59932.4622,decimal,0.0,clp,698.9964,decimal,0.0,clp,30.0,integer,60922174.0,clp,60215889.0,clp,0.0,clp,1004.7291
+15077-2019-07-30,real_asset_day,2019-07-30,0.000001361692698752755397776,decimal,82.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.7838,clp,46373.6816,decimal,102325.1879,decimal,0.0,clp,3980.9559,decimal,0.0,clp,36.0,integer,107521060.0,clp,102814691.0,clp,0.0,clp,1004.7838
+15077-2019-07-31,real_asset_day,2019-07-31,0.000001371356756682748210034,decimal,141.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.815,clp,2040.1765,decimal,104365.3644,decimal,0.0,clp,0.0,decimal,0.0,clp,38.0,integer,109574385.0,clp,104867884.0,clp,0.0,clp,1004.815
+15077-2019-08-01,real_asset_day,2019-08-01,0.000001373082285665341880208,decimal,144.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.8692,clp,3528.8175,decimal,106580.7194,decimal,0.0,clp,1313.4625,decimal,0.0,clp,43.0,integer,112423888.0,clp,107099682.0,clp,0.0,clp,1004.8692
+15077-2019-08-02,real_asset_day,2019-08-02,0.000001372475781755429906545,decimal,147.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.9258,clp,5094.9035,decimal,111562.8027,decimal,0.0,clp,112.8203,decimal,0.0,clp,47.0,integer,117550066.0,clp,112112339.0,clp,0.0,clp,1004.9258
+15077-2019-08-03,real_asset_day,2019-08-03,0.000001311186542295,decimal,147.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.9244,clp,0.0,decimal,111562.8027,decimal,0.0,clp,0.0,decimal,0.0,clp,47.0,integer,117550066.0,clp,112112194.0,clp,0.0,clp,1004.9244
+15077-2019-08-04,real_asset_day,2019-08-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1004.9244,clp,0.0,decimal,111562.8027,decimal,0.0,clp,0.0,decimal,0.0,clp,47.0,integer,117550066.0,clp,112112194.0,clp,0.0,clp,1004.9244
+15077-2019-08-05,real_asset_day,2019-08-05,0.000001373402317701557180882,decimal,154.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.0867,clp,17645.5903,decimal,129208.3932,decimal,0.0,clp,0.0,decimal,0.0,clp,60.0,integer,131303667.0,clp,129865638.0,clp,0.0,clp,1005.0867
+15077-2019-08-06,real_asset_day,2019-08-06,0.000001370585362426068295625,decimal,178.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.1322,clp,47607.2183,decimal,176810.0929,decimal,0.0,clp,5.5186,decimal,0.0,clp,65.0,integer,177841411.0,clp,177717518.0,clp,0.0,clp,1005.1322
+15077-2019-08-07,real_asset_day,2019-08-07,0.000001367283657785589819922,decimal,243.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.1725,clp,11925.9102,decimal,188736.0031,decimal,0.0,clp,0.0,decimal,0.0,clp,70.0,integer,189722999.0,clp,189712240.0,clp,0.0,clp,1005.1725
+15077-2019-08-08,real_asset_day,2019-08-08,0.00000137041954136167979573,decimal,260.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.2291,clp,11865.5447,decimal,200601.5478,decimal,0.0,clp,0.0,decimal,0.0,clp,79.0,integer,201661538.0,clp,201650513.0,clp,0.0,clp,1005.2291
+15077-2019-08-09,real_asset_day,2019-08-09,0.000001368629107914933522843,decimal,276.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.2846,clp,5362.8515,decimal,205964.3993,decimal,0.0,clp,0.0,decimal,0.0,clp,81.0,integer,207058584.0,clp,207052839.0,clp,0.0,clp,1005.2846
+15077-2019-08-10,real_asset_day,2019-08-10,0.000001332994932929,decimal,276.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.2832,clp,0.0,decimal,205964.3993,decimal,0.0,clp,0.0,decimal,0.0,clp,81.0,integer,207058584.0,clp,207052550.0,clp,0.0,clp,1005.2832
+15077-2019-08-11,real_asset_day,2019-08-11,0.000001332996651865,decimal,276.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.2818,clp,0.0,decimal,205964.3993,decimal,0.0,clp,0.0,decimal,0.0,clp,81.0,integer,207058584.0,clp,207052283.0,clp,0.0,clp,1005.2818
+15077-2019-08-12,real_asset_day,2019-08-12,0.000000004828889119714503786,decimal,1.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.4503,clp,20632.9044,decimal,225702.0227,decimal,0.0,clp,895.281,decimal,0.0,clp,92.0,integer,227838629.0,clp,226932166.0,clp,0.0,clp,1005.4503
+15077-2019-08-13,real_asset_day,2019-08-13,0.000001370386113427523732646,decimal,311.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.4998,clp,5131.7761,decimal,227193.2077,decimal,0.0,clp,3640.5911,decimal,0.0,clp,93.0,integer,233010112.0,clp,228442725.0,clp,0.0,clp,1005.4998
+15077-2019-08-14,real_asset_day,2019-08-14,0.000001370071556085692089422,decimal,313.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.5548,clp,3880.445,decimal,231073.6527,decimal,0.0,clp,0.0,decimal,0.0,clp,97.0,integer,236924922.0,clp,232357221.0,clp,0.0,clp,1005.5548
+15077-2019-08-15,real_asset_day,2019-08-15,0.000001368584294702,decimal,318.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.5534,clp,0.0,decimal,231073.6527,decimal,0.0,clp,0.0,decimal,0.0,clp,97.0,integer,236924922.0,clp,232356897.0,clp,0.0,clp,1005.5534
+15077-2019-08-16,real_asset_day,2019-08-16,0.000001368435138856409249955,decimal,318.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.663,clp,7014.3368,decimal,237690.1999,decimal,0.0,clp,397.7896,decimal,0.0,clp,105.0,integer,243104471.0,clp,239036240.0,clp,0.0,clp,1005.663
+15077-2019-08-17,real_asset_day,2019-08-17,0.000001367995173914,decimal,327.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.6617,clp,0.0,decimal,237690.1999,decimal,0.0,clp,0.0,decimal,0.0,clp,105.0,integer,243104471.0,clp,239035931.0,clp,0.0,clp,1005.6617
+15077-2019-08-18,real_asset_day,2019-08-18,0.000001367997079665,decimal,327.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.6603,clp,0.0,decimal,237690.1999,decimal,0.0,clp,0.0,decimal,0.0,clp,105.0,integer,243104471.0,clp,239035598.0,clp,0.0,clp,1005.6603
+15077-2019-08-19,real_asset_day,2019-08-19,0.000001367774301274163634302,decimal,327.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.8241,clp,19349.7054,decimal,256988.7698,decimal,0.0,clp,51.1355,decimal,0.0,clp,114.0,integer,258945509.0,clp,258485498.0,clp,0.0,clp,1005.8241
+15077-2019-08-20,real_asset_day,2019-08-20,0.00000136944428664485810087,decimal,354.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.8767,clp,4116.8068,decimal,229357.1589,decimal,0.0,clp,31748.4177,decimal,0.0,clp,117.0,integer,263100393.0,clp,230705022.0,clp,0.0,clp,1005.8767
+15077-2019-08-21,real_asset_day,2019-08-21,0.000001369628246133083908027,decimal,316.0,clp,0.0,integer,0.0,clp,0.0,clp,1005.94,clp,6562.6519,decimal,235780.6287,decimal,0.0,clp,139.1821,decimal,0.0,clp,119.0,integer,269316828.0,clp,237181166.0,clp,0.0,clp,1005.94
+15077-2019-08-22,real_asset_day,2019-08-22,0.000015889816051632989544925,decimal,3769.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.0027,clp,17389.0019,decimal,253169.6306,decimal,0.0,clp,0.0,decimal,0.0,clp,129.0,integer,286777315.0,clp,254689332.0,clp,0.0,clp,1006.0027
+15077-2019-08-23,real_asset_day,2019-08-23,0.000015889042043531997357901,decimal,4047.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.06,clp,283911.4964,decimal,535798.5597,decimal,0.0,clp,1282.5673,decimal,0.0,clp,134.0,integer,540352876.0,clp,539045499.0,clp,0.0,clp,1006.06
+15077-2019-08-24,real_asset_day,2019-08-24,0.000015891304633924,decimal,8566.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.044,clp,0.0,decimal,535798.5597,decimal,0.0,clp,0.0,decimal,0.0,clp,134.0,integer,540352876.0,clp,539036926.0,clp,0.0,clp,1006.044
+15077-2019-08-25,real_asset_day,2019-08-25,0.000015891557377873,decimal,8566.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.028,clp,0.0,decimal,535798.5597,decimal,0.0,clp,0.0,decimal,0.0,clp,134.0,integer,540352876.0,clp,539028353.0,clp,0.0,clp,1006.028
+15077-2019-08-26,real_asset_day,2019-08-26,0.000015890237759936966667745,decimal,8567.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.229,clp,31475.1382,decimal,565474.3703,decimal,0.0,clp,1799.3276,decimal,0.0,clp,140.0,integer,572140341.0,clp,568996710.0,clp,0.0,clp,1006.229
+15077-2019-08-27,real_asset_day,2019-08-27,0.000015890299700166688611123,decimal,9042.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.2815,clp,7721.4973,decimal,570054.8998,decimal,0.0,clp,3140.9678,decimal,0.0,clp,142.0,integer,579949068.0,clp,573635700.0,clp,0.0,clp,1006.2815
+15077-2019-08-28,real_asset_day,2019-08-28,0.000015890728378778169508643,decimal,9116.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.3379,clp,9531.6891,decimal,579586.5889,decimal,0.0,clp,0.0,decimal,0.0,clp,147.0,integer,586481534.0,clp,583259951.0,clp,0.0,clp,1006.3379
+15077-2019-08-29,real_asset_day,2019-08-29,0.000015890822942465312023001,decimal,9269.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.3943,clp,20024.8779,decimal,599240.3033,decimal,0.0,clp,371.1635,decimal,0.0,clp,150.0,integer,603515718.0,clp,603072022.0,clp,0.0,clp,1006.3943
+15077-2019-08-30,real_asset_day,2019-08-30,0.00001589111280156434028717,decimal,9584.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.4483,clp,2268.6531,decimal,600607.9416,decimal,0.0,clp,901.0148,decimal,0.0,clp,151.0,integer,605840959.0,clp,604480854.0,clp,0.0,clp,1006.4483
+15077-2019-08-31,real_asset_day,2019-08-31,0.000015889920349214,decimal,9605.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.4323,clp,0.0,decimal,600607.9416,decimal,0.0,clp,0.0,decimal,0.0,clp,151.0,integer,605840959.0,clp,604471249.0,clp,0.0,clp,1006.4323
+15077-2019-09-01,real_asset_day,2019-09-01,0.000015890172842795,decimal,9605.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.4163,clp,0.0,decimal,600607.9416,decimal,0.0,clp,0.0,decimal,0.0,clp,151.0,integer,605840959.0,clp,604461644.0,clp,0.0,clp,1006.4163
+15077-2019-09-02,real_asset_day,2019-09-02,0.00001589144990867752507648,decimal,9607.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.545,clp,19619.4142,decimal,613243.9537,decimal,0.0,clp,6983.4021,decimal,0.0,clp,162.0,integer,625675668.0,clp,617257637.0,clp,0.0,clp,1006.545
+15077-2019-09-03,real_asset_day,2019-09-03,0.000015890918142451287388879,decimal,9810.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.6691,clp,5575.0565,decimal,618693.5086,decimal,0.0,clp,125.5016,decimal,0.0,clp,171.0,integer,631000286.0,clp,622819643.0,clp,0.0,clp,1006.6691
+15077-2019-09-04,real_asset_day,2019-09-04,0.000015891376706131575260818,decimal,9898.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.7239,clp,10296.0445,decimal,626645.3084,decimal,0.0,clp,2344.2447,decimal,0.0,clp,182.0,integer,640502515.0,clp,630858792.0,clp,0.0,clp,1006.7239
+15077-2019-09-05,real_asset_day,2019-09-05,0.000015890184909526729682736,decimal,10025.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.7778,clp,11967.3877,decimal,595308.2572,decimal,0.0,clp,43304.4389,decimal,0.0,clp,187.0,integer,645565735.0,clp,599343148.0,clp,0.0,clp,1006.7778
+15077-2019-09-06,real_asset_day,2019-09-06,0.000015890396439939237634298,decimal,9525.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.9054,clp,14142.391,decimal,609450.2165,decimal,0.0,clp,0.4317,decimal,0.0,clp,191.0,integer,657404902.0,clp,613658701.0,clp,0.0,clp,1006.9054
+15077-2019-09-07,real_asset_day,2019-09-07,0.000015890192593013,decimal,9751.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.8894,clp,0.0,decimal,609450.2165,decimal,0.0,clp,0.0,decimal,0.0,clp,191.0,integer,657404902.0,clp,613648950.0,clp,0.0,clp,1006.8894
+15077-2019-09-08,real_asset_day,2019-09-08,0.000015890445095246,decimal,9751.0,clp,0.0,integer,0.0,clp,0.0,clp,1006.8734,clp,0.0,decimal,609450.2165,decimal,0.0,clp,0.0,decimal,0.0,clp,191.0,integer,657404902.0,clp,613639199.0,clp,0.0,clp,1006.8734
+15077-2019-09-09,real_asset_day,2019-09-09,0.000015890554498214839932932,decimal,9753.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.073,clp,23089.0113,decimal,630913.3635,decimal,0.0,clp,1625.8643,decimal,0.0,clp,200.0,integer,680788611.0,clp,635375791.0,clp,0.0,clp,1007.073
+15077-2019-09-10,real_asset_day,2019-09-10,0.000015889016773383260106562,decimal,10096.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.1232,clp,13903.1947,decimal,643859.8588,decimal,0.0,clp,956.6994,decimal,0.0,clp,206.0,integer,651234671.0,clp,648446189.0,clp,0.0,clp,1007.1232
+15077-2019-09-11,real_asset_day,2019-09-11,0.000015889522508875954898856,decimal,10304.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.1721,clp,8099.5145,decimal,368966.5528,decimal,0.0,clp,282992.8211,decimal,0.0,clp,213.0,integer,657796256.0,clp,371612795.0,clp,0.0,clp,1007.1721
+15077-2019-09-12,real_asset_day,2019-09-12,0.000015888661815149400939165,decimal,5905.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.2693,clp,19029.9128,decimal,387698.6307,decimal,0.0,clp,297.8349,decimal,0.0,clp,218.0,integer,676042767.0,clp,390516915.0,clp,0.0,clp,1007.2693
+15077-2019-09-13,real_asset_day,2019-09-13,0.000015887747140949116552747,decimal,6205.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.3612,clp,17685.6128,decimal,404841.9156,decimal,0.0,clp,542.3279,decimal,0.0,clp,225.0,integer,693900397.0,clp,407822020.0,clp,0.0,clp,1007.3612
+15077-2019-09-14,real_asset_day,2019-09-14,0.000015889536725354,decimal,6480.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.3451,clp,0.0,decimal,404841.9156,decimal,0.0,clp,0.0,decimal,0.0,clp,225.0,integer,693900397.0,clp,407815540.0,clp,0.0,clp,1007.3451
+15077-2019-09-15,real_asset_day,2019-09-15,0.000015889789206743,decimal,6480.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.3291,clp,0.0,decimal,404841.9156,decimal,0.0,clp,0.0,decimal,0.0,clp,225.0,integer,693900397.0,clp,407809060.0,clp,0.0,clp,1007.3291
+15077-2019-09-16,real_asset_day,2019-09-16,0.000015885151641653301119301,decimal,6480.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.6232,clp,38480.5001,decimal,432655.2012,decimal,0.0,clp,10667.2145,decimal,0.0,clp,238.0,integer,447477304.0,clp,435953429.0,clp,0.0,clp,1007.6232
+15077-2019-09-17,real_asset_day,2019-09-17,0.000015888545259404702961223,decimal,6927.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.6718,clp,15016.5272,decimal,447053.2306,decimal,0.0,clp,618.4978,decimal,0.0,clp,242.0,integer,462636997.0,clp,450482952.0,clp,0.0,clp,1007.6718
+15077-2019-09-18,real_asset_day,2019-09-18,0.000015889865993554,decimal,7158.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.6558,clp,0.0,decimal,447053.2306,decimal,0.0,clp,0.0,decimal,0.0,clp,242.0,integer,462636997.0,clp,450475794.0,clp,0.0,clp,1007.6558
+15077-2019-09-19,real_asset_day,2019-09-19,0.000015890118485408,decimal,7158.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.6398,clp,0.0,decimal,447053.2306,decimal,0.0,clp,0.0,decimal,0.0,clp,242.0,integer,462636997.0,clp,450468636.0,clp,0.0,clp,1007.6398
+15077-2019-09-20,real_asset_day,2019-09-20,0.000015890370985285,decimal,7158.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.6238,clp,0.0,decimal,447053.2306,decimal,0.0,clp,0.0,decimal,0.0,clp,242.0,integer,462636997.0,clp,450461478.0,clp,0.0,clp,1007.6238
+15077-2019-09-21,real_asset_day,2019-09-21,0.000015890623493188,decimal,7158.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.6078,clp,0.0,decimal,447053.2306,decimal,0.0,clp,0.0,decimal,0.0,clp,242.0,integer,462636997.0,clp,450454320.0,clp,0.0,clp,1007.6078
+15077-2019-09-22,real_asset_day,2019-09-22,0.000015890876009116,decimal,7158.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.5918,clp,0.0,decimal,447053.2306,decimal,0.0,clp,0.0,decimal,0.0,clp,242.0,integer,462636997.0,clp,450447162.0,clp,0.0,clp,1007.5918
+15077-2019-09-23,real_asset_day,2019-09-23,0.000015889659729816532837087,decimal,7160.0,clp,0.0,integer,0.0,clp,0.0,clp,1007.9505,clp,10277.3209,decimal,456272.519,decimal,0.0,clp,1058.0325,decimal,0.0,clp,243.0,integer,472617320.0,clp,459900096.0,clp,0.0,clp,1007.9505
+15077-2019-09-24,real_asset_day,2019-09-24,0.000015889576991792703131396,decimal,7308.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.0032,clp,7819.3373,decimal,462088.8389,decimal,0.0,clp,2003.0174,decimal,0.0,clp,247.0,integer,469782054.0,clp,465787007.0,clp,0.0,clp,1008.0032
+15077-2019-09-25,real_asset_day,2019-09-25,0.000015890566599099112410319,decimal,7402.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.055,clp,9172.6265,decimal,470318.0369,decimal,0.0,clp,943.4285,decimal,0.0,clp,251.0,integer,478436673.0,clp,474106439.0,clp,0.0,clp,1008.055
+15077-2019-09-26,real_asset_day,2019-09-26,0.000015890147062298179480811,decimal,7534.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.1057,clp,2249.1353,decimal,470580.2338,decimal,0.0,clp,1986.9384,decimal,0.0,clp,259.0,integer,479668977.0,clp,474394610.0,clp,0.0,clp,1008.1057
+15077-2019-09-27,real_asset_day,2019-09-27,0.000015891034438038586736619,decimal,7539.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.1564,clp,11512.0304,decimal,478758.009,decimal,0.0,clp,3334.2552,decimal,0.0,clp,265.0,integer,489197789.0,clp,482662931.0,clp,0.0,clp,1008.1564
+15077-2019-09-28,real_asset_day,2019-09-28,0.000015891259496703,decimal,7670.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.1403,clp,0.0,decimal,478758.009,decimal,0.0,clp,0.0,decimal,0.0,clp,265.0,integer,489197789.0,clp,482655261.0,clp,0.0,clp,1008.1403
+15077-2019-09-29,real_asset_day,2019-09-29,0.000015891512032845,decimal,7670.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.1243,clp,0.0,decimal,478758.009,decimal,0.0,clp,0.0,decimal,0.0,clp,265.0,integer,489197789.0,clp,482647591.0,clp,0.0,clp,1008.1243
+15077-2019-09-30,real_asset_day,2019-09-30,0.000015890608314897077926483,decimal,7671.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.3131,clp,20437.2069,decimal,498696.5638,decimal,0.0,clp,498.6521,decimal,0.0,clp,271.0,integer,508951915.0,clp,502842276.0,clp,0.0,clp,1008.3131
+15077-2019-10-01,real_asset_day,2019-10-01,0.000015890881448591477963713,decimal,7991.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.3627,clp,53345.4819,decimal,550840.3376,decimal,0.0,clp,1201.7081,decimal,0.0,clp,298.0,integer,560773188.0,clp,555446844.0,clp,0.0,clp,1008.3627
+15077-2019-10-02,real_asset_day,2019-10-02,0.000015890906866240524247775,decimal,8827.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.4136,clp,51734.7349,decimal,597826.0346,decimal,0.0,clp,4749.0379,decimal,0.0,clp,340.0,integer,609618636.0,clp,602855922.0,clp,0.0,clp,1008.4136
+15077-2019-10-03,real_asset_day,2019-10-03,0.000015890219645565741619536,decimal,9580.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.4649,clp,62433.5929,decimal,658434.2136,decimal,0.0,clp,1825.4139,decimal,0.0,clp,362.0,integer,672118152.0,clp,664007790.0,clp,0.0,clp,1008.4649
+15077-2019-10-04,real_asset_day,2019-10-04,0.000015890669682101774285818,decimal,10552.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.51,clp,31010.4608,decimal,689382.1465,decimal,0.0,clp,62.5279,decimal,0.0,clp,378.0,integer,702220980.0,clp,695248764.0,clp,0.0,clp,1008.51
+15077-2019-10-05,real_asset_day,2019-10-05,0.000015890967572306,decimal,11048.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.4939,clp,0.0,decimal,689382.1465,decimal,0.0,clp,0.0,decimal,0.0,clp,378.0,integer,702220980.0,clp,695237716.0,clp,0.0,clp,1008.4939
+15077-2019-10-06,real_asset_day,2019-10-06,0.000015891220099169,decimal,11048.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.4779,clp,0.0,decimal,689382.1465,decimal,0.0,clp,0.0,decimal,0.0,clp,378.0,integer,702220980.0,clp,695226668.0,clp,0.0,clp,1008.4779
+15077-2019-10-07,real_asset_day,2019-10-07,0.00001589014722359269090756,decimal,11049.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.6373,clp,33561.3516,decimal,710050.1799,decimal,0.0,clp,12893.3182,decimal,0.0,clp,383.0,integer,731404139.0,clp,716183090.0,clp,0.0,clp,1008.6373
+15077-2019-10-08,real_asset_day,2019-10-08,0.000015890392858608869448394,decimal,11381.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.6878,clp,24068.483,decimal,728985.1494,decimal,0.0,clp,5133.5135,decimal,0.0,clp,391.0,integer,753888068.0,clp,735318392.0,clp,0.0,clp,1008.6878
+15077-2019-10-09,real_asset_day,2019-10-09,0.000015890308938739439647263,decimal,11685.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.7364,clp,63290.8666,decimal,769107.5024,decimal,0.0,clp,23168.5136,decimal,0.0,clp,400.0,integer,817715961.0,clp,775826737.0,clp,0.0,clp,1008.7364
+15077-2019-10-10,real_asset_day,2019-10-10,0.000015890720359401765247015,decimal,12329.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.7818,clp,27226.0345,decimal,788008.3406,decimal,0.0,clp,8325.1963,decimal,0.0,clp,404.0,integer,832223616.0,clp,794928439.0,clp,0.0,clp,1008.7818
+15077-2019-10-11,real_asset_day,2019-10-11,0.000015889956256137868567146,decimal,12632.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.8314,clp,22110.9802,decimal,808478.8191,decimal,0.0,clp,1640.5017,decimal,0.0,clp,416.0,integer,849403524.0,clp,815618837.0,clp,0.0,clp,1008.8314
+15077-2019-10-12,real_asset_day,2019-10-12,0.000015890027727203,decimal,12960.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.8154,clp,0.0,decimal,808478.8191,decimal,0.0,clp,0.0,decimal,0.0,clp,416.0,integer,849403524.0,clp,815605877.0,clp,0.0,clp,1008.8154
+15077-2019-10-13,real_asset_day,2019-10-13,0.000015890027727203,decimal,12960.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.7994,clp,0.0,decimal,808478.8191,decimal,0.0,clp,0.0,decimal,0.0,clp,416.0,integer,849403524.0,clp,815605877.0,clp,0.0,clp,1008.7994
+15077-2019-10-14,real_asset_day,2019-10-14,0.000015891187602783032078763,decimal,12963.0,clp,0.0,integer,0.0,clp,0.0,clp,1008.9753,clp,14607.8896,decimal,815015.554,decimal,0.0,clp,8071.1547,decimal,0.0,clp,423.0,integer,840926778.0,clp,822330535.0,clp,0.0,clp,1008.9753
+15077-2019-10-15,real_asset_day,2019-10-15,0.000015890717675936600318281,decimal,13068.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.0199,clp,24563.2975,decimal,830320.2826,decimal,0.0,clp,9258.5689,decimal,0.0,clp,429.0,integer,857362746.0,clp,837809661.0,clp,0.0,clp,1009.0199
+15077-2019-10-16,real_asset_day,2019-10-16,0.00001589075406563345253071,decimal,13314.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.0633,clp,10455.9595,decimal,831720.5245,decimal,0.0,clp,9055.7176,decimal,0.0,clp,434.0,integer,866307836.0,clp,839258635.0,clp,0.0,clp,1009.0633
+15077-2019-10-17,real_asset_day,2019-10-17,0.00001589066435346008066745,decimal,13337.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.1104,clp,8295.5146,decimal,787857.4852,decimal,0.0,clp,52158.5539,decimal,0.0,clp,439.0,integer,866587855.0,clp,795035174.0,clp,0.0,clp,1009.1104
+15077-2019-10-18,real_asset_day,2019-10-18,0.000015890323518868260003247,decimal,12634.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.161,clp,25624.5038,decimal,801969.2734,decimal,0.0,clp,11512.7156,decimal,0.0,clp,447.0,integer,883157550.0,clp,809316131.0,clp,0.0,clp,1009.161
+15077-2019-10-19,real_asset_day,2019-10-19,0.000015890463825105,decimal,12860.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.129,clp,0.0,decimal,801969.2734,decimal,0.0,clp,0.0,decimal,0.0,clp,447.0,integer,883157550.0,clp,809290411.0,clp,0.0,clp,1009.129
+15077-2019-10-20,real_asset_day,2019-10-20,0.000015890716335958,decimal,12860.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.1129,clp,0.0,decimal,801969.2734,decimal,0.0,clp,0.0,decimal,0.0,clp,447.0,integer,883157550.0,clp,809277551.0,clp,0.0,clp,1009.1129
+15077-2019-10-21,real_asset_day,2019-10-21,0.000015890313058846293792729,decimal,12862.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.2955,clp,14340.3018,decimal,805214.8934,decimal,0.0,clp,11094.6818,decimal,0.0,clp,451.0,integer,919652623.0,clp,812699742.0,clp,0.0,clp,1009.2955
+15077-2019-10-22,real_asset_day,2019-10-22,0.000015890691529710245534233,decimal,12915.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.3454,clp,1476.2043,decimal,800288.9393,decimal,0.0,clp,6402.1584,decimal,0.0,clp,452.0,integer,837562017.0,clp,807767971.0,clp,0.0,clp,1009.3454
+15077-2019-10-23,real_asset_day,2019-10-23,0.000015891186706009741274143,decimal,12837.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.3933,clp,10981.4203,decimal,796334.4919,decimal,0.0,clp,14935.8677,decimal,0.0,clp,459.0,integer,837079525.0,clp,803814661.0,clp,0.0,clp,1009.3933
+15077-2019-10-24,real_asset_day,2019-10-24,0.000015890967577538834455531,decimal,12774.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.4412,clp,37640.4492,decimal,831909.5827,decimal,0.0,clp,2065.3584,decimal,0.0,clp,463.0,integer,863928523.0,clp,839763839.0,clp,0.0,clp,1009.4412
+15077-2019-10-25,real_asset_day,2019-10-25,0.000015890657742909730294045,decimal,13345.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.4866,clp,24739.2753,decimal,848468.0504,decimal,0.0,clp,8180.8076,decimal,0.0,clp,466.0,integer,882491620.0,clp,856517164.0,clp,0.0,clp,1009.4866
+15077-2019-10-26,real_asset_day,2019-10-26,0.000015890185086144,decimal,13610.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.4706,clp,0.0,decimal,848468.0504,decimal,0.0,clp,0.0,decimal,0.0,clp,466.0,integer,882491620.0,clp,856503554.0,clp,0.0,clp,1009.4706
+15077-2019-10-27,real_asset_day,2019-10-27,0.000015890437588138,decimal,13610.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.4546,clp,0.0,decimal,848468.0504,decimal,0.0,clp,0.0,decimal,0.0,clp,466.0,integer,882491620.0,clp,856489944.0,clp,0.0,clp,1009.4546
+15077-2019-10-28,real_asset_day,2019-10-28,0.000015890172766926984047207,decimal,13612.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.6197,clp,13935.3661,decimal,850824.6437,decimal,0.0,clp,11578.7728,decimal,0.0,clp,468.0,integer,881638625.0,clp,859009345.0,clp,0.0,clp,1009.6197
+15077-2019-10-29,real_asset_day,2019-10-29,0.00001589083856216857196676,decimal,13651.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.6657,clp,30723.2255,decimal,879968.0739,decimal,0.0,clp,1579.7953,decimal,0.0,clp,471.0,integer,910384350.0,clp,888473557.0,clp,0.0,clp,1009.6657
+15077-2019-10-30,real_asset_day,2019-10-30,0.000015890606933625127537281,decimal,14119.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.7097,clp,14699.8577,decimal,887165.1,decimal,0.0,clp,7502.8316,decimal,0.0,clp,475.0,integer,917021402.0,clp,895779225.0,clp,0.0,clp,1009.7097
+15077-2019-10-31,real_asset_day,2019-10-31,0.000015890328538191,decimal,14234.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.6937,clp,0.0,decimal,887165.1,decimal,0.0,clp,0.0,decimal,0.0,clp,475.0,integer,917021402.0,clp,895764991.0,clp,0.0,clp,1009.6937
+15077-2019-11-01,real_asset_day,2019-11-01,0.000015890581044745,decimal,14234.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.6776,clp,0.0,decimal,887165.1,decimal,0.0,clp,0.0,decimal,0.0,clp,475.0,integer,917021402.0,clp,895750757.0,clp,0.0,clp,1009.6776
+15077-2019-11-02,real_asset_day,2019-11-02,0.000015890833559323,decimal,14234.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.6616,clp,0.0,decimal,887165.1,decimal,0.0,clp,0.0,decimal,0.0,clp,475.0,integer,917021402.0,clp,895736523.0,clp,0.0,clp,1009.6616
+15077-2019-11-03,real_asset_day,2019-11-03,0.000015891086081927,decimal,14234.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.6455,clp,0.0,decimal,887165.1,decimal,0.0,clp,0.0,decimal,0.0,clp,475.0,integer,917021402.0,clp,895722289.0,clp,0.0,clp,1009.6455
+15077-2019-11-04,real_asset_day,2019-11-04,0.00001589057886007152817997,decimal,14235.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.7487,clp,49339.7845,decimal,929337.3261,decimal,0.0,clp,7167.5584,decimal,0.0,clp,512.0,integer,955257785.0,clp,938397161.0,clp,0.0,clp,1009.7487
+15077-2019-11-05,real_asset_day,2019-11-05,0.000015890696981237870378664,decimal,14915.0,clp,0.0,integer,0.0,clp,0.0,clp,1009.9664,clp,13938.5359,decimal,930608.7161,decimal,0.0,clp,12667.1459,decimal,0.0,clp,515.0,integer,967957411.0,clp,939883546.0,clp,0.0,clp,1009.9664
+15077-2019-11-06,real_asset_day,2019-11-06,0.000015890683830029479786912,decimal,14936.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.0075,clp,7402.1776,decimal,905742.312,decimal,0.0,clp,32268.5817,decimal,0.0,clp,519.0,integer,967911165.0,clp,914806536.0,clp,0.0,clp,1010.0075
+15077-2019-11-07,real_asset_day,2019-11-07,0.000015890119153690492153692,decimal,14537.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.0503,clp,75812.1216,decimal,979679.9326,decimal,0.0,clp,1874.501,decimal,0.0,clp,526.0,integer,1037301038.0,clp,989525964.0,clp,0.0,clp,1010.0503
+15077-2019-11-08,real_asset_day,2019-11-08,0.000015890844971852316068301,decimal,15725.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.0886,clp,21852.6253,decimal,1000045.7704,decimal,0.0,clp,1486.7875,decimal,0.0,clp,536.0,integer,1046633984.0,clp,1010134790.0,clp,0.0,clp,1010.0886
+15077-2019-11-09,real_asset_day,2019-11-09,0.000015890211101211933857609585441024077467392,decimal,16051.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.0725,clp,0.0,decimal,1000045.7704,decimal,0.0,clp,0.0,decimal,0.0,clp,536.0,integer,1046633984.0,clp,1010118739.0,clp,0.0,clp,1010.0725
+15077-2019-11-10,real_asset_day,2019-11-10,0.000015890463604033098068540136386608645476647,decimal,16051.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.0565,clp,0.0,decimal,1000045.7704,decimal,0.0,clp,0.0,decimal,0.0,clp,536.0,integer,1046633984.0,clp,1010102688.0,clp,0.0,clp,1010.0565
+15077-2019-11-11,real_asset_day,2019-11-11,0.000015890890385505155481240214406127002316250374037662,decimal,16054.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.2181,clp,31265.9391,decimal,1012430.197,decimal,0.0,clp,18881.5125,decimal,0.0,clp,549.0,integer,1045805606.0,clp,1022775319.0,clp,0.0,clp,1010.2181
+15077-2019-11-12,real_asset_day,2019-11-12,0.000015890407430347522146399439067632261364275900529062,decimal,16253.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.2606,clp,6514.1944,decimal,1009797.7222,decimal,0.0,clp,9146.6692,decimal,0.0,clp,551.0,integer,1050552563.0,clp,1020158845.0,clp,0.0,clp,1010.2606
+15077-2019-11-13,real_asset_day,2019-11-13,0.000015890970991761561288570581738541873514033512379456,decimal,16212.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.3033,clp,15628.3575,decimal,1013070.3824,decimal,0.0,clp,12355.6973,decimal,0.0,clp,548.0,integer,1064899500.0,clp,1023508355.0,clp,0.0,clp,1010.3033
+15077-2019-11-14,real_asset_day,2019-11-14,0.000015890837586552546495245449325830521165968808156896,decimal,16265.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.3403,clp,10987.2614,decimal,1022193.4753,decimal,0.0,clp,1864.1685,decimal,0.0,clp,549.0,integer,1056979633.0,clp,1032763224.0,clp,0.0,clp,1010.3403
+15077-2019-11-15,real_asset_day,2019-11-15,0.000015890688830167438930476923641720319532827702762743,decimal,16412.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.3822,clp,10497.4751,decimal,1002716.6174,decimal,0.0,clp,29974.333,decimal,0.0,clp,553.0,integer,1058404840.0,clp,1013127007.0,clp,0.0,clp,1010.3822
+15077-2019-11-16,real_asset_day,2019-11-16,0.000015890659031380205018975079478662567119454,decimal,16099.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.3661,clp,0.0,decimal,1002716.6174,decimal,0.0,clp,0.0,decimal,0.0,clp,553.0,integer,1058404840.0,clp,1013110908.0,clp,0.0,clp,1010.3661
+15077-2019-11-17,real_asset_day,2019-11-17,0.000015890911548437319058457439988718765609627,decimal,16099.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.3501,clp,0.0,decimal,1002716.6174,decimal,0.0,clp,0.0,decimal,0.0,clp,553.0,integer,1058404840.0,clp,1013094809.0,clp,0.0,clp,1010.3501
+15077-2019-11-18,real_asset_day,2019-11-18,0.000015890348354445510530267811248261770620341612658841,decimal,16101.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.5114,clp,12539.7122,decimal,986656.2165,decimal,0.0,clp,28600.1131,decimal,0.0,clp,558.0,integer,1058771231.0,clp,997027360.0,clp,0.0,clp,1010.5114
+15077-2019-11-19,real_asset_day,2019-11-19,0.000015890566937211028768095,decimal,15844.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.5541,clp,62519.0024,decimal,1009344.5998,decimal,0.0,clp,39830.6191,decimal,0.0,clp,563.0,integer,1120124627.0,clp,1019997362.0,clp,0.0,clp,1010.5541
+15077-2019-11-20,real_asset_day,2019-11-20,0.000015890566391901386557527019916584437275496384844163,decimal,16209.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.5955,clp,10314.4178,decimal,1010627.3748,decimal,0.0,clp,9031.6428,decimal,0.0,clp,565.0,integer,1100320807.0,clp,1021335527.0,clp,0.0,clp,1010.5955
+15077-2019-11-21,real_asset_day,2019-11-21,0.00001589030806247820051631659528233466115973198071344,decimal,16230.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.6369,clp,31150.3627,decimal,1029860.4352,decimal,0.0,clp,11917.3023,decimal,0.0,clp,573.0,integer,1102959778.0,clp,1040814944.0,clp,0.0,clp,1010.6369
+15077-2019-11-22,real_asset_day,2019-11-22,0.000015889801001680373077324655048135436035003954074937,decimal,16539.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.6771,clp,17057.1362,decimal,1034196.5443,decimal,0.0,clp,12721.0271,decimal,0.0,clp,584.0,integer,1080005968.0,clp,1045238739.0,clp,0.0,clp,1010.6771
+15077-2019-11-23,real_asset_day,2019-11-23,0.000015890402167432103642887851982238454901448,decimal,16609.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.661,clp,0.0,decimal,1034196.5443,decimal,0.0,clp,0.0,decimal,0.0,clp,584.0,integer,1080005968.0,clp,1045222130.0,clp,0.0,clp,1010.661
+15077-2019-11-24,real_asset_day,2019-11-24,0.000015890654676325614242521782469612500257737,decimal,16609.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.645,clp,0.0,decimal,1034196.5443,decimal,0.0,clp,0.0,decimal,0.0,clp,584.0,integer,1080005968.0,clp,1045205521.0,clp,0.0,clp,1010.645
+15077-2019-11-25,real_asset_day,2019-11-25,0.00001589004224218747038510448373189814295779914867194,decimal,16611.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.8056,clp,14261.1459,decimal,1036100.186,decimal,0.0,clp,12357.5042,decimal,0.0,clp,585.0,integer,1085476636.0,clp,1047295882.0,clp,0.0,clp,1010.8056
+15077-2019-11-26,real_asset_day,2019-11-26,0.000015889806397313508691549798995890684239865116529066,decimal,16642.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.8464,clp,9895.0068,decimal,1007959.2305,decimal,0.0,clp,38035.9623,decimal,0.0,clp,582.0,integer,1083493786.0,clp,1018891939.0,clp,0.0,clp,1010.8464
+15077-2019-11-27,real_asset_day,2019-11-27,0.000015890127619615429917133658303253526443790878532178,decimal,16191.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.8887,clp,41624.7982,decimal,1046842.1216,decimal,0.0,clp,2741.9071,decimal,0.0,clp,584.0,integer,1112773773.0,clp,1058240823.0,clp,0.0,clp,1010.8887
+15077-2019-11-28,real_asset_day,2019-11-28,0.000015889889982414802554844753286789074180919985363777,decimal,16816.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.9289,clp,15907.0997,decimal,1048668.134,decimal,0.0,clp,14081.0873,decimal,0.0,clp,589.0,integer,1116027145.0,clp,1060128941.0,clp,0.0,clp,1010.9289
+15077-2019-11-29,real_asset_day,2019-11-29,0.000015889883596890812706855836270961864115225578790523,decimal,16846.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.9694,clp,18324.0066,decimal,1053174.5639,decimal,0.0,clp,13817.5767,decimal,0.0,clp,585.0,integer,1096162935.0,clp,1064727254.0,clp,0.0,clp,1010.9694
+15077-2019-11-30,real_asset_day,2019-11-30,0.000015889767787508357578300057002546089681241,decimal,16918.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.9533,clp,0.0,decimal,1053174.5639,decimal,0.0,clp,0.0,decimal,0.0,clp,585.0,integer,1096162935.0,clp,1064710336.0,clp,0.0,clp,1010.9533
+15077-2019-12-01,real_asset_day,2019-12-01,0.000015890020276240685842203638005396216321871,decimal,16918.0,clp,0.0,integer,0.0,clp,0.0,clp,1010.9373,clp,0.0,decimal,1053174.5639,decimal,0.0,clp,0.0,decimal,0.0,clp,585.0,integer,1096162935.0,clp,1064693418.0,clp,0.0,clp,1010.9373
+15077-2019-12-02,real_asset_day,2019-12-02,0.000015890449150199551246527836430376580375753724088386,decimal,16921.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.0892,clp,38207.2462,decimal,1069434.2765,decimal,0.0,clp,21947.5336,decimal,0.0,clp,599.0,integer,1132199085.0,clp,1081293495.0,clp,0.0,clp,1011.0892
+15077-2019-12-03,real_asset_day,2019-12-03,0.000015890563979639276448241785903476568243407536959079,decimal,17183.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.1267,clp,40401.652,decimal,1096847.1175,decimal,0.0,clp,12988.811,decimal,0.0,clp,605.0,integer,1158872536.0,clp,1109051408.0,clp,0.0,clp,1011.1267
+15077-2019-12-04,real_asset_day,2019-12-04,0.000015890490564248181514430476679885463938935726806304,decimal,17624.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.1628,clp,47522.8964,decimal,1120836.6031,decimal,0.0,clp,23533.4108,decimal,0.0,clp,617.0,integer,1193013985.0,clp,1133348271.0,clp,0.0,clp,1011.1628
+15077-2019-12-05,real_asset_day,2019-12-05,0.000015890378270457026175313757438870268937326653837565,decimal,18010.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.2003,clp,24590.0966,decimal,1137997.9513,decimal,0.0,clp,7428.7484,decimal,0.0,clp,621.0,integer,1195748585.0,clp,1150743823.0,clp,0.0,clp,1011.2003
+15077-2019-12-06,real_asset_day,2019-12-06,0.000015890015167387478101897971694741476707756978169324,decimal,18286.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.2369,clp,111572.1461,decimal,1235105.4611,decimal,0.0,clp,14464.6363,decimal,0.0,clp,621.0,integer,1295501145.0,clp,1248984257.0,clp,0.0,clp,1011.2369
+15077-2019-12-07,real_asset_day,2019-12-07,0.000015889964377856079679759586039958027274806,decimal,19846.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.2209,clp,0.0,decimal,1235105.4611,decimal,0.0,clp,0.0,decimal,0.0,clp,621.0,integer,1295501145.0,clp,1248964411.0,clp,0.0,clp,1011.2209
+15077-2019-12-08,real_asset_day,2019-12-08,0.000015890216872836145453741575792036854734221,decimal,19846.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.2048,clp,0.0,decimal,1235105.4611,decimal,0.0,clp,0.0,decimal,0.0,clp,621.0,integer,1295501145.0,clp,1248944565.0,clp,0.0,clp,1011.2048
+15077-2019-12-09,real_asset_day,2019-12-09,0.000015890579277188918675130749966697102396557637648167,decimal,19849.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.3346,clp,13492.3089,decimal,1225392.5665,decimal,0.0,clp,23205.2035,decimal,0.0,clp,624.0,integer,1285530431.0,clp,1239281886.0,clp,0.0,clp,1011.3346
+15077-2019-12-10,real_asset_day,2019-12-10,0.000015890082509403839825561402540735716817610365892427,decimal,19693.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.371,clp,6619.7824,decimal,1228287.4364,decimal,0.0,clp,3724.9125,decimal,0.0,clp,626.0,integer,1284777819.0,clp,1242254266.0,clp,0.0,clp,1011.371
+15077-2019-12-11,real_asset_day,2019-12-11,0.000015889898137325203154994358409167813882421827753852,decimal,19740.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.4072,clp,22811.9407,decimal,1209494.1268,decimal,0.0,clp,41605.2503,decimal,0.0,clp,630.0,integer,1293286993.0,clp,1223291024.0,clp,0.0,clp,1011.4072
+15077-2019-12-12,real_asset_day,2019-12-12,0.000015890159063613988919382047903846052453214144173507,decimal,19439.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.4442,clp,21383.422,decimal,1160976.1555,decimal,0.0,clp,69901.3933,decimal,0.0,clp,634.0,integer,1311511093.0,clp,1174262551.0,clp,0.0,clp,1011.4442
+15077-2019-12-13,real_asset_day,2019-12-13,0.000015890207004519275638619733603466890001201921142164,decimal,18660.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.4835,clp,5163.3723,decimal,1157401.09,decimal,0.0,clp,8738.4378,decimal,0.0,clp,638.0,integer,1358030776.0,clp,1170692056.0,clp,0.0,clp,1011.4835
+15077-2019-12-14,real_asset_day,2019-12-14,0.000015889998988565089646254163716605467676386,decimal,18602.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.4674,clp,0.0,decimal,1157401.09,decimal,0.0,clp,0.0,decimal,0.0,clp,638.0,integer,1358030776.0,clp,1170673454.0,clp,0.0,clp,1011.4674
+15077-2019-12-15,real_asset_day,2019-12-15,0.000015890251484645108701945567129465073109355,decimal,18602.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.4513,clp,0.0,decimal,1157401.09,decimal,0.0,clp,0.0,decimal,0.0,clp,638.0,integer,1358030776.0,clp,1170654852.0,clp,0.0,clp,1011.4513
+15077-2019-12-16,real_asset_day,2019-12-16,0.000015890491071333923383121797994767509437497437910489,decimal,18605.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.5992,clp,57016.8431,decimal,1200200.0792,decimal,0.0,clp,14217.8539,decimal,0.0,clp,646.0,integer,1308818866.0,clp,1214121417.0,clp,0.0,clp,1011.5992
+15077-2019-12-17,real_asset_day,2019-12-17,0.000015889971804871310642540121328613529261118543775249,decimal,19293.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.633,clp,8955.7686,decimal,1166876.5544,decimal,0.0,clp,42279.2934,decimal,0.0,clp,645.0,integer,1247237339.0,clp,1180450826.0,clp,0.0,clp,1011.633
+15077-2019-12-18,real_asset_day,2019-12-18,0.000015889945692369243462845799745527765014258255725561,decimal,18758.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.6708,clp,23681.2984,decimal,1189849.6951,decimal,0.0,clp,708.1577,decimal,0.0,clp,650.0,integer,1262419072.0,clp,1203736165.0,clp,0.0,clp,1011.6708
+15077-2019-12-19,real_asset_day,2019-12-19,0.000015889947003895508838563198728508663102895589035803,decimal,19128.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.7076,clp,37312.1524,decimal,1224462.9247,decimal,0.0,clp,2698.9228,decimal,0.0,clp,660.0,integer,1285848229.0,clp,1238798442.0,clp,0.0,clp,1011.7076
+15077-2019-12-20,real_asset_day,2019-12-20,0.000015890650211648966978769172871395668071228699428526,decimal,19686.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.7429,clp,14153.8735,decimal,1231492.3209,decimal,0.0,clp,7124.4773,decimal,0.0,clp,661.0,integer,1257460117.0,clp,1245953634.0,clp,0.0,clp,1011.7429
+15077-2019-12-21,real_asset_day,2019-12-21,0.000015890089367474245237529611484120574120118,decimal,19798.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.7268,clp,0.0,decimal,1231492.3209,decimal,0.0,clp,0.0,decimal,0.0,clp,661.0,integer,1256983406.0,clp,1245933836.0,clp,0.0,clp,1011.7268
+15077-2019-12-22,real_asset_day,2019-12-22,0.000015890341866426582473421011410098583382364,decimal,19798.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.7108,clp,0.0,decimal,1231492.3209,decimal,0.0,clp,0.0,decimal,0.0,clp,661.0,integer,1256983406.0,clp,1245914038.0,clp,0.0,clp,1011.7108
+15077-2019-12-23,real_asset_day,2019-12-23,0.000015890592900164593441581314642566335210076133407143,decimal,19801.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.8481,clp,28607.7684,decimal,1245333.9959,decimal,0.0,clp,14766.0934,decimal,0.0,clp,667.0,integer,1285402610.0,clp,1260088819.0,clp,0.0,clp,1011.8481
+15077-2019-12-24,real_asset_day,2019-12-24,0.000015890376559653263005098510770369104183649487343944,decimal,20024.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.8842,clp,29769.6959,decimal,1272037.4681,decimal,0.0,clp,3066.2237,decimal,0.0,clp,674.0,integer,1312860542.0,clp,1287154584.0,clp,0.0,clp,1011.8842
+15077-2019-12-25,real_asset_day,2019-12-25,0.000015890340802407018138500438848202681993832,decimal,20453.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.8681,clp,0.0,decimal,1272037.4681,decimal,0.0,clp,0.0,decimal,0.0,clp,674.0,integer,1312860542.0,clp,1287134131.0,clp,0.0,clp,1011.8681
+15077-2019-12-26,real_asset_day,2019-12-26,0.000015890491456526251619637300266933671836433949203567,decimal,20455.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.9574,clp,32648.8663,decimal,1279282.7717,decimal,0.0,clp,25403.5627,decimal,0.0,clp,674.0,integer,1338825778.0,clp,1294579728.0,clp,0.0,clp,1011.9574
+15077-2019-12-27,real_asset_day,2019-12-27,0.000015890299006147099931449898353640177387617233941495,decimal,20572.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.9939,clp,37185.0062,decimal,1312582.3228,decimal,0.0,clp,3885.4551,decimal,0.0,clp,674.0,integer,1361582940.0,clp,1328325305.0,clp,0.0,clp,1011.9939
+15077-2019-12-28,real_asset_day,2019-12-28,0.000015890185419710613607501374470548801201635,decimal,21107.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.9778,clp,0.0,decimal,1312582.3228,decimal,0.0,clp,0.0,decimal,0.0,clp,674.0,integer,1361582940.0,clp,1328304198.0,clp,0.0,clp,1011.9778
+15077-2019-12-29,real_asset_day,2019-12-29,0.000015890437921715590069195573310207861405352,decimal,21107.0,clp,0.0,integer,0.0,clp,0.0,clp,1011.9617,clp,0.0,decimal,1312582.3228,decimal,0.0,clp,0.0,decimal,0.0,clp,688.0,integer,1361582940.0,clp,1328283091.0,clp,0.0,clp,1011.9617
+15077-2019-12-30,real_asset_day,2019-12-30,0.000015890538197355280949082052252576007630025465256584,decimal,21110.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.0992,clp,94226.9156,decimal,1400780.1214,decimal,0.0,clp,6029.117,decimal,0.0,clp,703.0,integer,1454048781.0,clp,1417728422.0,clp,0.0,clp,1012.0992
+15077-2019-12-31,real_asset_day,2019-12-31,0.000015890460846176040515212811833030299865566,decimal,22528.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.0831,clp,0.0,decimal,1400780.1214,decimal,0.0,clp,0.0,decimal,0.0,clp,703.0,integer,1454048781.0,clp,1417705894.0,clp,0.0,clp,1012.0831
+15077-2020-01-01,real_asset_day,2020-01-01,0.000015846979344107844082099265393966360168245,decimal,22466.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.0671,clp,0.0,decimal,1400780.1214,decimal,0.0,clp,0.0,decimal,0.0,clp,703.0,integer,1454048781.0,clp,1417683428.0,clp,0.0,clp,1012.0671
+15077-2020-01-02,real_asset_day,2020-01-02,0.000015847091791677233331455576474728009627152724849806,decimal,22469.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.195,clp,35418.0131,decimal,1434081.2772,decimal,0.0,clp,2116.8573,decimal,0.0,clp,724.0,integer,1464393112.0,clp,1451569941.0,clp,0.0,clp,1012.195
+15077-2020-01-03,real_asset_day,2020-01-03,0.000015847187567775566862782589771959365477650159371777,decimal,23004.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.2258,clp,7044.5429,decimal,1437105.2408,decimal,0.0,clp,4020.5793,decimal,0.0,clp,726.0,integer,1467658829.0,clp,1454674976.0,clp,0.0,clp,1012.2258
+15077-2020-01-04,real_asset_day,2020-01-04,0.000015847090028665854223968977474779045492123,decimal,23052.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.2097,clp,0.0,decimal,1437105.2408,decimal,0.0,clp,0.0,decimal,0.0,clp,726.0,integer,1467658829.0,clp,1454651924.0,clp,0.0,clp,1012.2097
+15077-2020-01-05,real_asset_day,2020-01-05,0.000015846653691439548374755792435037139538479,decimal,23051.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.1937,clp,0.0,decimal,1437105.2408,decimal,0.0,clp,0.0,decimal,0.0,clp,726.0,integer,1467658829.0,clp,1454628873.0,clp,0.0,clp,1012.1937
+15077-2020-01-06,real_asset_day,2020-01-06,0.000015846772965504301996930287735246440998578931484823,decimal,23054.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.3178,clp,20621.923,decimal,1445582.7837,decimal,0.0,clp,12144.3801,decimal,0.0,clp,738.0,integer,1482634124.0,clp,1463389205.0,clp,0.0,clp,1012.3178
+15077-2020-01-07,real_asset_day,2020-01-07,0.000015846867454363509423776458781187756404427337148414,decimal,23191.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.3556,clp,9659.6763,decimal,1446067.665,decimal,0.0,clp,9174.795,decimal,0.0,clp,745.0,integer,1490348270.0,clp,1463934677.0,clp,0.0,clp,1012.3556
+15077-2020-01-08,real_asset_day,2020-01-08,0.000015847103664581813310191558341063444896635149674156,decimal,23200.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.3938,clp,35495.9335,decimal,1462275.2244,decimal,0.0,clp,19288.3741,decimal,0.0,clp,745.0,integer,1522292840.0,clp,1480398351.0,clp,0.0,clp,1012.3938
+15077-2020-01-09,real_asset_day,2020-01-09,0.000015847174202214597726240326716838478569890088772828,decimal,23461.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.4313,clp,8422.204,decimal,1451334.9421,decimal,0.0,clp,19362.4863,decimal,0.0,clp,752.0,integer,1518604095.0,clp,1469376931.0,clp,0.0,clp,1012.4313
+15077-2020-01-10,real_asset_day,2020-01-10,0.000015846939801306569136675180749542363129674066018391,decimal,23286.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.4692,clp,13777.2318,decimal,1440953.6467,decimal,0.0,clp,24158.5272,decimal,0.0,clp,755.0,integer,1523343289.0,clp,1458921230.0,clp,0.0,clp,1012.4692
+15077-2020-01-11,real_asset_day,2020-01-11,0.000015846891448884739833623651871326605617903,decimal,23119.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.4532,clp,0.0,decimal,1440953.6467,decimal,0.0,clp,0.0,decimal,0.0,clp,755.0,integer,1523343289.0,clp,1458898111.0,clp,0.0,clp,1012.4532
+15077-2020-01-12,real_asset_day,2020-01-12,0.000015847142576832929904661769676836025988991,decimal,23119.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.4371,clp,0.0,decimal,1440953.6467,decimal,0.0,clp,0.0,decimal,0.0,clp,755.0,integer,1523343289.0,clp,1458874992.0,clp,0.0,clp,1012.4371
+15077-2020-01-13,real_asset_day,2020-01-13,0.000015846895178834794629746148712178138815668233546152,decimal,23122.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.5843,clp,16517.4999,decimal,1441821.8281,decimal,0.0,clp,15649.3185,decimal,0.0,clp,758.0,integer,1520776428.0,clp,1459966186.0,clp,0.0,clp,1012.5843
+15077-2020-01-14,real_asset_day,2020-01-14,0.000015847038393799199669173460341806536252343356619697,decimal,23137.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.622,clp,9664.9682,decimal,1443959.6594,decimal,0.0,clp,7527.1369,decimal,0.0,clp,766.0,integer,1511037593.0,clp,1462185257.0,clp,0.0,clp,1012.622
+15077-2020-01-15,real_asset_day,2020-01-15,0.000015846925465334700597847186724140479309133987284613,decimal,23172.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.6595,clp,15049.921,decimal,1453933.5749,decimal,0.0,clp,5076.0055,decimal,0.0,clp,772.0,integer,1501895666.0,clp,1472339657.0,clp,0.0,clp,1012.6595
+15077-2020-01-16,real_asset_day,2020-01-16,0.000015846982953740278959994669384187499118830099090482,decimal,23333.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.6968,clp,18441.4525,decimal,1466514.6725,decimal,0.0,clp,5860.3549,decimal,0.0,clp,783.0,integer,1504802522.0,clp,1485134672.0,clp,0.0,clp,1012.6968
+15077-2020-01-17,real_asset_day,2020-01-17,0.000015847145130262761201575954390491918841841410276041,decimal,23536.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.7336,clp,5451.2234,decimal,1435585.5478,decimal,0.0,clp,36380.3481,decimal,0.0,clp,788.0,integer,1502778524.0,clp,1453865681.0,clp,0.0,clp,1012.7336
+15077-2020-01-18,real_asset_day,2020-01-18,0.000015846969496166422115441018960014793678063,decimal,23039.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.7175,clp,0.0,decimal,1435585.5478,decimal,0.0,clp,0.0,decimal,0.0,clp,788.0,integer,1502778524.0,clp,1453842642.0,clp,0.0,clp,1012.7175
+15077-2020-01-19,real_asset_day,2020-01-19,0.000015847220626588290679417947014709499690245,decimal,23039.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.7015,clp,0.0,decimal,1435585.5478,decimal,0.0,clp,0.0,decimal,0.0,clp,788.0,integer,1502778524.0,clp,1453819603.0,clp,0.0,clp,1012.7015
+15077-2020-01-20,real_asset_day,2020-01-20,0.000015847000694349831332582286357302544660212942027535,decimal,23042.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.8474,clp,26793.0709,decimal,1413397.9477,decimal,0.0,clp,48980.671,decimal,0.0,clp,793.0,integer,1525008080.0,clp,1431556437.0,clp,0.0,clp,1012.8474
+15077-2020-01-21,real_asset_day,2020-01-21,0.000015847168765292492459517414157024330206287010778052,decimal,22687.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.8868,clp,11007.4769,decimal,1415973.3291,decimal,0.0,clp,8432.0955,decimal,0.0,clp,797.0,integer,1530301087.0,clp,1434220761.0,clp,0.0,clp,1012.8868
+15077-2020-01-22,real_asset_day,2020-01-22,0.000015847013157088389181511171279152919810880813124403,decimal,22729.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.9263,clp,30370.3549,decimal,1411234.0174,decimal,0.0,clp,35109.6666,decimal,0.0,clp,791.0,integer,1549298976.0,clp,1429476017.0,clp,0.0,clp,1012.9263
+15077-2020-01-23,real_asset_day,2020-01-23,0.000015847146559948783797189334674261427860590045524679,decimal,22654.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.9658,clp,10183.3919,decimal,1414147.4155,decimal,0.0,clp,7269.9938,decimal,0.0,clp,797.0,integer,1485082901.0,clp,1432482976.0,clp,0.0,clp,1012.9658
+15077-2020-01-24,real_asset_day,2020-01-24,0.000015846705634538869191732160843292517763426398528198,decimal,22701.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.0044,clp,9903.4398,decimal,1410925.5831,decimal,0.0,clp,13125.2722,decimal,0.0,clp,802.0,integer,1486651591.0,clp,1429273765.0,clp,0.0,clp,1013.0044
+15077-2020-01-25,real_asset_day,2020-01-25,0.000015846760409316342979157764743700924281805,decimal,22649.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.9883,clp,0.0,decimal,1410925.5831,decimal,0.0,clp,0.0,decimal,0.0,clp,802.0,integer,1486651591.0,clp,1429251116.0,clp,0.0,clp,1012.9883
+15077-2020-01-26,real_asset_day,2020-01-26,0.00001584701153311131186697808755582252197052,decimal,22649.0,clp,0.0,integer,0.0,clp,0.0,clp,1012.9723,clp,0.0,decimal,1410925.5831,decimal,0.0,clp,0.0,decimal,0.0,clp,802.0,integer,1486651591.0,clp,1429228467.0,clp,0.0,clp,1012.9723
+15077-2020-01-27,real_asset_day,2020-01-27,0.000015846795688791598996878202675909179705539370108337,decimal,22652.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.1202,clp,19653.9422,decimal,1406686.0745,decimal,0.0,clp,23893.4508,decimal,0.0,clp,811.0,integer,1471231323.0,clp,1425142115.0,clp,0.0,clp,1013.1202
+15077-2020-01-28,real_asset_day,2020-01-28,0.000015846934825748240279427754503137684673683534815399,decimal,22585.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.1591,clp,16389.9095,decimal,1366382.8168,decimal,0.0,clp,56693.1672,decimal,0.0,clp,813.0,integer,1479948429.0,clp,1384363137.0,clp,0.0,clp,1013.1591
+15077-2020-01-29,real_asset_day,2020-01-29,0.000015847088967143087398724790986753109928808325648908,decimal,21939.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.1994,clp,20869.451,decimal,1381286.3708,decimal,0.0,clp,5965.897,decimal,0.0,clp,828.0,integer,1527874492.0,clp,1399518574.0,clp,0.0,clp,1013.1994
+15077-2020-01-30,real_asset_day,2020-01-30,0.000015846969215129895791105993997522723420343886489969,decimal,22179.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.2393,clp,42872.2336,decimal,1389774.678,decimal,0.0,clp,34383.9264,decimal,0.0,clp,858.0,integer,1547184607.0,clp,1408174302.0,clp,0.0,clp,1013.2393
+15077-2020-01-31,real_asset_day,2020-01-31,0.000015846852149108623093617235049196151829894076587628,decimal,22316.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.2788,clp,55953.863,decimal,1416871.873,decimal,0.0,clp,28856.668,decimal,0.0,clp,885.0,integer,1506519491.0,clp,1435686218.0,clp,0.0,clp,1013.2788
+15077-2020-02-01,real_asset_day,2020-02-01,0.000015847028585007519732338497960817721358094,decimal,22751.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.2627,clp,0.0,decimal,1416871.873,decimal,0.0,clp,0.0,decimal,0.0,clp,885.0,integer,1506519491.0,clp,1435663467.0,clp,0.0,clp,1013.2627
+15077-2020-02-02,real_asset_day,2020-02-02,0.000015846583153158089204570811848881268529806,decimal,22750.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.2467,clp,0.0,decimal,1416871.873,decimal,0.0,clp,0.0,decimal,0.0,clp,885.0,integer,1506519491.0,clp,1435640717.0,clp,0.0,clp,1013.2467
+15077-2020-02-03,real_asset_day,2020-02-03,0.000015847134245751711813009466978241082315708686019698,decimal,22754.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.3896,clp,41009.0006,decimal,1426432.5401,decimal,0.0,clp,31448.3335,decimal,0.0,clp,901.0,integer,1542258179.0,clp,1445531884.0,clp,0.0,clp,1013.3896
+15077-2020-02-04,real_asset_day,2020-02-04,0.000015846883262649411987487474340282649457963448400828,decimal,22908.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.4261,clp,13643.1787,decimal,1421371.2667,decimal,0.0,clp,18704.4521,decimal,0.0,clp,908.0,integer,1521320355.0,clp,1440454717.0,clp,0.0,clp,1013.4261
+15077-2020-02-05,real_asset_day,2020-02-05,0.000015847199815592700902494873150921601168954683015557,decimal,22828.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.4628,clp,73096.5434,decimal,1476617.6131,decimal,0.0,clp,17850.197,decimal,0.0,clp,911.0,integer,1566236100.0,clp,1496496974.0,clp,0.0,clp,1013.4628
+15077-2020-02-06,real_asset_day,2020-02-06,0.000015847132627163613952664928671358880073943384870119,decimal,23716.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.4976,clp,35779.0507,decimal,1488850.2841,decimal,0.0,clp,23546.3797,decimal,0.0,clp,919.0,integer,1570703750.0,clp,1508946121.0,clp,0.0,clp,1013.4976
+15077-2020-02-07,real_asset_day,2020-02-07,0.0000158469481342012518082425298840934152707115728119,decimal,23913.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.5318,clp,19782.3097,decimal,1471110.738,decimal,0.0,clp,37521.8558,decimal,0.0,clp,919.0,integer,1571873138.0,clp,1491017583.0,clp,0.0,clp,1013.5318
+15077-2020-02-08,real_asset_day,2020-02-08,0.000015847146744468189342860213004686528055039,decimal,23628.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.5158,clp,0.0,decimal,1471110.738,decimal,0.0,clp,0.0,decimal,0.0,clp,919.0,integer,1571873138.0,clp,1490993955.0,clp,0.0,clp,1013.5158
+15077-2020-02-09,real_asset_day,2020-02-09,0.000015846727165719960591999118576691084894616,decimal,23627.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.4997,clp,0.0,decimal,1471110.738,decimal,0.0,clp,0.0,decimal,0.0,clp,919.0,integer,1571873138.0,clp,1490970328.0,clp,0.0,clp,1013.4997
+15077-2020-02-10,real_asset_day,2020-02-10,0.000015847080804845272005532318942011713612995291789998,decimal,23631.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.6487,clp,46807.9683,decimal,1492613.4062,decimal,0.0,clp,25305.3001,decimal,0.0,clp,941.0,integer,1601472234.0,clp,1512985620.0,clp,0.0,clp,1013.6487
+15077-2020-02-11,real_asset_day,2020-02-11,0.000015846878206325757251294114910635017518730346774736,decimal,23977.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.6868,clp,20904.1392,decimal,1495082.7042,decimal,0.0,clp,18434.8412,decimal,0.0,clp,946.0,integer,1598879128.0,clp,1515545581.0,clp,0.0,clp,1013.6868
+15077-2020-02-12,real_asset_day,2020-02-12,0.000015847162782317018515090990011708407753994170534817,decimal,24018.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.7249,clp,42618.8288,decimal,1526848.5525,decimal,0.0,clp,10852.9805,decimal,0.0,clp,950.0,integer,1604134267.0,clp,1547804361.0,clp,0.0,clp,1013.7249
+15077-2020-02-13,real_asset_day,2020-02-13,0.000015847032286340774211461068642868345085003060257384,decimal,24529.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.7618,clp,36072.9505,decimal,1551477.5448,decimal,0.0,clp,11443.9582,decimal,0.0,clp,954.0,integer,1615133926.0,clp,1572828727.0,clp,0.0,clp,1013.7618
+15077-2020-02-14,real_asset_day,2020-02-14,0.000015846679015395935023395511075385752861075956020882,decimal,24925.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.798,clp,43349.6794,decimal,1567809.1325,decimal,0.0,clp,27018.0917,decimal,0.0,clp,963.0,integer,1640475552.0,clp,1589441696.0,clp,0.0,clp,1013.798
+15077-2020-02-15,real_asset_day,2020-02-15,0.00001584669585182973583924187111862948442547,decimal,25187.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.7819,clp,0.0,decimal,1567809.1325,decimal,0.0,clp,0.0,decimal,0.0,clp,963.0,integer,1640475552.0,clp,1589416509.0,clp,0.0,clp,1013.7819
+15077-2020-02-16,real_asset_day,2020-02-16,0.000015846946973578606213127417591374014057943,decimal,25187.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.7658,clp,0.0,decimal,1567809.1325,decimal,0.0,clp,0.0,decimal,0.0,clp,963.0,integer,1640475552.0,clp,1589391322.0,clp,0.0,clp,1013.7658
+15077-2020-02-17,real_asset_day,2020-02-17,0.000015847197085869570272988273531942593448089871319693,decimal,25191.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.9108,clp,45834.9521,decimal,1602461.8982,decimal,0.0,clp,11182.1864,decimal,0.0,clp,969.0,integer,1676198687.0,clp,1624753461.0,clp,0.0,clp,1013.9108
+15077-2020-02-18,real_asset_day,2020-02-18,0.000015846757541611748335620778440786500317239815816362,decimal,25748.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.9473,clp,11284.7569,decimal,1576164.3722,decimal,0.0,clp,37582.2829,decimal,0.0,clp,979.0,integer,1676123560.0,clp,1598147580.0,clp,0.0,clp,1013.9473
+15077-2020-02-19,real_asset_day,2020-02-19,0.000015847139394869196430674349631730983660371960782806,decimal,25327.0,clp,0.0,integer,0.0,clp,0.0,clp,1013.9846,clp,355634.6851,decimal,1916816.0763,decimal,0.0,clp,14982.981,decimal,0.0,clp,986.0,integer,2009424939.0,clp,1943622007.0,clp,0.0,clp,1013.9846
+15077-2020-02-20,real_asset_day,2020-02-20,0.000015847127440941937089098008060246528445576385793031,decimal,30802.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.0233,clp,6376.959,decimal,1897477.9019,decimal,0.0,clp,25715.1334,decimal,0.0,clp,984.0,integer,2004658493.0,clp,1924086753.0,clp,0.0,clp,1014.0233
+15077-2020-02-21,real_asset_day,2020-02-21,0.00001584690667360263476218159334624941266028072926446,decimal,30492.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.0624,clp,6499.5005,decimal,1901819.25,decimal,0.0,clp,2158.1524,decimal,0.0,clp,993.0,integer,1973247691.0,clp,1928563411.0,clp,0.0,clp,1014.0624
+15077-2020-02-22,real_asset_day,2020-02-22,0.0000158467614383649207738411093178941701719,decimal,30561.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.0463,clp,0.0,decimal,1901819.25,decimal,0.0,clp,0.0,decimal,0.0,clp,993.0,integer,1973247691.0,clp,1928532850.0,clp,0.0,clp,1014.0463
+15077-2020-02-23,real_asset_day,2020-02-23,0.000015847012562192504610503990954817062184986,decimal,30561.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.0303,clp,0.0,decimal,1901819.25,decimal,0.0,clp,0.0,decimal,0.0,clp,993.0,integer,1973247691.0,clp,1928502289.0,clp,0.0,clp,1014.0303
+15077-2020-02-24,real_asset_day,2020-02-24,0.000015846754284933350721042844778807776880724950350525,decimal,30565.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.1795,clp,14471.4952,decimal,1877609.1943,decimal,0.0,clp,38681.5509,decimal,0.0,clp,992.0,integer,1973046287.0,clp,1904232796.0,clp,0.0,clp,1014.1795
+15077-2020-02-25,real_asset_day,2020-02-25,0.000015847244977273200028078174269223576482525885040251,decimal,30178.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.2184,clp,13457.7101,decimal,1876360.2198,decimal,0.0,clp,14706.6846,decimal,0.0,clp,999.0,integer,1960722749.0,clp,1903039034.0,clp,0.0,clp,1014.2184
+15077-2020-02-26,real_asset_day,2020-02-26,0.000015847201655233364294812581663899469235680574154689,decimal,30159.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.2573,clp,26582.3059,decimal,1866653.8702,decimal,0.0,clp,36288.6555,decimal,0.0,clp,1003.0,integer,1984788935.0,clp,1893267287.0,clp,0.0,clp,1014.2573
+15077-2020-02-27,real_asset_day,2020-02-27,0.000015847122393213264473273364161715021364935800516665,decimal,30004.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.2966,clp,27310.2604,decimal,1870904.9787,decimal,0.0,clp,23059.1519,decimal,0.0,clp,1013.0,integer,1973362906.0,clp,1897652471.0,clp,0.0,clp,1014.2966
+15077-2020-02-28,real_asset_day,2020-02-28,0.000015846863418571400752241184765951896416271534016876,decimal,30073.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.3357,clp,57549.6388,decimal,1883778.5494,decimal,0.0,clp,44676.0681,decimal,0.0,clp,1034.0,integer,2047025199.0,clp,1910783824.0,clp,0.0,clp,1014.3357
+15077-2020-02-29,real_asset_day,2020-02-29,0.000015847151033728502664496431780528991131889,decimal,30280.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.3196,clp,0.0,decimal,1883778.5494,decimal,0.0,clp,0.0,decimal,0.0,clp,1034.0,integer,2047025199.0,clp,1910753544.0,clp,0.0,clp,1014.3196
+15077-2020-03-01,real_asset_day,2020-03-01,0.000015846878799583779600862294414989498754023,decimal,30279.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.3035,clp,0.0,decimal,1883778.5494,decimal,0.0,clp,0.0,decimal,0.0,clp,1034.0,integer,2047025199.0,clp,1910723265.0,clp,0.0,clp,1014.3035
+15077-2020-03-02,real_asset_day,2020-03-02,0.000015847170121459733199292536352458223936983269391006,decimal,30284.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.4524,clp,176577.1519,decimal,2035054.0873,decimal,0.0,clp,25301.614,decimal,0.0,clp,1070.0,integer,2159658952.0,clp,2064465486.0,clp,0.0,clp,1014.4524
+15077-2020-03-03,real_asset_day,2020-03-03,0.000015847153813121500962940589386974948568490726527498,decimal,32717.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.4864,clp,200838.9329,decimal,2189005.7749,decimal,0.0,clp,46887.2453,decimal,0.0,clp,1082.0,integer,2340120498.0,clp,2220716660.0,clp,0.0,clp,1014.4864
+15077-2020-03-04,real_asset_day,2020-03-04,0.000015847110068791759697399922093213278855063215687213,decimal,35193.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.517,clp,102725.772,decimal,2270044.8364,decimal,0.0,clp,21686.7105,decimal,0.0,clp,1104.0,integer,2399123009.0,clp,2302998970.0,clp,0.0,clp,1014.517
+15077-2020-03-05,real_asset_day,2020-03-05,0.00001584700497739496407098524983833759725550400152006,decimal,36497.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.5549,clp,119909.8761,decimal,2379893.1707,decimal,0.0,clp,10061.5418,decimal,0.0,clp,1116.0,integer,2495233438.0,clp,2414532200.0,clp,0.0,clp,1014.5549
+15077-2020-03-06,real_asset_day,2020-03-06,0.000015847237053670356608976333230948236834294156771193,decimal,38265.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.5903,clp,52403.7834,decimal,2422920.392,decimal,0.0,clp,9376.5621,decimal,0.0,clp,1125.0,integer,2500957895.0,clp,2458271497.0,clp,0.0,clp,1014.5903
+15077-2020-03-07,real_asset_day,2020-03-07,0.000015847158212360512397919640101290156991702,decimal,38956.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.5742,clp,0.0,decimal,2422920.392,decimal,0.0,clp,0.0,decimal,0.0,clp,1125.0,integer,2500957895.0,clp,2458232541.0,clp,0.0,clp,1014.5742
+15077-2020-03-08,real_asset_day,2020-03-08,0.000015847002539530668192053447168989562240278,decimal,38955.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.5581,clp,0.0,decimal,2422920.392,decimal,0.0,clp,0.0,decimal,0.0,clp,1125.0,integer,2500957895.0,clp,2458193586.0,clp,0.0,clp,1014.5581
+15077-2020-03-09,real_asset_day,2020-03-09,0.000015846916256978145530555243079417481063738647371659,decimal,38960.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.6939,clp,35633.1698,decimal,2427735.6175,decimal,0.0,clp,30817.9443,decimal,0.0,clp,1133.0,integer,2515480982.0,clp,2463408469.0,clp,0.0,clp,1014.6939
+15077-2020-03-10,real_asset_day,2020-03-10,0.00001584701838965395749041476997568540997785764371795,decimal,39039.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.7282,clp,73450.6987,decimal,2489049.4915,decimal,0.0,clp,12136.8247,decimal,0.0,clp,1136.0,integer,2579927870.0,clp,2525708726.0,clp,0.0,clp,1014.7282
+15077-2020-03-11,real_asset_day,2020-03-11,0.000015847240677739446762407877944078327028437852988475,decimal,40027.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.7659,clp,18039.4709,decimal,2469074.6369,decimal,0.0,clp,38014.3255,decimal,0.0,clp,1133.0,integer,2588854133.0,clp,2505532691.0,clp,0.0,clp,1014.7659
+15077-2020-03-12,real_asset_day,2020-03-12,0.000015847132693471289120428335915951151936433261237736,decimal,39707.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.804,clp,44938.6502,decimal,2503086.7062,decimal,0.0,clp,10926.5809,decimal,0.0,clp,1133.0,integer,2602560795.0,clp,2540142360.0,clp,0.0,clp,1014.804
+15077-2020-03-13,real_asset_day,2020-03-13,0.000015846953452767566224582612038092638787060251967961,decimal,40255.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.8414,clp,101429.5784,decimal,2570865.3987,decimal,0.0,clp,33650.8859,decimal,0.0,clp,1157.0,integer,2693313944.0,clp,2609020519.0,clp,0.0,clp,1014.8414
+15077-2020-03-14,real_asset_day,2020-03-14,0.000015847194340233549139093281240580726843319,decimal,41345.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.8253,clp,0.0,decimal,2570865.3987,decimal,0.0,clp,0.0,decimal,0.0,clp,1157.0,integer,2693313944.0,clp,2608979174.0,clp,0.0,clp,1014.8253
+15077-2020-03-15,real_asset_day,2020-03-15,0.000015847062173957591009364910776735526886818,decimal,41344.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.8092,clp,0.0,decimal,2570865.3987,decimal,0.0,clp,0.0,decimal,0.0,clp,1157.0,integer,2693313944.0,clp,2608937830.0,clp,0.0,clp,1014.8092
+15077-2020-03-16,real_asset_day,2020-03-16,0.000015847171492237466270243856389415144139773311967375,decimal,41350.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.9495,clp,66677.6949,decimal,2602150.4939,decimal,0.0,clp,35392.5997,decimal,0.0,clp,1157.0,integer,2722814766.0,clp,2641051241.0,clp,0.0,clp,1014.9495
+15077-2020-03-17,real_asset_day,2020-03-17,0.000015846924616708243905699164640148166691486752015929,decimal,41854.0,clp,0.0,integer,0.0,clp,0.0,clp,1014.9849,clp,122098.0499,decimal,2704690.1522,decimal,0.0,clp,19558.3916,decimal,0.0,clp,1193.0,integer,2835788095.0,clp,2745219582.0,clp,0.0,clp,1014.9849
+15077-2020-03-18,real_asset_day,2020-03-18,0.000015847027142848506224693890281849619741277665894042,decimal,43505.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.0183,clp,187913.6484,decimal,2820345.2932,decimal,0.0,clp,72258.5074,decimal,0.0,clp,1229.0,integer,2992507366.0,clp,2862701953.0,clp,0.0,clp,1015.0183
+15077-2020-03-19,real_asset_day,2020-03-19,0.000015847124961109453026936406408259201330832545147225,decimal,45367.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.0497,clp,294820.046,decimal,3030961.4322,decimal,0.0,clp,84203.907,decimal,0.0,clp,1229.0,integer,3255976654.0,clp,3076576425.0,clp,0.0,clp,1015.0497
+15077-2020-03-20,real_asset_day,2020-03-20,0.000015847047395878180514580856245480952634514527619728,decimal,48756.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.0777,clp,262685.5598,decimal,3284165.1166,decimal,0.0,clp,9481.8754,decimal,0.0,clp,1333.0,integer,3502905228.0,clp,3333682875.0,clp,0.0,clp,1015.0777
+15077-2020-03-21,real_asset_day,2020-03-21,0.00001584698939450133891836738655361657771859,decimal,52828.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.0616,clp,0.0,decimal,3284165.1166,decimal,0.0,clp,0.0,decimal,0.0,clp,1333.0,integer,3502905228.0,clp,3333630047.0,clp,0.0,clp,1015.0616
+15077-2020-03-22,real_asset_day,2020-03-22,0.000015847240525553879482519945790402283163671,decimal,52828.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.0456,clp,0.0,decimal,3284165.1166,decimal,0.0,clp,0.0,decimal,0.0,clp,1333.0,integer,3502905228.0,clp,3333577219.0,clp,0.0,clp,1015.0456
+15077-2020-03-23,real_asset_day,2020-03-23,0.000015846977111598840760314780049614885154458721591954,decimal,52835.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.1969,clp,271886.4625,decimal,3521445.5816,decimal,0.0,clp,34605.9975,decimal,0.0,clp,1384.0,integer,3706129785.0,clp,3574960748.0,clp,0.0,clp,1015.1969
+15077-2020-03-24,real_asset_day,2020-03-24,0.000015847191825010495853720870322124971370779356771983,decimal,56655.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.2312,clp,430031.3537,decimal,3897697.8357,decimal,0.0,clp,53779.0996,decimal,0.0,clp,1486.0,integer,4057417143.0,clp,3957064381.0,clp,0.0,clp,1015.2312
+15077-2020-03-25,real_asset_day,2020-03-25,0.000015847145774304366439928832777113210925958059366164,decimal,62710.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.2607,clp,112968.9248,decimal,3932782.0527,decimal,0.0,clp,77884.7078,decimal,0.0,clp,1512.0,integer,4162663018.0,clp,3992799102.0,clp,0.0,clp,1015.2607
+15077-2020-03-26,real_asset_day,2020-03-26,0.000015847074554317478363613942901383942965262751287579,decimal,63276.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.2898,clp,355962.2717,decimal,4203837.3878,decimal,0.0,clp,84906.9366,decimal,0.0,clp,1512.0,integer,4489113785.0,clp,4268113348.0,clp,0.0,clp,1015.2898
+15077-2020-03-27,real_asset_day,2020-03-27,0.000015847110253333718709789018128885599856264310020902,decimal,67639.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.3159,clp,213597.3467,decimal,4349043.8959,decimal,0.0,clp,68390.8386,decimal,0.0,clp,1621.0,integer,4651561608.0,clp,4415653447.0,clp,0.0,clp,1015.3159
+15077-2020-03-28,real_asset_day,2020-03-28,0.000015847056324010296883362757345839898246218,decimal,69974.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.2998,clp,0.0,decimal,4349043.8959,decimal,0.0,clp,0.0,decimal,0.0,clp,1621.0,integer,4651561608.0,clp,4415583473.0,clp,0.0,clp,1015.2998
+15077-2020-03-29,real_asset_day,2020-03-29,0.000015847080979369670141422962470842858933621,decimal,69973.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.2837,clp,0.0,decimal,4349043.8959,decimal,0.0,clp,0.0,decimal,0.0,clp,1621.0,integer,4651561608.0,clp,4415513500.0,clp,0.0,clp,1015.2837
+15077-2020-03-30,real_asset_day,2020-03-30,0.000015847122715449366043081868063179473168807803191719,decimal,69983.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.4261,clp,191814.9112,decimal,4485485.7006,decimal,0.0,clp,55373.1065,decimal,0.0,clp,1652.0,integer,4767951574.0,clp,4554679470.0,clp,0.0,clp,1015.4261
+15077-2020-03-31,real_asset_day,2020-03-31,0.000015847107418445129545343347698418238942984426785485,decimal,72181.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.4614,clp,56489.7679,decimal,4482125.5704,decimal,0.0,clp,59849.8981,decimal,0.0,clp,1659.0,integer,4739339869.0,clp,4551425472.0,clp,0.0,clp,1015.4614
+15077-2020-04-01,real_asset_day,2020-04-01,0.000015847144533453671980941808763737347216691274355429,decimal,72145.0,clp,0.0,integer,0.0,clp,0.0,clp,1015.7134,clp,77996.9069,decimal,4507163.4638,decimal,0.0,clp,52959.0135,decimal,0.0,clp,1659.0,integer,4750325923.0,clp,4577986508.0,clp,0.0,clp,1015.7134
+15077-2020-04-02,real_asset_day,2020-04-02,0.000015847092314039086206717698221246502396387772759267,decimal,72603.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.4866,clp,109616.1984,decimal,4593343.9587,decimal,0.0,clp,23435.7035,decimal,0.0,clp,1701.0,integer,4809079503.0,clp,4669072705.0,clp,0.0,clp,1016.4866
+15077-2020-04-03,real_asset_day,2020-04-03,0.000015847171508380116366092147855905857029145308798813,decimal,74030.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.0142,clp,42851.374,decimal,4585696.9008,decimal,0.0,clp,50498.4319,decimal,0.0,clp,1714.0,integer,4794382132.0,clp,4663718940.0,clp,0.0,clp,1017.0142
+15077-2020-04-04,real_asset_day,2020-04-04,0.000015847046558079221395974018421408438088814,decimal,73905.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.9981,clp,0.0,decimal,4585696.9008,decimal,0.0,clp,0.0,decimal,0.0,clp,1714.0,integer,4794382132.0,clp,4663645035.0,clp,0.0,clp,1016.9981
+15077-2020-04-05,real_asset_day,2020-04-05,0.000015847083259594866893432615684488848852513,decimal,73904.0,clp,0.0,integer,0.0,clp,0.0,clp,1016.982,clp,0.0,decimal,4585696.9008,decimal,0.0,clp,0.0,decimal,0.0,clp,1714.0,integer,4794382132.0,clp,4663571131.0,clp,0.0,clp,1016.982
+15077-2020-04-06,real_asset_day,2020-04-06,0.000015847205035302615298840646231170935732760800435813,decimal,73924.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.2494,clp,62757.8836,decimal,4610605.5922,decimal,0.0,clp,37849.1922,decimal,0.0,clp,1725.0,integer,4805731512.0,clp,4690135698.0,clp,0.0,clp,1017.2494
+15077-2020-04-07,real_asset_day,2020-04-07,0.000015847203153200888939470683957033536063584158142069,decimal,74338.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.42,clp,37316.8586,decimal,4590432.3714,decimal,0.0,clp,57490.0794,decimal,0.0,clp,1731.0,integer,4820737378.0,clp,4670397746.0,clp,0.0,clp,1017.42
+15077-2020-04-08,real_asset_day,2020-04-08,0.000015847151989410857154984372618182492197660514707203,decimal,74023.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.5643,clp,31423.8285,decimal,4607418.177,decimal,0.0,clp,14438.0229,decimal,0.0,clp,1735.0,integer,4802091940.0,clp,4688344290.0,clp,0.0,clp,1017.5643
+15077-2020-04-09,real_asset_day,2020-04-09,0.000015847230065596305029660992050981424614677907964347,decimal,74298.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.5743,clp,53163.2275,decimal,4620886.8853,decimal,0.0,clp,39694.5192,decimal,0.0,clp,1740.0,integer,4816334197.0,clp,4702095729.0,clp,0.0,clp,1017.5743
+15077-2020-04-10,real_asset_day,2020-04-10,0.000015847227520431338589781330878150876229086,decimal,74514.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.5582,clp,0.0,decimal,4620886.8853,decimal,0.0,clp,0.0,decimal,0.0,clp,1743.0,integer,4816334197.0,clp,4702021215.0,clp,0.0,clp,1017.5582
+15077-2020-04-11,real_asset_day,2020-04-11,0.000015847053296554561137482974145060189126521,decimal,74512.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.542,clp,0.0,decimal,4620886.8853,decimal,0.0,clp,0.0,decimal,0.0,clp,1743.0,integer,4816334197.0,clp,4701946703.0,clp,0.0,clp,1017.542
+15077-2020-04-12,real_asset_day,2020-04-12,0.000015847091745023766056463663230087220541788,decimal,74511.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.5259,clp,0.0,decimal,4620886.8853,decimal,0.0,clp,0.0,decimal,0.0,clp,1743.0,integer,4816334197.0,clp,4701872192.0,clp,0.0,clp,1017.5259
+15077-2020-04-13,real_asset_day,2020-04-13,0.000015847126951405528591819331258015524181990392670542,decimal,74517.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6056,clp,66855.2106,decimal,4577957.4068,decimal,0.0,clp,109784.6891,decimal,0.0,clp,1728.0,integer,4826317563.0,clp,4658555086.0,clp,0.0,clp,1017.6056
+15077-2020-04-14,real_asset_day,2020-04-14,0.000015847061771646310349437846601694920216355701889581,decimal,73825.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6137,clp,80446.6855,decimal,4634087.7347,decimal,0.0,clp,24316.3576,decimal,0.0,clp,1728.0,integer,4893600638.0,clp,4715711294.0,clp,0.0,clp,1017.6137
+15077-2020-04-15,real_asset_day,2020-04-15,0.000015847118643761794847657187301783297726094273301701,decimal,74731.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6214,clp,69150.98,decimal,4643677.1665,decimal,0.0,clp,59561.5482,decimal,0.0,clp,1730.0,integer,4923688331.0,clp,4725505272.0,clp,0.0,clp,1017.6214
+15077-2020-04-16,real_asset_day,2020-04-16,0.000015847075489247569567978494581831871840133398264964,decimal,74886.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.629,clp,66200.2497,decimal,4634587.4193,decimal,0.0,clp,75289.9969,decimal,0.0,clp,1728.0,integer,4879448414.0,clp,4716290697.0,clp,0.0,clp,1017.629
+15077-2020-04-17,real_asset_day,2020-04-17,0.000015847080109821557599881272977740144733143812087592,decimal,74740.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6367,clp,58589.8189,decimal,4528878.1246,decimal,0.0,clp,164299.1136,decimal,0.0,clp,1737.0,integer,4914437205.0,clp,4608752598.0,clp,0.0,clp,1017.6367
+15077-2020-04-18,real_asset_day,2020-04-18,0.000015847055319379110558618130041032290783929,decimal,73034.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6206,clp,0.0,decimal,4528878.1246,decimal,0.0,clp,0.0,decimal,0.0,clp,1737.0,integer,4914437205.0,clp,4608679564.0,clp,0.0,clp,1017.6206
+15077-2020-04-19,real_asset_day,2020-04-19,0.000015847089463754440007757737563298176040362,decimal,73033.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6044,clp,0.0,decimal,4528878.1246,decimal,0.0,clp,0.0,decimal,0.0,clp,1737.0,integer,4914437205.0,clp,4608606531.0,clp,0.0,clp,1017.6044
+15077-2020-04-20,real_asset_day,2020-04-20,0.000015847070721634816067709649026033048502515382637643,decimal,73037.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6614,clp,327423.9287,decimal,4808529.3857,decimal,0.0,clp,47772.6676,decimal,0.0,clp,1737.0,integer,5187363691.0,clp,4893454688.0,clp,0.0,clp,1017.6614
+15077-2020-04-21,real_asset_day,2020-04-21,0.000015847206490617392020044060338658691178700953587669,decimal,77548.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6668,clp,99752.2687,decimal,4890952.3987,decimal,0.0,clp,17329.2557,decimal,0.0,clp,1760.0,integer,5212364594.0,clp,4977359920.0,clp,0.0,clp,1017.6668
+15077-2020-04-22,real_asset_day,2020-04-22,0.000015847080966626263656775629601250547744908672414412,decimal,78877.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6716,clp,76085.9785,decimal,4940095.0568,decimal,0.0,clp,26943.3204,decimal,0.0,clp,1760.0,integer,5122700825.0,clp,5027394630.0,clp,0.0,clp,1017.6716
+15077-2020-04-23,real_asset_day,2020-04-23,0.000015847079187099341690989302394188401367979772937604,decimal,79670.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6778,clp,50596.6222,decimal,4962734.7797,decimal,0.0,clp,27956.8993,decimal,0.0,clp,1761.0,integer,5125685393.0,clp,5050464812.0,clp,0.0,clp,1017.6778
+15077-2020-04-24,real_asset_day,2020-04-24,0.000015847158026803546031057799444261921938944994802065,decimal,80036.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6839,clp,134435.4488,decimal,5017418.3205,decimal,0.0,clp,79751.908,decimal,0.0,clp,1765.0,integer,5244973482.0,clp,5106146040.0,clp,0.0,clp,1017.6839
+15077-2020-04-25,real_asset_day,2020-04-25,0.000015847232271972728617311839953201474277397,decimal,80917.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6678,clp,0.0,decimal,5017418.3205,decimal,0.0,clp,0.0,decimal,0.0,clp,1765.0,integer,5244973482.0,clp,5106065123.0,clp,0.0,clp,1017.6678
+15077-2020-04-26,real_asset_day,2020-04-26,0.000015847091707260525079947524976755666456225,decimal,80915.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6517,clp,0.0,decimal,5017418.3205,decimal,0.0,clp,0.0,decimal,0.0,clp,1765.0,integer,5244973482.0,clp,5105984208.0,clp,0.0,clp,1017.6517
+15077-2020-04-27,real_asset_day,2020-04-27,0.00001584709919186635092981002186320205688451719107839,decimal,80919.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7015,clp,99573.6861,decimal,4984696.1465,decimal,0.0,clp,132295.8601,decimal,0.0,clp,1765.0,integer,5319221238.0,clp,5072932803.0,clp,0.0,clp,1017.7015
+15077-2020-04-28,real_asset_day,2020-04-28,0.000015847149774166196481781684248390068012366956462307,decimal,80392.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7075,clp,46432.2175,decimal,4930181.8066,decimal,0.0,clp,100946.5574,decimal,0.0,clp,1771.0,integer,5338134844.0,clp,5017483066.0,clp,0.0,clp,1017.7075
+15077-2020-04-29,real_asset_day,2020-04-29,0.00001584709250848326230954780322499470488601450487776,decimal,79513.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7137,clp,54632.2751,decimal,4924686.0534,decimal,0.0,clp,60128.0283,decimal,0.0,clp,1778.0,integer,5312682536.0,clp,5011920359.0,clp,0.0,clp,1017.7137
+15077-2020-04-30,real_asset_day,2020-04-30,0.000015847121452620131866913313098256657445741771340973,decimal,79425.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7199,clp,81120.2938,decimal,4973032.6603,decimal,0.0,clp,32773.6869,decimal,0.0,clp,1780.0,integer,5260712884.0,clp,5061154543.0,clp,0.0,clp,1017.7199
+15077-2020-05-01,real_asset_day,2020-05-01,0.000015847228202509909823318246264550669742691,decimal,80204.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7038,clp,0.0,decimal,4973032.6603,decimal,0.0,clp,0.0,decimal,0.0,clp,1780.0,integer,5260712884.0,clp,5061074339.0,clp,0.0,clp,1017.7038
+15077-2020-05-02,real_asset_day,2020-05-02,0.000015847084155592650511699259058043046296459,decimal,80202.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6877,clp,0.0,decimal,4973032.6603,decimal,0.0,clp,0.0,decimal,0.0,clp,1780.0,integer,5260712884.0,clp,5060994137.0,clp,0.0,clp,1017.6877
+15077-2020-05-03,real_asset_day,2020-05-03,0.000015847137693747969714535766015840029096278,decimal,80201.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.6716,clp,0.0,decimal,4973032.6603,decimal,0.0,clp,0.0,decimal,0.0,clp,1780.0,integer,5260712884.0,clp,5060913936.0,clp,0.0,clp,1017.6716
+15077-2020-05-04,real_asset_day,2020-05-04,0.000015847195293524647455047381809884224474656811784907,decimal,80207.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.744,clp,141578.8663,decimal,5044483.0437,decimal,0.0,clp,70128.4829,decimal,0.0,clp,1805.0,integer,5302510288.0,clp,5133992356.0,clp,0.0,clp,1017.744
+15077-2020-05-05,real_asset_day,2020-05-05,0.000015847057835037040506960448603073995996053067050799,decimal,81359.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7481,clp,68351.4608,decimal,5079584.7964,decimal,0.0,clp,33249.7081,decimal,0.0,clp,1805.0,integer,5310983683.0,clp,5169737683.0,clp,0.0,clp,1017.7481
+15077-2020-05-06,real_asset_day,2020-05-06,0.00001584716558191375179405779051390669792829910116068,decimal,81926.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7519,clp,91337.0468,decimal,5155348.3729,decimal,0.0,clp,15573.4703,decimal,0.0,clp,1809.0,integer,5370689248.0,clp,5246865827.0,clp,0.0,clp,1017.7519
+15077-2020-05-07,real_asset_day,2020-05-07,0.000015847118045232157076702299661854730783227185928486,decimal,83148.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7556,clp,81121.5218,decimal,5200327.0666,decimal,0.0,clp,36142.8281,decimal,0.0,clp,1814.0,integer,5381980231.0,clp,5292661941.0,clp,0.0,clp,1017.7556
+15077-2020-05-08,real_asset_day,2020-05-08,0.00001584715614704912756414465533006315196193363254426,decimal,83874.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.76,clp,34766.8438,decimal,5211998.3844,decimal,0.0,clp,23095.526,decimal,0.0,clp,1815.0,integer,5383631283.0,clp,5304563245.0,clp,0.0,clp,1017.76
+15077-2020-05-09,real_asset_day,2020-05-09,0.000015847173131257592658695217909257422773591,decimal,84061.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7438,clp,0.0,decimal,5211998.3844,decimal,0.0,clp,0.0,decimal,0.0,clp,1815.0,integer,5383631283.0,clp,5304479184.0,clp,0.0,clp,1017.7438
+15077-2020-05-10,real_asset_day,2020-05-10,0.000015847235742236912590902984926279032602474,decimal,84060.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7277,clp,0.0,decimal,5211998.3844,decimal,0.0,clp,0.0,decimal,0.0,clp,1815.0,integer,5383631283.0,clp,5304395124.0,clp,0.0,clp,1017.7277
+15077-2020-05-11,real_asset_day,2020-05-11,0.000015847096006155129316542449039001297461919773937018,decimal,84063.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.773,clp,42966.7904,decimal,5204010.7132,decimal,0.0,clp,50954.4616,decimal,0.0,clp,1810.0,integer,5411831939.0,clp,5296501570.0,clp,0.0,clp,1017.773
+15077-2020-05-12,real_asset_day,2020-05-12,0.000015847236451622278027672058221120733796511613927441,decimal,83935.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7741,clp,28982.4136,decimal,5183546.4403,decimal,0.0,clp,49446.6865,decimal,0.0,clp,1810.0,integer,5404634364.0,clp,5275679069.0,clp,0.0,clp,1017.7741
+15077-2020-05-13,real_asset_day,2020-05-13,0.000015847232755614275504994074787222465167001579794243,decimal,83605.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7751,clp,144322.2134,decimal,5312192.2017,decimal,0.0,clp,15676.452,decimal,0.0,clp,1826.0,integer,5525828519.0,clp,5406616939.0,clp,0.0,clp,1017.7751
+15077-2020-05-14,real_asset_day,2020-05-14,0.000015847238297671339193658437952332750860771767398511,decimal,85680.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7757,clp,34145.65,decimal,5288771.9546,decimal,0.0,clp,57565.8971,decimal,0.0,clp,1826.0,integer,7508810078.0,clp,5382783724.0,clp,0.0,clp,1017.7757
+15077-2020-05-15,real_asset_day,2020-05-15,0.000015847178484222926256438340653983311933861838001404,decimal,85302.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7765,clp,75222.5621,decimal,5332166.3958,decimal,0.0,clp,31828.1209,decimal,0.0,clp,1826.0,integer,5535133718.0,clp,5426953705.0,clp,0.0,clp,1017.7765
+15077-2020-05-16,real_asset_day,2020-05-16,0.000015847078770828447899302531459074880838651,decimal,86000.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7604,clp,0.0,decimal,5332166.3958,decimal,0.0,clp,0.0,decimal,0.0,clp,1826.0,integer,5535133718.0,clp,5426867705.0,clp,0.0,clp,1017.7604
+15077-2020-05-17,real_asset_day,2020-05-17,0.000015847145630515619638229833746697604865848,decimal,85999.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7443,clp,0.0,decimal,5332166.3958,decimal,0.0,clp,0.0,decimal,0.0,clp,1826.0,integer,5535133718.0,clp,5426781706.0,clp,0.0,clp,1017.7443
+15077-2020-05-18,real_asset_day,2020-05-18,0.000015847140009399106239691254719235093251084598765933,decimal,86002.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7801,clp,70882.7686,decimal,5377469.1144,decimal,0.0,clp,25580.05,decimal,0.0,clp,1835.0,integer,5591598921.0,clp,5473081145.0,clp,0.0,clp,1017.7801
+15077-2020-05-19,real_asset_day,2020-05-19,0.000015847218744218957396876610576592793652678737037591,decimal,86734.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7905,clp,71342.6758,decimal,5411071.0512,decimal,0.0,clp,37740.739,decimal,0.0,clp,1834.0,integer,5605764285.0,clp,5507336779.0,clp,0.0,clp,1017.7905
+15077-2020-05-20,real_asset_day,2020-05-20,0.000015847190995423326823660204193040559442575030455576,decimal,87276.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7926,clp,57252.6916,decimal,5395622.9329,decimal,0.0,clp,72700.8099,decimal,0.0,clp,1830.0,integer,5631740508.0,clp,5491625295.0,clp,0.0,clp,1017.7926
+15077-2020-05-21,real_asset_day,2020-05-21,0.000015847107990745186958334718115330551998502,decimal,87025.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7765,clp,0.0,decimal,5395622.9329,decimal,0.0,clp,0.0,decimal,0.0,clp,1830.0,integer,5631740508.0,clp,5491538270.0,clp,0.0,clp,1017.7765
+15077-2020-05-22,real_asset_day,2020-05-22,0.000015847166796255234299398830325695505600548501973708,decimal,87027.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7961,clp,52439.4259,decimal,5428470.5243,decimal,0.0,clp,19591.8345,decimal,0.0,clp,1830.0,integer,5659271140.0,clp,5525076248.0,clp,0.0,clp,1017.7961
+15077-2020-05-23,real_asset_day,2020-05-23,0.000015847091254852636854075096656491926688546,decimal,87555.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.78,clp,0.0,decimal,5428470.5243,decimal,0.0,clp,0.0,decimal,0.0,clp,1830.0,integer,5659271140.0,clp,5524988693.0,clp,0.0,clp,1017.78
+15077-2020-05-24,real_asset_day,2020-05-24,0.00001584716138755148139855249634359113552276,decimal,87554.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7639,clp,0.0,decimal,5428470.5243,decimal,0.0,clp,0.0,decimal,0.0,clp,1830.0,integer,5659271140.0,clp,5524901139.0,clp,0.0,clp,1017.7639
+15077-2020-05-25,real_asset_day,2020-05-25,0.000015847172613880210550278108273337583595464972003577,decimal,87557.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.798,clp,20841.0135,decimal,5386673.6645,decimal,0.0,clp,62637.8733,decimal,0.0,clp,1828.0,integer,5642343864.0,clp,5482545773.0,clp,0.0,clp,1017.798
+15077-2020-05-26,real_asset_day,2020-05-26,0.00001584716604454218724500077899197502321322371644374,decimal,86883.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8002,clp,35055.3261,decimal,5377973.3539,decimal,0.0,clp,43755.6367,decimal,0.0,clp,1833.0,integer,5604127508.0,clp,5473702382.0,clp,0.0,clp,1017.8002
+15077-2020-05-27,real_asset_day,2020-05-27,0.000015847228265272108538552309730531346063388380867253,decimal,86743.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8001,clp,20316.4167,decimal,5285069.3462,decimal,0.0,clp,113220.4244,decimal,0.0,clp,1833.0,integer,5604951110.0,clp,5379143973.0,clp,0.0,clp,1017.8001
+15077-2020-05-28,real_asset_day,2020-05-28,0.000016011123326233107722235738937770409701298631510942,decimal,85244.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8003,clp,61035.2582,decimal,5258140.752,decimal,0.0,clp,87963.8524,decimal,0.0,clp,1826.0,integer,5727650063.0,clp,5296921476.0,clp,0.0,clp,1017.8003
+15077-2020-05-29,real_asset_day,2020-05-29,0.000015847235139975187925761168610221023370022685066516,decimal,84812.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8214,clp,34162.706,decimal,5245181.0174,decimal,0.0,clp,47122.4406,decimal,0.0,clp,1826.0,integer,5593839564.0,clp,5338657703.0,clp,0.0,clp,1017.8214
+15077-2020-05-30,real_asset_day,2020-05-30,0.000015847118393547100294066554864981972480631,decimal,84601.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8053,clp,0.0,decimal,5245181.0174,decimal,0.0,clp,0.0,decimal,0.0,clp,1826.0,integer,5593839564.0,clp,5338573102.0,clp,0.0,clp,1017.8053
+15077-2020-05-31,real_asset_day,2020-05-31,0.000015847182206781120833441480361551221713205,decimal,84600.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.7892,clp,0.0,decimal,5245181.0174,decimal,0.0,clp,0.0,decimal,0.0,clp,1826.0,integer,5593839564.0,clp,5338488502.0,clp,0.0,clp,1017.7892
+15077-2020-06-01,real_asset_day,2020-06-01,0.000015847135255791859709517467974607895881246442774586,decimal,84603.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8283,clp,72517.8138,decimal,5213414.4029,decimal,0.0,clp,104284.4283,decimal,0.0,clp,1826.0,integer,5652704217.0,clp,5306360668.0,clp,0.0,clp,1017.8283
+15077-2020-06-02,real_asset_day,2020-06-02,0.000015847117090424649185957006180024121312095665746651,decimal,84091.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8341,clp,107300.697,decimal,5262790.0337,decimal,0.0,clp,57925.0662,decimal,0.0,clp,1835.0,integer,5572503345.0,clp,5356647232.0,clp,0.0,clp,1017.8341
+15077-2020-06-03,real_asset_day,2020-06-03,0.000015847235917319135157569723718985036339163833286682,decimal,84888.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8335,clp,89039.4723,decimal,5306966.1846,decimal,0.0,clp,44863.3214,decimal,0.0,clp,1848.0,integer,5615250057.0,clp,5401607891.0,clp,0.0,clp,1017.8335
+15077-2020-06-04,real_asset_day,2020-06-04,0.00001584710387085544480601477921582638342757347553838,decimal,85600.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8354,clp,84925.9868,decimal,5359732.442,decimal,0.0,clp,32159.7294,decimal,0.0,clp,1848.0,integer,5595642702.0,clp,5455325269.0,clp,0.0,clp,1017.8354
+15077-2020-06-05,real_asset_day,2020-06-05,0.000015847091796431009102603515258975234217233265821844,decimal,86451.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8349,clp,99089.1113,decimal,5428412.4481,decimal,0.0,clp,30409.1052,decimal,0.0,clp,1889.0,integer,5637624855.0,clp,5525227632.0,clp,0.0,clp,1017.8349
+15077-2020-06-06,real_asset_day,2020-06-06,0.000015847200039692604542644578027760604427348,decimal,87558.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8188,clp,0.0,decimal,5428412.4481,decimal,0.0,clp,0.0,decimal,0.0,clp,1889.0,integer,5637624855.0,clp,5525140074.0,clp,0.0,clp,1017.8188
+15077-2020-06-07,real_asset_day,2020-06-07,0.000015847089184175606419095399447567748893569,decimal,87556.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8026,clp,0.0,decimal,5428412.4481,decimal,0.0,clp,0.0,decimal,0.0,clp,1889.0,integer,5637624855.0,clp,5525052518.0,clp,0.0,clp,1017.8026
+15077-2020-06-08,real_asset_day,2020-06-08,0.000015847172218735078312940401399950764350902666156698,decimal,87560.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8438,clp,118168.6673,decimal,5488119.0521,decimal,0.0,clp,58462.0633,decimal,0.0,clp,1889.0,integer,5712549729.0,clp,5586047976.0,clp,0.0,clp,1017.8438
+15077-2020-06-09,real_asset_day,2020-06-09,0.000015847231184176749959647737714111502653727095632352,decimal,88524.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8508,clp,113457.3234,decimal,5499395.1623,decimal,0.0,clp,102181.2132,decimal,0.0,clp,1921.0,integer,5792802392.0,clp,5597563634.0,clp,0.0,clp,1017.8508
+15077-2020-06-10,real_asset_day,2020-06-10,0.000015847178046359693521193509807569292039652757044323,decimal,88706.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8555,clp,117222.7265,decimal,5560044.5288,decimal,0.0,clp,56573.36,decimal,0.0,clp,1921.0,integer,5881281476.0,clp,5659321953.0,clp,0.0,clp,1017.8555
+15077-2020-06-11,real_asset_day,2020-06-11,0.000015847078041167367717049160028134065274258659487636,decimal,89684.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8587,clp,66092.7195,decimal,5540471.8884,decimal,0.0,clp,85665.3599,decimal,0.0,clp,1928.0,integer,5889156840.0,clp,5639417651.0,clp,0.0,clp,1017.8587
+15077-2020-06-12,real_asset_day,2020-06-12,0.000015847088540824594991635215307484021044112057318758,decimal,89369.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8661,clp,93425.3803,decimal,5608386.7179,decimal,0.0,clp,25510.5508,decimal,0.0,clp,1935.0,integer,5880376470.0,clp,5708586818.0,clp,0.0,clp,1017.8661
+15077-2020-06-13,real_asset_day,2020-06-13,0.000015847080277237034339842369926502300446857,decimal,90463.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.85,clp,0.0,decimal,5608386.7179,decimal,0.0,clp,0.0,decimal,0.0,clp,1949.0,integer,5880376470.0,clp,5708496355.0,clp,0.0,clp,1017.85
+15077-2020-06-14,real_asset_day,2020-06-14,0.00001584715622813894393826700507892563063052,decimal,90462.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8339,clp,0.0,decimal,5608386.7179,decimal,0.0,clp,0.0,decimal,0.0,clp,1949.0,integer,5880376470.0,clp,5708405893.0,clp,0.0,clp,1017.8339
+15077-2020-06-15,real_asset_day,2020-06-15,0.000015847215283491507939575626317972541172574056037283,decimal,90465.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8638,clp,139887.861,decimal,5731289.5001,decimal,0.0,clp,16985.0788,decimal,0.0,clp,1970.0,integer,5965438254.0,clp,5833672221.0,clp,0.0,clp,1017.8638
+15077-2020-06-16,real_asset_day,2020-06-16,0.000015847176815629010298593778242668290471566950893271,decimal,92447.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8612,clp,106868.3055,decimal,5781240.2988,decimal,0.0,clp,56917.5068,decimal,0.0,clp,1970.0,integer,5987097731.0,clp,5884500361.0,clp,0.0,clp,1017.8612
+15077-2020-06-17,real_asset_day,2020-06-17,0.000015847224676599656857153756229069537489829638004626,decimal,93253.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8612,clp,97159.1654,decimal,5711990.5138,decimal,0.0,clp,166408.9504,decimal,0.0,clp,1983.0,integer,6060119244.0,clp,5814013734.0,clp,0.0,clp,1017.8612
+15077-2020-06-18,real_asset_day,2020-06-18,0.000015847099482062801385337247115596559025894402780426,decimal,92135.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8584,clp,51037.7406,decimal,5711402.8989,decimal,0.0,clp,51625.3555,decimal,0.0,clp,1983.0,integer,6094856042.0,clp,5813399595.0,clp,0.0,clp,1017.8584
+15077-2020-06-19,real_asset_day,2020-06-19,0.000015847210020180279033470970874435449263867949420365,decimal,92126.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8566,clp,57559.4655,decimal,5708631.738,decimal,0.0,clp,60330.6264,decimal,0.0,clp,1982.0,integer,6185590960.0,clp,5810568582.0,clp,0.0,clp,1017.8566
+15077-2020-06-20,real_asset_day,2020-06-20,0.000015847237308042726854486812964655544871525,decimal,92080.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8405,clp,0.0,decimal,5708631.738,decimal,0.0,clp,0.0,decimal,0.0,clp,1976.0,integer,6185590960.0,clp,5810476502.0,clp,0.0,clp,1017.8405
+15077-2020-06-21,real_asset_day,2020-06-21,0.000015847144230193881574400971167135980192418,decimal,92078.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8244,clp,0.0,decimal,5708631.738,decimal,0.0,clp,0.0,decimal,0.0,clp,1976.0,integer,6185590960.0,clp,5810384424.0,clp,0.0,clp,1017.8244
+15077-2020-06-22,real_asset_day,2020-06-22,0.000015847146545224993274572927314007740296144840984594,decimal,92082.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8684,clp,102083.3178,decimal,5719840.5725,decimal,0.0,clp,90874.4833,decimal,0.0,clp,1976.0,integer,6030460773.0,clp,5822045105.0,clp,0.0,clp,1017.8684
+15077-2020-06-23,real_asset_day,2020-06-23,0.000015847221559139277069576441828207509984340280769918,decimal,92263.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8658,clp,19331.1703,decimal,5680669.9264,decimal,0.0,clp,58501.8164,decimal,0.0,clp,1973.0,integer,5997667211.0,clp,5782159581.0,clp,0.0,clp,1017.8658
+15077-2020-06-24,real_asset_day,2020-06-24,0.000015847073096994501998975888151995021115918876028048,decimal,91630.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8624,clp,19584.1717,decimal,5625334.7499,decimal,0.0,clp,74919.3482,decimal,0.0,clp,1964.0,integer,6041265628.0,clp,5725816705.0,clp,0.0,clp,1017.8624
+15077-2020-06-25,real_asset_day,2020-06-25,0.000015847221062281575849751101799540342679522540863296,decimal,90739.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8704,clp,71672.6281,decimal,5655265.2616,decimal,0.0,clp,41742.1164,decimal,0.0,clp,1956.0,integer,5936856791.0,clp,5756327326.0,clp,0.0,clp,1017.8704
+15077-2020-06-26,real_asset_day,2020-06-26,0.000015847139159689494310395978812730259329167228575516,decimal,91222.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.878,clp,43356.1623,decimal,5669893.6735,decimal,0.0,clp,28727.7504,decimal,0.0,clp,1960.0,integer,5921575196.0,clp,5771260163.0,clp,0.0,clp,1017.878
+15077-2020-06-27,real_asset_day,2020-06-27,0.000015847223441053916748903302637224966959751,decimal,91457.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8619,clp,0.0,decimal,5669893.6735,decimal,0.0,clp,0.0,decimal,0.0,clp,1960.0,integer,5921575196.0,clp,5771168706.0,clp,0.0,clp,1017.8619
+15077-2020-06-28,real_asset_day,2020-06-28,0.000015847128018283392755090326896059080322299,decimal,91455.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8458,clp,0.0,decimal,5669893.6735,decimal,0.0,clp,0.0,decimal,0.0,clp,1960.0,integer,5921575196.0,clp,5771077251.0,clp,0.0,clp,1017.8458
+15077-2020-06-29,real_asset_day,2020-06-29,0.000015847205870363017980582980110910849985583,decimal,91454.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8296,clp,0.0,decimal,5669893.6735,decimal,0.0,clp,0.0,decimal,0.0,clp,1960.0,integer,5921575196.0,clp,5770985797.0,clp,0.0,clp,1017.8296
+15077-2020-06-30,real_asset_day,2020-06-30,0.0000158471842878213453021875558269447704591063028687,decimal,91457.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8644,clp,102747.4164,decimal,5697709.3416,decimal,0.0,clp,74931.7483,decimal,0.0,clp,1982.0,integer,5950189170.0,clp,5799495543.0,clp,0.0,clp,1017.8644
+15077-2020-07-01,real_asset_day,2020-07-01,0.000015847127031098209880367164321125271840319304538693,decimal,91905.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8606,clp,79201.5166,decimal,5737801.0793,decimal,0.0,clp,39109.7789,decimal,0.0,clp,1982.0,integer,5988387496.0,clp,5840281725.0,clp,0.0,clp,1017.8606
+15077-2020-07-02,real_asset_day,2020-07-02,0.000015847203320841554120517208469191359592217003968317,decimal,92552.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8592,clp,45639.2878,decimal,5694591.0422,decimal,0.0,clp,88849.3249,decimal,0.0,clp,2006.0,integer,6005684746.0,clp,5796291665.0,clp,0.0,clp,1017.8592
+15077-2020-07-03,real_asset_day,2020-07-03,0.000015847215991127268678914768461795661386349508571836,decimal,91855.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8582,clp,49580.6785,decimal,5665976.102,decimal,0.0,clp,78195.6187,decimal,0.0,clp,2007.0,integer,5979966915.0,clp,5767160289.0,clp,0.0,clp,1017.8582
+15077-2020-07-04,real_asset_day,2020-07-04,0.000015847218341286273695092982344164285436661,decimal,91392.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8421,clp,0.0,decimal,5665976.102,decimal,0.0,clp,0.0,decimal,0.0,clp,2007.0,integer,5979966915.0,clp,5767068897.0,clp,0.0,clp,1017.8421
+15077-2020-07-05,real_asset_day,2020-07-05,0.000015847122671983745609569966370253782923242,decimal,91390.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8259,clp,0.0,decimal,5665976.102,decimal,0.0,clp,0.0,decimal,0.0,clp,2007.0,integer,5979966915.0,clp,5766977507.0,clp,0.0,clp,1017.8259
+15077-2020-07-06,real_asset_day,2020-07-06,0.00001584712082746049216974550941773252529284773556146,decimal,91392.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8483,clp,78905.8711,decimal,5588468.1972,decimal,0.0,clp,156413.7759,decimal,0.0,clp,2007.0,integer,6020691086.0,clp,5688213095.0,clp,0.0,clp,1017.8483
+15077-2020-07-07,real_asset_day,2020-07-07,0.00000928966839849040462237823211799599611250891723807,decimal,52842.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8558,clp,30694.2248,decimal,5500221.7996,decimal,0.0,clp,118940.6224,decimal,0.0,clp,2007.0,integer,6156591732.0,clp,5598432600.0,clp,0.0,clp,1017.8558
+15077-2020-07-08,real_asset_day,2020-07-08,0.00000928955281769255772278751867631319637371591404836,decimal,52007.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8571,clp,51471.4785,decimal,5470274.4031,decimal,0.0,clp,81418.875,decimal,0.0,clp,2007.0,integer,5934449261.0,clp,5567957391.0,clp,0.0,clp,1017.8571
+15077-2020-07-09,real_asset_day,2020-07-09,0.000009289573402439739542127438201861497774683539290014,decimal,51724.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8581,clp,80455.8905,decimal,5501403.2988,decimal,0.0,clp,49326.9948,decimal,0.0,clp,2012.0,integer,5977193673.0,clp,5599647692.0,clp,0.0,clp,1017.8581
+15077-2020-07-10,real_asset_day,2020-07-10,0.000009289627903874228601740460788385978210921831259753,decimal,52019.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.865,clp,49070.4918,decimal,5533970.0406,decimal,0.0,clp,16503.75,decimal,0.0,clp,2013.0,integer,5786166808.0,clp,5632834620.0,clp,0.0,clp,1017.865
+15077-2020-07-11,real_asset_day,2020-07-11,0.000009289547734826763393458430012597962480387,decimal,52326.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8556,clp,0.0,decimal,5533970.0406,decimal,0.0,clp,0.0,decimal,0.0,clp,2013.0,integer,5786166808.0,clp,5632782294.0,clp,0.0,clp,1017.8556
+15077-2020-07-12,real_asset_day,2020-07-12,0.000009289634031325536463210053885544260835762,decimal,52326.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8461,clp,0.0,decimal,5533970.0406,decimal,0.0,clp,0.0,decimal,0.0,clp,2013.0,integer,5786166808.0,clp,5632729968.0,clp,0.0,clp,1017.8461
+15077-2020-07-13,real_asset_day,2020-07-13,0.000009289591932301274060590473051814017973877633135153,decimal,52327.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8702,clp,108777.2341,decimal,5591447.0283,decimal,0.0,clp,51300.2464,decimal,0.0,clp,2020.0,integer,5814200635.0,clp,5691367255.0,clp,0.0,clp,1017.8702
+15077-2020-07-14,real_asset_day,2020-07-14,0.000009289677237322557075491887388182887900412139009568,decimal,52871.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8709,clp,63657.5747,decimal,5615276.4068,decimal,0.0,clp,39828.1962,decimal,0.0,clp,2053.0,integer,5828844601.0,clp,5715626271.0,clp,0.0,clp,1017.8709
+15077-2020-07-15,real_asset_day,2020-07-15,0.000009289609770694963788232130617579302439289171204162,decimal,53096.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8721,clp,75023.9475,decimal,5654139.7409,decimal,0.0,clp,36160.6134,decimal,0.0,clp,2053.0,integer,5888470600.0,clp,5755190886.0,clp,0.0,clp,1017.8721
+15077-2020-07-16,real_asset_day,2020-07-16,0.000009289613100521092456978502978833212824221,decimal,53463.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8626,clp,0.0,decimal,5654139.7409,decimal,0.0,clp,0.0,decimal,0.0,clp,2058.0,integer,5888470600.0,clp,5755137423.0,clp,0.0,clp,1017.8626
+15077-2020-07-17,real_asset_day,2020-07-17,0.000009289666082440085953955090592723465082508650155418,decimal,53464.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8758,clp,54341.051,decimal,5626750.7951,decimal,0.0,clp,81729.9968,decimal,0.0,clp,2065.0,integer,5889000475.0,clp,5727333701.0,clp,0.0,clp,1017.8758
+15077-2020-07-18,real_asset_day,2020-07-18,0.000009289574699173320408790867013824903641698,decimal,53204.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8664,clp,0.0,decimal,5626750.7951,decimal,0.0,clp,0.0,decimal,0.0,clp,2065.0,integer,5889000475.0,clp,5727280497.0,clp,0.0,clp,1017.8664
+15077-2020-07-19,real_asset_day,2020-07-19,0.000009289660996173074355406065425034284561265,decimal,53204.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8569,clp,0.0,decimal,5626750.7951,decimal,0.0,clp,0.0,decimal,0.0,clp,2065.0,integer,5889000475.0,clp,5727227293.0,clp,0.0,clp,1017.8569
+15077-2020-07-20,real_asset_day,2020-07-20,0.000009289627350923759411383889265968848709831596855896,decimal,53205.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8797,clp,75870.1057,decimal,5662526.7833,decimal,0.0,clp,40094.1175,decimal,0.0,clp,2086.0,integer,5925868750.0,clp,5763771335.0,clp,0.0,clp,1017.8797
+15077-2020-07-21,real_asset_day,2020-07-21,0.000009289548306563807517870279516874362891742067732102,decimal,53543.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8829,clp,44901.2421,decimal,5660518.4388,decimal,0.0,clp,46909.5866,decimal,0.0,clp,2086.0,integer,5934837680.0,clp,5761745134.0,clp,0.0,clp,1017.8829
+15077-2020-07-22,real_asset_day,2020-07-22,0.000009289538227291831351207362202938582204623522465927,decimal,53524.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8839,clp,81135.6251,decimal,5691107.3795,decimal,0.0,clp,50546.6844,decimal,0.0,clp,2093.0,integer,5934292067.0,clp,5792886326.0,clp,0.0,clp,1017.8839
+15077-2020-07-23,real_asset_day,2020-07-23,0.000009289622243804342045899053469519041024576173617635,decimal,53814.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.889,clp,63853.1804,decimal,5713645.3794,decimal,0.0,clp,41315.1805,decimal,0.0,clp,2100.0,integer,5958559872.0,clp,5815857039.0,clp,0.0,clp,1017.889
+15077-2020-07-24,real_asset_day,2020-07-24,0.00000928957117019779347440259300282432661880584309838,decimal,54027.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8925,clp,177756.8088,decimal,5876467.5096,decimal,0.0,clp,14934.6786,decimal,0.0,clp,2108.0,integer,6091822363.0,clp,5981612069.0,clp,0.0,clp,1017.8925
+15077-2020-07-25,real_asset_day,2020-07-25,0.000009289555314261653142825791342357566291136,decimal,55566.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.883,clp,0.0,decimal,5876467.5096,decimal,0.0,clp,0.0,decimal,0.0,clp,2108.0,integer,6091822363.0,clp,5981556503.0,clp,0.0,clp,1017.883
+15077-2020-07-26,real_asset_day,2020-07-26,0.000009289641610901247276691682979167942576216,decimal,55566.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.8736,clp,0.0,decimal,5876467.5096,decimal,0.0,clp,0.0,decimal,0.0,clp,2108.0,integer,6091822363.0,clp,5981500937.0,clp,0.0,clp,1017.8736
+15077-2020-07-27,real_asset_day,2020-07-27,0.000009289632193522081249847415706021956270532167437818,decimal,55568.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9112,clp,46595.1478,decimal,5858883.9232,decimal,0.0,clp,64178.7342,decimal,0.0,clp,2115.0,integer,6088078356.0,clp,5963823765.0,clp,0.0,clp,1017.9112
+15077-2020-07-28,real_asset_day,2020-07-28,0.000009289669189851943475689730300905681333828467729418,decimal,55402.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9122,clp,25128.7336,decimal,5875713.5772,decimal,0.0,clp,8299.0796,decimal,0.0,clp,2119.0,integer,6071663730.0,clp,5980960270.0,clp,0.0,clp,1017.9122
+15077-2020-07-29,real_asset_day,2020-07-29,0.000009289598726155460067545786723729349849423536452385,decimal,55561.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9173,clp,58004.1837,decimal,5908520.1119,decimal,0.0,clp,25197.649,decimal,0.0,clp,2137.0,integer,6115590898.0,clp,6014384653.0,clp,0.0,clp,1017.9173
+15077-2020-07-30,real_asset_day,2020-07-30,0.000009289552757562627102474150495913610320517557341448,decimal,55871.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9183,clp,30424.6284,decimal,5917018.3971,decimal,0.0,clp,21926.3432,decimal,0.0,clp,2162.0,integer,6081294380.0,clp,6023041291.0,clp,0.0,clp,1017.9183
+15077-2020-07-31,real_asset_day,2020-07-31,0.000009289640370893778123448159966611086507654354736864,decimal,55952.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9203,clp,52262.5557,decimal,5947919.1034,decimal,0.0,clp,21361.8494,decimal,0.0,clp,2162.0,integer,6126113822.0,clp,6054507854.0,clp,0.0,clp,1017.9203
+15077-2020-08-01,real_asset_day,2020-08-01,0.000009289693538404545940371303091478503038197,decimal,56244.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9109,clp,0.0,decimal,5947919.1034,decimal,0.0,clp,0.0,decimal,0.0,clp,2162.0,integer,6126113822.0,clp,6054451610.0,clp,0.0,clp,1017.9109
+15077-2020-08-02,real_asset_day,2020-08-02,0.000009289614666818305921183161476213517325784,decimal,56243.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9014,clp,0.0,decimal,5947919.1034,decimal,0.0,clp,0.0,decimal,0.0,clp,2162.0,integer,6126113822.0,clp,6054395367.0,clp,0.0,clp,1017.9014
+15077-2020-08-03,real_asset_day,2020-08-03,0.000009289595437094252430482587845660371775627459633992,decimal,56244.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9216,clp,106996.2236,decimal,5992550.404,decimal,0.0,clp,62364.923,decimal,0.0,clp,2193.0,integer,6209554887.0,clp,6099946712.0,clp,0.0,clp,1017.9216
+15077-2020-08-04,real_asset_day,2020-08-04,0.000009289570086097657837453671864900418330583919116133,decimal,56666.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9237,clp,62252.8133,decimal,6020031.4143,decimal,0.0,clp,34771.803,decimal,0.0,clp,2207.0,integer,6250673588.0,clp,6127932932.0,clp,0.0,clp,1017.9237
+15077-2020-08-05,real_asset_day,2020-08-05,0.000009289583991659921547364624843660469287498932975968,decimal,56926.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9247,clp,39939.626,decimal,6042752.5139,decimal,0.0,clp,17218.5264,decimal,0.0,clp,2214.0,integer,6269647018.0,clp,6151066934.0,clp,0.0,clp,1017.9247
+15077-2020-08-06,real_asset_day,2020-08-06,0.000009289580743011813272865286323412134622231289387258,decimal,57142.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9455,clp,65408.7116,decimal,6059378.3714,decimal,0.0,clp,48782.8541,decimal,0.0,clp,2224.0,integer,6272929695.0,clp,6168116782.0,clp,0.0,clp,1017.9455
+15077-2020-08-07,real_asset_day,2020-08-07,0.000009289542133455373230023859011489162846631920331381,decimal,57299.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9458,clp,162941.682,decimal,6056232.4138,decimal,,,166087.6396,decimal,,,2235.0,integer,6403459828.0,clp,6164916442.0,clp,0.0,clp,1017.9458
+15077-2020-08-08,real_asset_day,2020-08-08,0.000009289587708802638694111820873543902443983,decimal,57269.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9364,clp,0.0,decimal,6056232.4138,decimal,0.0,clp,0.0,decimal,0.0,clp,2235.0,integer,6403459828.0,clp,6164859173.0,clp,0.0,clp,1017.9364
+15077-2020-08-09,real_asset_day,2020-08-09,0.000009289674006044104024790088372643352336987,decimal,57269.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9269,clp,0.0,decimal,6056232.4138,decimal,0.0,clp,0.0,decimal,0.0,clp,2235.0,integer,6403459828.0,clp,6164801904.0,clp,0.0,clp,1017.9269
+15077-2020-08-10,real_asset_day,2020-08-10,0.000009289576655557145451923267636549098747959657353252,decimal,57270.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9553,clp,103570.9606,decimal,6039566.8433,decimal,0.0,clp,120236.5311,decimal,0.0,clp,2251.0,integer,6491592795.0,clp,6148009350.0,clp,0.0,clp,1017.9553
+15077-2020-08-11,real_asset_day,2020-08-11,0.000009289675503473404880169978698934209602779376792899,decimal,57113.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9551,clp,135975.0393,decimal,6081734.9694,decimal,0.0,clp,93806.9132,decimal,0.0,clp,2261.0,integer,6580406829.0,clp,6190933333.0,clp,0.0,clp,1017.9551
+15077-2020-08-12,real_asset_day,2020-08-12,0.000009289550998836136354710910759482934121217048800468,decimal,57511.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9553,clp,688498.4747,decimal,6659249.9284,decimal,0.0,clp,110983.5157,decimal,0.0,clp,2263.0,integer,7112257775.0,clp,6778818723.0,clp,0.0,clp,1017.9553
+15077-2020-08-13,real_asset_day,2020-08-13,0.00000928963080553143978491462085495720070333176659517,decimal,62973.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9598,clp,50609.12,decimal,6632749.0057,decimal,0.0,clp,77110.0427,decimal,0.0,clp,2270.0,integer,7041473179.0,clp,6751871642.0,clp,0.0,clp,1017.9598
+15077-2020-08-14,real_asset_day,2020-08-14,0.000009289570080897990062919738372189659054216233026166,decimal,62722.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.96,clp,63893.4704,decimal,6646587.2786,decimal,0.0,clp,50055.1975,decimal,0.0,clp,2276.0,integer,7011087312.0,clp,6765960087.0,clp,0.0,clp,1017.96
+15077-2020-08-15,real_asset_day,2020-08-15,0.00000928967701196390947134506831913846949216,decimal,62853.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9506,clp,0.0,decimal,6646587.2786,decimal,0.0,clp,0.0,decimal,0.0,clp,2276.0,integer,7011087312.0,clp,6765897234.0,clp,0.0,clp,1017.9506
+15077-2020-08-16,real_asset_day,2020-08-16,0.000009289615508061072134000101807398926662051,decimal,62852.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9411,clp,0.0,decimal,6646587.2786,decimal,0.0,clp,0.0,decimal,0.0,clp,2276.0,integer,7011087312.0,clp,6765834382.0,clp,0.0,clp,1017.9411
+15077-2020-08-17,real_asset_day,2020-08-17,0.000009289591388726485046713530509680074434301070945614,decimal,62853.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9599,clp,99797.2066,decimal,6507998.898,decimal,0.0,clp,238385.5872,decimal,0.0,clp,2552.0,integer,6999888672.0,clp,6624882182.0,clp,0.0,clp,1017.9599
+15077-2020-08-18,real_asset_day,2020-08-18,0.000009289675056632731628758258104036291968807841592037,decimal,61543.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9599,clp,24637.0952,decimal,6409854.7894,decimal,0.0,clp,122781.2038,decimal,0.0,clp,2540.0,integer,6946533568.0,clp,6524975118.0,clp,0.0,clp,1017.9599
+15077-2020-08-19,real_asset_day,2020-08-19,0.000009289665367197960309414960454001055168541489188113,decimal,60615.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9627,clp,76066.646,decimal,6293175.7517,decimal,0.0,clp,192745.6837,decimal,0.0,clp,2548.0,integer,6973090718.0,clp,6406217931.0,clp,0.0,clp,1017.9627
+15077-2020-08-20,real_asset_day,2020-08-20,0.00000928955998123309751492461744427358407420867775438,decimal,59511.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9636,clp,48534.7861,decimal,6246514.5864,decimal,0.0,clp,95195.9514,decimal,0.0,clp,2559.0,integer,7034896748.0,clp,6358724406.0,clp,0.0,clp,1017.9636
+15077-2020-08-21,real_asset_day,2020-08-21,0.0000092895922451975123207044885636275688061865546252,decimal,59070.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9643,clp,99628.4968,decimal,6311601.3569,decimal,0.0,clp,34541.7263,decimal,0.0,clp,2573.0,integer,6824499404.0,clp,6424985051.0,clp,0.0,clp,1017.9643
+15077-2020-08-22,real_asset_day,2020-08-22,0.000009289602073176829490971553178350181009714,decimal,59685.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9549,clp,0.0,decimal,6311601.3569,decimal,0.0,clp,0.0,decimal,0.0,clp,2573.0,integer,6824499404.0,clp,6424925366.0,clp,0.0,clp,1017.9549
+15077-2020-08-23,real_asset_day,2020-08-23,0.000009289688370685176974674873362539328080935,decimal,59685.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9454,clp,0.0,decimal,6311601.3569,decimal,0.0,clp,0.0,decimal,0.0,clp,2573.0,integer,6824499404.0,clp,6424865681.0,clp,0.0,clp,1017.9454
+15077-2020-08-24,real_asset_day,2020-08-24,0.000009289662462030783177531899289428121246717298161888,decimal,59686.0,clp,0.0,integer,0.0,clp,0.0,clp,1017.9653,clp,434904.9484,decimal,6642563.0308,decimal,0.0,clp,103943.2745,decimal,0.0,clp,2595.0,integer,7001194890.0,clp,6761898746.0,clp,0.0,clp,1017.9653
+15077-2020-08-25,real_asset_day,2020-08-25,0.000009289630779581119178941908258196887299257607415156,decimal,62819.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0213,clp,71631.0262,decimal,6625213.7901,decimal,0.0,clp,88980.2669,decimal,0.0,clp,2598.0,integer,6977645777.0,clp,6744609015.0,clp,0.0,clp,1018.0213
+15077-2020-08-26,real_asset_day,2020-08-26,0.000009289616113971947823837551139680088165801490091203,decimal,62655.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0241,clp,59652.7226,decimal,6632892.4492,decimal,0.0,clp,51974.0635,decimal,0.0,clp,2605.0,integer,7003292552.0,clp,6752444527.0,clp,0.0,clp,1018.0241
+15077-2020-08-27,real_asset_day,2020-08-27,0.00000928968204768402843188265685842399532237286420514,decimal,62728.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0231,clp,75100.1249,decimal,6632077.4436,decimal,0.0,clp,75915.1305,decimal,0.0,clp,2363.0,integer,6973991544.0,clp,6751608083.0,clp,0.0,clp,1018.0231
+15077-2020-08-28,real_asset_day,2020-08-28,0.000009289590162690088983685646415586533298053043489556,decimal,62721.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0447,clp,61846.9287,decimal,6337933.0485,decimal,0.0,clp,355991.3238,decimal,0.0,clp,2373.0,integer,8096576344.0,clp,6452298893.0,clp,0.0,clp,1018.0447
+15077-2020-08-29,real_asset_day,2020-08-29,0.000009289643552776579328156109700087217197629,decimal,59939.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0352,clp,0.0,decimal,6337933.0485,decimal,0.0,clp,0.0,decimal,0.0,clp,2373.0,integer,8096576344.0,clp,6452238954.0,clp,0.0,clp,1018.0352
+15077-2020-08-30,real_asset_day,2020-08-30,0.000009289574863215481496801669025483219791681,decimal,59938.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0257,clp,0.0,decimal,6337933.0485,decimal,0.0,clp,0.0,decimal,0.0,clp,2373.0,integer,8096576344.0,clp,6452179016.0,clp,0.0,clp,1018.0257
+15077-2020-08-31,real_asset_day,2020-08-31,0.000009289669336539786636336326069305563911299694867661,decimal,59940.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0494,clp,73984.8235,decimal,6236191.851,decimal,0.0,clp,175726.021,decimal,0.0,clp,2395.0,integer,6969195316.0,clp,6348751127.0,clp,0.0,clp,1018.0494
+15077-2020-09-01,real_asset_day,2020-09-01,0.000009289577314746418666569048974057042690700059177889,decimal,58977.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0457,clp,72132.9279,decimal,6253321.9883,decimal,0.0,clp,55002.7906,decimal,0.0,clp,2400.0,integer,7245382470.0,clp,6366167305.0,clp,0.0,clp,1018.0457
+15077-2020-09-02,real_asset_day,2020-09-02,0.000009289686573536404356978959106493919675509801103659,decimal,59141.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0681,clp,170578.268,decimal,6358155.0565,decimal,0.0,clp,65745.1998,decimal,0.0,clp,2401.0,integer,6776824880.0,clp,6473034562.0,clp,0.0,clp,1018.0681
+15077-2020-09-03,real_asset_day,2020-09-03,0.000009289616131281998696771168057821592180131892280681,decimal,60133.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.0849,clp,69695.7223,decimal,6368049.3684,decimal,0.0,clp,59801.4104,decimal,0.0,clp,2407.0,integer,6669052374.0,clp,6483214782.0,clp,0.0,clp,1018.0849
+15077-2020-09-04,real_asset_day,2020-09-04,0.000009289552150090959421248944829411833033662299642886,decimal,60228.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.116,clp,69941.8986,decimal,6377098.004,decimal,0.0,clp,60893.263,decimal,0.0,clp,2433.0,integer,6684524092.0,clp,6492625219.0,clp,0.0,clp,1018.116
+15077-2020-09-05,real_asset_day,2020-09-05,0.000009289703049953568388701383340271744268378,decimal,60314.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.1065,clp,0.0,decimal,6377098.004,decimal,0.0,clp,0.0,decimal,0.0,clp,2433.0,integer,6684524092.0,clp,6492564905.0,clp,0.0,clp,1018.1065
+15077-2020-09-06,real_asset_day,2020-09-06,0.000009289635324142409170282185608656709287392,decimal,60313.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.097,clp,0.0,decimal,6377098.004,decimal,0.0,clp,0.0,decimal,0.0,clp,2433.0,integer,6684524092.0,clp,6492504592.0,clp,0.0,clp,1018.097
+15077-2020-09-07,real_asset_day,2020-09-07,0.000009289645227744279626779681942988280119968126711132,decimal,60318.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.1804,clp,116922.3685,decimal,6452617.7291,decimal,0.0,clp,41402.6434,decimal,0.0,clp,2486.0,integer,6737227693.0,clp,6569928608.0,clp,0.0,clp,1018.1804
+15077-2020-09-08,real_asset_day,2020-09-08,0.000009289560416565416393210317105964228550316530522843,decimal,61035.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.2346,clp,177516.825,decimal,6601070.067,decimal,0.0,clp,29064.4871,decimal,0.0,clp,2496.0,integer,6857512582.0,clp,6721437906.0,clp,0.0,clp,1018.2346
+15077-2020-09-09,real_asset_day,2020-09-09,0.000009289618318165056013932824910430425291499711657899,decimal,62441.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.2575,clp,260628.8149,decimal,6712642.0936,decimal,0.0,clp,149056.7883,decimal,0.0,clp,2512.0,integer,7061117356.0,clp,6835198451.0,clp,0.0,clp,1018.2575
+15077-2020-09-10,real_asset_day,2020-09-10,0.000009289658572376906838830338442797407144209558046365,decimal,63498.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.279,clp,80766.9,decimal,6683058.3755,decimal,0.0,clp,110350.6181,decimal,0.0,clp,2521.0,integer,7101412993.0,clp,6805218231.0,clp,0.0,clp,1018.279
+15077-2020-09-11,real_asset_day,2020-09-11,0.000009289662199557195065690454477469801577898326617251,decimal,63219.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.2923,clp,96709.5431,decimal,6750117.9554,decimal,0.0,clp,29649.9632,decimal,0.0,clp,2543.0,integer,7170448754.0,clp,6873592910.0,clp,0.0,clp,1018.2923
+15077-2020-09-12,real_asset_day,2020-09-12,0.000009289696671169538928741885145419848626677,decimal,63853.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.2828,clp,0.0,decimal,6750117.9554,decimal,0.0,clp,0.0,decimal,0.0,clp,2543.0,integer,7170448754.0,clp,6873529057.0,clp,0.0,clp,1018.2828
+15077-2020-09-13,real_asset_day,2020-09-13,0.000009289637482059531281209126307056063725284,decimal,63852.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.2733,clp,0.0,decimal,6750117.9554,decimal,0.0,clp,0.0,decimal,0.0,clp,2543.0,integer,7170448754.0,clp,6873465205.0,clp,0.0,clp,1018.2733
+15077-2020-09-14,real_asset_day,2020-09-14,0.000009289560096508578966909015704990582829832984621114,decimal,63855.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.3297,clp,370425.612,decimal,7064962.3425,decimal,0.0,clp,55581.2249,decimal,0.0,clp,2611.0,integer,7396330019.0,clp,7194460797.0,clp,0.0,clp,1018.3297
+15077-2020-09-15,real_asset_day,2020-09-15,0.000009289637024349941395367439290535267351788248824705,decimal,66835.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.346,clp,143744.3462,decimal,7146072.379,decimal,0.0,clp,62634.3097,decimal,0.0,clp,2633.0,integer,7430525865.0,clp,7277174126.0,clp,0.0,clp,1018.346
+15077-2020-09-16,real_asset_day,2020-09-16,0.000009289697352317275882709775304281503431460979997359,decimal,67603.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.3498,clp,64791.9298,decimal,7059647.3941,decimal,0.0,clp,151216.9147,decimal,0.0,clp,2628.0,integer,7466409414.0,clp,7189190687.0,clp,0.0,clp,1018.3498
+15077-2020-09-17,real_asset_day,2020-09-17,0.000009289702536657878979784853483870065194548730393486,decimal,66788.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.3888,clp,135426.3348,decimal,7171915.348,decimal,0.0,clp,23158.3809,decimal,0.0,clp,2655.0,integer,7548068108.0,clp,7303798369.0,clp,0.0,clp,1018.3888
+15077-2020-09-18,real_asset_day,2020-09-18,0.000009289636277544369202712588580006919532404,decimal,67849.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.3794,clp,0.0,decimal,7171915.348,decimal,0.0,clp,0.0,decimal,0.0,clp,2655.0,integer,7548068108.0,clp,7303730520.0,clp,0.0,clp,1018.3794
+15077-2020-09-19,real_asset_day,2020-09-19,0.000009289585656811396614840812023745666220988,decimal,67848.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.3699,clp,0.0,decimal,7171915.348,decimal,0.0,clp,0.0,decimal,0.0,clp,2655.0,integer,7548068108.0,clp,7303662672.0,clp,0.0,clp,1018.3699
+15077-2020-09-20,real_asset_day,2020-09-20,0.000009289671954014737113242688283059662785039,decimal,67848.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.3604,clp,0.0,decimal,7171915.348,decimal,0.0,clp,0.0,decimal,0.0,clp,2655.0,integer,7548068108.0,clp,7303594824.0,clp,0.0,clp,1018.3604
+15077-2020-09-21,real_asset_day,2020-09-21,0.000009289681718168232720081516614244432392468248730839,decimal,67852.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4194,clp,100925.0877,decimal,7223070.1722,decimal,0.0,clp,49770.2635,decimal,0.0,clp,2671.0,integer,8187559537.0,clp,7356114798.0,clp,0.0,clp,1018.4194
+15077-2020-09-22,real_asset_day,2020-09-22,0.00000928968793195065048169747920265052677792268508102,decimal,68337.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4341,clp,33538.0585,decimal,7119386.7668,decimal,0.0,clp,137221.4639,decimal,0.0,clp,2675.0,integer,7467898936.0,clp,7250626559.0,clp,0.0,clp,1018.4341
+15077-2020-09-23,real_asset_day,2020-09-23,0.000009289616077136425702254346322727599234893784982405,decimal,67358.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4714,clp,95463.7706,decimal,7169866.5209,decimal,0.0,clp,44984.0165,decimal,0.0,clp,2677.0,integer,7541874306.0,clp,7302303874.0,clp,0.0,clp,1018.4714
+15077-2020-09-24,real_asset_day,2020-09-24,0.000009289605398585052241139072412344133372121354716886,decimal,67837.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4936,clp,146875.0326,decimal,7243047.8021,decimal,0.0,clp,73693.7514,decimal,0.0,clp,2697.0,integer,7641005578.0,clp,7376997698.0,clp,0.0,clp,1018.4936
+15077-2020-09-25,real_asset_day,2020-09-25,0.00000928962429313701214109063700933678820374540601194,decimal,68525.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4262,clp,68156.4585,decimal,7268894.706,decimal,0.0,clp,42309.5546,decimal,0.0,clp,2704.0,integer,7570247011.0,clp,7402832465.0,clp,0.0,clp,1018.4262
+15077-2020-09-26,real_asset_day,2020-09-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.4601,clp,0.0,decimal,7268894.706,decimal,0.0,clp,0.0,decimal,0.0,clp,2704.0,integer,7570247011.0,clp,7403078880.0,clp,0.0,clp,1018.4601
+15077-2020-09-27,real_asset_day,2020-09-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.494,clp,0.0,decimal,7268894.706,decimal,0.0,clp,0.0,decimal,0.0,clp,2704.0,integer,7570247011.0,clp,7403325296.0,clp,0.0,clp,1018.494
+15077-2020-09-28,real_asset_day,2020-09-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.5279,clp,89661.5174,decimal,7299717.8424,decimal,0.0,clp,58838.381,decimal,0.0,clp,2713.0,integer,7615954586.0,clp,7434966518.0,clp,0.0,clp,1018.5279
+15077-2020-09-29,real_asset_day,2020-09-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.5619,clp,87778.5913,decimal,7232636.2873,decimal,0.0,clp,154860.1464,decimal,0.0,clp,2720.0,integer,7629678229.0,clp,7366888098.0,clp,0.0,clp,1018.5619
+15077-2020-09-30,real_asset_day,2020-09-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.5959,clp,34879.5098,decimal,7125233.7603,decimal,0.0,clp,142282.0368,decimal,0.0,clp,2720.0,integer,7666567367.0,clp,7257734085.0,clp,0.0,clp,1018.5959
+15077-2020-10-01,real_asset_day,2020-10-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.6299,clp,68907.969,decimal,7143079.2713,decimal,0.0,clp,51062.458,decimal,0.0,clp,2726.0,integer,7705784673.0,clp,7276154036.0,clp,0.0,clp,1018.6299
+15077-2020-10-02,real_asset_day,2020-10-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.6639,clp,105118.6104,decimal,7159530.4297,decimal,0.0,clp,88667.452,decimal,0.0,clp,2742.0,integer,7583403843.0,clp,7293155454.0,clp,0.0,clp,1018.6639
+15077-2020-10-03,real_asset_day,2020-10-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.6979,clp,0.0,decimal,7159530.4297,decimal,0.0,clp,0.0,decimal,0.0,clp,2742.0,integer,7583403843.0,clp,7293398878.0,clp,0.0,clp,1018.6979
+15077-2020-10-04,real_asset_day,2020-10-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.7319,clp,0.0,decimal,7159530.4297,decimal,0.0,clp,0.0,decimal,0.0,clp,2742.0,integer,7583403843.0,clp,7293642302.0,clp,0.0,clp,1018.7319
+15077-2020-10-05,real_asset_day,2020-10-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.7659,clp,78739.2693,decimal,7154999.2072,decimal,0.0,clp,83270.4918,decimal,0.0,clp,2763.0,integer,7521247971.0,clp,7289269377.0,clp,0.0,clp,1018.7659
+15077-2020-10-06,real_asset_day,2020-10-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.7999,clp,62252.0361,decimal,7161430.4554,decimal,0.0,clp,55820.7879,decimal,0.0,clp,2772.0,integer,7532864496.0,clp,7296064496.0,clp,0.0,clp,1018.7999
+15077-2020-10-07,real_asset_day,2020-10-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.8339,clp,65063.8595,decimal,7200842.1744,decimal,0.0,clp,25652.1405,decimal,0.0,clp,2789.0,integer,7959407330.0,clp,7336462103.0,clp,0.0,clp,1018.8339
+15077-2020-10-08,real_asset_day,2020-10-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.8679,clp,113233.5221,decimal,7211276.7797,decimal,0.0,clp,102798.9168,decimal,0.0,clp,2811.0,integer,7541463786.0,clp,7347338635.0,clp,0.0,clp,1018.8679
+15077-2020-10-09,real_asset_day,2020-10-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.9019,clp,167527.6996,decimal,7352021.0057,decimal,0.0,clp,26783.4736,decimal,0.0,clp,2821.0,integer,7658966803.0,clp,7490988124.0,clp,0.0,clp,1018.9019
+15077-2020-10-10,real_asset_day,2020-10-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.9359,clp,0.0,decimal,7352021.0057,decimal,0.0,clp,0.0,decimal,0.0,clp,2821.0,integer,7658966803.0,clp,7491238092.0,clp,0.0,clp,1018.9359
+15077-2020-10-11,real_asset_day,2020-10-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1018.9699,clp,0.0,decimal,7352021.0057,decimal,0.0,clp,0.0,decimal,0.0,clp,2821.0,integer,7658966803.0,clp,7491488061.0,clp,0.0,clp,1018.9699
+15077-2020-10-12,real_asset_day,2020-10-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.0039,clp,0.0,decimal,7352021.0057,decimal,0.0,clp,0.0,decimal,0.0,clp,2821.0,integer,7658966803.0,clp,7491738030.0,clp,0.0,clp,1019.0039
+15077-2020-10-13,real_asset_day,2020-10-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.0379,clp,206604.2577,decimal,7345598.943,decimal,0.0,clp,213026.3204,decimal,0.0,clp,2863.0,integer,7846435744.0,clp,7485443783.0,clp,0.0,clp,1019.0379
+15077-2020-10-14,real_asset_day,2020-10-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.0719,clp,,,7495562.531,decimal,0.0,clp,,,0.0,clp,2900.0,integer,7938780214.0,clp,,,0.0,clp,1019.0719
+15077-2020-10-15,real_asset_day,2020-10-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.1059,clp,117733.7138,decimal,7548205.3036,decimal,0.0,clp,65090.9412,decimal,0.0,clp,2930.0,integer,8031803260.0,clp,7692420522.0,clp,0.0,clp,1019.1059
+15077-2020-10-16,real_asset_day,2020-10-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.1399,clp,247412.4649,decimal,7762229.7313,decimal,0.0,clp,33388.0372,decimal,0.0,clp,2969.0,integer,8067570632.0,clp,7910797784.0,clp,0.0,clp,1019.1399
+15077-2020-10-17,real_asset_day,2020-10-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.1739,clp,0.0,decimal,7762229.7313,decimal,0.0,clp,0.0,decimal,0.0,clp,2969.0,integer,8067570632.0,clp,7911061700.0,clp,0.0,clp,1019.1739
+15077-2020-10-18,real_asset_day,2020-10-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.2079,clp,0.0,decimal,7762229.7313,decimal,0.0,clp,0.0,decimal,0.0,clp,2969.0,integer,8067570632.0,clp,7911325616.0,clp,0.0,clp,1019.2079
+15077-2020-10-19,real_asset_day,2020-10-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.2419,clp,207328.762,decimal,7892785.6121,decimal,0.0,clp,76772.8812,decimal,0.0,clp,2991.0,integer,8240136450.0,clp,8044657497.0,clp,0.0,clp,1019.2419
+15077-2020-10-20,real_asset_day,2020-10-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.2759,clp,202052.5309,decimal,8071888.2252,decimal,0.0,clp,22949.9178,decimal,0.0,clp,3010.0,integer,8379508678.0,clp,8227481075.0,clp,0.0,clp,1019.2759
+15077-2020-10-21,real_asset_day,2020-10-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.3099,clp,477549.9625,decimal,8484366.7514,decimal,0.0,clp,65071.4363,decimal,0.0,clp,3042.0,integer,8832476677.0,clp,8648199049.0,clp,0.0,clp,1019.3099
+15077-2020-10-22,real_asset_day,2020-10-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.3439,clp,310167.875,decimal,8760895.5718,decimal,0.0,clp,33639.0546,decimal,0.0,clp,3079.0,integer,9071393343.0,clp,8930365102.0,clp,0.0,clp,1019.3439
+15077-2020-10-23,real_asset_day,2020-10-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.3779,clp,254351.7866,decimal,8958910.2661,decimal,0.0,clp,56337.0923,decimal,0.0,clp,3108.0,integer,9308370662.0,clp,9132514823.0,clp,0.0,clp,1019.3779
+15077-2020-10-24,real_asset_day,2020-10-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.4119,clp,0.0,decimal,8958910.2661,decimal,0.0,clp,0.0,decimal,0.0,clp,3108.0,integer,9308370662.0,clp,9132819426.0,clp,0.0,clp,1019.4119
+15077-2020-10-25,real_asset_day,2020-10-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.4459,clp,0.0,decimal,8958910.2661,decimal,0.0,clp,0.0,decimal,0.0,clp,3108.0,integer,9308370662.0,clp,9133124028.0,clp,0.0,clp,1019.4459
+15077-2020-10-26,real_asset_day,2020-10-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.4799,clp,319353.4113,decimal,9175011.9192,decimal,0.0,clp,103251.7582,decimal,0.0,clp,3144.0,integer,9570618152.0,clp,9353740649.0,clp,0.0,clp,1019.4799
+15077-2020-10-27,real_asset_day,2020-10-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.5139,clp,288086.7155,decimal,9219829.6595,decimal,0.0,clp,243268.9752,decimal,0.0,clp,3176.0,integer,9830978591.0,clp,9399744426.0,clp,0.0,clp,1019.5139
+15077-2020-10-28,real_asset_day,2020-10-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.5479,clp,155548.7008,decimal,9279172.4109,decimal,0.0,clp,96205.9494,decimal,0.0,clp,3195.0,integer,9933297286.0,clp,9460560799.0,clp,0.0,clp,1019.5479
+15077-2020-10-29,real_asset_day,2020-10-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.5819,clp,191990.9728,decimal,9391696.614,decimal,0.0,clp,79466.7697,decimal,0.0,clp,3221.0,integer,10024675889.0,clp,9575604305.0,clp,0.0,clp,1019.5819
+15077-2020-10-30,real_asset_day,2020-10-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.6159,clp,250116.777,decimal,9491370.9418,decimal,0.0,clp,150442.4492,decimal,0.0,clp,3248.0,integer,10032984982.0,clp,9677552678.0,clp,0.0,clp,1019.6159
+15077-2020-10-31,real_asset_day,2020-10-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.6499,clp,0.0,decimal,9491370.9418,decimal,0.0,clp,0.0,decimal,0.0,clp,3248.0,integer,10032984982.0,clp,9677875385.0,clp,0.0,clp,1019.6499
+15077-2020-11-01,real_asset_day,2020-11-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.6839,clp,0.0,decimal,9491370.9418,decimal,0.0,clp,0.0,decimal,0.0,clp,3248.0,integer,10032984982.0,clp,9678198092.0,clp,0.0,clp,1019.6839
+15077-2020-11-02,real_asset_day,2020-11-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.7179,clp,507312.0221,decimal,9886117.4956,decimal,0.0,clp,112565.4683,decimal,0.0,clp,3308.0,integer,10454808633.0,clp,10081051058.0,clp,0.0,clp,1019.7179
+15077-2020-11-03,real_asset_day,2020-11-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.7519,clp,240930.7519,decimal,10026096.5185,decimal,0.0,clp,100951.729,decimal,0.0,clp,3343.0,integer,10619883305.0,clp,10224130724.0,clp,0.0,clp,1019.7519
+15077-2020-11-04,real_asset_day,2020-11-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.7859,clp,147309.1803,decimal,10052597.0475,decimal,0.0,clp,120808.6513,decimal,0.0,clp,3366.0,integer,10618913010.0,clp,10251497145.0,clp,0.0,clp,1019.7859
+15077-2020-11-05,real_asset_day,2020-11-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.8199,clp,214670.8171,decimal,10112122.2965,decimal,0.0,clp,155145.5681,decimal,0.0,clp,3394.0,integer,10724453960.0,clp,10312544044.0,clp,0.0,clp,1019.8199
+15077-2020-11-06,real_asset_day,2020-11-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.8539,clp,241240.6284,decimal,10063982.8267,decimal,0.0,clp,289380.0982,decimal,0.0,clp,3400.0,integer,10869459934.0,clp,10263791812.0,clp,0.0,clp,1019.8539
+15077-2020-11-07,real_asset_day,2020-11-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.8879,clp,0.0,decimal,10063982.8267,decimal,0.0,clp,0.0,decimal,0.0,clp,3400.0,integer,10869459934.0,clp,10264133988.0,clp,0.0,clp,1019.8879
+15077-2020-11-08,real_asset_day,2020-11-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.9219,clp,0.0,decimal,10063982.8267,decimal,0.0,clp,0.0,decimal,0.0,clp,3400.0,integer,10869459934.0,clp,10264476163.0,clp,0.0,clp,1019.9219
+15077-2020-11-09,real_asset_day,2020-11-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.9559,clp,214176.9245,decimal,9619437.8823,decimal,0.0,clp,658721.8689,decimal,0.0,clp,3388.0,integer,10974565743.0,clp,9811402205.0,clp,0.0,clp,1019.9559
+15077-2020-11-10,real_asset_day,2020-11-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1019.9899,clp,130537.5101,decimal,9344729.3989,decimal,0.0,clp,405245.9935,decimal,0.0,clp,3379.0,integer,10949520596.0,clp,9531529940.0,clp,0.0,clp,1019.9899
+15077-2020-11-11,real_asset_day,2020-11-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.0239,clp,363785.2483,decimal,9581801.1464,decimal,0.0,clp,126713.5008,decimal,0.0,clp,3393.0,integer,11458358563.0,clp,9773666186.0,clp,0.0,clp,1020.0239
+15077-2020-11-12,real_asset_day,2020-11-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.0579,clp,192158.3034,decimal,9716169.7677,decimal,0.0,clp,57789.6821,decimal,0.0,clp,3393.0,integer,10554613421.0,clp,9911055347.0,clp,0.0,clp,1020.0579
+15077-2020-11-13,real_asset_day,2020-11-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.0919,clp,120496.8144,decimal,9727432.694,decimal,0.0,clp,109233.8881,decimal,0.0,clp,3392.0,integer,10266995211.0,clp,9922874811.0,clp,0.0,clp,1020.0919
+15077-2020-11-14,real_asset_day,2020-11-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.1259,clp,0.0,decimal,9727432.694,decimal,0.0,clp,0.0,decimal,0.0,clp,3392.0,integer,10266995211.0,clp,9923206516.0,clp,0.0,clp,1020.1259
+15077-2020-11-15,real_asset_day,2020-11-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.1599,clp,0.0,decimal,9727432.694,decimal,0.0,clp,0.0,decimal,0.0,clp,3392.0,integer,10266995211.0,clp,9923537249.0,clp,0.0,clp,1020.1599
+15077-2020-11-16,real_asset_day,2020-11-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.1939,clp,176825.3399,decimal,9753324.2439,decimal,0.0,clp,150933.79,decimal,0.0,clp,3403.0,integer,10321696736.0,clp,9950282230.0,clp,0.0,clp,1020.1939
+15077-2020-11-17,real_asset_day,2020-11-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.2279,clp,148893.67,decimal,9661642.2913,decimal,0.0,clp,240575.6226,decimal,0.0,clp,3393.0,integer,10417421373.0,clp,9857077347.0,clp,0.0,clp,1020.2279
+15077-2020-11-18,real_asset_day,2020-11-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.2619,clp,108383.4425,decimal,9683478.1388,decimal,0.0,clp,86547.595,decimal,0.0,clp,3404.0,integer,10420525741.0,clp,9879684061.0,clp,0.0,clp,1020.2619
+15077-2020-11-19,real_asset_day,2020-11-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.2959,clp,188318.0602,decimal,9818449.6858,decimal,0.0,clp,53346.5132,decimal,0.0,clp,3408.0,integer,10959585418.0,clp,10017723946.0,clp,0.0,clp,1020.2959
+15077-2020-11-20,real_asset_day,2020-11-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3299,clp,88695.7281,decimal,9854432.2703,decimal,0.0,clp,52713.1436,decimal,0.0,clp,3408.0,integer,10304622950.0,clp,10054772107.0,clp,0.0,clp,1020.3299
+15077-2020-11-21,real_asset_day,2020-11-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3639,clp,0.0,decimal,9854432.2703,decimal,0.0,clp,0.0,decimal,0.0,clp,3408.0,integer,10304622950.0,clp,10055107157.0,clp,0.0,clp,1020.3639
+15077-2020-11-22,real_asset_day,2020-11-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.3979,clp,0.0,decimal,9854432.2703,decimal,0.0,clp,0.0,decimal,0.0,clp,3408.0,integer,10304622950.0,clp,10055442208.0,clp,0.0,clp,1020.3979
+15077-2020-11-23,real_asset_day,2020-11-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.4319,clp,130090.8873,decimal,9867464.0068,decimal,0.0,clp,117059.1508,decimal,0.0,clp,3412.0,integer,10353616543.0,clp,10069075325.0,clp,0.0,clp,1020.4319
+15077-2020-11-24,real_asset_day,2020-11-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.4659,clp,197754.5015,decimal,9850398.5867,decimal,0.0,clp,214819.9216,decimal,0.0,clp,3432.0,integer,10505765300.0,clp,10051995558.0,clp,0.0,clp,1020.4659
+15077-2020-11-25,real_asset_day,2020-11-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.4999,clp,113980.4905,decimal,9283313.6107,decimal,0.0,clp,681065.4665,decimal,0.0,clp,3430.0,integer,10570459237.0,clp,9473620788.0,clp,0.0,clp,1020.4999
+15077-2020-11-26,real_asset_day,2020-11-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.5339,clp,89726.8972,decimal,9234195.6455,decimal,0.0,clp,138844.8624,decimal,0.0,clp,3421.0,integer,10542217816.0,clp,9423809263.0,clp,0.0,clp,1020.5339
+15077-2020-11-27,real_asset_day,2020-11-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.5679,clp,105375.8451,decimal,9152636.7199,decimal,0.0,clp,186934.7707,decimal,0.0,clp,3415.0,integer,10731152547.0,clp,9340887127.0,clp,0.0,clp,1020.5679
+15077-2020-11-28,real_asset_day,2020-11-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.6019,clp,0.0,decimal,9152636.7199,decimal,0.0,clp,0.0,decimal,0.0,clp,3415.0,integer,10731152547.0,clp,9341198317.0,clp,0.0,clp,1020.6019
+15077-2020-11-29,real_asset_day,2020-11-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.6359,clp,0.0,decimal,9152636.7199,decimal,0.0,clp,0.0,decimal,0.0,clp,3415.0,integer,10731152547.0,clp,9341509506.0,clp,0.0,clp,1020.6359
+15077-2020-11-30,real_asset_day,2020-11-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.6699,clp,340831.97,decimal,9340613.2939,decimal,0.0,clp,152855.396,decimal,0.0,clp,3429.0,integer,10085887484.0,clp,9533682530.0,clp,0.0,clp,1020.6699
+15077-2020-12-01,real_asset_day,2020-12-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.7209,clp,239258.3556,decimal,9531053.2896,decimal,0.0,clp,48818.3599,decimal,0.0,clp,3456.0,integer,10187776929.0,clp,9728545741.0,clp,0.0,clp,1020.7209
+15077-2020-12-02,real_asset_day,2020-12-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.7719,clp,119408.5971,decimal,9567852.4773,decimal,0.0,clp,82609.4094,decimal,0.0,clp,3468.0,integer,10120159577.0,clp,9766595386.0,clp,0.0,clp,1020.7719
+15077-2020-12-03,real_asset_day,2020-12-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.8229,clp,279823.0084,decimal,9730353.2144,decimal,0.0,clp,117322.2713,decimal,0.0,clp,3473.0,integer,10250795150.0,clp,9932967764.0,clp,0.0,clp,1020.8229
+15077-2020-12-04,real_asset_day,2020-12-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.8739,clp,98594.4385,decimal,9733236.4424,decimal,0.0,clp,95711.2105,decimal,0.0,clp,3473.0,integer,10303348988.0,clp,9936406689.0,clp,0.0,clp,1020.8739
+15077-2020-12-05,real_asset_day,2020-12-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.9249,clp,0.0,decimal,9733236.4424,decimal,0.0,clp,0.0,decimal,0.0,clp,3473.0,integer,10303348988.0,clp,9936903084.0,clp,0.0,clp,1020.9249
+15077-2020-12-06,real_asset_day,2020-12-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1020.9759,clp,0.0,decimal,9733236.4424,decimal,0.0,clp,0.0,decimal,0.0,clp,3473.0,integer,10303348988.0,clp,9937399479.0,clp,0.0,clp,1020.9759
+15077-2020-12-07,real_asset_day,2020-12-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.0269,clp,284512.5107,decimal,9867659.4564,decimal,0.0,clp,150089.4967,decimal,0.0,clp,3493.0,integer,10513154005.0,clp,10075145481.0,clp,0.0,clp,1021.0269
+15077-2020-12-08,real_asset_day,2020-12-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.078,clp,0.0,decimal,9867659.4564,decimal,0.0,clp,0.0,decimal,0.0,clp,3493.0,integer,10513154005.0,clp,10075649719.0,clp,0.0,clp,1021.078
+15077-2020-12-09,real_asset_day,2020-12-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.1291,clp,130214.6235,decimal,9900934.2044,decimal,0.0,clp,96939.8755,decimal,0.0,clp,3511.0,integer,10521720893.0,clp,10110131829.0,clp,0.0,clp,1021.1291
+15077-2020-12-10,real_asset_day,2020-12-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.1802,clp,89189.2913,decimal,9815001.2797,decimal,0.0,clp,175122.216,decimal,0.0,clp,3524.0,integer,10514032927.0,clp,10022884957.0,clp,0.0,clp,1021.1802
+15077-2020-12-11,real_asset_day,2020-12-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.2313,clp,63133.2576,decimal,9806614.6031,decimal,0.0,clp,71519.9342,decimal,0.0,clp,3526.0,integer,10426475724.0,clp,10014822200.0,clp,0.0,clp,1021.2313
+15077-2020-12-12,real_asset_day,2020-12-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.2824,clp,0.0,decimal,9806614.6031,decimal,0.0,clp,0.0,decimal,0.0,clp,3526.0,integer,10426475724.0,clp,10015323318.0,clp,0.0,clp,1021.2824
+15077-2020-12-13,real_asset_day,2020-12-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.3335,clp,0.0,decimal,9806614.6031,decimal,0.0,clp,0.0,decimal,0.0,clp,3526.0,integer,10426475724.0,clp,10015824436.0,clp,0.0,clp,1021.3335
+15077-2020-12-14,real_asset_day,2020-12-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.3846,clp,147708.2579,decimal,9688912.5959,decimal,0.0,clp,265410.2651,decimal,0.0,clp,3546.0,integer,10479620405.0,clp,9896106368.0,clp,0.0,clp,1021.3846
+15077-2020-12-15,real_asset_day,2020-12-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.4357,clp,112857.135,decimal,9768636.7554,decimal,0.0,clp,33132.9755,decimal,0.0,clp,3556.0,integer,10418570494.0,clp,9978034146.0,clp,0.0,clp,1021.4357
+15077-2020-12-16,real_asset_day,2020-12-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.4868,clp,150151.1861,decimal,9884698.3434,decimal,0.0,clp,34089.5981,decimal,0.0,clp,3575.0,integer,10500472092.0,clp,10097089234.0,clp,0.0,clp,1021.4868
+15077-2020-12-17,real_asset_day,2020-12-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.5379,clp,129193.2615,decimal,9907588.7354,decimal,0.0,clp,106302.8695,decimal,0.0,clp,3591.0,integer,10364399599.0,clp,10120977832.0,clp,0.0,clp,1021.5379
+15077-2020-12-18,real_asset_day,2020-12-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.589,clp,101197.421,decimal,9908587.6465,decimal,0.0,clp,100198.5099,decimal,0.0,clp,3595.0,integer,10436236852.0,clp,10122504309.0,clp,0.0,clp,1021.589
+15077-2020-12-19,real_asset_day,2020-12-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.6401,clp,0.0,decimal,9908587.6465,decimal,0.0,clp,0.0,decimal,0.0,clp,3595.0,integer,10436236852.0,clp,10123010638.0,clp,0.0,clp,1021.6401
+15077-2020-12-20,real_asset_day,2020-12-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.6912,clp,0.0,decimal,9908587.6465,decimal,0.0,clp,0.0,decimal,0.0,clp,3595.0,integer,10436236852.0,clp,10123516966.0,clp,0.0,clp,1021.6912
+15077-2020-12-21,real_asset_day,2020-12-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.7423,clp,180576.4861,decimal,9982141.8024,decimal,0.0,clp,107022.3302,decimal,0.0,clp,3612.0,integer,10587261010.0,clp,10199176685.0,clp,0.0,clp,1021.7423
+15077-2020-12-22,real_asset_day,2020-12-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.7934,clp,142215.7351,decimal,10082524.2198,decimal,0.0,clp,41833.3177,decimal,0.0,clp,3631.0,integer,10626502640.0,clp,10302256312.0,clp,0.0,clp,1021.7934
+15077-2020-12-23,real_asset_day,2020-12-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.8445,clp,132805.5769,decimal,10176521.4863,decimal,0.0,clp,38808.3104,decimal,0.0,clp,3641.0,integer,10660377137.0,clp,10398822329.0,clp,0.0,clp,1021.8445
+15077-2020-12-24,real_asset_day,2020-12-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.8956,clp,155815.4331,decimal,10208111.4226,decimal,0.0,clp,124225.4968,decimal,0.0,clp,3658.0,integer,,,,,0.0,clp,1021.8956
+15077-2020-12-25,real_asset_day,2020-12-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.9467,clp,0.0,decimal,10208111.4226,decimal,0.0,clp,0.0,decimal,0.0,clp,3658.0,integer,10709641572.0,clp,10432145814.0,clp,0.0,clp,1021.9467
+15077-2020-12-26,real_asset_day,2020-12-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1021.9978,clp,0.0,decimal,10208111.4226,decimal,0.0,clp,0.0,decimal,0.0,clp,3658.0,integer,10709641572.0,clp,10432667449.0,clp,0.0,clp,1021.9978
+15077-2020-12-27,real_asset_day,2020-12-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.0489,clp,0.0,decimal,10208111.4226,decimal,0.0,clp,0.0,decimal,0.0,clp,3658.0,integer,10709641572.0,clp,10433189083.0,clp,0.0,clp,1022.0489
+15077-2020-12-28,real_asset_day,2020-12-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.1,clp,247955.8586,decimal,10328229.5608,decimal,0.0,clp,127837.7204,decimal,0.0,clp,3666.0,integer,11222094231.0,clp,10556483535.0,clp,0.0,clp,1022.1
+15077-2020-12-29,real_asset_day,2020-12-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.1511,clp,104729.5748,decimal,10336800.4004,decimal,0.0,clp,96158.7352,decimal,0.0,clp,3666.0,integer,10889593487.0,clp,10565772055.0,clp,0.0,clp,1022.1511
+15077-2020-12-30,real_asset_day,2020-12-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.2022,clp,178550.4704,decimal,10434867.5966,decimal,0.0,clp,80483.2742,decimal,0.0,clp,3685.0,integer,10919072535.0,clp,10666544496.0,clp,0.0,clp,1022.2022
+15077-2020-12-31,real_asset_day,2020-12-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.2533,clp,0.0,decimal,10434867.5966,decimal,0.0,clp,0.0,decimal,0.0,clp,3685.0,integer,10919072535.0,clp,10667077718.0,clp,0.0,clp,1022.2533
+15077-2021-01-01,real_asset_day,2021-01-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.3044,clp,0.0,decimal,10434867.5966,decimal,0.0,clp,0.0,decimal,0.0,clp,3685.0,integer,10919072535.0,clp,10667610940.0,clp,0.0,clp,1022.3044
+15077-2021-01-02,real_asset_day,2021-01-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.3555,clp,0.0,decimal,10434867.5966,decimal,0.0,clp,0.0,decimal,0.0,clp,3685.0,integer,10919072535.0,clp,10668144162.0,clp,0.0,clp,1022.3555
+15077-2021-01-03,real_asset_day,2021-01-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.4066,clp,0.0,decimal,10434867.5966,decimal,0.0,clp,0.0,decimal,0.0,clp,3685.0,integer,10919072535.0,clp,10668677383.0,clp,0.0,clp,1022.4066
+15077-2021-01-04,real_asset_day,2021-01-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.4577,clp,453494.0454,decimal,10776032.2996,decimal,0.0,clp,112329.3424,decimal,0.0,clp,3780.0,integer,11288107172.0,clp,11018037683.0,clp,0.0,clp,1022.4577
+15077-2021-01-05,real_asset_day,2021-01-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.5088,clp,146851.1014,decimal,10804846.443,decimal,0.0,clp,118036.958,decimal,0.0,clp,3797.0,integer,11362818975.0,clp,11048050068.0,clp,0.0,clp,1022.5088
+15077-2021-01-06,real_asset_day,2021-01-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.5599,clp,145715.5269,decimal,10823665.36,decimal,0.0,clp,126896.6099,decimal,0.0,clp,3826.0,integer,11396228776.0,clp,11067846669.0,clp,0.0,clp,1022.5599
+15077-2021-01-07,real_asset_day,2021-01-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.611,clp,220020.1258,decimal,10922121.7629,decimal,0.0,clp,121563.7229,decimal,0.0,clp,3831.0,integer,11504356323.0,clp,11169082322.0,clp,0.0,clp,1022.611
+15077-2021-01-08,real_asset_day,2021-01-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.6621,clp,316620.7686,decimal,11103811.0912,decimal,0.0,clp,134931.4403,decimal,0.0,clp,3839.0,integer,11701235006.0,clp,11355446992.0,clp,0.0,clp,1022.6621
+15077-2021-01-09,real_asset_day,2021-01-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.7132,clp,0.0,decimal,11103811.0912,decimal,0.0,clp,0.0,decimal,0.0,clp,3839.0,integer,11701235006.0,clp,11356014397.0,clp,0.0,clp,1022.7132
+15077-2021-01-10,real_asset_day,2021-01-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.7643,clp,0.0,decimal,11103811.0912,decimal,0.0,clp,0.0,decimal,0.0,clp,3839.0,integer,11701235006.0,clp,11356581802.0,clp,0.0,clp,1022.7643
+15077-2021-01-11,real_asset_day,2021-01-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.8154,clp,365445.1478,decimal,11208579.8383,decimal,0.0,clp,260676.4007,decimal,0.0,clp,3850.0,integer,11952075913.0,clp,11464307718.0,clp,0.0,clp,1022.8154
+15077-2021-01-12,real_asset_day,2021-01-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.8665,clp,185018.3956,decimal,11157114.2552,decimal,0.0,clp,236483.9787,decimal,0.0,clp,3866.0,integer,12009044607.0,clp,11412238892.0,clp,0.0,clp,1022.8665
+15077-2021-01-13,real_asset_day,2021-01-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.9176,clp,152238.3392,decimal,11113508.8829,decimal,0.0,clp,195843.7115,decimal,0.0,clp,3867.0,integer,11896677628.0,clp,11368204225.0,clp,0.0,clp,1022.9176
+15077-2021-01-14,real_asset_day,2021-01-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1022.9687,clp,394495.9625,decimal,11362570.0168,decimal,0.0,clp,145434.8286,decimal,0.0,clp,3866.0,integer,12663800159.0,clp,11623553075.0,clp,0.0,clp,1022.9687
+15077-2021-01-15,real_asset_day,2021-01-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.0198,clp,160355.435,decimal,11439860.9174,decimal,0.0,clp,83064.5344,decimal,0.0,clp,3877.0,integer,12029621778.0,clp,11703204288.0,clp,0.0,clp,1023.0198
+15077-2021-01-16,real_asset_day,2021-01-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.071,clp,0.0,decimal,11439860.9174,decimal,0.0,clp,0.0,decimal,0.0,clp,3877.0,integer,12029621778.0,clp,11703790009.0,clp,0.0,clp,1023.071
+15077-2021-01-17,real_asset_day,2021-01-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.1222,clp,0.0,decimal,11439860.9174,decimal,0.0,clp,0.0,decimal,0.0,clp,3877.0,integer,12029621778.0,clp,11704375730.0,clp,0.0,clp,1023.1222
+15077-2021-01-18,real_asset_day,2021-01-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.1734,clp,425123.8023,decimal,11634242.9284,decimal,0.0,clp,230741.7913,decimal,0.0,clp,3885.0,integer,12318837861.0,clp,11903848359.0,clp,0.0,clp,1023.1734
+15077-2021-01-19,real_asset_day,2021-01-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.2246,clp,330150.9487,decimal,11915535.354,decimal,0.0,clp,48858.5231,decimal,0.0,clp,3898.0,integer,12574275817.0,clp,12192268646.0,clp,0.0,clp,1023.2246
+15077-2021-01-20,real_asset_day,2021-01-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.2758,clp,234488.1593,decimal,11829004.5077,decimal,0.0,clp,321019.0056,decimal,0.0,clp,3913.0,integer,12583048043.0,clp,12104334338.0,clp,0.0,clp,1023.2758
+15077-2021-01-21,real_asset_day,2021-01-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.327,clp,181039.0617,decimal,11875668.676,decimal,0.0,clp,134374.8934,decimal,0.0,clp,3915.0,integer,12723072971.0,clp,12152692771.0,clp,0.0,clp,1023.327
+15077-2021-01-22,real_asset_day,2021-01-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.3782,clp,145099.5295,decimal,11892806.4634,decimal,0.0,clp,127961.7421,decimal,0.0,clp,3920.0,integer,12545215542.0,clp,12170838483.0,clp,0.0,clp,1023.3782
+15077-2021-01-23,real_asset_day,2021-01-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.4294,clp,0.0,decimal,11892806.4634,decimal,0.0,clp,0.0,decimal,0.0,clp,3920.0,integer,12545215542.0,clp,12171447395.0,clp,0.0,clp,1023.4294
+15077-2021-01-24,real_asset_day,2021-01-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.4806,clp,0.0,decimal,11892806.4634,decimal,0.0,clp,0.0,decimal,0.0,clp,3920.0,integer,12545215542.0,clp,12172056306.0,clp,0.0,clp,1023.4806
+15077-2021-01-25,real_asset_day,2021-01-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.5318,clp,242064.3526,decimal,12026962.6045,decimal,0.0,clp,107908.2115,decimal,0.0,clp,3947.0,integer,12660686592.0,clp,12309978386.0,clp,0.0,clp,1023.5318
+15077-2021-01-26,real_asset_day,2021-01-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.583,clp,422508.8912,decimal,12181727.8995,decimal,0.0,clp,267743.5962,decimal,0.0,clp,3953.0,integer,12965945285.0,clp,12469009641.0,clp,0.0,clp,1023.583
+15077-2021-01-27,real_asset_day,2021-01-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.6342,clp,225650.9524,decimal,12315891.0295,decimal,0.0,clp,91487.8224,decimal,0.0,clp,3972.0,integer,13093891505.0,clp,12606966797.0,clp,0.0,clp,1023.6342
+15077-2021-01-28,real_asset_day,2021-01-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.6854,clp,151470.0475,decimal,12396734.8133,decimal,0.0,clp,70626.2637,decimal,0.0,clp,3983.0,integer,12975832055.0,clp,12690356868.0,clp,0.0,clp,1023.6854
+15077-2021-01-29,real_asset_day,2021-01-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.7366,clp,148907.5867,decimal,12276541.8496,decimal,0.0,clp,269100.5504,decimal,0.0,clp,4010.0,integer,13039608046.0,clp,12567945250.0,clp,0.0,clp,1023.7366
+15077-2021-01-30,real_asset_day,2021-01-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.7878,clp,0.0,decimal,12276541.8496,decimal,0.0,clp,0.0,decimal,0.0,clp,4010.0,integer,13039608046.0,clp,12568573809.0,clp,0.0,clp,1023.7878
+15077-2021-01-31,real_asset_day,2021-01-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.839,clp,0.0,decimal,12276541.8496,decimal,0.0,clp,0.0,decimal,0.0,clp,4010.0,integer,13039608046.0,clp,12569202367.0,clp,0.0,clp,1023.839
+15077-2021-02-01,real_asset_day,2021-02-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.897,clp,411817.134,decimal,12474742.277,decimal,0.0,clp,213616.7066,decimal,0.0,clp,4083.0,integer,13390365764.0,clp,12772851370.0,clp,0.0,clp,1023.897
+15077-2021-02-02,real_asset_day,2021-02-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1023.955,clp,357816.7306,decimal,12739052.7099,decimal,0.0,clp,93506.2977,decimal,0.0,clp,4125.0,integer,13484468598.0,clp,13044217033.0,clp,0.0,clp,1023.955
+15077-2021-02-03,real_asset_day,2021-02-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.013,clp,253339.5405,decimal,12856382.9366,decimal,0.0,clp,136009.3138,decimal,0.0,clp,4154.0,integer,13527325357.0,clp,13165102925.0,clp,0.0,clp,1024.013
+15077-2021-02-04,real_asset_day,2021-02-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.071,clp,207613.2636,decimal,12863028.1362,decimal,0.0,clp,200968.064,decimal,0.0,clp,4178.0,integer,13648046761.0,clp,13172654334.0,clp,0.0,clp,1024.071
+15077-2021-02-05,real_asset_day,2021-02-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.129,clp,159467.8015,decimal,12887537.2991,decimal,0.0,clp,134958.6386,decimal,0.0,clp,4177.0,integer,13676495133.0,clp,13198500846.0,clp,0.0,clp,1024.129
+15077-2021-02-06,real_asset_day,2021-02-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.187,clp,0.0,decimal,12887537.2991,decimal,0.0,clp,0.0,decimal,0.0,clp,4177.0,integer,13676495133.0,clp,13199248323.0,clp,0.0,clp,1024.187
+15077-2021-02-07,real_asset_day,2021-02-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.245,clp,0.0,decimal,12887537.2991,decimal,0.0,clp,0.0,decimal,0.0,clp,4177.0,integer,13676495133.0,clp,13199995801.0,clp,0.0,clp,1024.245
+15077-2021-02-08,real_asset_day,2021-02-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.303,clp,348027.6592,decimal,13053922.6872,decimal,0.0,clp,181642.2711,decimal,0.0,clp,4201.0,integer,13831418838.0,clp,13371171900.0,clp,0.0,clp,1024.303
+15077-2021-02-09,real_asset_day,2021-02-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.361,clp,149430.3423,decimal,13065239.8338,decimal,0.0,clp,138113.1957,decimal,0.0,clp,4212.0,integer,13860408272.0,clp,13383521652.0,clp,0.0,clp,1024.361
+15077-2021-02-10,real_asset_day,2021-02-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.419,clp,126844.0181,decimal,13094523.3183,decimal,0.0,clp,97560.5336,decimal,0.0,clp,4221.0,integer,13808163583.0,clp,13414278405.0,clp,0.0,clp,1024.419
+15077-2021-02-11,real_asset_day,2021-02-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.4771,clp,164238.1353,decimal,13091627.642,decimal,0.0,clp,167133.8116,decimal,0.0,clp,4244.0,integer,13840187130.0,clp,13412072570.0,clp,0.0,clp,1024.4771
+15077-2021-02-12,real_asset_day,2021-02-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.5352,clp,247391.4508,decimal,13226098.9379,decimal,0.0,clp,112920.1549,decimal,0.0,clp,4266.0,integer,14001240455.0,clp,13550603916.0,clp,0.0,clp,1024.5352
+15077-2021-02-13,real_asset_day,2021-02-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.5933,clp,0.0,decimal,13226098.9379,decimal,0.0,clp,0.0,decimal,0.0,clp,4266.0,integer,14001240455.0,clp,13551372352.0,clp,0.0,clp,1024.5933
+15077-2021-02-14,real_asset_day,2021-02-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.6514,clp,0.0,decimal,13226098.9379,decimal,0.0,clp,0.0,decimal,0.0,clp,4266.0,integer,14001240455.0,clp,13552140788.0,clp,0.0,clp,1024.6514
+15077-2021-02-15,real_asset_day,2021-02-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.7095,clp,385856.1549,decimal,13425467.9435,decimal,0.0,clp,186487.1493,decimal,0.0,clp,4298.0,integer,14231697195.0,clp,13757204381.0,clp,0.0,clp,1024.7095
+15077-2021-02-16,real_asset_day,2021-02-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.7676,clp,136732.6619,decimal,13464884.4412,decimal,0.0,clp,97316.1642,decimal,0.0,clp,4320.0,integer,14261703575.0,clp,13798376722.0,clp,0.0,clp,1024.7676
+15077-2021-02-17,real_asset_day,2021-02-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.8257,clp,122127.0522,decimal,13470667.8288,decimal,0.0,clp,116343.6646,decimal,0.0,clp,4315.0,integer,14194097199.0,clp,13805086824.0,clp,0.0,clp,1024.8257
+15077-2021-02-18,real_asset_day,2021-02-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.8838,clp,118529.3506,decimal,13504489.1721,decimal,0.0,clp,84708.0073,decimal,0.0,clp,4322.0,integer,14213153055.0,clp,13840532170.0,clp,0.0,clp,1024.8838
+15077-2021-02-19,real_asset_day,2021-02-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1024.9419,clp,130043.2694,decimal,13508241.9657,decimal,0.0,clp,126290.4758,decimal,0.0,clp,4324.0,integer,14224663263.0,clp,13845162893.0,clp,0.0,clp,1024.9419
+15077-2021-02-20,real_asset_day,2021-02-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.0,clp,0.0,decimal,13508241.9657,decimal,0.0,clp,0.0,decimal,0.0,clp,4324.0,integer,14224663263.0,clp,13845947722.0,clp,0.0,clp,1025.0
+15077-2021-02-21,real_asset_day,2021-02-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.0581,clp,0.0,decimal,13508241.9657,decimal,0.0,clp,0.0,decimal,0.0,clp,4324.0,integer,14224663263.0,clp,13846732551.0,clp,0.0,clp,1025.0581
+15077-2021-02-22,real_asset_day,2021-02-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.1162,clp,277486.0495,decimal,13541117.745,decimal,0.0,clp,244610.2702,decimal,0.0,clp,4342.0,integer,14417337550.0,clp,13881219231.0,clp,0.0,clp,1025.1162
+15077-2021-02-23,real_asset_day,2021-02-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.1743,clp,277701.937,decimal,13625716.9994,decimal,0.0,clp,193102.6826,decimal,0.0,clp,4377.0,integer,14566171795.0,clp,13968735166.0,clp,0.0,clp,1025.1743
+15077-2021-02-24,real_asset_day,2021-02-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.2324,clp,156568.2336,decimal,13716588.1948,decimal,0.0,clp,65697.0382,decimal,0.0,clp,4390.0,integer,14471938774.0,clp,14062691253.0,clp,0.0,clp,1025.2324
+15077-2021-02-25,real_asset_day,2021-02-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.2905,clp,345241.6064,decimal,13893348.3043,decimal,0.0,clp,168481.4969,decimal,0.0,clp,4400.0,integer,14620484112.0,clp,14244718068.0,clp,0.0,clp,1025.2905
+15077-2021-02-26,real_asset_day,2021-02-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.3486,clp,388669.8583,decimal,14198038.9716,decimal,0.0,clp,83979.191,decimal,0.0,clp,4441.0,integer,14943997069.0,clp,14557939280.0,clp,0.0,clp,1025.3486
+15077-2021-02-27,real_asset_day,2021-02-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.4067,clp,0.0,decimal,14198038.9716,decimal,0.0,clp,0.0,decimal,0.0,clp,4441.0,integer,14943997069.0,clp,14558764186.0,clp,0.0,clp,1025.4067
+15077-2021-02-28,real_asset_day,2021-02-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.4648,clp,0.0,decimal,14198038.9716,decimal,0.0,clp,0.0,decimal,0.0,clp,4441.0,integer,14943997069.0,clp,14559589092.0,clp,0.0,clp,1025.4648
+15077-2021-03-01,real_asset_day,2021-03-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.5229,clp,469963.5097,decimal,14327737.2858,decimal,0.0,clp,340265.1955,decimal,0.0,clp,4495.0,integer,15261695556.0,clp,14693422878.0,clp,0.0,clp,1025.5229
+15077-2021-03-02,real_asset_day,2021-03-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.581,clp,238151.6231,decimal,14347044.031,decimal,0.0,clp,218844.8779,decimal,0.0,clp,4495.0,integer,15429285255.0,clp,14714055209.0,clp,0.0,clp,1025.581
+15077-2021-03-03,real_asset_day,2021-03-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.6391,clp,388547.1283,decimal,14636918.3804,decimal,0.0,clp,98672.7789,decimal,0.0,clp,4521.0,integer,15548463798.0,clp,15012196064.0,clp,0.0,clp,1025.6391
+15077-2021-03-04,real_asset_day,2021-03-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.6972,clp,176345.3147,decimal,14719991.8272,decimal,0.0,clp,93271.8679,decimal,0.0,clp,4551.0,integer,15441892593.0,clp,15098254498.0,clp,0.0,clp,1025.6972
+15077-2021-03-05,real_asset_day,2021-03-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.7553,clp,168263.9907,decimal,14780295.1559,decimal,0.0,clp,107960.662,decimal,0.0,clp,4559.0,integer,15512506302.0,clp,15160966066.0,clp,0.0,clp,1025.7553
+15077-2021-03-06,real_asset_day,2021-03-06,,,,,0.0,integer,0.0,clp,0.0,clp,1025.8134,clp,0.0,decimal,14780295.1559,decimal,0.0,clp,0.0,decimal,0.0,clp,4559.0,integer,,,15161824801.0,clp,,,1025.8134
+15077-2021-03-07,real_asset_day,2021-03-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.8715,clp,0.0,decimal,14780295.1559,decimal,0.0,clp,0.0,decimal,0.0,clp,4559.0,integer,15512506302.0,clp,15162683536.0,clp,0.0,clp,1025.8715
+15077-2021-03-08,real_asset_day,2021-03-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.9296,clp,356974.2928,decimal,14962191.2454,decimal,0.0,clp,175078.2033,decimal,0.0,clp,4598.0,integer,15779172979.0,clp,15350154788.0,clp,0.0,clp,1025.9296
+15077-2021-03-09,real_asset_day,2021-03-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1025.9877,clp,200172.1281,decimal,15061595.8751,decimal,0.0,clp,100767.4984,decimal,0.0,clp,4616.0,integer,15866854147.0,clp,15453012638.0,clp,0.0,clp,1025.9877
+15077-2021-03-10,real_asset_day,2021-03-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.0458,clp,290075.1229,decimal,15262379.905,decimal,0.0,clp,89291.093,decimal,0.0,clp,4649.0,integer,15984274201.0,clp,15659901198.0,clp,0.0,clp,1026.0458
+15077-2021-03-11,real_asset_day,2021-03-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.1039,clp,164567.2277,decimal,15258324.8779,decimal,0.0,clp,168622.2548,decimal,0.0,clp,4660.0,integer,16051789838.0,clp,15656626420.0,clp,0.0,clp,1026.1039
+15077-2021-03-12,real_asset_day,2021-03-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.162,clp,279416.8872,decimal,15460931.3121,decimal,0.0,clp,76810.453,decimal,0.0,clp,4685.0,integer,16249276575.0,clp,15865420566.0,clp,0.0,clp,1026.162
+15077-2021-03-13,real_asset_day,2021-03-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.2201,clp,0.0,decimal,15460931.3121,decimal,0.0,clp,0.0,decimal,0.0,clp,4685.0,integer,16249276575.0,clp,15866318846.0,clp,0.0,clp,1026.2201
+15077-2021-03-14,real_asset_day,2021-03-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.2783,clp,0.0,decimal,15460931.3121,decimal,0.0,clp,0.0,decimal,0.0,clp,4685.0,integer,16249276575.0,clp,15867218672.0,clp,0.0,clp,1026.2783
+15077-2021-03-15,real_asset_day,2021-03-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.3365,clp,243291.4946,decimal,15616108.6418,decimal,0.0,clp,88114.1649,decimal,0.0,clp,4719.0,integer,16822136849.0,clp,16027382579.0,clp,0.0,clp,1026.3365
+15077-2021-03-16,real_asset_day,2021-03-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.3947,clp,147047.5586,decimal,15485858.1632,decimal,0.0,clp,277298.0372,decimal,0.0,clp,4713.0,integer,16391957416.0,clp,15894601975.0,clp,0.0,clp,1026.3947
+15077-2021-03-17,real_asset_day,2021-03-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.4529,clp,236745.971,decimal,15641109.5627,decimal,0.0,clp,81494.5715,decimal,0.0,clp,4725.0,integer,16545134762.0,clp,16054862430.0,clp,0.0,clp,1026.4529
+15077-2021-03-18,real_asset_day,2021-03-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.5111,clp,238638.9418,decimal,15613620.2448,decimal,0.0,clp,266128.2597,decimal,0.0,clp,4741.0,integer,16503420075.0,clp,16027554765.0,clp,0.0,clp,1026.5111
+15077-2021-03-19,real_asset_day,2021-03-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.5693,clp,98625.2446,decimal,15593058.8565,decimal,0.0,clp,119186.6329,decimal,0.0,clp,4750.0,integer,16512947475.0,clp,16007356006.0,clp,0.0,clp,1026.5693
+15077-2021-03-20,real_asset_day,2021-03-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.6275,clp,0.0,decimal,15593058.8565,decimal,0.0,clp,0.0,decimal,0.0,clp,4750.0,integer,16512947475.0,clp,16008263522.0,clp,0.0,clp,1026.6275
+15077-2021-03-21,real_asset_day,2021-03-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.6857,clp,0.0,decimal,15593058.8565,decimal,0.0,clp,0.0,decimal,0.0,clp,4750.0,integer,16512947475.0,clp,16009171038.0,clp,0.0,clp,1026.6857
+15077-2021-03-22,real_asset_day,2021-03-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.7439,clp,220853.9454,decimal,15662686.2045,decimal,0.0,clp,151226.5974,decimal,0.0,clp,4774.0,integer,16469475380.0,clp,16081566985.0,clp,0.0,clp,1026.7439
+15077-2021-03-23,real_asset_day,2021-03-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.8021,clp,208992.6377,decimal,15762568.4005,decimal,0.0,clp,109110.4417,decimal,0.0,clp,4780.0,integer,16559088804.0,clp,16185037736.0,clp,0.0,clp,1026.8021
+15077-2021-03-24,real_asset_day,2021-03-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.8603,clp,249619.0891,decimal,15961212.5681,decimal,0.0,clp,50974.9215,decimal,0.0,clp,4816.0,integer,16660285261.0,clp,16389935265.0,clp,0.0,clp,1026.8603
+15077-2021-03-25,real_asset_day,2021-03-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.9185,clp,159813.9036,decimal,15976064.4486,decimal,0.0,clp,144962.0231,decimal,0.0,clp,4842.0,integer,16713268406.0,clp,16406116216.0,clp,0.0,clp,1026.9185
+15077-2021-03-26,real_asset_day,2021-03-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1026.9767,clp,303716.7476,decimal,16044590.3382,decimal,0.0,clp,235190.858,decimal,0.0,clp,4843.0,integer,16964820604.0,clp,16477419694.0,clp,0.0,clp,1026.9767
+15077-2021-03-27,real_asset_day,2021-03-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.0349,clp,0.0,decimal,16044590.3382,decimal,0.0,clp,0.0,decimal,0.0,clp,4843.0,integer,16964820604.0,clp,16478353489.0,clp,0.0,clp,1027.0349
+15077-2021-03-28,real_asset_day,2021-03-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.0931,clp,0.0,decimal,16044590.3382,decimal,0.0,clp,0.0,decimal,0.0,clp,4843.0,integer,16964820604.0,clp,16479287284.0,clp,0.0,clp,1027.0931
+15077-2021-03-29,real_asset_day,2021-03-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.1513,clp,302306.9326,decimal,16191720.5389,decimal,0.0,clp,155176.7319,decimal,0.0,clp,4878.0,integer,17118839061.0,clp,16631346094.0,clp,0.0,clp,1027.1513
+15077-2021-03-30,real_asset_day,2021-03-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.2095,clp,309488.1651,decimal,16359095.7732,decimal,0.0,clp,142112.9308,decimal,0.0,clp,4889.0,integer,17195831662.0,clp,16804218973.0,clp,0.0,clp,1027.2095
+15077-2021-03-31,real_asset_day,2021-03-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.2677,clp,236399.0863,decimal,16426997.6925,decimal,0.0,clp,168497.167,decimal,0.0,clp,4923.0,integer,17273942003.0,clp,16874923350.0,clp,0.0,clp,1027.2677
+15077-2021-04-01,real_asset_day,2021-04-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.3156,clp,254520.8104,decimal,16567228.6361,decimal,0.0,clp,114289.8668,decimal,0.0,clp,4958.0,integer,17393888722.0,clp,17019772418.0,clp,0.0,clp,1027.3156
+15077-2021-04-02,real_asset_day,2021-04-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.3635,clp,0.0,decimal,16567228.6361,decimal,0.0,clp,0.0,decimal,0.0,clp,4958.0,integer,17393888722.0,clp,17020565988.0,clp,0.0,clp,1027.3635
+15077-2021-04-03,real_asset_day,2021-04-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.4114,clp,0.0,decimal,16567228.6361,decimal,0.0,clp,0.0,decimal,0.0,clp,4958.0,integer,17393888722.0,clp,17021359558.0,clp,0.0,clp,1027.4114
+15077-2021-04-04,real_asset_day,2021-04-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.4593,clp,0.0,decimal,16567228.6361,decimal,0.0,clp,0.0,decimal,0.0,clp,4958.0,integer,17393888722.0,clp,17022153128.0,clp,0.0,clp,1027.4593
+15077-2021-04-05,real_asset_day,2021-04-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.5072,clp,776666.5692,decimal,17046923.0418,decimal,0.0,clp,296972.1635,decimal,0.0,clp,5093.0,integer,18021319812.0,clp,17515835760.0,clp,0.0,clp,1027.5072
+15077-2021-04-06,real_asset_day,2021-04-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.5552,clp,244514.4507,decimal,17188364.1176,decimal,0.0,clp,103073.3749,decimal,0.0,clp,5137.0,integer,18163198325.0,clp,17661993080.0,clp,0.0,clp,1027.5552
+15077-2021-04-07,real_asset_day,2021-04-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.6032,clp,208319.901,decimal,17211754.916,decimal,0.0,clp,184929.1026,decimal,0.0,clp,5154.0,integer,18081741456.0,clp,17686855228.0,clp,0.0,clp,1027.6032
+15077-2021-04-08,real_asset_day,2021-04-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.6512,clp,220360.8091,decimal,17383223.9055,decimal,0.0,clp,48891.8196,decimal,0.0,clp,5181.0,integer,18203381401.0,clp,17863891056.0,clp,0.0,clp,1027.6512
+15077-2021-04-09,real_asset_day,2021-04-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.6992,clp,190533.8103,decimal,17525458.7501,decimal,0.0,clp,48298.9657,decimal,0.0,clp,5209.0,integer,18209283124.0,clp,18010900651.0,clp,0.0,clp,1027.6992
+15077-2021-04-10,real_asset_day,2021-04-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.7472,clp,0.0,decimal,17525458.7501,decimal,0.0,clp,0.0,decimal,0.0,clp,5209.0,integer,18209283124.0,clp,18011741873.0,clp,0.0,clp,1027.7472
+15077-2021-04-11,real_asset_day,2021-04-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.7952,clp,0.0,decimal,17525458.7501,decimal,0.0,clp,0.0,decimal,0.0,clp,5209.0,integer,18209283124.0,clp,18012583095.0,clp,0.0,clp,1027.7952
+15077-2021-04-12,real_asset_day,2021-04-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.8432,clp,571963.2539,decimal,17857721.6225,decimal,0.0,clp,239700.3815,decimal,0.0,clp,5288.0,integer,18749926782.0,clp,18354938490.0,clp,0.0,clp,1027.8432
+15077-2021-04-13,real_asset_day,2021-04-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.8912,clp,233825.729,decimal,17918587.5297,decimal,0.0,clp,172959.8218,decimal,0.0,clp,5335.0,integer,18933706521.0,clp,18418358201.0,clp,0.0,clp,1027.8912
+15077-2021-04-14,real_asset_day,2021-04-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.9392,clp,184087.1958,decimal,18033675.5737,decimal,0.0,clp,68999.1518,decimal,0.0,clp,5342.0,integer,18873722918.0,clp,18537522252.0,clp,0.0,clp,1027.9392
+15077-2021-04-15,real_asset_day,2021-04-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1027.9872,clp,217609.3086,decimal,18183583.9733,decimal,0.0,clp,67700.909,decimal,0.0,clp,5357.0,integer,18910092557.0,clp,18692491403.0,clp,0.0,clp,1027.9872
+15077-2021-04-16,real_asset_day,2021-04-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.0352,clp,161795.1679,decimal,18216179.1253,decimal,0.0,clp,129200.0159,decimal,0.0,clp,5385.0,integer,19011669452.0,clp,18726873142.0,clp,0.0,clp,1028.0352
+15077-2021-04-17,real_asset_day,2021-04-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.0832,clp,0.0,decimal,18216179.1253,decimal,0.0,clp,0.0,decimal,0.0,clp,5385.0,integer,19011669452.0,clp,18727747519.0,clp,0.0,clp,1028.0832
+15077-2021-04-18,real_asset_day,2021-04-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.1312,clp,0.0,decimal,18216179.1253,decimal,0.0,clp,0.0,decimal,0.0,clp,5385.0,integer,19011669452.0,clp,18728621896.0,clp,0.0,clp,1028.1312
+15077-2021-04-19,real_asset_day,2021-04-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.1792,clp,321627.836,decimal,18331522.8354,decimal,0.0,clp,206284.1259,decimal,0.0,clp,5415.0,integer,19282448500.0,clp,18848089917.0,clp,0.0,clp,1028.1792
+15077-2021-04-20,real_asset_day,2021-04-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.2272,clp,254512.4731,decimal,18360406.7066,decimal,0.0,clp,225628.6019,decimal,0.0,clp,5430.0,integer,19412056125.0,clp,18878669045.0,clp,0.0,clp,1028.2272
+15077-2021-04-21,real_asset_day,2021-04-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.2752,clp,131430.1315,decimal,18446614.85,decimal,0.0,clp,45221.9881,decimal,0.0,clp,5445.0,integer,19332824095.0,clp,18968195926.0,clp,0.0,clp,1028.2752
+15077-2021-04-22,real_asset_day,2021-04-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.3232,clp,154771.1193,decimal,18439328.167,decimal,0.0,clp,162057.8023,decimal,0.0,clp,5457.0,integer,19258359849.0,clp,18961589072.0,clp,0.0,clp,1028.3232
+15077-2021-04-23,real_asset_day,2021-04-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.3712,clp,406235.3972,decimal,18748092.8766,decimal,0.0,clp,97470.6876,decimal,0.0,clp,5480.0,integer,19627521900.0,clp,19279999578.0,clp,0.0,clp,1028.3712
+15077-2021-04-24,real_asset_day,2021-04-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.4192,clp,0.0,decimal,18748092.8766,decimal,0.0,clp,0.0,decimal,0.0,clp,5480.0,integer,19627521900.0,clp,19280899486.0,clp,0.0,clp,1028.4192
+15077-2021-04-25,real_asset_day,2021-04-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.4672,clp,0.0,decimal,18748092.8766,decimal,0.0,clp,0.0,decimal,0.0,clp,5480.0,integer,19627521900.0,clp,19281799395.0,clp,0.0,clp,1028.4672
+15077-2021-04-26,real_asset_day,2021-04-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.5152,clp,506214.9026,decimal,19065559.016,decimal,0.0,clp,188748.7632,decimal,0.0,clp,5518.0,integer,19987431253.0,clp,19609217322.0,clp,0.0,clp,1028.5152
+15077-2021-04-27,real_asset_day,2021-04-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.5632,clp,223796.7127,decimal,19042493.4458,decimal,0.0,clp,246862.2829,decimal,0.0,clp,5531.0,integer,20108053286.0,clp,19586408710.0,clp,0.0,clp,1028.5632
+15077-2021-04-28,real_asset_day,2021-04-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.6112,clp,189864.7032,decimal,19012993.4235,decimal,0.0,clp,219364.7255,decimal,0.0,clp,5550.0,integer,20094477688.0,clp,19556978299.0,clp,0.0,clp,1028.6112
+15077-2021-04-29,real_asset_day,2021-04-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.6592,clp,278888.1562,decimal,19144974.9092,decimal,0.0,clp,146906.6705,decimal,0.0,clp,5568.0,integer,20112158143.0,clp,19693654820.0,clp,0.0,clp,1028.6592
+15077-2021-04-30,real_asset_day,2021-04-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.7072,clp,196930.7577,decimal,19189997.783,decimal,0.0,clp,151907.8839,decimal,0.0,clp,5596.0,integer,30535723519.0,clp,19740889661.0,clp,0.0,clp,1028.7072
+15077-2021-05-01,real_asset_day,2021-05-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.7278,clp,0.0,decimal,19189997.783,decimal,0.0,clp,0.0,decimal,0.0,clp,5596.0,integer,30535723519.0,clp,19741284975.0,clp,0.0,clp,1028.7278
+15077-2021-05-02,real_asset_day,2021-05-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.7484,clp,0.0,decimal,19189997.783,decimal,0.0,clp,0.0,decimal,0.0,clp,5596.0,integer,30535723519.0,clp,19741680289.0,clp,0.0,clp,1028.7484
+15077-2021-05-03,real_asset_day,2021-05-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.769,clp,487451.2301,decimal,19542040.9267,decimal,0.0,clp,135408.0864,decimal,0.0,clp,5688.0,integer,21186157617.0,clp,20104246289.0,clp,0.0,clp,1028.769
+15077-2021-05-04,real_asset_day,2021-05-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.7896,clp,192155.6396,decimal,19568311.7604,decimal,0.0,clp,165884.8059,decimal,0.0,clp,5721.0,integer,20931266317.0,clp,20131676199.0,clp,0.0,clp,1028.7896
+15077-2021-05-05,real_asset_day,2021-05-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8102,clp,215387.259,decimal,19720050.8072,decimal,0.0,clp,63648.2122,decimal,0.0,clp,5747.0,integer,21020700694.0,clp,20288189046.0,clp,0.0,clp,1028.8102
+15077-2021-05-06,real_asset_day,2021-05-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8308,clp,180012.6291,decimal,19864510.1218,decimal,0.0,clp,35553.3145,decimal,0.0,clp,5768.0,integer,21044209940.0,clp,20437219342.0,clp,0.0,clp,1028.8308
+15077-2021-05-07,real_asset_day,2021-05-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8514,clp,470788.1155,decimal,20049611.9618,decimal,0.0,clp,285686.2755,decimal,0.0,clp,5791.0,integer,21465909278.0,clp,20628071806.0,clp,0.0,clp,1028.8514
+15077-2021-05-08,real_asset_day,2021-05-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.872,clp,0.0,decimal,20049611.9618,decimal,0.0,clp,0.0,decimal,0.0,clp,5791.0,integer,21465909278.0,clp,20628484828.0,clp,0.0,clp,1028.872
+15077-2021-05-09,real_asset_day,2021-05-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.8926,clp,0.0,decimal,20049611.9618,decimal,0.0,clp,0.0,decimal,0.0,clp,5791.0,integer,21465909278.0,clp,20628897850.0,clp,0.0,clp,1028.8926
+15077-2021-05-10,real_asset_day,2021-05-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.9132,clp,577082.3208,decimal,20468395.8501,decimal,0.0,clp,158298.4325,decimal,0.0,clp,5850.0,integer,22030860604.0,clp,21060203552.0,clp,0.0,clp,1028.9132
+15077-2021-05-11,real_asset_day,2021-05-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.9338,clp,187686.0358,decimal,20598704.6025,decimal,0.0,clp,57377.2834,decimal,0.0,clp,5884.0,integer,21931132729.0,clp,21194703938.0,clp,0.0,clp,1028.9338
+15077-2021-05-12,real_asset_day,2021-05-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.9544,clp,291822.7829,decimal,20828455.0742,decimal,0.0,clp,62072.3112,decimal,0.0,clp,5924.0,integer,22075174596.0,clp,21431529483.0,clp,0.0,clp,1028.9544
+15077-2021-05-13,real_asset_day,2021-05-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.975,clp,234427.008,decimal,20686279.3026,decimal,0.0,clp,376602.7796,decimal,0.0,clp,5949.0,integer,22253243051.0,clp,21285664409.0,clp,0.0,clp,1028.975
+15077-2021-05-14,real_asset_day,2021-05-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1028.9956,clp,406708.2057,decimal,20962822.4368,decimal,0.0,clp,130165.0715,decimal,0.0,clp,5970.0,integer,22144025834.0,clp,21570651453.0,clp,0.0,clp,1028.9956
+15077-2021-05-15,real_asset_day,2021-05-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.0162,clp,0.0,decimal,20962822.4368,decimal,0.0,clp,0.0,decimal,0.0,clp,5970.0,integer,22144025834.0,clp,21571083287.0,clp,0.0,clp,1029.0162
+15077-2021-05-16,real_asset_day,2021-05-16,,,0.0,clp,0.0,integer,,,0.0,clp,1029.0368,clp,0.0,decimal,20962822.4368,decimal,,,0.0,decimal,0.0,clp,5970.0,integer,,,21571515121.0,clp,,,1029.0368
+15077-2021-05-17,real_asset_day,2021-05-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.0574,clp,330943.819,decimal,21034593.8588,decimal,0.0,clp,259172.397,decimal,0.0,clp,5995.0,integer,22098413722.0,clp,21645804638.0,clp,0.0,clp,1029.0574
+15077-2021-05-18,real_asset_day,2021-05-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.078,clp,314572.3398,decimal,21254741.1104,decimal,0.0,clp,94425.0882,decimal,0.0,clp,6030.0,integer,22284385056.0,clp,21872787154.0,clp,0.0,clp,1029.078
+15077-2021-05-19,real_asset_day,2021-05-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.0986,clp,189649.9758,decimal,21395084.9335,decimal,0.0,clp,49306.1527,decimal,0.0,clp,6049.0,integer,22213223919.0,clp,22017652158.0,clp,0.0,clp,1029.0986
+15077-2021-05-20,real_asset_day,2021-05-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.1192,clp,217715.7087,decimal,21456239.9166,decimal,0.0,clp,156560.7256,decimal,0.0,clp,6060.0,integer,22340293797.0,clp,22081028806.0,clp,0.0,clp,1029.1192
+15077-2021-05-21,real_asset_day,2021-05-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.1398,clp,0.0,decimal,21456239.9166,decimal,0.0,clp,0.0,decimal,0.0,clp,6060.0,integer,22340293797.0,clp,22081470805.0,clp,0.0,clp,1029.1398
+15077-2021-05-22,real_asset_day,2021-05-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.1604,clp,0.0,decimal,21456239.9166,decimal,0.0,clp,0.0,decimal,0.0,clp,6060.0,integer,22340293797.0,clp,22081912804.0,clp,0.0,clp,1029.1604
+15077-2021-05-23,real_asset_day,2021-05-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.181,clp,0.0,decimal,21456239.9166,decimal,0.0,clp,0.0,decimal,0.0,clp,6060.0,integer,22340293797.0,clp,22082354802.0,clp,0.0,clp,1029.181
+15077-2021-05-24,real_asset_day,2021-05-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.2016,clp,420678.7012,decimal,21511688.9789,decimal,0.0,clp,365229.6389,decimal,0.0,clp,6081.0,integer,22723578640.0,clp,22139864247.0,clp,0.0,clp,1029.2016
+15077-2021-05-25,real_asset_day,2021-05-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.2222,clp,1052883.0507,decimal,22430540.5497,decimal,0.0,clp,134031.4799,decimal,0.0,clp,6091.0,integer,23643136341.0,clp,23086009480.0,clp,0.0,clp,1029.2222
+15077-2021-05-26,real_asset_day,2021-05-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.2428,clp,155733.3212,decimal,22425113.9235,decimal,0.0,clp,161159.9474,decimal,0.0,clp,6100.0,integer,23430627164.0,clp,23080887767.0,clp,0.0,clp,1029.2428
+15077-2021-05-27,real_asset_day,2021-05-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.2634,clp,202779.372,decimal,22550541.1698,decimal,0.0,clp,77352.1257,decimal,0.0,clp,6123.0,integer,23496762526.0,clp,23210446612.0,clp,0.0,clp,1029.2634
+15077-2021-05-28,real_asset_day,2021-05-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.284,clp,468833.4928,decimal,22959805.9568,decimal,0.0,clp,59568.7058,decimal,0.0,clp,6148.0,integer,23815108947.0,clp,23632161292.0,clp,0.0,clp,1029.284
+15077-2021-05-29,real_asset_day,2021-05-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.3046,clp,0.0,decimal,22959805.9568,decimal,0.0,clp,0.0,decimal,0.0,clp,6148.0,integer,23815108947.0,clp,23632634264.0,clp,0.0,clp,1029.3046
+15077-2021-05-30,real_asset_day,2021-05-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.3252,clp,0.0,decimal,22959805.9568,decimal,0.0,clp,0.0,decimal,0.0,clp,6148.0,integer,23815108947.0,clp,23633107236.0,clp,0.0,clp,1029.3252
+15077-2021-05-31,real_asset_day,2021-05-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.3458,clp,588276.0641,decimal,23310208.4635,decimal,0.0,clp,237873.5574,decimal,0.0,clp,6202.0,integer,24351807755.0,clp,23994264389.0,clp,0.0,clp,1029.3458
+15077-2021-06-01,real_asset_day,2021-06-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.3664,clp,362445.6897,decimal,23493636.5391,decimal,0.0,clp,179017.6141,decimal,0.0,clp,6248.0,integer,24667217837.0,clp,24183560940.0,clp,0.0,clp,1029.3664
+15077-2021-06-02,real_asset_day,2021-06-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.387,clp,224094.8681,decimal,23623099.3046,decimal,0.0,clp,94632.1026,decimal,0.0,clp,6287.0,integer,24651341928.0,clp,24317310950.0,clp,0.0,clp,1029.387
+15077-2021-06-03,real_asset_day,2021-06-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.4076,clp,265157.2895,decimal,23795164.6581,decimal,0.0,clp,93091.936,decimal,0.0,clp,6310.0,integer,24741647307.0,clp,24494923180.0,clp,0.0,clp,1029.4076
+15077-2021-06-04,real_asset_day,2021-06-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.4282,clp,753019.9151,decimal,24442979.5233,decimal,0.0,clp,105205.0499,decimal,0.0,clp,6376.0,integer,25426348281.0,clp,25162291715.0,clp,0.0,clp,1029.4282
+15077-2021-06-05,real_asset_day,2021-06-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.4488,clp,0.0,decimal,24442979.5233,decimal,0.0,clp,0.0,decimal,0.0,clp,6376.0,integer,25426348281.0,clp,25162795240.0,clp,0.0,clp,1029.4488
+15077-2021-06-06,real_asset_day,2021-06-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.4694,clp,0.0,decimal,24442979.5233,decimal,0.0,clp,0.0,decimal,0.0,clp,6376.0,integer,25426348281.0,clp,25163298765.0,clp,0.0,clp,1029.4694
+15077-2021-06-07,real_asset_day,2021-06-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.49,clp,495440.7007,decimal,24729829.4383,decimal,0.0,clp,208590.7857,decimal,0.0,clp,6419.0,integer,25829950949.0,clp,25459111222.0,clp,0.0,clp,1029.49
+15077-2021-06-08,real_asset_day,2021-06-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.5106,clp,174386.253,decimal,24801827.5834,decimal,0.0,clp,102388.1079,decimal,0.0,clp,6436.0,integer,25897889296.0,clp,25533744421.0,clp,0.0,clp,1029.5106
+15077-2021-06-09,real_asset_day,2021-06-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.5312,clp,209599.8145,decimal,24871654.1019,decimal,0.0,clp,139773.296,decimal,0.0,clp,6467.0,integer,25898443983.0,clp,25606144739.0,clp,0.0,clp,1029.5312
+15077-2021-06-10,real_asset_day,2021-06-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.5518,clp,146887.1565,decimal,24894872.8588,decimal,0.0,clp,123668.3996,decimal,0.0,clp,6484.0,integer,25946010822.0,clp,25630560655.0,clp,0.0,clp,1029.5518
+15077-2021-06-11,real_asset_day,2021-06-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.5724,clp,183168.3645,decimal,24982625.2684,decimal,0.0,clp,95415.9549,decimal,0.0,clp,6505.0,integer,25992396747.0,clp,25721421331.0,clp,0.0,clp,1029.5724
+15077-2021-06-12,real_asset_day,2021-06-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.593,clp,0.0,decimal,24982625.2684,decimal,0.0,clp,0.0,decimal,0.0,clp,6505.0,integer,25992396747.0,clp,25721935973.0,clp,0.0,clp,1029.593
+15077-2021-06-13,real_asset_day,2021-06-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.6136,clp,0.0,decimal,24982625.2684,decimal,0.0,clp,0.0,decimal,0.0,clp,6505.0,integer,25992396747.0,clp,25722450615.0,clp,0.0,clp,1029.6136
+15077-2021-06-14,real_asset_day,2021-06-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.6342,clp,223116.1621,decimal,24923316.1664,decimal,0.0,clp,282425.2641,decimal,0.0,clp,6531.0,integer,26101842185.0,clp,25661898903.0,clp,0.0,clp,1029.6342
+15077-2021-06-15,real_asset_day,2021-06-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.6548,clp,156182.3443,decimal,24938111.8557,decimal,0.0,clp,141386.655,decimal,0.0,clp,6530.0,integer,26166920853.0,clp,25677646878.0,clp,0.0,clp,1029.6548
+15077-2021-06-16,real_asset_day,2021-06-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.6754,clp,190687.1929,decimal,24457570.0364,decimal,0.0,clp,671229.0122,decimal,0.0,clp,6516.0,integer,26071233474.0,clp,25183359356.0,clp,0.0,clp,1029.6754
+15077-2021-06-17,real_asset_day,2021-06-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.696,clp,206125.465,decimal,24488076.9265,decimal,0.0,clp,175618.5749,decimal,0.0,clp,6525.0,integer,26459191858.0,clp,25215274742.0,clp,0.0,clp,1029.696
+15077-2021-06-18,real_asset_day,2021-06-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.7166,clp,201444.2191,decimal,24624032.729,decimal,0.0,clp,65488.4166,decimal,0.0,clp,6541.0,integer,25655629840.0,clp,25355774268.0,clp,0.0,clp,1029.7166
+15077-2021-06-19,real_asset_day,2021-06-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.7372,clp,0.0,decimal,24624032.729,decimal,0.0,clp,0.0,decimal,0.0,clp,6541.0,integer,25655629840.0,clp,25356281524.0,clp,0.0,clp,1029.7372
+15077-2021-06-20,real_asset_day,2021-06-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.7578,clp,0.0,decimal,24624032.729,decimal,0.0,clp,0.0,decimal,0.0,clp,6541.0,integer,25655629840.0,clp,25356788779.0,clp,0.0,clp,1029.7578
+15077-2021-06-21,real_asset_day,2021-06-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.7784,clp,0.0,decimal,24624032.729,decimal,0.0,clp,0.0,decimal,0.0,clp,6541.0,integer,25655629840.0,clp,25357296034.0,clp,0.0,clp,1029.7784
+15077-2021-06-22,real_asset_day,2021-06-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.799,clp,311178.2121,decimal,24463662.6636,decimal,0.0,clp,471548.2775,decimal,0.0,clp,6569.0,integer,25799726824.0,clp,25192655646.0,clp,0.0,clp,1029.799
+15077-2021-06-23,real_asset_day,2021-06-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8196,clp,254578.7832,decimal,24569455.5367,decimal,0.0,clp,148785.9101,decimal,0.0,clp,6566.0,integer,25994684605.0,clp,25302107235.0,clp,0.0,clp,1029.8196
+15077-2021-06-24,real_asset_day,2021-06-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8402,clp,177766.8468,decimal,24505544.8388,decimal,0.0,clp,241677.5447,decimal,0.0,clp,6575.0,integer,25662734538.0,clp,25236795161.0,clp,0.0,clp,1029.8402
+15077-2021-06-25,real_asset_day,2021-06-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8608,clp,265311.7798,decimal,24591041.3724,decimal,0.0,clp,179815.2462,decimal,0.0,clp,6594.0,integer,25810120721.0,clp,25325349692.0,clp,0.0,clp,1029.8608
+15077-2021-06-26,real_asset_day,2021-06-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.8814,clp,0.0,decimal,24591041.3724,decimal,0.0,clp,0.0,decimal,0.0,clp,6594.0,integer,25810120721.0,clp,25325856268.0,clp,0.0,clp,1029.8814
+15077-2021-06-27,real_asset_day,2021-06-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.902,clp,0.0,decimal,24591041.3724,decimal,0.0,clp,0.0,decimal,0.0,clp,6594.0,integer,25810120721.0,clp,25326362843.0,clp,0.0,clp,1029.902
+15077-2021-06-28,real_asset_day,2021-06-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9226,clp,0.0,decimal,24591041.3724,decimal,0.0,clp,0.0,decimal,0.0,clp,6594.0,integer,25810120721.0,clp,25326869419.0,clp,0.0,clp,1029.9226
+15077-2021-06-29,real_asset_day,2021-06-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9432,clp,462455.6453,decimal,24774745.009,decimal,0.0,clp,278752.0087,decimal,0.0,clp,6725.0,integer,26042442823.0,clp,25516579820.0,clp,0.0,clp,1029.9432
+15077-2021-06-30,real_asset_day,2021-06-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9638,clp,273278.6114,decimal,24768569.841,decimal,0.0,clp,279453.7794,decimal,0.0,clp,6769.0,integer,26136157151.0,clp,25510731430.0,clp,0.0,clp,1029.9638
+15077-2021-07-01,real_asset_day,2021-07-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1029.9844,clp,336460.919,decimal,24914235.7415,decimal,0.0,clp,190795.0185,decimal,0.0,clp,6843.0,integer,27196914575.0,clp,25661274149.0,clp,0.0,clp,1029.9844
+15077-2021-07-02,real_asset_day,2021-07-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.005,clp,331924.0316,decimal,25081100.1662,decimal,0.0,clp,165059.6069,decimal,0.0,clp,6903.0,integer,26250564015.0,clp,25833658884.0,clp,0.0,clp,1030.005
+15077-2021-07-03,real_asset_day,2021-07-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.0256,clp,0.0,decimal,25081100.1662,decimal,0.0,clp,0.0,decimal,0.0,clp,6903.0,integer,26250564015.0,clp,25834175554.0,clp,0.0,clp,1030.0256
+15077-2021-07-04,real_asset_day,2021-07-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.0462,clp,0.0,decimal,25081100.1662,decimal,0.0,clp,0.0,decimal,0.0,clp,6903.0,integer,26250564015.0,clp,25834692225.0,clp,0.0,clp,1030.0462
+15077-2021-07-05,real_asset_day,2021-07-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.0668,clp,682685.16,decimal,25110743.7501,decimal,0.0,clp,653041.5761,decimal,0.0,clp,7014.0,integer,26752895206.0,clp,25865743689.0,clp,0.0,clp,1030.0668
+15077-2021-07-06,real_asset_day,2021-07-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.0874,clp,267105.6073,decimal,25236742.9187,decimal,0.0,clp,141106.4387,decimal,0.0,clp,7055.0,integer,26852787625.0,clp,25996051745.0,clp,0.0,clp,1030.0874
+15077-2021-07-07,real_asset_day,2021-07-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.108,clp,793366.858,decimal,25852067.7264,decimal,0.0,clp,178042.0503,decimal,0.0,clp,7128.0,integer,27002449702.0,clp,26630422162.0,clp,0.0,clp,1030.108
+15077-2021-07-08,real_asset_day,2021-07-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.1286,clp,586284.017,decimal,26050674.3148,decimal,0.0,clp,387677.4286,decimal,0.0,clp,7187.0,integer,27454831857.0,clp,26835544828.0,clp,0.0,clp,1030.1286
+15077-2021-07-09,real_asset_day,2021-07-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.1492,clp,231999.2071,decimal,26124306.4404,decimal,0.0,clp,158367.0815,decimal,0.0,clp,7220.0,integer,27515480811.0,clp,26911933524.0,clp,0.0,clp,1030.1492
+15077-2021-07-10,real_asset_day,2021-07-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.1698,clp,0.0,decimal,26124306.4404,decimal,0.0,clp,0.0,decimal,0.0,clp,7220.0,integer,27515480811.0,clp,26912471685.0,clp,0.0,clp,1030.1698
+15077-2021-07-11,real_asset_day,2021-07-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.1904,clp,0.0,decimal,26124306.4404,decimal,0.0,clp,0.0,decimal,0.0,clp,7220.0,integer,27515480811.0,clp,26913009845.0,clp,0.0,clp,1030.1904
+15077-2021-07-12,real_asset_day,2021-07-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.211,clp,572955.3029,decimal,26508260.4416,decimal,0.0,clp,189001.3017,decimal,0.0,clp,7287.0,integer,27715839477.0,clp,27309101029.0,clp,0.0,clp,1030.211
+15077-2021-07-13,real_asset_day,2021-07-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.2316,clp,296648.2616,decimal,26608547.2148,decimal,0.0,clp,196361.4884,decimal,0.0,clp,7302.0,integer,27858211278.0,clp,27412966593.0,clp,0.0,clp,1030.2316
+15077-2021-07-14,real_asset_day,2021-07-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.2522,clp,235766.595,decimal,26680549.4569,decimal,0.0,clp,163764.3529,decimal,0.0,clp,7322.0,integer,27908933637.0,clp,27487693857.0,clp,0.0,clp,1030.2522
+15077-2021-07-15,real_asset_day,2021-07-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.2728,clp,285743.1255,decimal,26868028.1181,decimal,0.0,clp,98264.4643,decimal,0.0,clp,7352.0,integer,28005424103.0,clp,27681399144.0,clp,0.0,clp,1030.2728
+15077-2021-07-16,real_asset_day,2021-07-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.3006,clp,0.0,decimal,26868028.1181,decimal,0.0,clp,0.0,decimal,0.0,clp,7352.0,integer,28005424103.0,clp,27682146076.0,clp,0.0,clp,1030.3006
+15077-2021-07-17,real_asset_day,2021-07-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.3284,clp,0.0,decimal,26868028.1181,decimal,0.0,clp,0.0,decimal,0.0,clp,7352.0,integer,28005424103.0,clp,27682893007.0,clp,0.0,clp,1030.3284
+15077-2021-07-18,real_asset_day,2021-07-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.3562,clp,0.0,decimal,26868028.1181,decimal,0.0,clp,0.0,decimal,0.0,clp,7352.0,integer,28005424103.0,clp,27683639938.0,clp,0.0,clp,1030.3562
+15077-2021-07-19,real_asset_day,2021-07-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.384,clp,412842.7991,decimal,27013150.4489,decimal,0.0,clp,267720.4683,decimal,0.0,clp,7381.0,integer,28273873995.0,clp,27833917867.0,clp,0.0,clp,1030.384
+15077-2021-07-20,real_asset_day,2021-07-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.4118,clp,182550.3357,decimal,27091628.8055,decimal,0.0,clp,104071.9791,decimal,0.0,clp,7389.0,integer,28367949527.0,clp,27915534650.0,clp,0.0,clp,1030.4118
+15077-2021-07-21,real_asset_day,2021-07-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.4396,clp,256853.3132,decimal,27129081.3641,decimal,0.0,clp,219400.7546,decimal,0.0,clp,7396.0,integer,28361800214.0,clp,27954879325.0,clp,0.0,clp,1030.4396
+15077-2021-07-22,real_asset_day,2021-07-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.4674,clp,414678.0168,decimal,27345932.4403,decimal,0.0,clp,197826.9406,decimal,0.0,clp,7424.0,integer,28681783497.0,clp,28179092499.0,clp,0.0,clp,1030.4674
+15077-2021-07-23,real_asset_day,2021-07-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.4952,clp,229293.0636,decimal,27375871.0957,decimal,0.0,clp,199354.4082,decimal,0.0,clp,7448.0,integer,28693282952.0,clp,28210704119.0,clp,0.0,clp,1030.4952
+15077-2021-07-24,real_asset_day,2021-07-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.523,clp,0.0,decimal,27375871.0957,decimal,0.0,clp,0.0,decimal,0.0,clp,7448.0,integer,28693282952.0,clp,28211465168.0,clp,0.0,clp,1030.523
+15077-2021-07-25,real_asset_day,2021-07-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.5508,clp,0.0,decimal,27375871.0957,decimal,0.0,clp,0.0,decimal,0.0,clp,7448.0,integer,28693282952.0,clp,28212226217.0,clp,0.0,clp,1030.5508
+15077-2021-07-26,real_asset_day,2021-07-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.5786,clp,428397.7194,decimal,27449258.3583,decimal,0.0,clp,355010.4568,decimal,0.0,clp,7481.0,integer,28933365747.0,clp,28288616920.0,clp,0.0,clp,1030.5786
+15077-2021-07-27,real_asset_day,2021-07-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.6064,clp,324882.5325,decimal,27487319.0836,decimal,0.0,clp,286821.8072,decimal,0.0,clp,7490.0,integer,29064081352.0,clp,,,0.0,clp,1030.6064
+15077-2021-07-28,real_asset_day,2021-07-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.6342,clp,190369.4619,decimal,27495131.2877,decimal,0.0,clp,182557.2578,decimal,0.0,clp,7503.0,integer,28892460669.0,clp,28337422632.0,clp,0.0,clp,1030.6342
+15077-2021-07-29,real_asset_day,2021-07-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.662,clp,203241.7786,decimal,27484203.4398,decimal,0.0,clp,214169.6265,decimal,0.0,clp,7514.0,integer,28803328016.0,clp,28326924813.0,clp,0.0,clp,1030.662
+15077-2021-07-30,real_asset_day,2021-07-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.6898,clp,618548.7295,decimal,27862081.7392,decimal,0.0,clp,240670.4301,decimal,0.0,clp,7555.0,integer,29248853623.0,clp,28717163766.0,clp,0.0,clp,1030.6898
+15077-2021-07-31,real_asset_day,2021-07-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.7176,clp,0.0,decimal,27862081.7392,decimal,0.0,clp,0.0,decimal,0.0,clp,7555.0,integer,29248853623.0,clp,28717938331.0,clp,0.0,clp,1030.7176
+15077-2021-08-01,real_asset_day,2021-08-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.7454,clp,0.0,decimal,27862081.7392,decimal,0.0,clp,0.0,decimal,0.0,clp,7555.0,integer,29248853623.0,clp,28718712897.0,clp,0.0,clp,1030.7454
+15077-2021-08-02,real_asset_day,2021-08-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.7732,clp,543442.6528,decimal,27952422.0411,decimal,0.0,clp,453102.3509,decimal,0.0,clp,7652.0,integer,30085462070.0,clp,28812607930.0,clp,0.0,clp,1030.7732
+15077-2021-08-03,real_asset_day,2021-08-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.801,clp,336729.4714,decimal,28004665.7276,decimal,0.0,clp,284485.7849,decimal,0.0,clp,7667.0,integer,30186504928.0,clp,28867237595.0,clp,0.0,clp,1030.801
+15077-2021-08-04,real_asset_day,2021-08-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.8288,clp,265687.7111,decimal,27352401.5234,decimal,0.0,clp,917951.9153,decimal,0.0,clp,7654.0,integer,30206904271.0,clp,28195642152.0,clp,0.0,clp,1030.8288
+15077-2021-08-05,real_asset_day,2021-08-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.8566,clp,306462.1515,decimal,27191199.3543,decimal,0.0,clp,467664.3206,decimal,0.0,clp,7676.0,integer,29929293811.0,clp,28030227198.0,clp,0.0,clp,1030.8566
+15077-2021-08-06,real_asset_day,2021-08-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.8844,clp,244506.0338,decimal,27289332.6763,decimal,0.0,clp,146372.7118,decimal,0.0,clp,7699.0,integer,28837158677.0,clp,28132147531.0,clp,0.0,clp,1030.8844
+15077-2021-08-07,real_asset_day,2021-08-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.9122,clp,0.0,decimal,27289332.6763,decimal,0.0,clp,0.0,decimal,0.0,clp,7699.0,integer,28837158677.0,clp,28132906174.0,clp,0.0,clp,1030.9122
+15077-2021-08-08,real_asset_day,2021-08-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.94,clp,0.0,decimal,27289332.6763,decimal,0.0,clp,0.0,decimal,0.0,clp,7699.0,integer,28837158677.0,clp,28133664818.0,clp,0.0,clp,1030.94
+15077-2021-08-09,real_asset_day,2021-08-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.9678,clp,438631.3249,decimal,27275070.0678,decimal,0.0,clp,452893.9334,decimal,0.0,clp,7736.0,integer,28816084979.0,clp,28119719283.0,clp,0.0,clp,1030.9678
+15077-2021-08-10,real_asset_day,2021-08-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1030.9956,clp,310630.747,decimal,27149631.1107,decimal,0.0,clp,436069.7041,decimal,0.0,clp,7771.0,integer,29188538019.0,clp,27991150425.0,clp,0.0,clp,1030.9956
+15077-2021-08-11,real_asset_day,2021-08-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.0234,clp,188850.1989,decimal,27022521.3347,decimal,0.0,clp,315959.9749,decimal,0.0,clp,7781.0,integer,28717152445.0,clp,27860851196.0,clp,0.0,clp,1031.0234
+15077-2021-08-12,real_asset_day,2021-08-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.0512,clp,1166290.9714,decimal,27937227.5749,decimal,0.0,clp,251584.7312,decimal,0.0,clp,7845.0,integer,29474028475.0,clp,28804711567.0,clp,0.0,clp,1031.0512
+15077-2021-08-13,real_asset_day,2021-08-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.079,clp,323254.7785,decimal,27553200.176,decimal,0.0,clp,707282.1774,decimal,0.0,clp,7846.0,integer,29486455221.0,clp,28409527078.0,clp,0.0,clp,1031.079
+15077-2021-08-14,real_asset_day,2021-08-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.1068,clp,0.0,decimal,27553200.176,decimal,0.0,clp,0.0,decimal,0.0,clp,7846.0,integer,29486455221.0,clp,28410293057.0,clp,0.0,clp,1031.1068
+15077-2021-08-15,real_asset_day,2021-08-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.1346,clp,0.0,decimal,27553200.176,decimal,0.0,clp,0.0,decimal,0.0,clp,7846.0,integer,29486455221.0,clp,28411059036.0,clp,0.0,clp,1031.1346
+15077-2021-08-16,real_asset_day,2021-08-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.1624,clp,533926.3854,decimal,27453185.9163,decimal,0.0,clp,633940.6451,decimal,0.0,clp,7856.0,integer,30538237794.0,clp,28308692323.0,clp,0.0,clp,1031.1624
+15077-2021-08-17,real_asset_day,2021-08-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.1902,clp,133323.5133,decimal,27093864.9702,decimal,0.0,clp,492644.4594,decimal,0.0,clp,7859.0,integer,29701169551.0,clp,27938927225.0,clp,0.0,clp,1031.1902
+15077-2021-08-18,real_asset_day,2021-08-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.218,clp,223914.4938,decimal,27198083.3645,decimal,0.0,clp,119696.0995,decimal,0.0,clp,7862.0,integer,28782319982.0,clp,28047154403.0,clp,0.0,clp,1031.218
+15077-2021-08-19,real_asset_day,2021-08-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.2458,clp,163994.6028,decimal,27292412.4842,decimal,0.0,clp,69665.4831,decimal,0.0,clp,7866.0,integer,28444403637.0,clp,28145185657.0,clp,0.0,clp,1031.2458
+15077-2021-08-20,real_asset_day,2021-08-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.2736,clp,156714.0516,decimal,27134027.7975,decimal,0.0,clp,315098.7383,decimal,0.0,clp,7884.0,integer,28483923832.0,clp,27982607017.0,clp,0.0,clp,1031.2736
+15077-2021-08-21,real_asset_day,2021-08-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.3014,clp,0.0,decimal,27134027.7975,decimal,0.0,clp,0.0,decimal,0.0,clp,7884.0,integer,28483923832.0,clp,27983361343.0,clp,0.0,clp,1031.3014
+15077-2021-08-22,real_asset_day,2021-08-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.3292,clp,0.0,decimal,27134027.7975,decimal,0.0,clp,0.0,decimal,0.0,clp,7884.0,integer,28483923832.0,clp,27984115669.0,clp,0.0,clp,1031.3292
+15077-2021-08-23,real_asset_day,2021-08-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.357,clp,1325776.3166,decimal,28078667.8211,decimal,0.0,clp,381136.293,decimal,0.0,clp,7929.0,integer,29786828078.0,clp,28959129446.0,clp,0.0,clp,1031.357
+15077-2021-08-24,real_asset_day,2021-08-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.3848,clp,285019.6691,decimal,27239469.4278,decimal,0.0,clp,1124218.0624,decimal,0.0,clp,7927.0,integer,30055121266.0,clp,28094373620.0,clp,0.0,clp,1031.3848
+15077-2021-08-25,real_asset_day,2021-08-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.4126,clp,191582.9299,decimal,27112436.5556,decimal,0.0,clp,318615.8021,decimal,0.0,clp,7940.0,integer,29862224398.0,clp,27964109489.0,clp,0.0,clp,1031.4126
+15077-2021-08-26,real_asset_day,2021-08-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.4404,clp,162283.2647,decimal,27024118.6703,decimal,0.0,clp,250601.15,decimal,0.0,clp,7958.0,integer,28573855072.0,clp,27873768224.0,clp,0.0,clp,1031.4404
+15077-2021-08-27,real_asset_day,2021-08-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.4682,clp,237327.3411,decimal,27088864.3975,decimal,0.0,clp,172581.6139,decimal,0.0,clp,7970.0,integer,28493352415.0,clp,27941302077.0,clp,0.0,clp,1031.4682
+15077-2021-08-28,real_asset_day,2021-08-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.496,clp,0.0,decimal,27088864.3975,decimal,0.0,clp,0.0,decimal,0.0,clp,7970.0,integer,28493352415.0,clp,27942055147.0,clp,0.0,clp,1031.496
+15077-2021-08-29,real_asset_day,2021-08-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.5238,clp,0.0,decimal,27088864.3975,decimal,0.0,clp,0.0,decimal,0.0,clp,7970.0,integer,28493352415.0,clp,27942808218.0,clp,0.0,clp,1031.5238
+15077-2021-08-30,real_asset_day,2021-08-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.5516,clp,383553.8407,decimal,26840106.7355,decimal,0.0,clp,632311.5027,decimal,0.0,clp,7989.0,integer,28937917951.0,clp,27686955189.0,clp,0.0,clp,1031.5516
+15077-2021-08-31,real_asset_day,2021-08-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.5794,clp,241383.9563,decimal,26746252.5199,decimal,0.0,clp,335238.1719,decimal,0.0,clp,7989.0,integer,28713571962.0,clp,27590883562.0,clp,0.0,clp,1031.5794
+15077-2021-09-01,real_asset_day,2021-09-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.6072,clp,372053.2145,decimal,26946049.0225,decimal,0.0,clp,172256.7119,decimal,0.0,clp,8048.0,integer,28446003781.0,clp,27797736976.0,clp,0.0,clp,1031.6072
+15077-2021-09-02,real_asset_day,2021-09-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.6565,clp,452417.4745,decimal,27153596.6308,decimal,0.0,clp,244869.8662,decimal,0.0,clp,8088.0,integer,28556323603.0,clp,28013183625.0,clp,0.0,clp,1031.6565
+15077-2021-09-03,real_asset_day,2021-09-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.7058,clp,263473.0284,decimal,27232042.2615,decimal,0.0,clp,185027.3977,decimal,0.0,clp,8131.0,integer,28643328311.0,clp,28095456823.0,clp,0.0,clp,1031.7058
+15077-2021-09-04,real_asset_day,2021-09-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.7551,clp,0.0,decimal,27232042.2615,decimal,0.0,clp,0.0,decimal,0.0,clp,8131.0,integer,28643328311.0,clp,28096799363.0,clp,0.0,clp,1031.7551
+15077-2021-09-05,real_asset_day,2021-09-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.8044,clp,0.0,decimal,27232042.2615,decimal,0.0,clp,0.0,decimal,0.0,clp,8131.0,integer,28643328311.0,clp,28098141903.0,clp,0.0,clp,1031.8044
+15077-2021-09-06,real_asset_day,2021-09-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.8537,clp,484477.4663,decimal,27281203.2274,decimal,0.0,clp,435316.5004,decimal,0.0,clp,8209.0,integer,28898081177.0,clp,28150211658.0,clp,0.0,clp,1031.8537
+15077-2021-09-07,real_asset_day,2021-09-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.903,clp,533403.1755,decimal,27562032.438,decimal,0.0,clp,252573.9649,decimal,0.0,clp,8254.0,integer,29260982389.0,clp,28441345152.0,clp,0.0,clp,1031.903
+15077-2021-09-08,real_asset_day,2021-09-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1031.9523,clp,440999.8712,decimal,27763855.6084,decimal,0.0,clp,239176.7008,decimal,0.0,clp,8274.0,integer,29259775271.0,clp,28650974598.0,clp,0.0,clp,1031.9523
+15077-2021-09-09,real_asset_day,2021-09-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.0016,clp,194396.4857,decimal,27817790.3143,decimal,0.0,clp,140461.7798,decimal,0.0,clp,8299.0,integer,29196720567.0,clp,28708003845.0,clp,0.0,clp,1032.0016
+15077-2021-09-10,real_asset_day,2021-09-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.0509,clp,215839.0824,decimal,27885835.9129,decimal,0.0,clp,147793.4838,decimal,0.0,clp,8336.0,integer,29168538522.0,clp,28779601587.0,clp,0.0,clp,1032.0509
+15077-2021-09-11,real_asset_day,2021-09-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.1002,clp,0.0,decimal,27885835.9129,decimal,0.0,clp,0.0,decimal,0.0,clp,8336.0,integer,29168538522.0,clp,28780976359.0,clp,0.0,clp,1032.1002
+15077-2021-09-12,real_asset_day,2021-09-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.1495,clp,0.0,decimal,27885835.9129,decimal,0.0,clp,0.0,decimal,0.0,clp,8336.0,integer,29168538522.0,clp,28782351130.0,clp,0.0,clp,1032.1495
+15077-2021-09-13,real_asset_day,2021-09-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.1988,clp,384253.6571,decimal,27879508.5098,decimal,0.0,clp,390581.0602,decimal,0.0,clp,8374.0,integer,29422424956.0,clp,28777194897.0,clp,0.0,clp,1032.1988
+15077-2021-09-14,real_asset_day,2021-09-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.2481,clp,260617.0106,decimal,27953572.4241,decimal,0.0,clp,186553.0963,decimal,0.0,clp,8395.0,integer,29544475375.0,clp,28855021917.0,clp,0.0,clp,1032.2481
+15077-2021-09-15,real_asset_day,2021-09-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.2974,clp,301057.8261,decimal,27794091.7571,decimal,0.0,clp,460538.4931,decimal,0.0,clp,8429.0,integer,29756928976.0,clp,28691767860.0,clp,0.0,clp,1032.2974
+15077-2021-09-16,real_asset_day,2021-09-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.3467,clp,691856.8056,decimal,28158483.1259,decimal,0.0,clp,327465.4368,decimal,0.0,clp,8451.0,integer,29990308466.0,clp,29069316384.0,clp,0.0,clp,1032.3467
+15077-2021-09-17,real_asset_day,2021-09-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.396,clp,0.0,decimal,28158483.1259,decimal,0.0,clp,0.0,decimal,0.0,clp,8451.0,integer,29990308466.0,clp,29070704597.0,clp,0.0,clp,1032.396
+15077-2021-09-18,real_asset_day,2021-09-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.4453,clp,0.0,decimal,28158483.1259,decimal,0.0,clp,0.0,decimal,0.0,clp,8451.0,integer,29990308466.0,clp,29072092811.0,clp,0.0,clp,1032.4453
+15077-2021-09-19,real_asset_day,2021-09-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.4946,clp,0.0,decimal,28158483.1259,decimal,0.0,clp,0.0,decimal,0.0,clp,8451.0,integer,29990308466.0,clp,29073481024.0,clp,0.0,clp,1032.4946
+15077-2021-09-20,real_asset_day,2021-09-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.5439,clp,471778.2765,decimal,28324899.3213,decimal,0.0,clp,305362.0811,decimal,0.0,clp,8501.0,integer,30011056768.0,clp,29246702865.0,clp,0.0,clp,1032.5439
+15077-2021-09-21,real_asset_day,2021-09-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.5932,clp,558852.263,decimal,28635164.177,decimal,0.0,clp,248587.4073,decimal,0.0,clp,8513.0,integer,30257411227.0,clp,29568474461.0,clp,0.0,clp,1032.5932
+15077-2021-09-22,real_asset_day,2021-09-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.6425,clp,859986.6275,decimal,29077509.275,decimal,0.0,clp,417641.5295,decimal,0.0,clp,8553.0,integer,30833388319.0,clp,30026672896.0,clp,0.0,clp,1032.6425
+15077-2021-09-23,real_asset_day,2021-09-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.6918,clp,818077.4257,decimal,29126189.35,decimal,0.0,clp,769397.3507,decimal,0.0,clp,8594.0,integer,31575700163.0,clp,30078376244.0,clp,0.0,clp,1032.6918
+15077-2021-09-24,real_asset_day,2021-09-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.7411,clp,332682.5187,decimal,29078355.5259,decimal,0.0,clp,380516.3428,decimal,0.0,clp,8588.0,integer,31337662949.0,clp,30030412342.0,clp,0.0,clp,1032.7411
+15077-2021-09-25,real_asset_day,2021-09-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.7904,clp,0.0,decimal,29078355.5259,decimal,0.0,clp,0.0,decimal,0.0,clp,8588.0,integer,31337662949.0,clp,30031845905.0,clp,0.0,clp,1032.7904
+15077-2021-09-26,real_asset_day,2021-09-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.8397,clp,0.0,decimal,29078355.5259,decimal,0.0,clp,0.0,decimal,0.0,clp,8588.0,integer,31337662949.0,clp,30033279468.0,clp,0.0,clp,1032.8397
+15077-2021-09-27,real_asset_day,2021-09-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.889,clp,248266.4377,decimal,28938384.4345,decimal,0.0,clp,388237.5291,decimal,0.0,clp,8612.0,integer,31099458493.0,clp,29890139870.0,clp,0.0,clp,1032.889
+15077-2021-09-28,real_asset_day,2021-09-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.9383,clp,338140.2546,decimal,28939887.443,decimal,0.0,clp,336637.2461,decimal,0.0,clp,8620.0,integer,30752792698.0,clp,29893119174.0,clp,0.0,clp,1032.9383
+15077-2021-09-29,real_asset_day,2021-09-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1032.9877,clp,490312.3614,decimal,29067988.5955,decimal,0.0,clp,362211.2089,decimal,0.0,clp,8623.0,integer,30854386575.0,clp,30026875863.0,clp,0.0,clp,1032.9877
+15077-2021-09-30,real_asset_day,2021-09-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.0371,clp,715881.8606,decimal,29657153.7391,decimal,0.0,clp,126716.717,decimal,0.0,clp,8682.0,integer,31243895763.0,clp,30636939816.0,clp,0.0,clp,1033.0371
+15077-2021-10-01,real_asset_day,2021-10-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.0865,clp,827078.3816,decimal,30312631.9247,decimal,0.0,clp,171600.196,decimal,0.0,clp,8734.0,integer,31718885180.0,clp,31315569975.0,clp,0.0,clp,1033.0865
+15077-2021-10-02,real_asset_day,2021-10-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.1359,clp,0.0,decimal,30312631.9247,decimal,0.0,clp,0.0,decimal,0.0,clp,8734.0,integer,31718885180.0,clp,31317067419.0,clp,0.0,clp,1033.1359
+15077-2021-10-03,real_asset_day,2021-10-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.1853,clp,0.0,decimal,30312631.9247,decimal,0.0,clp,0.0,decimal,0.0,clp,8734.0,integer,31718885180.0,clp,31318564863.0,clp,0.0,clp,1033.1853
+15077-2021-10-04,real_asset_day,2021-10-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.2347,clp,531480.1267,decimal,30515906.4152,decimal,0.0,clp,328205.6362,decimal,0.0,clp,8828.0,integer,32138310659.0,clp,31530092181.0,clp,0.0,clp,1033.2347
+15077-2021-10-05,real_asset_day,2021-10-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.2841,clp,312610.5678,decimal,30568457.0139,decimal,0.0,clp,260059.9691,decimal,0.0,clp,8851.0,integer,32678423044.0,clp,31585901199.0,clp,0.0,clp,1033.2841
+15077-2021-10-06,real_asset_day,2021-10-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.3335,clp,295247.8489,decimal,30708053.7565,decimal,0.0,clp,155651.1063,decimal,0.0,clp,8887.0,integer,32638883214.0,clp,31731659949.0,clp,0.0,clp,1033.3335
+15077-2021-10-07,real_asset_day,2021-10-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.3829,clp,265372.3624,decimal,30772721.8949,decimal,0.0,clp,200704.224,decimal,0.0,clp,8912.0,integer,32236664248.0,clp,31800004839.0,clp,0.0,clp,1033.3829
+15077-2021-10-08,real_asset_day,2021-10-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.426,clp,230118.246,decimal,30815474.7722,decimal,0.0,clp,187365.3687,decimal,0.0,clp,8927.0,integer,44285060135.0,clp,31845513841.0,clp,0.0,clp,1033.426
+15077-2021-10-09,real_asset_day,2021-10-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.4691,clp,0.0,decimal,30815474.7722,decimal,0.0,clp,0.0,decimal,0.0,clp,8927.0,integer,44285060135.0,clp,31846841988.0,clp,0.0,clp,1033.4691
+15077-2021-10-10,real_asset_day,2021-10-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.5122,clp,0.0,decimal,30815474.7722,decimal,0.0,clp,0.0,decimal,0.0,clp,8927.0,integer,44285060135.0,clp,31848170135.0,clp,0.0,clp,1033.5122
+15077-2021-10-11,real_asset_day,2021-10-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.5553,clp,0.0,decimal,30815474.7722,decimal,0.0,clp,0.0,decimal,0.0,clp,8927.0,integer,44285060135.0,clp,31849498282.0,clp,0.0,clp,1033.5553
+15077-2021-10-12,real_asset_day,2021-10-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.5984,clp,423092.8045,decimal,30674880.1355,decimal,0.0,clp,563687.4412,decimal,0.0,clp,9009.0,integer,32528198886.0,clp,31705507807.0,clp,0.0,clp,1033.5984
+15077-2021-10-13,real_asset_day,2021-10-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.6415,clp,277980.1118,decimal,30704043.6017,decimal,0.0,clp,248816.6456,decimal,0.0,clp,9018.0,integer,32614540779.0,clp,31736974789.0,clp,0.0,clp,1033.6415
+15077-2021-10-14,real_asset_day,2021-10-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.6846,clp,297583.5074,decimal,30662242.964,decimal,0.0,clp,339384.1451,decimal,0.0,clp,9027.0,integer,32634166708.0,clp,31695089119.0,clp,0.0,clp,1033.6846
+15077-2021-10-15,real_asset_day,2021-10-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.7636,clp,249826.0493,decimal,30472390.074,decimal,0.0,clp,439678.9393,decimal,0.0,clp,9025.0,integer,32338219284.0,clp,31501246770.0,clp,0.0,clp,1033.7636
+15077-2021-10-16,real_asset_day,2021-10-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.8426,clp,0.0,decimal,30472390.074,decimal,0.0,clp,0.0,decimal,0.0,clp,9025.0,integer,32338219284.0,clp,31503654089.0,clp,0.0,clp,1033.8426
+15077-2021-10-17,real_asset_day,2021-10-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1033.9216,clp,0.0,decimal,30472390.074,decimal,0.0,clp,0.0,decimal,0.0,clp,9025.0,integer,32338219284.0,clp,31506061408.0,clp,0.0,clp,1033.9216
+15077-2021-10-18,real_asset_day,2021-10-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.0006,clp,442620.5171,decimal,30461535.2313,decimal,0.0,clp,453475.3598,decimal,0.0,clp,9043.0,integer,32460176968.0,clp,31497246668.0,clp,0.0,clp,1034.0006
+15077-2021-10-19,real_asset_day,2021-10-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.0796,clp,181654.2626,decimal,30322818.993,decimal,0.0,clp,320370.5009,decimal,0.0,clp,9067.0,integer,32695929336.0,clp,31356207107.0,clp,0.0,clp,1034.0796
+15077-2021-10-20,real_asset_day,2021-10-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.1586,clp,239635.5293,decimal,30170555.203,decimal,0.0,clp,391899.3193,decimal,0.0,clp,9090.0,integer,31982709181.0,clp,31201139617.0,clp,0.0,clp,1034.1586
+15077-2021-10-21,real_asset_day,2021-10-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.2376,clp,159634.2104,decimal,30149160.2397,decimal,0.0,clp,181029.1737,decimal,0.0,clp,9100.0,integer,31820399567.0,clp,31181394962.0,clp,0.0,clp,1034.2376
+15077-2021-10-22,real_asset_day,2021-10-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.3166,clp,182277.4307,decimal,30119475.6483,decimal,0.0,clp,211962.0221,decimal,0.0,clp,9114.0,integer,31609379822.0,clp,31153072847.0,clp,0.0,clp,1034.3166
+15077-2021-10-23,real_asset_day,2021-10-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.3956,clp,0.0,decimal,30119475.6483,decimal,0.0,clp,0.0,decimal,0.0,clp,9114.0,integer,31609379822.0,clp,31155452285.0,clp,0.0,clp,1034.3956
+15077-2021-10-24,real_asset_day,2021-10-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.4746,clp,0.0,decimal,30119475.6483,decimal,0.0,clp,0.0,decimal,0.0,clp,9114.0,integer,31609379822.0,clp,31157831724.0,clp,0.0,clp,1034.4746
+15077-2021-10-25,real_asset_day,2021-10-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.5536,clp,445632.0468,decimal,29971848.5636,decimal,0.0,clp,593259.1315,decimal,0.0,clp,9141.0,integer,31894214474.0,clp,31007484867.0,clp,0.0,clp,1034.5536
+15077-2021-10-26,real_asset_day,2021-10-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.6326,clp,230795.4274,decimal,29862888.975,decimal,0.0,clp,339755.016,decimal,0.0,clp,9144.0,integer,31922967719.0,clp,30897118752.0,clp,0.0,clp,1034.6326
+15077-2021-10-27,real_asset_day,2021-10-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.7116,clp,491678.5144,decimal,30162285.25,decimal,0.0,clp,192282.2394,decimal,0.0,clp,9158.0,integer,31828208245.0,clp,31209265242.0,clp,0.0,clp,1034.7116
+15077-2021-10-28,real_asset_day,2021-10-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.7906,clp,174059.7454,decimal,30168181.5249,decimal,0.0,clp,168163.4705,decimal,0.0,clp,9169.0,integer,31664086958.0,clp,31217750221.0,clp,0.0,clp,1034.7906
+15077-2021-10-29,real_asset_day,2021-10-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.8696,clp,211248.7358,decimal,30208537.6683,decimal,0.0,clp,170892.5924,decimal,0.0,clp,9191.0,integer,31689165723.0,clp,31261896164.0,clp,0.0,clp,1034.8696
+15077-2021-10-30,real_asset_day,2021-10-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1034.9487,clp,0.0,decimal,30208537.6683,decimal,0.0,clp,0.0,decimal,0.0,clp,9191.0,integer,31689165723.0,clp,31264285659.0,clp,0.0,clp,1034.9487
+15077-2021-10-31,real_asset_day,2021-10-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.0278,clp,0.0,decimal,30208537.6683,decimal,0.0,clp,0.0,decimal,0.0,clp,9191.0,integer,31689165723.0,clp,31266675155.0,clp,0.0,clp,1035.0278
+15077-2021-11-01,real_asset_day,2021-11-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.1069,clp,0.0,decimal,30208537.6683,decimal,0.0,clp,0.0,decimal,0.0,clp,9191.0,integer,31689165723.0,clp,31269064650.0,clp,0.0,clp,1035.1069
+15077-2021-11-02,real_asset_day,2021-11-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.186,clp,711549.3301,decimal,30117038.7281,decimal,0.0,clp,803048.2703,decimal,0.0,clp,9326.0,integer,32267666338.0,clp,31176735447.0,clp,0.0,clp,1035.186
+15077-2021-11-03,real_asset_day,2021-11-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.2651,clp,324659.3137,decimal,29951925.4487,decimal,0.0,clp,489772.5931,decimal,0.0,clp,9355.0,integer,32431651956.0,clp,31008182024.0,clp,0.0,clp,1035.2651
+15077-2021-11-04,real_asset_day,2021-11-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.3442,clp,375048.159,decimal,29969876.9049,decimal,0.0,clp,357096.7028,decimal,0.0,clp,9376.0,integer,31992108968.0,clp,31029138106.0,clp,0.0,clp,1035.3442
+15077-2021-11-05,real_asset_day,2021-11-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.4233,clp,302965.3745,decimal,29949974.9534,decimal,0.0,clp,322867.326,decimal,0.0,clp,9402.0,integer,31801744138.0,clp,31010902016.0,clp,0.0,clp,1035.4233
+15077-2021-11-06,real_asset_day,2021-11-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.5024,clp,0.0,decimal,29949974.9534,decimal,0.0,clp,0.0,decimal,0.0,clp,9402.0,integer,31801744138.0,clp,31013271059.0,clp,0.0,clp,1035.5024
+15077-2021-11-07,real_asset_day,2021-11-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.5815,clp,0.0,decimal,29949974.9534,decimal,0.0,clp,0.0,decimal,0.0,clp,9402.0,integer,31801744138.0,clp,31015640102.0,clp,0.0,clp,1035.5815
+15077-2021-11-08,real_asset_day,2021-11-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.6606,clp,406377.2083,decimal,29564706.3214,decimal,0.0,clp,791645.8403,decimal,0.0,clp,9485.0,integer,32362218011.0,clp,30619001189.0,clp,0.0,clp,1035.6606
+15077-2021-11-09,real_asset_day,2021-11-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.7397,clp,522310.9113,decimal,29790585.5366,decimal,0.0,clp,296431.6961,decimal,0.0,clp,9514.0,integer,32075559988.0,clp,30855293163.0,clp,0.0,clp,1035.7397
+15077-2021-11-10,real_asset_day,2021-11-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.8188,clp,201615.9234,decimal,29709790.8156,decimal,0.0,clp,282410.6444,decimal,0.0,clp,9540.0,integer,31468096639.0,clp,30773958554.0,clp,0.0,clp,1035.8188
+15077-2021-11-11,real_asset_day,2021-11-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.8979,clp,250200.2355,decimal,29801253.3742,decimal,0.0,clp,158737.6769,decimal,0.0,clp,9554.0,integer,31433076133.0,clp,30871055398.0,clp,0.0,clp,1035.8979
+15077-2021-11-12,real_asset_day,2021-11-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1035.977,clp,264561.2529,decimal,29914156.1316,decimal,0.0,clp,151658.4955,decimal,0.0,clp,9583.0,integer,31421936572.0,clp,30990377385.0,clp,0.0,clp,1035.977
+15077-2021-11-13,real_asset_day,2021-11-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.0561,clp,0.0,decimal,29914156.1316,decimal,0.0,clp,0.0,decimal,0.0,clp,9583.0,integer,31421936572.0,clp,30992743595.0,clp,0.0,clp,1036.0561
+15077-2021-11-14,real_asset_day,2021-11-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.1352,clp,0.0,decimal,29914156.1316,decimal,0.0,clp,0.0,decimal,0.0,clp,9583.0,integer,31421936572.0,clp,30995109804.0,clp,0.0,clp,1036.1352
+15077-2021-11-15,real_asset_day,2021-11-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.2143,clp,506132.7231,decimal,30077177.0959,decimal,0.0,clp,343111.7588,decimal,0.0,clp,9644.0,integer,31794822498.0,clp,31166400563.0,clp,0.0,clp,1036.2143
+15077-2021-11-16,real_asset_day,2021-11-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.2935,clp,193401.9995,decimal,30080658.1337,decimal,0.0,clp,189920.9617,decimal,0.0,clp,9659.0,integer,31839948143.0,clp,31172389506.0,clp,0.0,clp,1036.2935
+15077-2021-11-17,real_asset_day,2021-11-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.3727,clp,221180.2745,decimal,29742950.1057,decimal,0.0,clp,558888.3025,decimal,0.0,clp,9679.0,integer,31914530305.0,clp,30824781393.0,clp,0.0,clp,1036.3727
+15077-2021-11-18,real_asset_day,2021-11-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.4519,clp,188675.9028,decimal,29654528.3062,decimal,0.0,clp,277097.7023,decimal,0.0,clp,9711.0,integer,31717225731.0,clp,30735492067.0,clp,0.0,clp,1036.4519
+15077-2021-11-19,real_asset_day,2021-11-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.5311,clp,161456.7128,decimal,29493524.61,decimal,0.0,clp,322460.409,decimal,0.0,clp,9716.0,integer,31386292138.0,clp,30570954907.0,clp,0.0,clp,1036.5311
+15077-2021-11-20,real_asset_day,2021-11-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.6103,clp,0.0,decimal,29493524.61,decimal,0.0,clp,0.0,decimal,0.0,clp,9716.0,integer,31386292138.0,clp,30573290794.0,clp,0.0,clp,1036.6103
+15077-2021-11-21,real_asset_day,2021-11-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.6895,clp,0.0,decimal,29493524.61,decimal,0.0,clp,0.0,decimal,0.0,clp,9716.0,integer,31386292138.0,clp,30575626681.0,clp,0.0,clp,1036.6895
+15077-2021-11-22,real_asset_day,2021-11-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.7687,clp,433059.802,decimal,29496960.9933,decimal,0.0,clp,429623.4187,decimal,0.0,clp,9761.0,integer,31860766899.0,clp,30581524597.0,clp,0.0,clp,1036.7687
+15077-2021-11-23,real_asset_day,2021-11-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.8479,clp,447636.5129,decimal,29479523.0237,decimal,0.0,clp,465074.4825,decimal,0.0,clp,9776.0,integer,31921985505.0,clp,30565780376.0,clp,0.0,clp,1036.8479
+15077-2021-11-24,real_asset_day,2021-11-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1036.9271,clp,345790.395,decimal,29576183.2309,decimal,0.0,clp,249130.1878,decimal,0.0,clp,9946.0,integer,31987530176.0,clp,30668346284.0,clp,0.0,clp,1036.9271
+15077-2021-11-25,real_asset_day,2021-11-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.0063,clp,359974.0265,decimal,29411997.934,decimal,0.0,clp,524159.3234,decimal,0.0,clp,9991.0,integer,31438617678.0,clp,30500427043.0,clp,0.0,clp,1037.0063
+15077-2021-11-26,real_asset_day,2021-11-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.0855,clp,163834.3694,decimal,29418114.6078,decimal,0.0,clp,157717.6956,decimal,0.0,clp,10041.0,integer,31352812655.0,clp,30509099830.0,clp,0.0,clp,1037.0855
+15077-2021-11-27,real_asset_day,2021-11-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.1647,clp,0.0,decimal,29418114.6078,decimal,0.0,clp,0.0,decimal,0.0,clp,10041.0,integer,31352812655.0,clp,30511429744.0,clp,0.0,clp,1037.1647
+15077-2021-11-28,real_asset_day,2021-11-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.2439,clp,0.0,decimal,29418114.6078,decimal,0.0,clp,0.0,decimal,0.0,clp,10041.0,integer,31352812655.0,clp,30513759659.0,clp,0.0,clp,1037.2439
+15077-2021-11-29,real_asset_day,2021-11-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.3231,clp,355302.0314,decimal,29281214.7308,decimal,0.0,clp,492201.9084,decimal,0.0,clp,10091.0,integer,31190007071.0,clp,30374080181.0,clp,0.0,clp,1037.3231
+15077-2021-11-30,real_asset_day,2021-11-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.4023,clp,372563.7621,decimal,29284696.6076,decimal,0.0,clp,369081.8853,decimal,0.0,clp,10112.0,integer,31514930556.0,clp,30380011955.0,clp,0.0,clp,1037.4023
+15077-2021-12-01,real_asset_day,2021-12-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.4815,clp,396267.9592,decimal,29189143.4154,decimal,0.0,clp,491821.1514,decimal,0.0,clp,10166.0,integer,31318704232.0,clp,30283194857.0,clp,0.0,clp,1037.4815
+15077-2021-12-02,real_asset_day,2021-12-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.5608,clp,239473.1015,decimal,29159408.3925,decimal,0.0,clp,269208.1244,decimal,0.0,clp,10224.0,integer,31189192138.0,clp,30254660283.0,clp,0.0,clp,1037.5608
+15077-2021-12-03,real_asset_day,2021-12-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.6401,clp,213275.8216,decimal,29155085.2576,decimal,0.0,clp,217598.9565,decimal,0.0,clp,10253.0,integer,30903895151.0,clp,30252484993.0,clp,0.0,clp,1037.6401
+15077-2021-12-04,real_asset_day,2021-12-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.7194,clp,0.0,decimal,29155085.2576,decimal,0.0,clp,0.0,decimal,0.0,clp,10253.0,integer,30903895151.0,clp,30254796991.0,clp,0.0,clp,1037.7194
+15077-2021-12-05,real_asset_day,2021-12-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.7987,clp,0.0,decimal,29155085.2576,decimal,0.0,clp,0.0,decimal,0.0,clp,10253.0,integer,30903895151.0,clp,30257108989.0,clp,0.0,clp,1037.7987
+15077-2021-12-06,real_asset_day,2021-12-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.878,clp,560901.4642,decimal,29352653.2304,decimal,0.0,clp,363333.4914,decimal,0.0,clp,10365.0,integer,31223716499.0,clp,30464471800.0,clp,0.0,clp,1037.878
+15077-2021-12-07,real_asset_day,2021-12-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1037.9573,clp,165991.0412,decimal,29278873.2469,decimal,0.0,clp,239771.0247,decimal,0.0,clp,10388.0,integer,31174710849.0,clp,30390220178.0,clp,0.0,clp,1037.9573
+15077-2021-12-08,real_asset_day,2021-12-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.0366,clp,0.0,decimal,29278873.2469,decimal,0.0,clp,0.0,decimal,0.0,clp,10388.0,integer,31174710849.0,clp,30392541993.0,clp,0.0,clp,1038.0366
+15077-2021-12-09,real_asset_day,2021-12-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.1159,clp,594860.317,decimal,29516621.9327,decimal,0.0,clp,357111.6312,decimal,0.0,clp,10392.0,integer,31422473150.0,clp,30641673111.0,clp,0.0,clp,1038.1159
+15077-2021-12-10,real_asset_day,2021-12-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.1952,clp,254684.6847,decimal,29557855.1125,decimal,0.0,clp,213451.5049,decimal,0.0,clp,10411.0,integer,31441763966.0,clp,30686823745.0,clp,0.0,clp,1038.1952
+15077-2021-12-11,real_asset_day,2021-12-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.2745,clp,0.0,decimal,29557855.1125,decimal,0.0,clp,0.0,decimal,0.0,clp,10411.0,integer,31441763966.0,clp,30689167683.0,clp,0.0,clp,1038.2745
+15077-2021-12-12,real_asset_day,2021-12-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.3538,clp,0.0,decimal,29557855.1125,decimal,0.0,clp,0.0,decimal,0.0,clp,10411.0,integer,31441763966.0,clp,30691511621.0,clp,0.0,clp,1038.3538
+15077-2021-12-13,real_asset_day,2021-12-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.4331,clp,406141.6854,decimal,29657700.2739,decimal,0.0,clp,306296.524,decimal,0.0,clp,10461.0,integer,31502101890.0,clp,30797537565.0,clp,0.0,clp,1038.4331
+15077-2021-12-14,real_asset_day,2021-12-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.5124,clp,331533.4461,decimal,29784555.3845,decimal,0.0,clp,204678.3355,decimal,0.0,clp,10462.0,integer,31627045043.0,clp,30931630823.0,clp,0.0,clp,1038.5124
+15077-2021-12-15,real_asset_day,2021-12-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.5917,clp,514366.0625,decimal,30085822.0327,decimal,0.0,clp,213099.4143,decimal,0.0,clp,10467.0,integer,31843359989.0,clp,31246886058.0,clp,0.0,clp,1038.5917
+15077-2021-12-16,real_asset_day,2021-12-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.7071,clp,352748.639,decimal,29902917.864,decimal,0.0,clp,535652.8077,decimal,0.0,clp,10480.0,integer,31998665792.0,clp,31060373196.0,clp,0.0,clp,1038.7071
+15077-2021-12-17,real_asset_day,2021-12-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.8225,clp,277740.3414,decimal,30009327.3336,decimal,0.0,clp,171330.8718,decimal,0.0,clp,10493.0,integer,32070690267.0,clp,31174363058.0,clp,0.0,clp,1038.8225
+15077-2021-12-18,real_asset_day,2021-12-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1038.9379,clp,0.0,decimal,30009327.3336,decimal,0.0,clp,0.0,decimal,0.0,clp,10493.0,integer,32070690267.0,clp,31177826135.0,clp,0.0,clp,1038.9379
+15077-2021-12-19,real_asset_day,2021-12-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.0533,clp,0.0,decimal,30009327.3336,decimal,0.0,clp,0.0,decimal,0.0,clp,10493.0,integer,32070690267.0,clp,31181289211.0,clp,0.0,clp,1039.0533
+15077-2021-12-20,real_asset_day,2021-12-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.1688,clp,672446.8563,decimal,30196902.943,decimal,0.0,clp,484871.2469,decimal,0.0,clp,10511.0,integer,32220216312.0,clp,31379680429.0,clp,0.0,clp,1039.1688
+15077-2021-12-21,real_asset_day,2021-12-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.2843,clp,305730.8858,decimal,30087100.391,decimal,0.0,clp,415533.4378,decimal,0.0,clp,10497.0,integer,32362464446.0,clp,31269050048.0,clp,0.0,clp,1039.2843
+15077-2021-12-22,real_asset_day,2021-12-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.3998,clp,536712.9845,decimal,30209179.594,decimal,0.0,clp,414633.7815,decimal,0.0,clp,10508.0,integer,32620888473.0,clp,31399416122.0,clp,0.0,clp,1039.3998
+15077-2021-12-23,real_asset_day,2021-12-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.5153,clp,185051.1108,decimal,30104575.6908,decimal,0.0,clp,289655.014,decimal,0.0,clp,10528.0,integer,32189189926.0,clp,31294166311.0,clp,0.0,clp,1039.5153
+15077-2021-12-24,real_asset_day,2021-12-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.6308,clp,220807.6225,decimal,29922977.98,decimal,0.0,clp,402405.3333,decimal,0.0,clp,10554.0,integer,31987771606.0,clp,31108848382.0,clp,0.0,clp,1039.6308
+15077-2021-12-25,real_asset_day,2021-12-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.7463,clp,0.0,decimal,29922977.98,decimal,0.0,clp,0.0,decimal,0.0,clp,10554.0,integer,31987771606.0,clp,31112304486.0,clp,0.0,clp,1039.7463
+15077-2021-12-26,real_asset_day,2021-12-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.8618,clp,0.0,decimal,29922977.98,decimal,0.0,clp,0.0,decimal,0.0,clp,10554.0,integer,31987771606.0,clp,31115760590.0,clp,0.0,clp,1039.8618
+15077-2021-12-27,real_asset_day,2021-12-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1039.9773,clp,493565.8363,decimal,29990343.6215,decimal,0.0,clp,426200.1948,decimal,0.0,clp,10602.0,integer,32365047979.0,clp,31189277163.0,clp,0.0,clp,1039.9773
+15077-2021-12-28,real_asset_day,2021-12-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.0929,clp,348693.9915,decimal,29816877.0061,decimal,0.0,clp,522160.6069,decimal,0.0,clp,10598.0,integer,32164563964.0,clp,31012323137.0,clp,0.0,clp,1040.0929
+15077-2021-12-29,real_asset_day,2021-12-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.2085,clp,224740.6669,decimal,29833654.6903,decimal,0.0,clp,207962.9827,decimal,0.0,clp,10626.0,integer,31964868549.0,clp,31033220210.0,clp,0.0,clp,1040.2085
+15077-2021-12-30,real_asset_day,2021-12-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.3241,clp,330345.0088,decimal,29918155.604,decimal,0.0,clp,245844.0951,decimal,0.0,clp,10660.0,integer,31770196990.0,clp,31124576963.0,clp,0.0,clp,1040.3241
+15077-2021-12-31,real_asset_day,2021-12-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.4397,clp,0.0,decimal,29918155.604,decimal,0.0,clp,0.0,decimal,0.0,clp,10660.0,integer,31770196990.0,clp,31128035502.0,clp,0.0,clp,1040.4397
+15077-2022-01-01,real_asset_day,2022-01-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.5553,clp,0.0,decimal,29918155.604,decimal,0.0,clp,0.0,decimal,0.0,clp,10660.0,integer,31770196990.0,clp,31131494041.0,clp,0.0,clp,1040.5553
+15077-2022-01-02,real_asset_day,2022-01-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.6709,clp,0.0,decimal,29918155.604,decimal,0.0,clp,0.0,decimal,0.0,clp,10660.0,integer,31770196990.0,clp,31134952579.0,clp,0.0,clp,1040.6709
+15077-2022-01-03,real_asset_day,2022-01-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.7865,clp,680109.6113,decimal,30136928.9059,decimal,0.0,clp,461336.3094,decimal,0.0,clp,10806.0,integer,32276419102.0,clp,31366109693.0,clp,0.0,clp,1040.7865
+15077-2022-01-04,real_asset_day,2022-01-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1040.9021,clp,345110.9604,decimal,29938163.9754,decimal,0.0,clp,543875.8909,decimal,0.0,clp,10854.0,integer,32483233612.0,clp,31162698811.0,clp,0.0,clp,1040.9021
+15077-2022-01-05,real_asset_day,2022-01-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.0178,clp,355190.0412,decimal,30070264.3379,decimal,0.0,clp,223089.6787,decimal,0.0,clp,10911.0,integer,32274710656.0,clp,31303680834.0,clp,0.0,clp,1041.0178
+15077-2022-01-06,real_asset_day,2022-01-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.1335,clp,540450.5648,decimal,30432600.7186,decimal,0.0,clp,178114.1841,decimal,0.0,clp,10982.0,integer,32274351658.0,clp,31684399677.0,clp,0.0,clp,1041.1335
+15077-2022-01-07,real_asset_day,2022-01-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.2584,clp,226619.1241,decimal,30304894.4156,decimal,0.0,clp,354325.4271,decimal,0.0,clp,11028.0,integer,32281748893.0,clp,31555226820.0,clp,0.0,clp,1041.2584
+15077-2022-01-08,real_asset_day,2022-01-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.3834,clp,0.0,decimal,30304894.4156,decimal,0.0,clp,0.0,decimal,0.0,clp,11028.0,integer,32281748893.0,clp,31559014932.0,clp,0.0,clp,1041.3834
+15077-2022-01-09,real_asset_day,2022-01-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.5084,clp,0.0,decimal,30304894.4156,decimal,0.0,clp,0.0,decimal,0.0,clp,11028.0,integer,32281748893.0,clp,31562803044.0,clp,0.0,clp,1041.5084
+15077-2022-01-10,real_asset_day,2022-01-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.6334,clp,497454.4984,decimal,30462096.0758,decimal,0.0,clp,340252.8382,decimal,0.0,clp,11125.0,integer,32630805259.0,clp,31730338135.0,clp,0.0,clp,1041.6334
+15077-2022-01-11,real_asset_day,2022-01-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.7584,clp,338805.8782,decimal,30553256.3733,decimal,0.0,clp,247645.5807,decimal,0.0,clp,11170.0,integer,32617078058.0,clp,31829112825.0,clp,0.0,clp,1041.7584
+15077-2022-01-12,real_asset_day,2022-01-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1041.8834,clp,588152.9735,decimal,30943946.6222,decimal,0.0,clp,197462.7246,decimal,0.0,clp,11231.0,integer,32872129492.0,clp,32239984035.0,clp,0.0,clp,1041.8834
+15077-2022-01-13,real_asset_day,2022-01-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.0084,clp,496485.7328,decimal,31112723.9104,decimal,0.0,clp,327708.4446,decimal,0.0,clp,11282.0,integer,33136984266.0,clp,32419719975.0,clp,0.0,clp,1042.0084
+15077-2022-01-14,real_asset_day,2022-01-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.1334,clp,252707.6947,decimal,31170143.4936,decimal,0.0,clp,195288.1115,decimal,0.0,clp,11324.0,integer,33198711838.0,clp,32483446627.0,clp,0.0,clp,1042.1334
+15077-2022-01-15,real_asset_day,2022-01-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.2585,clp,0.0,decimal,31170143.4936,decimal,0.0,clp,0.0,decimal,0.0,clp,11324.0,integer,33198711838.0,clp,32487346012.0,clp,0.0,clp,1042.2585
+15077-2022-01-16,real_asset_day,2022-01-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.3836,clp,0.0,decimal,31170143.4936,decimal,0.0,clp,0.0,decimal,0.0,clp,11324.0,integer,33198711838.0,clp,32491245396.0,clp,0.0,clp,1042.3836
+15077-2022-01-17,real_asset_day,2022-01-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.5087,clp,374681.2932,decimal,31206600.0685,decimal,0.0,clp,338224.7183,decimal,0.0,clp,11372.0,integer,33260970304.0,clp,32533153354.0,clp,0.0,clp,1042.5087
+15077-2022-01-18,real_asset_day,2022-01-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.6338,clp,604364.7668,decimal,31576879.0664,decimal,0.0,clp,234085.7689,decimal,0.0,clp,11415.0,integer,33692371368.0,clp,32923121796.0,clp,0.0,clp,1042.6338
+15077-2022-01-19,real_asset_day,2022-01-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.7589,clp,310611.6591,decimal,31545016.5509,decimal,0.0,clp,342474.1746,decimal,0.0,clp,11452.0,integer,33667222080.0,clp,32893848284.0,clp,0.0,clp,1042.7589
+15077-2022-01-20,real_asset_day,2022-01-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1042.884,clp,296233.1997,decimal,31602244.1454,decimal,0.0,clp,239005.6052,decimal,0.0,clp,11454.0,integer,33736311172.0,clp,32957473552.0,clp,0.0,clp,1042.884
+15077-2022-01-21,real_asset_day,2022-01-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.0091,clp,506700.2697,decimal,31706387.8632,decimal,0.0,clp,402556.5519,decimal,0.0,clp,11475.0,integer,33914798488.0,clp,33070051651.0,clp,0.0,clp,1043.0091
+15077-2022-01-22,real_asset_day,2022-01-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.1343,clp,0.0,decimal,31706387.8632,decimal,0.0,clp,0.0,decimal,0.0,clp,11475.0,integer,33914798488.0,clp,33074021290.0,clp,0.0,clp,1043.1343
+15077-2022-01-23,real_asset_day,2022-01-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.2595,clp,0.0,decimal,31706387.8632,decimal,0.0,clp,0.0,decimal,0.0,clp,11475.0,integer,33914798488.0,clp,33077990930.0,clp,0.0,clp,1043.2595
+15077-2022-01-24,real_asset_day,2022-01-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.3847,clp,734487.952,decimal,32102790.3787,decimal,0.0,clp,338085.4365,decimal,0.0,clp,11578.0,integer,34852244400.0,clp,33495559274.0,clp,0.0,clp,1043.3847
+15077-2022-01-25,real_asset_day,2022-01-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.5099,clp,1041725.4449,decimal,32870835.3141,decimal,0.0,clp,273680.5095,decimal,0.0,clp,11682.0,integer,35828351639.0,clp,34301043034.0,clp,0.0,clp,1043.5099
+15077-2022-01-26,real_asset_day,2022-01-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.6351,clp,1310946.2103,decimal,34020054.9585,decimal,0.0,clp,161726.5659,decimal,0.0,clp,11808.0,integer,36954964084.0,clp,35504525027.0,clp,0.0,clp,1043.6351
+15077-2022-01-27,real_asset_day,2022-01-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.7603,clp,485269.3555,decimal,34071564.5937,decimal,0.0,clp,433759.7203,decimal,0.0,clp,11842.0,integer,37180403380.0,clp,35562546113.0,clp,0.0,clp,1043.7603
+15077-2022-01-28,real_asset_day,2022-01-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1043.9273,clp,704332.6226,decimal,34546436.8125,decimal,0.0,clp,229460.4038,decimal,0.0,clp,11898.0,integer,37432479259.0,clp,36063967754.0,clp,0.0,clp,1043.9273
+15077-2022-01-29,real_asset_day,2022-01-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.0943,clp,0.0,decimal,34546436.8125,decimal,0.0,clp,0.0,decimal,0.0,clp,11898.0,integer,37432479259.0,clp,36069737009.0,clp,0.0,clp,1044.0943
+15077-2022-01-30,real_asset_day,2022-01-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.2614,clp,0.0,decimal,34546436.8125,decimal,0.0,clp,0.0,decimal,0.0,clp,11898.0,integer,37432479259.0,clp,36075509719.0,clp,0.0,clp,1044.2614
+15077-2022-01-31,real_asset_day,2022-01-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.4285,clp,829461.7787,decimal,34788192.4308,decimal,0.0,clp,587706.1604,decimal,0.0,clp,12072.0,integer,37363060919.0,clp,36333780986.0,clp,0.0,clp,1044.4285
+15077-2022-02-01,real_asset_day,2022-02-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.5956,clp,855823.1214,decimal,35085513.3404,decimal,0.0,clp,558502.2118,decimal,0.0,clp,12208.0,integer,38024926077.0,clp,36650173436.0,clp,0.0,clp,1044.5956
+15077-2022-02-02,real_asset_day,2022-02-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.7627,clp,551566.3439,decimal,34823738.0989,decimal,0.0,clp,813341.5854,decimal,0.0,clp,12273.0,integer,37999160827.0,clp,36382543343.0,clp,0.0,clp,1044.7627
+15077-2022-02-03,real_asset_day,2022-02-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1044.9299,clp,281696.3366,decimal,34556407.3202,decimal,0.0,clp,549027.1153,decimal,0.0,clp,12332.0,integer,37915257191.0,clp,36109022430.0,clp,0.0,clp,1044.9299
+15077-2022-02-04,real_asset_day,2022-02-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.0971,clp,257295.5517,decimal,34632548.6027,decimal,0.0,clp,181154.2692,decimal,0.0,clp,12386.0,integer,37137181519.0,clp,36194374857.0,clp,0.0,clp,1045.0971
+15077-2022-02-05,real_asset_day,2022-02-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.2643,clp,0.0,decimal,34632548.6027,decimal,0.0,clp,0.0,decimal,0.0,clp,12386.0,integer,37137181519.0,clp,36200165419.0,clp,0.0,clp,1045.2643
+15077-2022-02-06,real_asset_day,2022-02-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.4315,clp,0.0,decimal,34632548.6027,decimal,0.0,clp,0.0,decimal,0.0,clp,12386.0,integer,37137181519.0,clp,36205955981.0,clp,0.0,clp,1045.4315
+15077-2022-02-07,real_asset_day,2022-02-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.5988,clp,608117.0158,decimal,34840285.1256,decimal,0.0,clp,400380.4929,decimal,0.0,clp,12507.0,integer,37218748882.0,clp,36428959848.0,clp,0.0,clp,1045.5988
+15077-2022-02-08,real_asset_day,2022-02-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.7661,clp,465139.9952,decimal,34883177.0939,decimal,0.0,clp,422248.0269,decimal,0.0,clp,12552.0,integer,37520108356.0,clp,36479645234.0,clp,0.0,clp,1045.7661
+15077-2022-02-09,real_asset_day,2022-02-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1045.9334,clp,311314.9982,decimal,34961997.9309,decimal,0.0,clp,232494.1612,decimal,0.0,clp,12604.0,integer,37452932260.0,clp,36567920612.0,clp,0.0,clp,1045.9334
+15077-2022-02-10,real_asset_day,2022-02-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.1007,clp,279502.874,decimal,34715766.4541,decimal,0.0,clp,525734.3508,decimal,0.0,clp,12626.0,integer,37305918024.0,clp,36316185971.0,clp,0.0,clp,1046.1007
+15077-2022-02-11,real_asset_day,2022-02-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.2681,clp,282270.5226,decimal,34820013.8928,decimal,0.0,clp,178023.0839,decimal,0.0,clp,12652.0,integer,37366591700.0,clp,36431068826.0,clp,0.0,clp,1046.2681
+15077-2022-02-12,real_asset_day,2022-02-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.4355,clp,0.0,decimal,34820013.8928,decimal,0.0,clp,0.0,decimal,0.0,clp,12652.0,integer,37366591700.0,clp,36436897696.0,clp,0.0,clp,1046.4355
+15077-2022-02-13,real_asset_day,2022-02-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.6029,clp,0.0,decimal,34820013.8928,decimal,0.0,clp,0.0,decimal,0.0,clp,12652.0,integer,37366591700.0,clp,36442726567.0,clp,0.0,clp,1046.6029
+15077-2022-02-14,real_asset_day,2022-02-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.7704,clp,564215.8255,decimal,35150379.7723,decimal,0.0,clp,233849.946,decimal,0.0,clp,12694.0,integer,38220693000.0,clp,36794375716.0,clp,0.0,clp,1046.7704
+15077-2022-02-15,real_asset_day,2022-02-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1046.9379,clp,787455.9242,decimal,35812164.5004,decimal,0.0,clp,125671.1961,decimal,0.0,clp,12725.0,integer,38871938584.0,clp,37493112434.0,clp,0.0,clp,1046.9379
+15077-2022-02-16,real_asset_day,2022-02-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.1054,clp,632468.2266,decimal,36266101.0578,decimal,0.0,clp,178531.6692,decimal,0.0,clp,12789.0,integer,39192919891.0,clp,37974431991.0,clp,0.0,clp,1047.1054
+15077-2022-02-17,real_asset_day,2022-02-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.2729,clp,268451.0764,decimal,36388760.7137,decimal,0.0,clp,145791.4205,decimal,0.0,clp,12804.0,integer,39244773979.0,clp,38108962422.0,clp,0.0,clp,1047.2729
+15077-2022-02-18,real_asset_day,2022-02-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.4405,clp,239036.1823,decimal,36477595.5352,decimal,0.0,clp,150201.3608,decimal,0.0,clp,12834.0,integer,38711313878.0,clp,38208111602.0,clp,0.0,clp,1047.4405
+15077-2022-02-19,real_asset_day,2022-02-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.6081,clp,0.0,decimal,36477595.5352,decimal,0.0,clp,0.0,decimal,0.0,clp,12834.0,integer,38711313878.0,clp,38214225247.0,clp,0.0,clp,1047.6081
+15077-2022-02-20,real_asset_day,2022-02-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.7757,clp,0.0,decimal,36477595.5352,decimal,0.0,clp,0.0,decimal,0.0,clp,12834.0,integer,38711313878.0,clp,38220338892.0,clp,0.0,clp,1047.7757
+15077-2022-02-21,real_asset_day,2022-02-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1047.9433,clp,402292.6089,decimal,36639714.6243,decimal,0.0,clp,240173.5198,decimal,0.0,clp,12876.0,integer,39000768826.0,clp,38396343885.0,clp,0.0,clp,1047.9433
+15077-2022-02-22,real_asset_day,2022-02-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.111,clp,437886.545,decimal,36888265.7435,decimal,0.0,clp,189335.4258,decimal,0.0,clp,12894.0,integer,39308122119.0,clp,38662997315.0,clp,0.0,clp,1048.111
+15077-2022-02-23,real_asset_day,2022-02-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.2787,clp,889339.4862,decimal,37596780.3905,decimal,0.0,clp,180824.8392,decimal,0.0,clp,12938.0,integer,40002655687.0,clp,39411902996.0,clp,0.0,clp,1048.2787
+15077-2022-02-24,real_asset_day,2022-02-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.4464,clp,667539.8294,decimal,37806841.3538,decimal,0.0,clp,457478.8661,decimal,0.0,clp,12942.0,integer,44319358843.0,clp,39638447234.0,clp,0.0,clp,1048.4464
+15077-2022-02-25,real_asset_day,2022-02-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.6142,clp,563347.1868,decimal,38123003.3783,decimal,0.0,clp,247185.1623,decimal,0.0,clp,12950.0,integer,44734842605.0,clp,39976322253.0,clp,0.0,clp,1048.6142
+15077-2022-02-26,real_asset_day,2022-02-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.782,clp,0.0,decimal,38123003.3783,decimal,0.0,clp,0.0,decimal,0.0,clp,12950.0,integer,44734842605.0,clp,39982719293.0,clp,0.0,clp,1048.782
+15077-2022-02-27,real_asset_day,2022-02-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1048.9498,clp,0.0,decimal,38123003.3783,decimal,0.0,clp,0.0,decimal,0.0,clp,12950.0,integer,44734842605.0,clp,39989116333.0,clp,0.0,clp,1048.9498
+15077-2022-02-28,real_asset_day,2022-02-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.1176,clp,4280137.2578,decimal,41826891.0158,decimal,0.0,clp,576249.6203,decimal,0.0,clp,13297.0,integer,48766933681.0,clp,43881328782.0,clp,0.0,clp,1049.1176
+15077-2022-03-01,real_asset_day,2022-03-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.2855,clp,1117162.8065,decimal,42520620.997,decimal,0.0,clp,423432.8253,decimal,0.0,clp,13457.0,integer,49686605765.0,clp,44616273072.0,clp,0.0,clp,1049.2855
+15077-2022-03-02,real_asset_day,2022-03-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.4534,clp,616202.2401,decimal,42983876.0015,decimal,0.0,clp,152947.2356,decimal,0.0,clp,13552.0,integer,49744382429.0,clp,45109575470.0,clp,0.0,clp,1049.4534
+15077-2022-03-03,real_asset_day,2022-03-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.6213,clp,371199.7232,decimal,42914079.4389,decimal,0.0,clp,440996.2858,decimal,0.0,clp,13613.0,integer,45896309215.0,clp,45043533550.0,clp,0.0,clp,1049.6213
+15077-2022-03-04,real_asset_day,2022-03-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.7892,clp,370542.7694,decimal,43091381.9565,decimal,0.0,clp,193240.2518,decimal,0.0,clp,13671.0,integer,46132057929.0,clp,45236867358.0,clp,0.0,clp,1049.7892
+15077-2022-03-05,real_asset_day,2022-03-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1049.9572,clp,0.0,decimal,43091381.9565,decimal,0.0,clp,0.0,decimal,0.0,clp,13671.0,integer,46132057929.0,clp,45244106711.0,clp,0.0,clp,1049.9572
+15077-2022-03-06,real_asset_day,2022-03-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.1252,clp,0.0,decimal,43091381.9565,decimal,0.0,clp,0.0,decimal,0.0,clp,13671.0,integer,46132057929.0,clp,45251346063.0,clp,0.0,clp,1050.1252
+15077-2022-03-07,real_asset_day,2022-03-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.2932,clp,540063.8142,decimal,43297129.6842,decimal,0.0,clp,334316.0865,decimal,0.0,clp,13777.0,integer,46268158035.0,clp,45474680667.0,clp,0.0,clp,1050.2932
+15077-2022-03-08,real_asset_day,2022-03-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.4612,clp,395439.6396,decimal,43203167.5399,decimal,0.0,clp,489401.7839,decimal,0.0,clp,13807.0,integer,46913245594.0,clp,45383250976.0,clp,0.0,clp,1050.4612
+15077-2022-03-09,real_asset_day,2022-03-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.6293,clp,392202.572,decimal,43265021.7812,decimal,0.0,clp,330348.3307,decimal,0.0,clp,13828.0,integer,46578990803.0,clp,45455497759.0,clp,0.0,clp,1050.6293
+15077-2022-03-10,real_asset_day,2022-03-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.7974,clp,396011.4657,decimal,43438477.7072,decimal,0.0,clp,222555.5397,decimal,0.0,clp,13883.0,integer,46494933240.0,clp,45645040145.0,clp,0.0,clp,1050.7974
+15077-2022-03-11,real_asset_day,2022-03-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1050.9655,clp,402451.6259,decimal,43634375.6431,decimal,0.0,clp,206553.69,decimal,0.0,clp,13908.0,integer,46576914804.0,clp,45858222134.0,clp,0.0,clp,1050.9655
+15077-2022-03-12,real_asset_day,2022-03-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.1337,clp,0.0,decimal,43634375.6431,decimal,0.0,clp,0.0,decimal,0.0,clp,13908.0,integer,46576914804.0,clp,45865561436.0,clp,0.0,clp,1051.1337
+15077-2022-03-13,real_asset_day,2022-03-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.3019,clp,0.0,decimal,43634375.6431,decimal,0.0,clp,0.0,decimal,0.0,clp,13908.0,integer,46576914804.0,clp,45872900738.0,clp,0.0,clp,1051.3019
+15077-2022-03-14,real_asset_day,2022-03-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.4701,clp,478438.5122,decimal,43480393.6167,decimal,0.0,clp,632420.5386,decimal,0.0,clp,13937.0,integer,46860690537.0,clp,45718335755.0,clp,0.0,clp,1051.4701
+15077-2022-03-15,real_asset_day,2022-03-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.6383,clp,217045.508,decimal,43531140.4238,decimal,0.0,clp,166298.7009,decimal,0.0,clp,13942.0,integer,46875597500.0,clp,45779015870.0,clp,0.0,clp,1051.6383
+15077-2022-03-16,real_asset_day,2022-03-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.8066,clp,416053.062,decimal,43641522.3056,decimal,0.0,clp,305671.1802,decimal,0.0,clp,13968.0,integer,46634966863.0,clp,45902439780.0,clp,0.0,clp,1051.8066
+15077-2022-03-17,real_asset_day,2022-03-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1051.9749,clp,446713.1701,decimal,43729322.5711,decimal,0.0,clp,358912.9046,decimal,0.0,clp,13968.0,integer,46938460915.0,clp,46002148419.0,clp,0.0,clp,1051.9749
+15077-2022-03-18,real_asset_day,2022-03-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.1432,clp,244553.1861,decimal,43398671.1407,decimal,0.0,clp,575204.6165,decimal,0.0,clp,13976.0,integer,46872061351.0,clp,45661617430.0,clp,0.0,clp,1052.1432
+15077-2022-03-19,real_asset_day,2022-03-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.3115,clp,0.0,decimal,43398671.1407,decimal,0.0,clp,0.0,decimal,0.0,clp,13976.0,integer,46872061351.0,clp,45668921427.0,clp,0.0,clp,1052.3115
+15077-2022-03-20,real_asset_day,2022-03-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.4799,clp,0.0,decimal,43398671.1407,decimal,0.0,clp,0.0,decimal,0.0,clp,13976.0,integer,46872061351.0,clp,45676229763.0,clp,0.0,clp,1052.4799
+15077-2022-03-21,real_asset_day,2022-03-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.6483,clp,571651.753,decimal,43529360.9882,decimal,0.0,clp,440961.9055,decimal,0.0,clp,14002.0,integer,47118413276.0,clp,45821107208.0,clp,0.0,clp,1052.6483
+15077-2022-03-22,real_asset_day,2022-03-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.8167,clp,196083.8534,decimal,43491438.9999,decimal,0.0,clp,234005.8417,decimal,0.0,clp,14008.0,integer,46728460258.0,clp,45788515258.0,clp,0.0,clp,1052.8167
+15077-2022-03-23,real_asset_day,2022-03-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1052.9852,clp,253467.9843,decimal,43331407.5292,decimal,0.0,clp,413499.455,decimal,0.0,clp,14017.0,integer,46537095541.0,clp,45627328657.0,clp,0.0,clp,1052.9852
+15077-2022-03-24,real_asset_day,2022-03-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1053.1537,clp,247978.9586,decimal,43230179.3006,decimal,0.0,clp,349207.1872,decimal,0.0,clp,14025.0,integer,46863122253.0,clp,45528021631.0,clp,0.0,clp,1053.1537
+15077-2022-03-25,real_asset_day,2022-03-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1053.3222,clp,255851.0532,decimal,43165456.3795,decimal,0.0,clp,320573.9743,decimal,0.0,clp,14051.0,integer,46407036626.0,clp,45467135195.0,clp,0.0,clp,1053.3222
+15077-2022-03-26,real_asset_day,2022-03-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1053.4907,clp,0.0,decimal,43165456.3795,decimal,0.0,clp,0.0,decimal,0.0,clp,14051.0,integer,46407036626.0,clp,45474408574.0,clp,0.0,clp,1053.4907
+15077-2022-03-27,real_asset_day,2022-03-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1053.6593,clp,0.0,decimal,43165456.3795,decimal,0.0,clp,0.0,decimal,0.0,clp,14051.0,integer,46407036626.0,clp,45481686270.0,clp,0.0,clp,1053.6593
+15077-2022-03-28,real_asset_day,2022-03-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1053.8279,clp,779862.3471,decimal,43428973.633,decimal,0.0,clp,516345.0936,decimal,0.0,clp,14137.0,integer,47281017577.0,clp,45766662662.0,clp,0.0,clp,1053.8279
+15077-2022-03-29,real_asset_day,2022-03-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1053.9965,clp,601553.9203,decimal,43835881.7004,decimal,0.0,clp,194645.8529,decimal,0.0,clp,14172.0,integer,47181790173.0,clp,46202865315.0,clp,0.0,clp,1053.9965
+15077-2022-03-30,real_asset_day,2022-03-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.1651,clp,382588.5617,decimal,43994972.5516,decimal,0.0,clp,223497.7105,decimal,0.0,clp,14236.0,integer,47049270353.0,clp,46377964708.0,clp,0.0,clp,1054.1651
+15077-2022-03-31,real_asset_day,2022-03-31,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.3777,clp,655539.8156,decimal,44290655.455,decimal,0.0,clp,359856.9122,decimal,0.0,clp,14315.0,integer,47546966248.0,clp,46699077420.0,clp,0.0,clp,1054.3777
+15077-2022-04-01,real_asset_day,2022-04-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.5921,clp,456436.7714,decimal,44457166.4878,decimal,0.0,clp,289925.7386,decimal,0.0,clp,14420.0,integer,47814700318.0,clp,46884176050.0,clp,0.0,clp,1054.5921
+15077-2022-04-02,real_asset_day,2022-04-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1054.8065,clp,0.0,decimal,44457166.4878,decimal,0.0,clp,0.0,decimal,0.0,clp,14420.0,integer,47814700318.0,clp,46893707667.0,clp,0.0,clp,1054.8065
+15077-2022-04-03,real_asset_day,2022-04-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.021,clp,0.0,decimal,44457166.4878,decimal,0.0,clp,0.0,decimal,0.0,clp,14420.0,integer,47814700318.0,clp,46903243729.0,clp,0.0,clp,1055.021
+15077-2022-04-04,real_asset_day,2022-04-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.2355,clp,964806.2212,decimal,44905593.9741,decimal,0.0,clp,516378.7349,decimal,0.0,clp,14631.0,integer,48474874210.0,clp,47385978120.0,clp,0.0,clp,1055.2355
+15077-2022-04-05,real_asset_day,2022-04-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.4501,clp,576851.8398,decimal,45086395.7933,decimal,0.0,clp,396050.0206,decimal,0.0,clp,14734.0,integer,48803885442.0,clp,47586439968.0,clp,0.0,clp,1055.4501
+15077-2022-04-06,real_asset_day,2022-04-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.6647,clp,614136.5366,decimal,45425705.4851,decimal,0.0,clp,274826.8448,decimal,0.0,clp,14877.0,integer,48930885249.0,clp,47954315818.0,clp,0.0,clp,1055.6647
+15077-2022-04-07,real_asset_day,2022-04-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1055.8794,clp,480985.8908,decimal,45655393.957,decimal,0.0,clp,251297.4189,decimal,0.0,clp,14957.0,integer,48739611507.0,clp,48206587859.0,clp,0.0,clp,1055.8794
+15077-2022-04-08,real_asset_day,2022-04-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.0941,clp,394392.6949,decimal,45833543.7161,decimal,0.0,clp,216242.9358,decimal,0.0,clp,15020.0,integer,48904731839.0,clp,48404534129.0,clp,0.0,clp,1056.0941
+15077-2022-04-09,real_asset_day,2022-04-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.3088,clp,0.0,decimal,45833543.7161,decimal,0.0,clp,0.0,decimal,0.0,clp,15020.0,integer,48904731839.0,clp,48414374591.0,clp,0.0,clp,1056.3088
+15077-2022-04-10,real_asset_day,2022-04-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.5236,clp,0.0,decimal,45833543.7161,decimal,0.0,clp,0.0,decimal,0.0,clp,15020.0,integer,48904731839.0,clp,48424219636.0,clp,0.0,clp,1056.5236
+15077-2022-04-11,real_asset_day,2022-04-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.7384,clp,767676.6602,decimal,46189823.5383,decimal,0.0,clp,411396.838,decimal,0.0,clp,15155.0,integer,54124027738.0,clp,48810560970.0,clp,0.0,clp,1056.7384
+15077-2022-04-12,real_asset_day,2022-04-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1056.9533,clp,428583.0456,decimal,46400763.0555,decimal,0.0,clp,217643.5284,decimal,0.0,clp,15185.0,integer,51028653838.0,clp,49043438355.0,clp,0.0,clp,1056.9533
+15077-2022-04-13,real_asset_day,2022-04-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.1682,clp,549864.9428,decimal,46589197.9539,decimal,0.0,clp,361430.0444,decimal,0.0,clp,15235.0,integer,49962735860.0,clp,49252616303.0,clp,0.0,clp,1057.1682
+15077-2022-04-14,real_asset_day,2022-04-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.3832,clp,292149.0657,decimal,46384675.7357,decimal,0.0,clp,496671.2839,decimal,0.0,clp,15261.0,integer,50420770554.0,clp,49046378049.0,clp,0.0,clp,1057.3832
+15077-2022-04-15,real_asset_day,2022-04-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.5982,clp,0.0,decimal,46384675.7357,decimal,0.0,clp,0.0,decimal,0.0,clp,15261.0,integer,50420770554.0,clp,49056350754.0,clp,0.0,clp,1057.5982
+15077-2022-04-16,real_asset_day,2022-04-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1057.8132,clp,0.0,decimal,46384675.7357,decimal,0.0,clp,0.0,decimal,0.0,clp,15261.0,integer,50420770554.0,clp,49066323459.0,clp,0.0,clp,1057.8132
+15077-2022-04-17,real_asset_day,2022-04-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.0283,clp,0.0,decimal,46384675.7357,decimal,0.0,clp,0.0,decimal,0.0,clp,15261.0,integer,50420770554.0,clp,49076300803.0,clp,0.0,clp,1058.0283
+15077-2022-04-18,real_asset_day,2022-04-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.2434,clp,611148.0561,decimal,46680860.722,decimal,0.0,clp,314963.0698,decimal,0.0,clp,15346.0,integer,50108752025.0,clp,49399714965.0,clp,0.0,clp,1058.2434
+15077-2022-04-19,real_asset_day,2022-04-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.4586,clp,478881.9106,decimal,46777821.8283,decimal,0.0,clp,381920.8043,decimal,0.0,clp,15362.0,integer,50289903786.0,clp,49512387029.0,clp,0.0,clp,1058.4586
+15077-2022-04-20,real_asset_day,2022-04-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.6738,clp,370478.8071,decimal,46897971.401,decimal,0.0,clp,250329.2344,decimal,0.0,clp,15408.0,integer,50300548481.0,clp,49649655465.0,clp,0.0,clp,1058.6738
+15077-2022-04-21,real_asset_day,2022-04-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1058.8891,clp,213696.9826,decimal,46904740.1397,decimal,0.0,clp,206928.2439,decimal,0.0,clp,15423.0,integer,50613633246.0,clp,49666917322.0,clp,0.0,clp,1058.8891
+15077-2022-04-22,real_asset_day,2022-04-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.1044,clp,300773.4634,decimal,47018064.4247,decimal,0.0,clp,187449.1784,decimal,0.0,clp,15439.0,integer,50381166620.0,clp,49797039340.0,clp,0.0,clp,1059.1044
+15077-2022-04-23,real_asset_day,2022-04-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.3198,clp,0.0,decimal,47018064.4247,decimal,0.0,clp,0.0,decimal,0.0,clp,15439.0,integer,50381166620.0,clp,49807167031.0,clp,0.0,clp,1059.3198
+15077-2022-04-24,real_asset_day,2022-04-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.5352,clp,0.0,decimal,47018064.4247,decimal,0.0,clp,0.0,decimal,0.0,clp,15439.0,integer,50381166620.0,clp,49817294722.0,clp,0.0,clp,1059.5352
+15077-2022-04-25,real_asset_day,2022-04-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.7506,clp,578441.8923,decimal,47174402.0351,decimal,0.0,clp,422104.2819,decimal,0.0,clp,15493.0,integer,51426032786.0,clp,49993099079.0,clp,0.0,clp,1059.7506
+15077-2022-04-26,real_asset_day,2022-04-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1059.9661,clp,335234.9293,decimal,47303047.9908,decimal,0.0,clp,206588.9736,decimal,0.0,clp,15512.0,integer,51455175106.0,clp,50139626031.0,clp,0.0,clp,1059.9661
+15077-2022-04-27,real_asset_day,2022-04-27,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.1816,clp,365293.5,decimal,47305867.407,decimal,0.0,clp,362474.0838,decimal,0.0,clp,15537.0,integer,50929887679.0,clp,50152811802.0,clp,0.0,clp,1060.1816
+15077-2022-04-28,real_asset_day,2022-04-28,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.3972,clp,404990.5066,decimal,47461737.2764,decimal,0.0,clp,249120.6372,decimal,0.0,clp,15564.0,integer,51982713809.0,clp,50328295060.0,clp,0.0,clp,1060.3972
+15077-2022-04-29,real_asset_day,2022-04-29,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.6128,clp,605516.8917,decimal,47758544.3156,decimal,0.0,clp,308709.8525,decimal,0.0,clp,15618.0,integer,51866164535.0,clp,50653322595.0,clp,0.0,clp,1060.6128
+15077-2022-04-30,real_asset_day,2022-04-30,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1060.8285,clp,0.0,decimal,47758544.3156,decimal,0.0,clp,0.0,decimal,0.0,clp,15618.0,integer,51866164535.0,clp,50663624113.0,clp,0.0,clp,1060.8285
+15077-2022-05-01,real_asset_day,2022-05-01,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.0442,clp,0.0,decimal,47758544.3156,decimal,0.0,clp,0.0,decimal,0.0,clp,15618.0,integer,51866164535.0,clp,50673925631.0,clp,0.0,clp,1061.0442
+15077-2022-05-02,real_asset_day,2022-05-02,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.2599,clp,1037650.1304,decimal,48176344.5094,decimal,0.0,clp,619849.9366,decimal,0.0,clp,15818.0,integer,52182499967.0,clp,51127623783.0,clp,0.0,clp,1061.2599
+15077-2022-05-03,real_asset_day,2022-05-03,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.4757,clp,532696.4924,decimal,48485391.0224,decimal,0.0,clp,223649.9794,decimal,0.0,clp,15891.0,integer,52084535479.0,clp,51466062246.0,clp,0.0,clp,1061.4757
+15077-2022-05-04,real_asset_day,2022-05-04,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.6915,clp,485170.7594,decimal,48282166.473,decimal,0.0,clp,688395.3088,decimal,0.0,clp,15946.0,integer,52771351686.0,clp,51260766777.0,clp,0.0,clp,1061.6915
+15077-2022-05-05,real_asset_day,2022-05-05,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1061.9074,clp,419726.1033,decimal,48302881.7172,decimal,0.0,clp,399010.8591,decimal,0.0,clp,15980.0,integer,52088868011.0,clp,51293188077.0,clp,0.0,clp,1061.9074
+15077-2022-05-06,real_asset_day,2022-05-06,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.1233,clp,503687.1942,decimal,48592111.8496,decimal,0.0,clp,214457.0618,decimal,0.0,clp,16037.0,integer,52192747041.0,clp,51610813948.0,clp,0.0,clp,1062.1233
+15077-2022-05-07,real_asset_day,2022-05-07,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.3761,clp,0.0,decimal,48592111.8496,decimal,0.0,clp,0.0,decimal,0.0,clp,16037.0,integer,52192747041.0,clp,51623098034.0,clp,0.0,clp,1062.3761
+15077-2022-05-08,real_asset_day,2022-05-08,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.629,clp,0.0,decimal,48592111.8496,decimal,0.0,clp,0.0,decimal,0.0,clp,16037.0,integer,52192747041.0,clp,51635386979.0,clp,0.0,clp,1062.629
+15077-2022-05-09,real_asset_day,2022-05-09,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1062.8805,clp,1055778.4094,decimal,49197575.996,decimal,0.0,clp,450314.263,decimal,0.0,clp,16254.0,integer,53133774646.0,clp,52291146388.0,clp,0.0,clp,1062.8805
+15077-2022-05-10,real_asset_day,2022-05-10,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.132,clp,831595.6569,decimal,49703575.9886,decimal,0.0,clp,325595.6643,decimal,0.0,clp,16352.0,integer,54125542837.0,clp,52841463451.0,clp,0.0,clp,1063.132
+15077-2022-05-11,real_asset_day,2022-05-11,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.3836,clp,981579.2834,decimal,50505555.3483,decimal,0.0,clp,179599.9237,decimal,0.0,clp,16491.0,integer,54223537057.0,clp,53706777754.0,clp,0.0,clp,1063.3836
+15077-2022-05-12,real_asset_day,2022-05-12,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.6353,clp,1006396.8811,decimal,51275848.3988,decimal,0.0,clp,236103.8306,decimal,0.0,clp,16637.0,integer,56433712020.0,clp,54538802728.0,clp,0.0,clp,1063.6353
+15077-2022-05-13,real_asset_day,2022-05-13,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1063.887,clp,1036686.2001,decimal,52137277.1623,decimal,0.0,clp,175257.4366,decimal,0.0,clp,16872.0,integer,55986033660.0,clp,55468171494.0,clp,0.0,clp,1063.887
+15077-2022-05-14,real_asset_day,2022-05-14,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.1388,clp,0.0,decimal,52137277.1623,decimal,0.0,clp,0.0,decimal,0.0,clp,16872.0,integer,55986033660.0,clp,55481299660.0,clp,0.0,clp,1064.1388
+15077-2022-05-15,real_asset_day,2022-05-15,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.3906,clp,0.0,decimal,52137277.1623,decimal,0.0,clp,0.0,decimal,0.0,clp,16872.0,integer,55986033660.0,clp,55494427826.0,clp,0.0,clp,1064.3906
+15077-2022-05-16,real_asset_day,2022-05-16,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.6425,clp,1487142.4773,decimal,53351421.4977,decimal,0.0,clp,272998.1419,decimal,0.0,clp,17137.0,integer,57436095703.0,clp,56800189344.0,clp,0.0,clp,1064.6425
+15077-2022-05-17,real_asset_day,2022-05-17,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1064.8945,clp,818904.5819,decimal,53926514.4898,decimal,0.0,clp,243811.5898,decimal,0.0,clp,17204.0,integer,58042175675.0,clp,57426050647.0,clp,0.0,clp,1064.8945
+15077-2022-05-18,real_asset_day,2022-05-18,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.1465,clp,759841.9268,decimal,54387520.0143,decimal,0.0,clp,298836.4023,decimal,0.0,clp,17259.0,integer,58620336062.0,clp,57930677959.0,clp,0.0,clp,1065.1465
+15077-2022-05-19,real_asset_day,2022-05-19,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.3986,clp,780303.5506,decimal,54819171.5505,decimal,0.0,clp,348652.0144,decimal,0.0,clp,17296.0,integer,59130002569.0,clp,58404267887.0,clp,0.0,clp,1065.3986
+15077-2022-05-20,real_asset_day,2022-05-20,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.6507,clp,497191.5482,decimal,55069412.6849,decimal,0.0,clp,246950.4138,decimal,0.0,clp,17332.0,integer,59317090213.0,clp,58684757134.0,clp,0.0,clp,1065.6507
+15077-2022-05-21,real_asset_day,2022-05-21,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1065.9029,clp,0.0,decimal,55069412.6849,decimal,0.0,clp,0.0,decimal,0.0,clp,17332.0,integer,59317090213.0,clp,58698645640.0,clp,0.0,clp,1065.9029
+15077-2022-05-22,real_asset_day,2022-05-22,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.1552,clp,0.0,decimal,55069412.6849,decimal,0.0,clp,0.0,decimal,0.0,clp,17332.0,integer,59317090213.0,clp,58712539653.0,clp,0.0,clp,1066.1552
+15077-2022-05-23,real_asset_day,2022-05-23,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.4075,clp,899438.6729,decimal,55606278.8856,decimal,0.0,clp,362572.4722,decimal,0.0,clp,17444.0,integer,60054482484.0,clp,59298954149.0,clp,0.0,clp,1066.4075
+15077-2022-05-24,real_asset_day,2022-05-24,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.6599,clp,551889.4458,decimal,55964228.8747,decimal,0.0,clp,193939.4567,decimal,0.0,clp,17488.0,integer,60268065298.0,clp,59694799566.0,clp,0.0,clp,1066.6599
+15077-2022-05-25,real_asset_day,2022-05-25,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1066.9123,clp,888998.4859,decimal,56455548.233,decimal,0.0,clp,397679.1276,decimal,0.0,clp,17521.0,integer,61035440427.0,clp,60233118418.0,clp,0.0,clp,1066.9123
+15077-2022-05-26,real_asset_day,2022-05-26,,,0.0,clp,0.0,integer,0.0,clp,0.0,clp,1067.1648,clp,589468.8726,decimal,56587532.3321,decimal,0.0,clp,457484.7735,decimal,0.0,clp,17562.0,integer,61254136802.0,clp,60388224989.0,clp,0.0,clp,1067.1648
+15077-2022-05-27,real_asset_day,2022-05-27,,,,,,,,,,,1067.4174,clp,,,,,,,,,,,,,,,,,,,1067.4174