Skip to content

Commit

Permalink
fix integration test for fixedincome controller (#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone authored May 23, 2023
1 parent e202aeb commit 77b2da0
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ sofr --help
sonia -s 2022-01-01 -e 2023-01-01
sonia --parameter total_nominal_value
sonia --help
ameribor -s 2022-01-01 -e 2023-01-01 --parameter 90_day_average
ameribor -s 2022-01-01 -e 2023-01-01 --parameter 90_day_ma
ameribor --help
fed -s 2022-01-01 -e 2023-01-01
fed --parameter volume --target --quantiles
fed --help
iorb -s 2022-01-01 -e 2023-01-01 --export
iorb -s 2022-01-01 -e 2023-01-01 --export xlsx --sheet-name IORB
iorb --help
projection --long-run
projection --help
Expand All @@ -33,7 +33,7 @@ usrates --parameter cmn --maturity 7_year
usrates --help
ycrv -d 2023-02-17 --inflation-adjusted
ycrv --raw -d 2022-03-31
ycrv --export
ycrv --export csv
ycrv --help
ecbycrv -d 2023-02-17
ecbycrv -d 2023-02-17 --any-rating --raw
Expand All @@ -48,7 +48,7 @@ moody -s 2022-01-01 -e 2023-01-01 --spread treasury --raw
moody --type aaa
moody --help
cp -s 2022-01-01 -e 2023-01-01
cp -s 2022-01-01 -e 2023-01-01 -c asset_backend
cp -s 2022-01-01 -e 2023-01-01 -c asset_backed
cp -s 2022-01-01 -e 2023-01-01 -c non_financial
cp -s 2022-01-01 -e 2023-01-01 -c spread -o -d
cp --maturity overnight
Expand All @@ -72,6 +72,7 @@ tbffr -s 2022-01-01 -e 2023-01-01 --parameter 3_month
tbffr --help
help
..
quit
reset
fixedincome
quit
exit

0 comments on commit 77b2da0

Please sign in to comment.