Filter RSS
Oliver J. 西園寺's History

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