waifod / quant_finance_models

Project containing the implementations of quantitative finance models
MIT License
5 stars 1 forks source link

Make AssetType an ENUM #47

Closed waifod closed 1 year ago

waifod commented 1 year ago

This PR addresses issue https://github.com/Waifod/quant_finance_models/issues/23.

We turn AssetType into an ENUM and edit the rest of the codebase accordinly.

david-alvarez-rosa commented 1 year ago

Merging — will address minor comment in follow-up.