Creates a matrix of cashflows for a specified group of bonds for a static bond data set. The number of rows is the number of cashflows for the bond with the longest maturity.
data(govbonds)
(cf <- create_cashflows_matrix(govbonds[[1]]))
## cf matrix with included current dirty price (cf_p <- create_cashflows_matrix(govbonds[[1]],include_price=TRUE))