diff --git a/README.md b/README.md index e48022b..1ee56f3 100755 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ bktest [OPTIONS] | `--symbol-mapping` | `` | | `path` (.json) | Specify a custom symbol mapping file enabling vendor-id translation. | | `--no-caching` | | `false` | | Disable prices caching. | | `--fee-model` | `` | | `expression` or `constant` | Specify a fee model to use. The value can be a `constant`. Or an expression that allow the usage of the `price` and `quantity` variable.
Example: `abs(price * quantity) * 0.1` | -| `--rfr-file` | `` | | `path` | The directory of rfr file to use. The file must contain a column with date information and a column with the rfr information in %. | +| `--holiday-provider` | `` | `nyse` | `[legacy, nyse]` | Specify which holiday provider to use. | +| `--rfr-file` | `` | | `path` | The directory of rfr file to use. The file must contain a column with date information and a column with the rfr information in %. | | `--rfr-file-column-date` | `` | `date` | `string` | Change the date column name to use. | ### Exporters