Serving the Quantitative Finance Community

Search found 143 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 10
by Moriaben
April 27th, 2012, 8:55 am
Forum: General Forum
Topic: Correlation study
Replies: 1
Views: 13267

Correlation study

<t>Hi everyone,I am trying to do a correlation study (in terms of futures and implied vol) between two assets: one in USD (on the CME) and one in EUR (on the LIFFE)I think it would be highly interesting to take out the FX impact in the difference between the two implied vol but I have no idea how to...
by Moriaben
December 21st, 2011, 11:30 am
Forum: Student Forum
Topic: Conversion Factor Cross Currency Swap
Replies: 1
Views: 17495

Conversion Factor Cross Currency Swap

<t>Hello,In Bloomberg I can find cross currency basis swap (ex: SKEBS5 Curncy that is 3m EUR floating to 3m to SEK floating). If the EUR level is flat, it works fine (ie: 3m Euribor = 3m Stibor + basis). But if the EUR level is not flat (ie 3m Euribor + 500bps), then the SEK equivalent is not 3m Sti...
by Moriaben
April 4th, 2011, 7:24 am
Forum: General Forum
Topic: How to calibrate the Nikkei Implied Vol Surface?
Replies: 0
Views: 19987

How to calibrate the Nikkei Implied Vol Surface?

<t>Hello everyone,My question is very simple: how do you calibrate, in practice, the implied vol surface of NKY Index ?I only have Bloomberg (not Reuters or OTC information), and the options datas I retrieve from Bloomberg (10mn before the fixing this morning) are quite ridiculous!example:12/2011 - ...
by Moriaben
March 11th, 2011, 4:05 pm
Forum: General Forum
Topic: Housing bubble in Paris
Replies: 7
Views: 23499

Housing bubble in Paris

1: paris area is very limited2: there is almost no new construction in paris "intr-muros"3: the population is growing4: paris is paris; ie: a city where all the richest guys around the world want a beautiful appartment with a lovely sightdo you still think its a bubble ?
by Moriaben
March 3rd, 2011, 12:56 pm
Forum: Technical Forum
Topic: Smile Delta Adjustment
Replies: 4
Views: 24920

Smile Delta Adjustment

QuoteOriginally posted by: daveangelQuote and will therefore put delta + call delta not equal to one call delta + put delta is never equal to 1. call delta - put delta = 1only if no dividend/repo/borrowing cost
by Moriaben
March 2nd, 2011, 7:38 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

<r>QuoteOriginally posted by: CuchulainnQuoteOriginally posted by: MoriabenCuchulainn: single-thread, i never learnt how to code in multi-threading (if you have a paper "multithreading for dummies", i'm interested)kimosabe: i agree with you. however, for the final user (my boss lol), its easier to c...
by Moriaben
March 1st, 2011, 4:07 pm
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

Cuchulainn: single-thread, i never learnt how to code in multi-threading (if you have a paper "multithreading for dummies", i'm interested)kimosabe: i agree with you. however, for the final user (my boss lol), its easier to code a payoff in vba than coding it in c++ and then recompile the dll
by Moriaben
March 1st, 2011, 2:51 pm
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

i'm storing all the datas in C++ (in a vector<vector<..double>>>), then copy everything to VBA using a one-dimension array, erase the vector<vector<...>>>, close the dll, and the calculate the 200k payoffs
by Moriaben
March 1st, 2011, 11:49 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

<t>QuoteOriginally posted by: CuchulainnQuotecan I call excel/vba functions (moreover, a user defined function in vba) from unmanaged C++ with ATL ?AFAIK, No. Why would you want to do that? Or data transfer??The other way (VBA for UI) and C++ for computing is a starter for a simple reason: i'm curre...
by Moriaben
March 1st, 2011, 10:28 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

<t>QuoteOriginally posted by: CuchulainnQuoteIt's too bad that there is no easy way to interop between unmanaged C++ and ExcelYes there is It's called ATL projects. No problems. It is very easy these days. Under VS.BTW Excel has no native .NET, only COM or C API.And there's XLL projects.ATL allows b...
by Moriaben
March 1st, 2011, 10:06 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

<t>QuoteOriginally posted by: HansiQuoteOriginally posted by: Moriabenany advantage for using C# over VB.net ?Syntax causes less headaches?QuoteOriginally posted by: Moriabenother question:in visual studio 2008, do you know the difference between a "Visual C# / Windows / Class Library" project and a...
by Moriaben
March 1st, 2011, 8:17 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

<t>i"ll have a look, thx for the link!any advantage for using C# over VB.net ?other question:in visual studio 2008, do you know the difference between a "Visual C# / Windows / Class Library" project and a "Visual C# / Office / 2003 / Excel 2003 Add-in" ? Except the references that are already includ...
by Moriaben
March 1st, 2011, 7:45 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

<t>VB.net seems to be pretty easy to use as well (I know vba, but never tried C#)So let's try another thing:How can I "integrate" an unmanaged c++ dll in a managed vb.net dll project ? Is it possible to include the first dll in the second one? ie: the final user only sees 1 dll file in his directory...
by Moriaben
February 28th, 2011, 3:00 pm
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

Tableau->Value::get(System:bject^) is available, but the argument doesnt look like a row/col index
by Moriaben
February 28th, 2011, 9:20 am
Forum: Programming and Software Forum
Topic: managed C++ dll and Excel Range
Replies: 26
Views: 27991

managed C++ dll and Excel Range

indeed, when i'm in the debug mode, in the local variables, i can see that the datas are stored in Values2.. but i cant manage to access themi've tried everything:Tableau->Values2(0,0)Tableau->Values2[0,0]Tableau(0,0)->Values2Tableau[0,0]->Values2nothing works..
  • 1
  • 2
  • 3
  • 4
  • 5
  • 10