waifod / quant_finance_models

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

Build first working CLI application with some parameters #91

Closed david-alvarez-rosa closed 1 year ago

david-alvarez-rosa commented 1 year ago
❯ ./build/quant_finance_models --help
Quant Finance Models (QFM) CLI utility:
  -h [ --help ]             print usage message
  -a [ --asset ] arg        asset ticket
  -e [ --expiration ] arg   expiration date
  -s [ --strike-price ] arg strike price
david-alvarez-rosa commented 1 year ago

@Waifod—can you review this one? Was a bit left opened; it's first step towards a CLI application.

waifod commented 1 year ago

I wanted to first discuss in person what to include, but it's fine to have a starting sample.

waifod commented 1 year ago

There are problems with the formatting ops

david-alvarez-rosa commented 1 year ago

Thanks for fixing!