January 9th, 2013, 4:18 pm
I am trying to model the following:30 different bonds, each with different tenor, frequency of payment, fixed coupon rate (all bullet and fixed bonds as of now, no amortization)Participant A buys these bonds, and gets repos on some of these bonds (frequency of repo leg and coupon to be specified, repo is not under margining)Several CDS transactions, also not under margining, If A has all these in a portfolio, and I want to find out month-by -month cash flows for A, and I should be able to categorise and do pivot-table kind of stuff (cash flow in next 6 months, from Repo of bond #1-10 only, etc kind of analysis)What is the best way to do this1) I have thought of doing it in excel- but maybe cumbersome. The bucketing, etc features would be easier in excel maybe2 ) writing VBA code3) writing C++ code and interfacing it with excelI think finally I would want to use excel for input and output , even if the intermediate processing be in C++ or VBAThis is not a pricing exercise, simply projecting the cash flows (we can assume a given forward curve if any LIBORs are needed) and bucketing them, seeing cash flow shortfalls, etcThanks for the advice in advance.