Filter RSS
项目历史

2011-05-22
23:55
Test Driven in Financial Modeling
[SVN] Commit revision 158
Delete unnecessary Trade class for now
2011-05-14
22:08
Test Driven in Financial Modeling
[SVN] Commit revision 157
Add BusinessDayConvention classes and their utility class, BDC.
19:43
Test Driven in Financial Modeling
[SVN] Commit revision 156
Add previousBusinessDay() method to HolidayCalendar
01:11
Test Driven in Financial Modeling
[SVN] Commit revision 155
Add nextBusinessDay() method to HolidayCalendar
2011-05-08
11:05
Test Driven in Financial Modeling
[SVN] Commit revision 154
Initial commit of HolidayCalendar. It only has default calendar for now. (i.e.) no holiday
02:11
Test Driven in Financial Modeling
[SVN] Commit revision 153
Small refactoring of Cashflow and CashflowSet
01:48
Test Driven in Financial Modeling
[SVN] Commit revision 152
Add more descriptive comments to Contract
01:40
Test Driven in Financial Modeling
[SVN] Commit revision 151
Comment for ContractScale's nextSpunOffPositions(), and add some more test cases to ContractScale...
01:27
Test Driven in Financial Modeling
[SVN] Commit revision 150
Fix a typo of ContractGetTest
01:18
Test Driven in Financial Modeling
01:15
Test Driven in Financial Modeling
[SVN] Commit revision 148
Add a new method, rawScaleFactor() to ContractScale
00:24
Test Driven in Financial Modeling
[SVN] Commit revision 147
Retire replacement() method on Contract
00:07
Test Driven in Financial Modeling
[SVN] Commit revision 146
Change the implementation of isFungible() for ContractGet and ContractScale
2011-05-07
23:50
Test Driven in Financial Modeling
[SVN] Commit revision 145
ContractAdd, ContactGet and ContractScale to be immutable -> private members are final
23:48
Test Driven in Financial Modeling
[SVN] Commit revision 144
Cash to be immutable -> self is final
23:47
Test Driven in Financial Modeling
[SVN] Commit revision 143
CashflowSet to be immutable -> self to be final
23:45
Test Driven in Financial Modeling
[SVN] Commit revision 142
Cashflow to be a scale of CashflowUnit
23:29
Test Driven in Financial Modeling
22:25
Test Driven in Financial Modeling
[SVN] Commit revision 140
Add an expiration test case for CashflowSetTest.nextContractTest(), and an annual coupon case for...
22:21
Test Driven in Financial Modeling
[SVN] Commit revision 139
Clean up ContractAddTest