<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-27T19:49:38Z</responseDate><request verb="GetRecord" identifier="oai:uvadoc.uva.es:10324/57220" metadataPrefix="rdf">https://uvadoc.uva.es/oai/request</request><GetRecord><record><header><identifier>oai:uvadoc.uva.es:10324/57220</identifier><datestamp>2022-11-18T20:06:04Z</datestamp><setSpec>com_10324_38</setSpec><setSpec>col_10324_852</setSpec></header><metadata><rdf:RDF xmlns:rdf="http://www.openarchives.org/OAI/2.0/rdf/" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ds="http://dspace.org/ds/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ow="http://www.ontoweb.org/ontology/1#" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/rdf/ http://www.openarchives.org/OAI/2.0/rdf.xsd">
<ow:Publication rdf:about="oai:uvadoc.uva.es:10324/57220">
<dc:title>Aplicación web para la gestión de carteras de inversión usando técnicas de Inteligencia Artificial</dc:title>
<dc:creator>Arranz Barcenilla, Víctor</dc:creator>
<dc:contributor>Cardeñoso Payo, Valentín</dc:contributor>
<dc:contributor>Universidad de Valladolid. Escuela de Ingeniería Informática de Valladolid</dc:contributor>
<dc:description>En este trabajo se desarrolla una aplicación web que aborda fundamentalmente los problemas de la optimización&#xd;
de carteras de inversión y de la predicción de valores de activos financieros, con el doble objetivo&#xd;
de proporcionar una herramienta que permita entender y comprender los principales aspectos de las técnicas&#xd;
utilizadas, así como ayudar al inversor en su toma de decisiones.&#xd;
Se utilizan datos pertenecientes a algunos de los principales mercados financieros del mundo, con un total de&#xd;
840 activos: bolsa, con los índices S&amp;P 500, NASDAQ 100, IBEX 35 y EURO STOXX 50 junto a las empresas&#xd;
asociadas a ellos, criptodivisas, divisas y materias primas.&#xd;
La aplicación web construida es completamente interactiva, permitiendo en todo momento al usuario elegir&#xd;
con qué datos desea trabajar y configurar libremente los principales parámetros de los elementos que componen&#xd;
las distintas secciones de la misma.&#xd;
En primer lugar, la web proporciona herramientas para realizar un análisis descriptivo con herramientas propias&#xd;
de la Estadística aplicadas al análisis financiero, como las medias móviles o distintos indicadores técnicos.&#xd;
Se proporcionan distintos tipos de visualizaciones que permiten llevar a cabo el estudio de la serie temporal de&#xd;
un valor. A su vez, se incluyen secciones descriptivas que contienen dashboards con los precios de los activos&#xd;
de los distintos mercados considerados en el trabajo.&#xd;
Desde el punto de vista de la optimización de carteras, se trabaja con el modelo de Markowitz construyendo&#xd;
carteras eficientes, carteras notables y realizando representaciones gráficas de las mismas, así como de la frontera&#xd;
eficiente. También se permite realizar análisis de sensibilidad con algunos importantes parámetros.&#xd;
Relacionado con este problema también se construyen regresiones con los índices bursátiles para abordar&#xd;
el estudio del riesgo de las carteras obtenidas con el modelo de Markowitz.&#xd;
En cuanto a la predicción de valores de los activos, se utilizan técnicas de machine learning, que van desde&#xd;
los métodos más empleados como las máquinas de vectores soporte o los ensembles de árboles de aleatorios,&#xd;
pasando por distintos modelos de redes neuronales englobados dentro de lo que se conoce como deep learning,&#xd;
como las redes recurrentes o las redes convolucionales. Para la construcción de estos modelos de inteligencia&#xd;
artificial se utiliza la librería Keras, que permite el uso de Tensorflow con el lenguaje Python.&#xd;
Un último punto explorado, también en relación con el aprendizaje automático, es el análisis cluster, utilizado&#xd;
para tratar de buscar grupos entre activos con un comportamiento semejante en términos de rentabilidad.&#xd;
Para la implementación de la aplicación se han utilizado herramientas de programación web como html,&#xd;
css y javascript, mientras que la totalidad de elementos interactivos (a excepción del menú de navegación de la&#xd;
web) que contienen las distintas secciones, así como las visualizaciones que contienen éstas, se han desarrollado&#xd;
utilizando la librería Shiny del lenguaje R, que a su vez se vale del solver de optimización AMPL para tratar&#xd;
ese problema y de la librería reticulate para enlazar con Python y poder utilizar los códigos de los modelos de&#xd;
aprendizaje automático comentados. R a su vez ha sido el lenguaje utilizado en la captación de datos a través&#xd;
de la API de Yahoo Finance y para el procesamiento y tratamiento de los mismos.&#xd;
La web se desarrolló sobre una imagen Docker, utilizando una metodología ágil consistente en un Scrum&#xd;
adaptado.</dc:description>
<dc:description>This work develops a web application that fundamentally addresses the problems of investment portfolio&#xd;
optimization and financial asset value prediction, with the dual objective of providing a tool to understand and&#xd;
comprehend the main aspects of the techniques used, as well as to help the investor in his decision making.&#xd;
The data used belong to some of the world’s main financial markets, with a total of 840 assets: stock markets&#xd;
such as S&amp;P 500, NASDAQ 100, IBEX 35 and EURO STOXX 50 indexes together with the companies&#xd;
associated with them, cryptocurrencies, currencies and commodities.&#xd;
The web application is fully interactive, allowing the user to choose at any time which data to work with and&#xd;
to freely configure the main parameters of the elements that make up the different sections of the application.&#xd;
Firstly, the website provides tools to perform a descriptive analysis with statistical tools applied to financial&#xd;
analysis, such as moving averages or different technical indicators. Different types of visualizations are provided&#xd;
to allow the study of the time series of an asset. At the same time, descriptive sections containing dashboards&#xd;
with the prices of the assets of the different markets considered in the work are included.&#xd;
From the point of view of portfolio optimization, we work with the Markowitz model, constructing efficient&#xd;
portfolios, notable portfolios and making graphical representations of them, as well as of the efficient frontier.&#xd;
It is also possible to perform sensitivity analysis with some important parameters.&#xd;
Related to this problem, regressions with stock market indexes are also constructed to address the study of&#xd;
the risk of the portfolios obtained with the Markowitz model.&#xd;
As for the prediction of asset values, machine learning techniques are used, ranging from the most commonly&#xd;
used methods such as support vector machines or ensembles of random trees, to different neural network models&#xd;
included in what is known as deep learning, such as recurrent networks or convolutional networks. For the&#xd;
construction of these artificial intelligence models, the Keras library is used, which allows the use of Tensorflow&#xd;
with the Python language.&#xd;
A final point explored, also in relation to machine learning, is cluster analysis, used to try to find groups&#xd;
among assets with similar behavior in terms of profitability.&#xd;
Web programming tools such as html, css and javascript have been used to implement the application, while&#xd;
all the interactive elements (with the exception of the web navigation menu) contained in the different sections,&#xd;
as well as the visualizations they contain, have been developed using the Shiny library of the R language, which&#xd;
in turn uses the AMPL optimization solver to deal with this problem and the reticulate library to link with Python&#xd;
and use the codes of the machine learning models mentioned above. R in turn has been the language used to&#xd;
capture data through the Yahoo Finance API and to process and treat them.&#xd;
The website was developed on a Docker image, using an agile methodology consisting of an adapted Scrum.</dc:description>
<dc:date>2022-11-18T09:13:53Z</dc:date>
<dc:date>2022-11-18T09:13:53Z</dc:date>
<dc:date>2022</dc:date>
<dc:type>info:eu-repo/semantics/bachelorThesis</dc:type>
<dc:identifier>https://uvadoc.uva.es/handle/10324/57220</dc:identifier>
<dc:language>spa</dc:language>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:rights>http://creativecommons.org/licenses/by-nc-nd/4.0/</dc:rights>
<dc:rights>Attribution-NonCommercial-NoDerivatives 4.0 Internacional</dc:rights>
</ow:Publication>
</rdf:RDF></metadata></record></GetRecord></OAI-PMH>