<t>This is the interface of what I do and seems to work fine for me..../*****************************************************************************/ dblVector GetAlphaRhoVolvol(const dblVector& strikeVector, const dblVector& mktVolVector,const double& F, const double& atmvol, const...
<t>HiI am in the process of automating my simulations in Murex. Currently I record macros which generate the xml files which i trigger at a certain time everyday. If i need to make any changes in the nature of simulation (for example change the bump size of curve from +10 bps to -10bps), I modify th...
Posted the incorrect code for the question. Same question but code as below..."const std::vector<dat2008:ate>& Holidays" gives a compilation error while "std::vector<dat2008:ate>&Holidays" does not...
<t>HiI have the following code which does nt compile and has error message Error 1 error C2440: 'initializing' : cannot convert from 'std::_Vector_const_iterator<_Ty,_Alloc>' to 'std::_Vector_iterator<_Ty,_Alloc>'However if I make the "const std::vector<dat2008:ate>& Holidays" to just by value i...
<t>QuoteOriginally posted by: akash88Hi,I am trying to calculate deltas in excel for a swap pricer which requires bumping up individual rates of various instruments and maturities which were used to build the yield curve by a basis point and see what affect this has on the price of the swap. Thanks,...
<t>QuoteOriginally posted by: akash88Hi,I am trying to calculate deltas in excel for a swap pricer which requires bumping up individual rates of various instruments and maturities which were used to build the yield curve by a basis point and see what affect this has on the price of the swap. This ha...
QuoteOriginally posted by: CuchulainnIf I can butt in, but do you really want a function with 10 parameters, even if you could do it? I realise I actually don't. . Good reality check. Thanks Cuch!