Serving the Quantitative Finance Community

Search found 25 matches

  • 1
  • 2
by Tene
December 10th, 2015, 7:50 pm
Forum: Numerical Methods Forum
Topic: Willow Tree Model for fast pricing of American equity options
Replies: 18
Views: 6339

Willow Tree Model for fast pricing of American equity options

<r>Matlab implementations for several methods for pricing options (also American) are compared in the recent paperL. von Sydow, L.J. Höök, E. Larsson, E. Lindström, S. Milovanovic, J. Persson, V. Shcherbakov, Y. Shpolyanskiy,S. Siren, J. Toivanen, J. Walden, M. Wiktorsson, J. Levesley, J. Li, C.W. O...
by Tene
May 24th, 2013, 7:35 pm
Forum: Numerical Methods Forum
Topic: Some basic quastions abot numerical methods
Replies: 34
Views: 12262

Some basic quastions abot numerical methods

<t>QuoteOriginally posted by: fantinityHmmm, do you know, where I can find the proof that LCP for Am option, such as Au >= b, x >= g, (x-g)' (Ax - b) = 0 is indeed equivalent to max{A^{-1}b, g} ?For some reason I have second thought about it. Here on p. 72 the equivalence is shown, but step 2 is unc...
by Tene
May 21st, 2013, 3:49 am
Forum: Numerical Methods Forum
Topic: Help with Heston Finite Difference
Replies: 10
Views: 10042

Help with Heston Finite Difference

<r>The link <URL url="http://eprints.maths.ox.ac.uk/718/1/Sensen_Lin_thesis.pdf"><LINK_TEXT text="http://eprints.maths.ox.ac.uk/718/1/Sen ... thesis.pdf">http://eprints.maths.ox.ac.uk/718/1/Sensen_Lin_thesis.pdf</LINK_TEXT></URL> seems to work.Monraf,Have you tried to the explicit finite difference ...
by Tene
May 20th, 2013, 6:31 pm
Forum: Numerical Methods Forum
Topic: Help with Heston Finite Difference
Replies: 10
Views: 10042

Help with Heston Finite Difference

<t>Without knowing which ADI you refer to, it is difficult to say much. A more precise reference would be helpful.I am not sure how to understand your parameters. Is S = Smax? If so then it migth be a bit small with your S = 2K.To what rho, kappa, eta, sigma, and theta refer to? The notations for th...
by Tene
May 14th, 2012, 4:37 pm
Forum: Numerical Methods Forum
Topic: What is the operator splitting technique?
Replies: 36
Views: 84520

What is the operator splitting technique?

<t>Yes the method should work also for problems with a mixed derivative.Although computationally two-way splitting would not be convenientin this case.With a mixed derivative, I would do three-way splitting A = A1 + A2 + A3,where A1 would be the x-direction, A2 would be the y-direction, and A3would ...
by Tene
May 12th, 2012, 6:33 pm
Forum: Numerical Methods Forum
Topic: What is the operator splitting technique?
Replies: 36
Views: 84520

What is the operator splitting technique?

The attached write up gives one way to show that Strang symmetrized operatorsplitting method is second-order accurate also for non constant coefficient casewithout assuming commuting operators.
by Tene
April 30th, 2012, 6:45 pm
Forum: Numerical Methods Forum
Topic: Fully Implicit Methods' stability
Replies: 10
Views: 15609

Fully Implicit Methods' stability

<t>Also space discretization can cause the discretization to be unstable.A sufficient condition for the stability is that the matrix resulting from the discretization has M-matrix property.A matrix has M-matrix property if1) it has positive diagonal,2) it is diagonally dominant (on each row, the dia...
by Tene
February 27th, 2012, 6:59 pm
Forum: Numerical Methods Forum
Topic: What is the operator splitting technique?
Replies: 36
Views: 84520

What is the operator splitting technique?

<t>The following gives a sketch how one could try to showthe accuracy of an operator splitting method for variablecoefficient cases.Let A = A1 + A2 be an operator splitting in the matrix level.For example, A1 and A2 can correspond to a(x,y) u_xx andb(x,y) u_yy, respectively.Let an exact time step of...
by Tene
February 22nd, 2012, 6:33 pm
Forum: Numerical Methods Forum
Topic: Finite Difference American Put Discrete Dividend
Replies: 7
Views: 18989

Finite Difference American Put Discrete Dividend

What would be a good model for stochastic variable dividend?Any good references on this topic?
by Tene
October 12th, 2011, 4:21 pm
Forum: Student Forum
Topic: American Option Pricing finite differences
Replies: 3
Views: 17991

American Option Pricing finite differences

<t>Taking the maximum of the solved value and exercise value at each time step does give an approximation.It should converge to the right value when the space-time discretization is refined.The projected SOR iteration and many other methods give a more accurate approximation that the aboveprojection...
by Tene
March 11th, 2011, 12:04 am
Forum: Technical Forum
Topic: transforming linear PDE with free boundary
Replies: 38
Views: 25527

transforming linear PDE with free boundary

If I understand correctly then, for example, the front-fixing transformation in the paperis such a transformation. It is probably challenging to solve the resulting nonlinear system analytically.
by Tene
September 3rd, 2010, 11:16 pm
Forum: Numerical Methods Forum
Topic: ADE vs ADI
Replies: 74
Views: 101804

ADE vs ADI

Is this an issue with ADE/ADI method or the underlyingfinite difference discretization?That is, does the same error appear if the modelproblem is solved with the corresponding fullyimplicit finite difference method?
by Tene
September 3rd, 2010, 10:28 pm
Forum: Numerical Methods Forum
Topic: The smooth-pasting condition in multi-asset American options
Replies: 10
Views: 28478

The smooth-pasting condition in multi-asset American options

<t>The smooth pasting condition is not needed witha linear complementarity problem formulation.(With infinite activity jump models the smoothpasting condition does not even hold.)I cannot recommend directly any paper or bookon the relation of smooth pasting condition andlinear complementarity proble...
by Tene
September 24th, 2009, 9:25 pm
Forum: Numerical Methods Forum
Topic: Taylor series
Replies: 11
Views: 37293

Taylor series

One way is to first approximatef_X ~= (f(X+dX,Y) - f(X-dX,Y))/(2 dX)and thenf_XY = (f_X)_Y ~= [f_X(X,Y+dY) - f_X(X,Y-dY)]/(2 dY)~= [(f(X+dX,Y+dY) - f(X-dX,Y+dY))/(2 dX) - (f(X+dX,Y-dY) - f(X-dX,Y-dY))/(2 dX)]/(2 dY)= [f(X+dX,Y+dY) - f(X-dX,Y+dY) - f(X+dX,Y-dY) + f(X-dX,Y-dY)]/(4 dX dY).
by Tene
September 7th, 2009, 10:07 pm
Forum: Numerical Methods Forum
Topic: Best Numerical Method for American Put
Replies: 71
Views: 86623

Best Numerical Method for American Put

<t>QuoteOriginally posted by: Cuchulainn Tene,What is the rationale for the relationship between NS and NT (5:1 approx).Smax = 4 * K. edit: had a look at the Bren/Sch algo. Basically, one uses CN(for example) and modified LU to take early exercise constraint. This is almost the same as my scheme exc...
  • 1
  • 2