waifod / quant_finance_models

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

Implement asset types as a C++ `enum` instead of static member variables #23

Closed david-alvarez-rosa closed 1 year ago

david-alvarez-rosa commented 1 year ago

This is part of follow-up comment in https://github.com/Waifod/quant_finance_models/pull/17

waifod commented 1 year ago

Addressed in PR https://github.com/Waifod/quant_finance_models/pull/47.

david-alvarez-rosa commented 1 year ago

PR #50 is a follow-up of above.