tesorotools-python 0.0.8__tar.gz → 0.0.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. {tesorotools_python-0.0.8 → tesorotools_python-0.0.9}/PKG-INFO +1 -1
  2. {tesorotools_python-0.0.8 → tesorotools_python-0.0.9}/pyproject.toml +6 -3
  3. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Black.otf +0 -0
  4. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Bold.otf +0 -0
  5. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Extrabold.otf +0 -0
  6. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Extralight.otf +0 -0
  7. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Light.otf +0 -0
  8. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Medium.otf +0 -0
  9. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Regular.otf +0 -0
  10. tesorotools_python-0.0.9/tesorotools/assets/fonts/CabinetGrotesk-Thin.otf +0 -0
  11. tesorotools_python-0.0.8/README.md +0 -55
  12. tesorotools_python-0.0.8/examples/README.md +0 -24
  13. tesorotools_python-0.0.8/examples/barh_plots.yaml +0 -202
  14. tesorotools_python-0.0.8/examples/data.yaml +0 -4
  15. tesorotools_python-0.0.8/examples/dependencies.yaml +0 -162
  16. tesorotools_python-0.0.8/examples/line_plots.yaml +0 -57
  17. tesorotools_python-0.0.8/examples/offsets.yaml +0 -17
  18. tesorotools_python-0.0.8/examples/tables.yaml +0 -457
  19. tesorotools_python-0.0.8/examples/template.yaml +0 -34
  20. tesorotools_python-0.0.8/examples/type_curves.yaml +0 -88
  21. tesorotools_python-0.0.8/src/tesorotools_python.egg-info/PKG-INFO +0 -9
  22. tesorotools_python-0.0.8/src/tesorotools_python.egg-info/SOURCES.txt +0 -31
  23. tesorotools_python-0.0.8/src/tesorotools_python.egg-info/dependency_links.txt +0 -1
  24. tesorotools_python-0.0.8/src/tesorotools_python.egg-info/requires.txt +0 -6
  25. tesorotools_python-0.0.8/src/tesorotools_python.egg-info/top_level.txt +0 -1
  26. {tesorotools_python-0.0.8 → tesorotools_python-0.0.9}/.gitignore +0 -0
  27. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/__init__.py +0 -0
  28. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/artists/__init__.py +0 -0
  29. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/artists/barh_plot.py +0 -0
  30. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/artists/line_plot.py +0 -0
  31. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/artists/table.py +0 -0
  32. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/artists/type_curve.py +0 -0
  33. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/assets/README.md +0 -0
  34. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/assets/fonts/README.md +0 -0
  35. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/assets/plots.yaml +0 -0
  36. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/assets/tesoro.mplstyle +0 -0
  37. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/convert.py +0 -0
  38. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/data_sources/README.md +0 -0
  39. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/data_sources/__init__.py +0 -0
  40. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/data_sources/debug.py +0 -0
  41. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/data_sources/lseg.py +0 -0
  42. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/database/__init__.py +0 -0
  43. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/database/push.py +0 -0
  44. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/dependencies/__init__.py +0 -0
  45. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/dependencies/functions.py +0 -0
  46. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/dependencies/node.py +0 -0
  47. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/dependencies/resolution.py +0 -0
  48. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/main.py +0 -0
  49. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/offsets/__init__.py +0 -0
  50. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/offsets/offsets.py +0 -0
  51. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/offsets/outliers.py +0 -0
  52. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/__init__.py +0 -0
  53. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/content/__init__.py +0 -0
  54. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/content/content.py +0 -0
  55. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/content/images.py +0 -0
  56. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/content/section.py +0 -0
  57. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/content/table.py +0 -0
  58. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/headline.py +0 -0
  59. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/introduction.py +0 -0
  60. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/render/report.py +0 -0
  61. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/utils/__init__.py +0 -0
  62. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/utils/config.py +0 -0
  63. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/utils/globals.py +0 -0
  64. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/utils/matplotlib.py +0 -0
  65. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/utils/series.py +0 -0
  66. {tesorotools_python-0.0.8/src → tesorotools_python-0.0.9}/tesorotools/utils/template.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tesorotools-python
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Requires-Dist: babel
5
5
  Requires-Dist: eikon
6
6
  Requires-Dist: lseg-data
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tesorotools-python"
3
- version = "0.0.8"
3
+ version = "0.0.9"
4
4
  dependencies = ["psycopg2", "SQLAlchemy", "pandas", "matplotlib", "pyarrow", "python-docx", "openpyxl", "PyYAML", "babel", "eikon", "lseg-data"]
5
5
 
6
6
  [build-system]
@@ -9,5 +9,8 @@ build-backend = "hatchling.build"
9
9
 
10
10
  [tool.hatch.build.targets.wheel]
11
11
  packages = ["src/tesorotools"]
12
- artifacts = ["*.otf"]
13
- include = ["*.otf"]
12
+ artifacts = ["src/tesorotools/assets/fonts/*.otf"]
13
+
14
+ [tool.hatch.build.targets.sdist]
15
+ packages = ["src/tesorotools"]
16
+ artifacts = ["src/tesorotools/assets/fonts/*.otf"]
@@ -1,55 +0,0 @@
1
- # Especificación de un documento
2
-
3
- ## Generar los *assets* de un semanal (fase de transición)
4
- 1. Poner en la carpeta [debug](debug) el archivo [flash.feather](debug/flash.feather) generado por el *script* `generar_semanal.py` de `dev2`. Será necesario cambiar a la rama `semanal` con un `git switch semanal`. Recordar revertir este cambio.
5
- 2. `python -m tesorotools.convert`
6
- 3. `python -m tesorotools.main`
7
-
8
- ## Plantilla
9
-
10
- - Debe ser un archivo `.yaml`
11
- - Si no se especifica nada, el programa buscará un archivo llamado `template.yaml` en la carpeta desde donde se esté ejecutando. En caso de no encontrarlo, lanzará un error.
12
-
13
- ### Headline
14
- *Opcional*. Consta de dos entradas, también *opcionales* `title` y `comment`.
15
-
16
- #### Ejemplo
17
- ```yaml
18
- headline:
19
- title: Apertura
20
- comment: El precio del chocolate con almendras se dispara
21
- ```
22
-
23
- Se renderizará en el estilo `Title` o `Título` del documento base de word proporcionado.
24
-
25
- ### Introduction
26
- *Opcional*. Consta de dos entradas, también *opcionales* `date` y `hour`.
27
-
28
- - `date`: Fecha en formato `AAAA-MM-DD`, con o sin comillas.
29
- - `hour`: Hora en formato `HH:MM`, **siempre** entre comillas.
30
-
31
- #### Ejemplo
32
- ```yaml
33
- introduction:
34
- date: 2025-01-31
35
- hour: "15:30"
36
- ```
37
-
38
- La fecha se renderizará en el estilo `Subtitle` o `Subtítulo` del documento base de word proporcionado.
39
-
40
- # Descripción de la estructura y el funcionamiento
41
-
42
- ## Funcionamiento
43
- - Se *leen* las plantillas del documento.
44
- - Una vez leídas sabemos:
45
- - Qué es lo que hay que descargar, de dónde y con qué fechas.
46
- - Qué es lo que hay que calcular a partir de lo descargado y cómo.
47
- - Descarga *missing*
48
- - Debe haber una opción *debug*, así como opción de no descargar y tomar directamente de nuestra bbdd.
49
- - Cálculo o *prerrenderizado*: se generan las imágenes de los gráficos así como los archivos necesarios para renderizar las tablas en su formato final.
50
- - *Renderizado* final.
51
-
52
- ## Informes
53
- - Un *informe* (*Report*) es una **clase** que contiene un diccionario de *contenidos* (*Content*)
54
- - Un *cotenido* (*Content*) es un **protocolo** que permite consultar y modificar su *nivel de anidamiento* así como construirse a partir de un archivo `.yaml`.
55
- - Un informe puede *rederizarse* a un documento word a partir de una **plantilla**. Sencillamente, renderizará todos sus componentes uno por uno.
@@ -1,24 +0,0 @@
1
- ## Tablas
2
-
3
- ### Columnas
4
-
5
- - `name`: Nombre de la columna a mostrar.
6
-
7
- - `scale`: Número por el que se multiplica el valor original en la base de datos a la hora de ser mostrado.
8
- - `unit`: Símbolo de la unidad del valor a mostrar.
9
- - `decimals`: Número de decimales a mostrar.
10
-
11
- - `show_units_in_title`: Se mostrará el símbolo de las unidades en el título de la columna.
12
- - `show_units_in_cell`: Se mostrará el símbolo de las unidades al lado del valor de cada celda.
13
-
14
- Variables de localización de los valores a mostrar en la base de datos.
15
-
16
- - `offset`:
17
- - `difference`:
18
- - `stat`:
19
-
20
- Variables de coloreado.
21
-
22
- - `colors`: Indica si el valor debe ir coloreado o no en la tabla.
23
- - `positive_good`: Si es `True` colorearemos los valores positivos de un color que el lector asocie con "*bueno*".
24
- - `outliers`: Si es `True` sombrearemos las celdas que tengan un valor por encima de cierto umbral.
@@ -1,202 +0,0 @@
1
- .alemania_series:
2
- PT10YT=RR_DIFF: DE10YT=RR
3
- GR10YT=RR_DIFF: DE10YT=RR
4
- ES10YT=RR_DIFF: DE10YT=RR
5
- EUUNIEURAE10Y=_DIFF: DE10YT=RR
6
- IT10YT=RR_DIFF: DE10YT=RR
7
- FR10YT=RR_DIFF: DE10YT=RR
8
-
9
- .flash: &flash
10
- date:
11
-
12
- .perc_format: &perc_format
13
- units: "%"
14
- decimals: 2
15
-
16
- .pb_format: &pb_format
17
- units: "p.b."
18
- decimals: 0
19
-
20
- .bancos: &bancos
21
- sorted: True
22
- blocks:
23
- bancos_esp:
24
- label: Bancos españoles
25
- series:
26
- BKT.MC: Bankinter
27
- SAN.MC: Santander
28
- CABK.MC: Caixabank
29
- SABE.MC: Sabadell
30
- BBVA.MC: BBVA
31
- UNI.MC: Unicaja
32
- bandos_idx:
33
- label: Índices bancarios internacionales
34
- series:
35
- .IBCA.MA: Índice bancario español*
36
- .SX7E: EuroStoxx Banks
37
- .FTNMX301010: Índice bancario UK
38
- .SPXBK: S&P 500 Bancos EEUU
39
- .DJUSBK: DJ US Banks
40
- .DJSRBKT: DJ US Regional Banks
41
- format:
42
- <<: *perc_format
43
- decimals: 0
44
- annot_format:
45
- <<: *perc_format
46
-
47
- bancos_week:
48
- flash:
49
- <<: *flash
50
- deviations: True
51
- offset: ftd
52
- difference: relative
53
- <<: *bancos
54
-
55
- bancos_mtd:
56
- flash:
57
- <<: *flash
58
- deviations: False
59
- offset: mtd
60
- difference: relative
61
- <<: *bancos
62
-
63
- .deuda_general: &deuda_general
64
- sorted: True
65
- series:
66
- EUUNIEURAE10Y=: UE
67
- ES10YT=RR: España*
68
- DE10YT=RR: Alemania
69
- FR10YT=RR: Francia
70
- IT10YT=RR: Italia
71
- PT10YT=RR: Portugal
72
- GR10YT=RR: Grecia
73
- GB10YT=RR: Reino Unido
74
- US10YT=RR: EEUU
75
- format:
76
- <<: *pb_format
77
- annot_format:
78
- <<: *pb_format
79
- axis_format:
80
- <<: *perc_format
81
-
82
- deuda_general_week:
83
- flash:
84
- <<: *flash
85
- offset: ftd
86
- difference: absolute
87
- deviations: True
88
- <<: *deuda_general
89
-
90
- deuda_general_ytd:
91
- flash:
92
- <<: *flash
93
- offset: ytd
94
- difference: absolute
95
- deviations: False
96
- <<: *deuda_general
97
-
98
- .deuda_diferenciales: &deuda_diferenciales
99
- sorted: True
100
- series:
101
- PT10YT=RR_DIFF: Portugal
102
- GR10YT=RR_DIFF: Grecia
103
- ES10YT=RR_DIFF: España*
104
- EUUNIEURAE10Y=_DIFF: UE
105
- IT10YT=RR_DIFF: Italia
106
- FR10YT=RR_DIFF: Francia
107
- format:
108
- <<: *pb_format
109
- annot_format:
110
- <<: *pb_format
111
- axis_format:
112
- <<: *pb_format
113
-
114
- deuda_diferenciales_week:
115
- flash:
116
- <<: *flash
117
- offset: ftd
118
- difference: absolute
119
- deviations: True
120
- <<: *deuda_diferenciales
121
-
122
- deuda_diferenciales_ytd:
123
- flash:
124
- <<: *flash
125
- offset: ytd
126
- difference: absolute
127
- deviations: False
128
- <<: *deuda_diferenciales
129
-
130
- .deuda_esp: &deuda_esp
131
- sorted: False
132
- series:
133
- ES1YT=RR: 1 años
134
- ES2YT=RR: 2 años
135
- ES3YT=RR: 3 años
136
- ES5YT=RR: 5 años
137
- ES10YT=RR: 10 años*
138
- ES30YT=RR: 30 años
139
- format:
140
- <<: *pb_format
141
- annot_format:
142
- <<: *pb_format
143
- axis_format:
144
- <<: *perc_format
145
-
146
- deuda_esp_week:
147
- flash:
148
- <<: *flash
149
- offset: ftd
150
- difference: absolute
151
- deviations: True
152
- <<: *deuda_esp
153
-
154
- deuda_esp_ytd:
155
- flash:
156
- <<: *flash
157
- offset: ytd
158
- difference: absolute
159
- deviations: False
160
- <<: *deuda_esp
161
-
162
- .divisas: &divisas
163
- sorted: True
164
- series:
165
- USD_OVER_RUB: Rublo
166
- GBP=: Libra
167
- EUR=: Euro*
168
- USD_OVER_BRL: Real Brasileño
169
- USD_OVER_CNY: Yuan
170
- USD_OVER_TRY: Lira Turca
171
- USD_OVER_JPY: Yen
172
- USD_OVER_CHF: Franco Suizo
173
- format:
174
- <<: *perc_format
175
- decimals: 0
176
- annot_format:
177
- <<: *perc_format
178
- decimals: 1
179
-
180
- divisas_week:
181
- flash:
182
- <<: *flash
183
- offset: ftd
184
- difference: relative
185
- deviations: True
186
- <<: *divisas
187
- format:
188
- <<: *perc_format
189
- decimals: 1
190
- annot_format:
191
- <<: *perc_format
192
- decimals: 2
193
-
194
-
195
-
196
- divisas_ytd:
197
- flash:
198
- <<: *flash
199
- offset: ytd
200
- difference: relative
201
- deviations: False
202
- <<: *divisas
@@ -1,4 +0,0 @@
1
- debug:
2
- id1: alias1
3
- id2: alias2
4
- id3: alias3
@@ -1,162 +0,0 @@
1
- # keep dependent series in a separate file to avoid cluttering
2
- # a series at time t can only depend on other series on time t
3
-
4
- # diferenciales
5
-
6
- PT10YT=RR_DIFF:
7
- dependencies:
8
- - PT10YT=RR
9
- - DE10YT=RR
10
- function: difference
11
-
12
- GR10YT=RR_DIFF:
13
- dependencies:
14
- - GR10YT=RR
15
- - DE10YT=RR
16
- function: difference
17
-
18
- EUUNIEURAE10Y=_DIFF:
19
- dependencies:
20
- - EUUNIEURAE10Y=
21
- - DE10YT=RR
22
- function: difference
23
-
24
- IT10YT=RR_DIFF:
25
- dependencies:
26
- - IT10YT=RR
27
- - DE10YT=RR
28
- function: difference
29
-
30
- FR10YT=RR_DIFF:
31
- dependencies:
32
- - FR10YT=RR
33
- - DE10YT=RR
34
- function: difference
35
-
36
- ES3MT=RR_DIFF:
37
- dependencies:
38
- - ES3MT=RR
39
- - DE3MT=RR
40
- function: difference
41
-
42
- ES6MT=RR_DIFF:
43
- dependencies:
44
- - ES6MT=RR
45
- - DE6MT=RR
46
- function: difference
47
-
48
- ES1YT=RR_DIFF:
49
- dependencies:
50
- - ES1YT=RR
51
- - DE1YT=RR
52
- function: difference
53
-
54
- ES2YT=RR_DIFF:
55
- dependencies:
56
- - ES2YT=RR
57
- - DE2YT=RR
58
- function: difference
59
-
60
- ES3YT=RR_DIFF:
61
- dependencies:
62
- - ES3YT=RR
63
- - DE3YT=RR
64
- function: difference
65
-
66
- ES4YT=RR_DIFF:
67
- dependencies:
68
- - ES4YT=RR
69
- - DE4YT=RR
70
- function: difference
71
-
72
- ES5YT=RR_DIFF:
73
- dependencies:
74
- - ES5YT=RR
75
- - DE5YT=RR
76
- function: difference
77
-
78
- ES6YT=RR_DIFF:
79
- dependencies:
80
- - ES6YT=RR
81
- - DE6YT=RR
82
- function: difference
83
-
84
- ES7YT=RR_DIFF:
85
- dependencies:
86
- - ES7YT=RR
87
- - DE7YT=RR
88
- function: difference
89
-
90
- ES8YT=RR_DIFF:
91
- dependencies:
92
- - ES8YT=RR
93
- - DE8YT=RR
94
- function: difference
95
-
96
- ES9YT=RR_DIFF:
97
- dependencies:
98
- - ES9YT=RR
99
- - DE9YT=RR
100
- function: difference
101
-
102
- ES10YT=RR_DIFF:
103
- dependencies:
104
- - ES10YT=RR
105
- - DE10YT=RR
106
- function: difference
107
-
108
- ES15YT=RR_DIFF:
109
- dependencies:
110
- - ES15YT=RR
111
- - DE15YT=RR
112
- function: difference
113
-
114
- ES20YT=RR_DIFF:
115
- dependencies:
116
- - ES20YT=RR
117
- - DE20YT=RR
118
- function: difference
119
-
120
- ES25YT=RR_DIFF:
121
- dependencies:
122
- - ES25YT=RR
123
- - DE25YT=RR
124
- function: difference
125
-
126
- ES30YT=RR_DIFF:
127
- dependencies:
128
- - ES30YT=RR
129
- - DE30YT=RR
130
- function: difference
131
-
132
- # divisas
133
-
134
- USD_OVER_JPY:
135
- dependencies:
136
- - JPY=
137
- function: inverse
138
-
139
- USD_OVER_CNY:
140
- dependencies:
141
- - CNY=
142
- function: inverse
143
-
144
- USD_OVER_CHF:
145
- dependencies:
146
- - CHF=
147
- function: inverse
148
-
149
- USD_OVER_RUB:
150
- dependencies:
151
- - RUB=
152
- function: inverse
153
-
154
- USD_OVER_BRL:
155
- dependencies:
156
- - BRL=
157
- function: inverse
158
-
159
- USD_OVER_TRY:
160
- dependencies:
161
- - TRY=
162
- function: inverse
@@ -1,57 +0,0 @@
1
- .b100_format: &b100_format
2
- units: ""
3
- decimals: 0
4
-
5
- .perc_format: &perc_format
6
- units: "%"
7
- decimals: 2
8
-
9
- .pb_format: &pb_format
10
- units: "p.b."
11
- decimals: 0
12
-
13
- # for the moment only support for fixed dates
14
- diferenciales:
15
- base_100: False
16
- start_date: 2024-01-01
17
- end_date:
18
- annotate: True
19
- format:
20
- <<: *pb_format
21
- series:
22
- ES10YT=RR_DIFF: España
23
- GR10YT=RR_DIFF: Grecia
24
- PT10YT=RR_DIFF: Portugal
25
- FR10YT=RR_DIFF: Francia
26
- IT10YT=RR_DIFF: Italia
27
-
28
- divisas:
29
- base_100: True
30
- start_date: 2024-11-01
31
- end_date:
32
- annotate: False
33
- format:
34
- <<: *b100_format
35
- series:
36
- EUR=: Euro
37
- GBP=: Libra
38
- USD_OVER_JPY: Yen
39
- USD_OVER_CNY: Yuan
40
- USD_OVER_CHF: Franco Suizo
41
-
42
- tipos:
43
- base_100: True
44
- start_date: 2024-11-01
45
- end_date:
46
- annotate: False
47
- format:
48
- <<: *b100_format
49
- series:
50
- ES10YT=RR: España
51
- GR10YT=RR: Grecia
52
- PT10YT=RR: Portugal
53
- FR10YT=RR: Francia
54
- IT10YT=RR: Italia
55
- DE10YT=RR: Alemania
56
- legend:
57
- ncol: 3
@@ -1,17 +0,0 @@
1
- # same window for every stat function
2
- window: 7300
3
-
4
- stats:
5
- - roll_avg
6
- - roll_std
7
-
8
- differences:
9
- - absolute
10
- - relative
11
-
12
- offsets:
13
- - bday
14
- - ftd
15
- - mtd
16
- - ytd
17
- - 2025-04-02