Serving the Quantitative Finance Community

Search found 17 matches

  • 1
  • 2
by tarunmakhija
April 8th, 2007, 6:36 pm
Forum: Technical Forum
Topic: semi-analytic CDO with student-t copula
Replies: 21
Views: 172665

semi-analytic CDO with student-t copula

<t>Hi meteor,Thanks a lot! I got the point!From the implementation perspective, will it be enough to generate an empirical distribution just once and "hard-code" it in the software?Secondly, once I have the empirical CDF, to get the inverseCDF do I have to use some kind of an approximation there?Thi...
by tarunmakhija
April 7th, 2007, 6:33 pm
Forum: Technical Forum
Topic: semi-analytic CDO with student-t copula
Replies: 21
Views: 172665

semi-analytic CDO with student-t copula

just to make a clarification (possibly trivial) .. I am trying to implement the "double t copula" and not the "student t copula".
by tarunmakhija
April 7th, 2007, 6:30 pm
Forum: Technical Forum
Topic: semi-analytic CDO with student-t copula
Replies: 21
Views: 172665

semi-analytic CDO with student-t copula

Hi Meteor,What exactly are S_1 and S_2 ?I mean, I am not able to understand why we are talking of adding two student t random variables here?Tarun
by tarunmakhija
April 6th, 2007, 10:37 pm
Forum: Technical Forum
Topic: semi-analytic CDO with student-t copula
Replies: 21
Views: 172665

semi-analytic CDO with student-t copula

<t>Thanks for the reply meteor.I went through 2 papers and both mentioned that the distribution function for the idiosyncratic factor needs to be "computed numerically"pardon my ignorance, but I am not sure how to go about doing this. I read that I can use Newton Raphson for the same. However, I do ...
by tarunmakhija
April 1st, 2007, 5:32 pm
Forum: Technical Forum
Topic: semi-analytic CDO with student-t copula
Replies: 21
Views: 172665

semi-analytic CDO with student-t copula

<t>Hi,For the 'double t-copula' I am interested to know if you guys found out about the unspecified distribution for the unconditional default probability at time 't' ?I assumed Gaussian, but the results did not match with HW results... please let me know... any hints would be appreciated ... Thanks...
by tarunmakhija
March 21st, 2007, 11:48 pm
Forum: Student Forum
Topic: CDO's - handling different notional size for assets in a basket
Replies: 4
Views: 76402

CDO's - handling different notional size for assets in a basket

Hi Meteor, Is this documented somewhere? Please let me know.Thanks,Tarun
by tarunmakhija
March 21st, 2007, 3:07 pm
Forum: Student Forum
Topic: CDO's - handling different notional size for assets in a basket
Replies: 4
Views: 76402

CDO's - handling different notional size for assets in a basket

<t>Hi,I have implemented Hull and Whites Probability bucketing approach for pricing the tranches (in Appendix B of their paper: Valuation of a CDO and nth to default CDS without Monte-Carlo Simulation)I however used the same Same notional size for all the 125 assets in the basket (I implemented it f...
by tarunmakhija
March 14th, 2007, 7:59 pm
Forum: Student Forum
Topic: Normal Model for Swaption Pricing
Replies: 6
Views: 82291

Normal Model for Swaption Pricing

Thanks a lot gc! that was really stupid of me.I will start using Option Explicit (This is my first time with VBA.. I am a Java programmer)Best,Tarun
by tarunmakhija
March 14th, 2007, 4:22 am
Forum: Student Forum
Topic: Normal Model for Swaption Pricing
Replies: 6
Views: 82291

Normal Model for Swaption Pricing

Hi Sanjay,I am using my lecture notes. Please see page 8 of the attached for the Normal model.Any hints would be appreciated!Thanks,Tarun
by tarunmakhija
March 13th, 2007, 7:09 pm
Forum: Student Forum
Topic: Normal Model for Swaption Pricing
Replies: 6
Views: 82291

Normal Model for Swaption Pricing

<t>Hi,I am implementing a simple Normal Model for Swaption Pricing.I first try to price European Puts and European Calls as follows:BNCalls = normvol * sqrt(T) * (d1 * N(d1) + N'(d1))BNPuts = normvol * sqrt(T) * (d2 * N(d2) + N'(d2))where:d1 = +(F - K) / (normvol * sqrt(T))d2 = - (F - K) / (normvol ...
by tarunmakhija
February 5th, 2007, 1:53 pm
Forum: Numerical Methods Forum
Topic: impact of chosen numerical intergration technique for CDO pricing
Replies: 3
Views: 80587

impact of chosen numerical intergration technique for CDO pricing

<t>Thank you.Well, the difference for the equity tranche is about 200bps no matter what correlation I use (thats what worries me.). It is relatively very stable for the Mezzanine tranches as you would see from the results below for different correlations. I will try the 48 node integration and vary ...
by tarunmakhija
February 5th, 2007, 1:17 am
Forum: Numerical Methods Forum
Topic: impact of chosen numerical intergration technique for CDO pricing
Replies: 3
Views: 80587

impact of chosen numerical intergration technique for CDO pricing

<t>Hello,I have implemented the Hull and White model [Valuation of a CDO and an nth to Default CDS Without Monte Carlo Simulation]...I used a 30 point Gaussian Quadrature for numerical integration. As you would see from the results below, except for the equity tranche, the results for other tranches...
by tarunmakhija
February 5th, 2007, 12:42 am
Forum: Student Forum
Topic: Impact of chosen numerical integration method on results
Replies: 0
Views: 79540

Impact of chosen numerical integration method on results

<t>Hello,I have implemented the Hull and White model [Valuation of a CDO and an nth to Default CDS Without Monte Carlo Simulation]...I have used a 30 point Gaussian Quadrature for numerical integration. As you would see from the results below, except for the equity tranche, the results for other tra...
by tarunmakhija
December 31st, 2006, 6:26 am
Forum: Technical Forum
Topic: Hull & White CDO model implementation
Replies: 53
Views: 188494

Hull & White CDO model implementation

Hi,Would be great if someone who has finished the model can email it to me at: tarun.makhija@gmail.com ..Thanks,Tarun
  • 1
  • 2