JuDO-dev / AirBorne.jl

AirBorne a complete algorithmic trading framework in Julia.
http://judo.dev/AirBorne.jl/
MIT License
1 stars 1 forks source link

Portfolio Modelling: Add proper portfolio model from "Portfolio Theory" #52

Closed brunocastroibarburu94 closed 1 year ago

brunocastroibarburu94 commented 1 year ago

Most portfolio theories interpret the model of a portfolio as a sequence of identifiers with a number associated with them, from markowtiz in classical portfolio theory, to modern portfolio theory where negative numbers were allowed to symbolize short positions.

Stochastic portfolio theory models them with a random variable and Model-free portfolio theory with rough path trajectories.

The later 2 should be implemented in a different ticket