Serving the Quantitative Finance Community

Search found 55 matches

by AvovA
March 3rd, 2016, 12:13 am
Forum: Careers Forum
Topic: Job search in NY and headhunters
Replies: 1
Views: 3296

Job search in NY and headhunters

I am currently working in Toronto, but I would like to expand my job search to NY. I know it sounds like an oxymoron, but can anybody recommend a good headhunter there? Thanks :)By the way, any tips on NY? I expect rent there will be crazy, unless you want to commute.
by AvovA
February 18th, 2016, 12:16 am
Forum: Careers Forum
Topic: Home Based Quant Job?- Does it exist?
Replies: 12
Views: 6981

Home Based Quant Job?- Does it exist?

Software companies often allow you to work from home, even if the home is in another province :)
by AvovA
February 8th, 2016, 2:25 pm
Forum: Programming and Software Forum
Topic: MicroSuck WinSuck.
Replies: 26
Views: 5902

MicroSuck WinSuck.

I feel bad for you. My employer lets me use Linux even though most of the company are on windoze/macs.This alone is probably worth a few k of compensation :)
by AvovA
December 14th, 2011, 12:50 pm
Forum: Trading Forum
Topic: A practical arbitrage question
Replies: 4
Views: 17370

A practical arbitrage question

QuoteOriginally posted by: AlanThe textbook answer would be doing a synthetic forward sale by selling a call and buying a put. Well, I can only buy american options, I think. what happens when they are exercised early?
by AvovA
December 14th, 2011, 1:24 am
Forum: Trading Forum
Topic: A practical arbitrage question
Replies: 4
Views: 17370

A practical arbitrage question

<t>My company lets us buy their stock on a predetermined day in the future with a 5% discount.We are forced to hold the stock for at 6 months before selling. Is there any (realistic!) way to profit from this opportunity?Shorting stock if I remember correctly is not free. There are no futures/forward...
by AvovA
August 6th, 2011, 6:54 pm
Forum: Student Forum
Topic: A portfolio with one dividend paying stock
Replies: 0
Views: 18173

A portfolio with one dividend paying stock

<t>Hi,Consider a usual GBM stock paying continuous dividends:One can look at a portfolio that starts with a single stock.Ultimately I want to show that the value of such a portfolio satisfies B-S equation with dividends:I tried two ways of handling the dividends:1) Reinvest them in the stock.Denote ...
by AvovA
June 12th, 2011, 1:39 pm
Forum: Brainteaser Forum
Topic: Hypothetic strange contracts
Replies: 33
Views: 45321

Hypothetic strange contracts

Imagine how traders would sweat when the underlying price moves a bit
by AvovA
June 12th, 2011, 10:33 am
Forum: Brainteaser Forum
Topic: Hypothetic strange contracts
Replies: 33
Views: 45321

Hypothetic strange contracts

I would like to see sin(K*S_t) contracts trade
by AvovA
June 8th, 2011, 9:46 pm
Forum: Student Forum
Topic: Which Discount Rate to Use
Replies: 9
Views: 20588

Which Discount Rate to Use

1, unless you are simulating in the T-forward measure, then you are permitted to use 2.
by AvovA
March 27th, 2011, 9:03 pm
Forum: General Forum
Topic: Zeros' Discount Factors + Discounting
Replies: 3
Views: 21611

Zeros' Discount Factors + Discounting

Quit finance before it is too late.
by AvovA
March 26th, 2011, 11:50 pm
Forum: Programming and Software Forum
Topic: Matlab Matrix Optimization
Replies: 2
Views: 24274

Matlab Matrix Optimization

If it were "for i = N: -1 : 1", thenV_chopped = V(:, 1 : N);sqrtV = sqrt(V(:, 1 : N));V(:, 2 : (N + 1)) = c1 * V_chopped + c2 * sqrtV;What is in your "for" line?
by AvovA
March 22nd, 2011, 10:11 pm
Forum: Technical Forum
Topic: Testing that f_t is in the sigma-algebra F_t
Replies: 0
Views: 20026

Testing that f_t is in the sigma-algebra F_t

We did some model using an non-standard in-house developed predictor-corrector scheme (Monte Carlo), and I am worried that it could break the property that the simulated process f_t is F_t-measurable. Is there any statistical test to check this or not?
by AvovA
February 18th, 2011, 10:02 pm
Forum: Technical Forum
Topic: [SOLVED] discounting in Multi-Currency risk-neutral models
Replies: 10
Views: 24383

[SOLVED] discounting in Multi-Currency risk-neutral models

<t>QuoteOriginally posted by: katastrofaIf you're simulating the foreign currency discount curve, you can discount from the payment to fixing date in the foreign currency and then convert to domestic using the (simulated) FX rate from the fixing date.Actually, this is correct irrespective of the mod...
by AvovA
February 15th, 2011, 11:11 pm
Forum: Technical Forum
Topic: [SOLVED] discounting in Multi-Currency risk-neutral models
Replies: 10
Views: 24383

[SOLVED] discounting in Multi-Currency risk-neutral models

<t>The payoff is of general nature, so you cannot just take it out. Besides,as I said, the simulation is done in the domestic measure, and the foreign currency stochastic discount factors are not risk-neutral.Anyways, I figured out a very nice solution. It only works though because in the model we u...
by AvovA
February 15th, 2011, 11:43 am
Forum: Technical Forum
Topic: [SOLVED] discounting in Multi-Currency risk-neutral models
Replies: 10
Views: 24383

[SOLVED] discounting in Multi-Currency risk-neutral models

<t>QuoteOriginally posted by: mjAt time $t$ we know the FX rate, so we can discount $C$ to time $t$ in the foreign currency, and then convert to domestic and them divide by the value of the numeraire at time t.Hi mj,1) what makes you think you are allowed to discount in the foreign currency from $r$...