[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.23,1.24
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-07-03 07:11:05
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1250 Modified Files: todo.csv Log Message: Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** todo.csv 29 Jun 2006 10:47:32 -0000 1.23 --- todo.csv 3 Jul 2006 07:11:00 -0000 1.24 *************** *** 1,14 **** "project","subproject","task","status","hours","priority","comp date","comment" ,,,,,,, ! "QLA","Enumerations","implement autogeneration of source code for ECs","in progress",2,,, ! "QLA","Enumerations","remove PricingEngine, StrikedTypePayoff from EC and implement as normal objects","in progress",4,,, ! "QLA","Enumerations","transfer Calendar, DayCounter, Currency from ET -> EC","in progress",2,,, ! "QLA","Enumerations","implement EuriborXX as EC","in progress",2,,, "QLA","Enumerations","port gensrc EnumerationMember functionality from ETs -> ECs","in progress",4,,, "QLA","Enumerations","extend support for mixing ECs/Objects e.g. Calendar/JointCalendar, Index/EuriborXX","in progress",2,,, ! "QLA","Enumerations","remove Create<> code from QLO ctors Create<> code to appear only in autogenerated Addin code","cancelled",0,,,"this is required when QLO classes wrap ECs" "QLA","Enumerations","ET ctors use explicit ctors instead of default i.e. use ""HongKong::HKEx"" not ""HongKong""","in progress",0,,, ! "QLA","Enumerations","QLO ctors which switch on ETs implement for YieldTermStructure, LinearInterpolation, PricingEngine(?)","in progress",4,,,"done for 2D interpolation" "QLA","Enumerations","port ET/EC registry from QuantLibXL to ObjectHandler","on hold","- -",,,"requires redesign to allow multiple XLLs to share global Registry" "QLA","Enumerations","rename Enumerations->Enumerated Types (ETs), Complex Types->Enumerated Classes (ECs)","done",0,,"29/06/2006", ,,,,,,, --- 1,15 ---- "project","subproject","task","status","hours","priority","comp date","comment" ,,,,,,, ! ,,,,,,, "QLA","Enumerations","port gensrc EnumerationMember functionality from ETs -> ECs","in progress",4,,, + "QLA","Enumerations","transfer Calendar, DayCounter, Currency from ET -> EC","in progress",2,,, "QLA","Enumerations","extend support for mixing ECs/Objects e.g. Calendar/JointCalendar, Index/EuriborXX","in progress",2,,, ! "QLA","Enumerations","implement EuriborXX as EC","in progress",2,,, "QLA","Enumerations","ET ctors use explicit ctors instead of default i.e. use ""HongKong::HKEx"" not ""HongKong""","in progress",0,,, ! "QLA","Enumerations","QLO ctors which switch on ETs implement for YieldTermStructure, Extrapolator, PricingEngine(?)","in progress",4,,,"done for Extrapolator, PricingEngine" "QLA","Enumerations","port ET/EC registry from QuantLibXL to ObjectHandler","on hold","- -",,,"requires redesign to allow multiple XLLs to share global Registry" + "QLA","Enumerations","remove Create<> code from QLO ctors Create<> code to appear only in autogenerated Addin code","cancelled",0,,,"this is required when QLO classes wrap ECs" + "QLA","Enumerations","implement autogeneration of source code for ECs","done",2,,02/07/2006, + "QLA","Enumerations","remove PricingEngine, StrikedTypePayoff from EC and implement as normal objects","done",4,,"30/06/2006", "QLA","Enumerations","rename Enumerations->Enumerated Types (ETs), Complex Types->Enumerated Classes (ECs)","done",0,,"29/06/2006", ,,,,,,, *************** *** 33,37 **** ,,"raise exception if trigger parameter has value of #ERR!/#NULL!",,,,, ,,"calculate memory usage of repository",,,,, ! ,,"count the number of functions available in the addin",,,,, ,,"when input vector passed to loop function convert inputs on each loop iteration and catch exceptions one-by-one",,,,, ,,"Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.",,,,, --- 34,38 ---- ,,"raise exception if trigger parameter has value of #ERR!/#NULL!",,,,, ,,"calculate memory usage of repository",,,,, ! ,,"count the number of functions available in the addin",,,,,"can you get this from the help file?" ,,"when input vector passed to loop function convert inputs on each loop iteration and catch exceptions one-by-one",,,,, ,,"Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.",,,,, |