You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the original design had several types of bonds (like CDB, Tesouro Direto), I think we should have a more generic Bonds which has the type of bond as a detail rather than a top-level type. We'll need information such as
term
any combination of:
fixed rate (think Tesouro Prefixado)
floating rate (think Tesouro Selic)
indexed rate (think Tesouro IPCA+, which also has a fixed rate btw)
liquidity
coupon
coupon frequency
The text was updated successfully, but these errors were encountered:
While the original design had several types of bonds (like CDB, Tesouro Direto), I think we should have a more generic Bonds which has the type of bond as a detail rather than a top-level type. We'll need information such as
The text was updated successfully, but these errors were encountered: