Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cb-g/atemoya

Repository files navigation

atemoya

theory

typeset/atemoya.pdf

implementation

opam install . --deps-only
eval $(opam env)
uv sync
dune clean && dune build

define ticker selection here: data/tickers.yml

valuation

deterministic computation of selected stocks' intrinsic value per share through discounted free cash flow to equity and to firm - displaying margins of safety, projected and implied growth rates, and including interpretation of the result as can be seen here

uv run -m prep.val.dcf_deterministic
dune exec dcf_deterministic

probabilistic computation of selected stocks' intrinsic value per share (here)

single-asset value-surplus distributions (FCFE)

single-asset value-surplus distribution single-asset value-surplus percentage distribution

single-asset value-surplus distributions (FCFF)

single-asset value-surplus distribution single-asset value-surplus percentage distribution

multi-asset value-surplus frontier (based on FCFE)

fcfe-based multi-asset value-surplus percentage distribution std fcfe-based multi-asset value-surplus percentage distribution prob

multi-asset value-surplus frontier (based on FCFF)

fcff-based multi-asset value-surplus percentage distribution std fcff-based multi-asset value-surplus percentage distribution prob
uv run -m prep.val.dcf_probabilistic
dune exec dcf_probabilistic
uv run -m viz.val.dcf_probabilistic

pricing

mpt: portfolio weights on efficient frontier in the mean-variance optimization framework

efficient frontier
uv run -m prep.pri.mpt
dune exec mpt
uv run -m viz.pri.mpt