parent_command:fixedincome
usage: icebofa [-t {total_return,yield,yield_to_worst}] [-c {all,duration,eur,usd}] [-a {asia,emea,eu,ex_g10,latin_america,us}]
               [-g {a,aa,aaa,b,bb,bbb,ccc,crossover,high_grade,high_yield,non_financial,non_sovereign,private_sector,public_sector}] [-o] [-d] [-s START_DATE] [-e END_DATE]

Plot various rates from the United States. This includes tbill (Treasury Bills), Constant Maturity treasuries (cmn) and Inflation Protected Treasuries (TIPS)

optional arguments:
  -t {total_return,yield,yield_to_worst}, --type {total_return,yield,yield_to_worst}
                        What type you'd like to collect data for (default: yield)
  -c {all,duration,eur,usd}, --category {all,duration,eur,usd}
                        What category you'd like to collect data for (default: all)
  -a {asia,emea,eu,ex_g10,latin_america,us}, --area {asia,emea,eu,ex_g10,latin_america,us}
                        What region you'd like to collect data for (default: us)
  -g {a,aa,aaa,b,bb,bbb,ccc,crossover,high_grade,high_yield,non_financial,non_sovereign,private_sector,public_sector}, --grade {a,aa,aaa,b,bb,bbb,ccc,crossover,high_grade,high_yield,non_financial,non_sovereign,private_sector,public_sector}
                        What grade you'd like to collect data for (default: non_sovereign)
  -o, --options         See the available options (default: False)
  -d, --description     Whether to provide a description of the data. (default: False)
  -s START_DATE, --start START_DATE
                        Starting date (YYYY-MM-DD) of data (default: 1980-01-01)
  -e END_DATE, --end END_DATE
                        Ending date (YYYY-MM-DD) of data (default: None)


Examples:
- To plot yield rates for all categories in the US region: fixedincome/icebofa
- To plot total return rates for duration category in the Asia region: fixedincome/icebofa -t total_return -c duration -a asia
- To plot yield to worst rates for EUR category in the EMEA region with a specific grade: fixedincome/icebofa -t yield_to_worst -c eur -a emea -g aaa
- To view available options for the command: fixedincome/icebofa -o
- To get a description of the data for a specific type, category, and region: fixedincome/icebofa -t yield -c usd -a latin_america -d
- To plot yield rates for a specific time range: fixedincome/icebofa -s 2000-01-01 -e 2020-12-31
- To plot yield rates for a specific category, region, and grade within a specific time range: fixedincome/icebofa -c duration -a eu -g high_yield -s 2010-01-01 -e 2021-12-31