Serving the Quantitative Finance Community

Search found 17 matches

  • 1
  • 2
by ffyring
February 10th, 2007, 12:48 pm
Forum: General Forum
Topic: Simple Problem
Replies: 1
Views: 79581

Simple Problem

Toranaga, Please try a bit to answer the problems yourself. I'll help you reason when you get stucked.
by ffyring
December 22nd, 2006, 2:00 pm
Forum: Programming and Software Forum
Topic: Murex
Replies: 2
Views: 84807

Murex

<r>Hi,I work in Front Office in a structured desk. I develop payoffs and generally try to make Murex value our options in a correct way.Are there other Murex users out there? I need some help/discussion with a lot of issues, right now my most pressing is options on commodity futrures.There is some a...
by ffyring
October 26th, 2006, 6:33 am
Forum: Technical Forum
Topic: looking for paper " I will survive"
Replies: 33
Views: 151120

looking for paper " I will survive"

I want it too...email: ffyring@kth.se
by ffyring
October 26th, 2006, 6:31 am
Forum: General Forum
Topic: Fund tracking
Replies: 3
Views: 89642

Fund tracking

<t>I want to create the minimum variance* tracking portfolio given that I can use N assets.I don't think the efficient frontier ansatz is the way to go. *minimum variance in the sense that if S is a time-series (an M x L matris, where the M rows are daily performances and the L columns are the asset...
by ffyring
October 25th, 2006, 2:21 pm
Forum: General Forum
Topic: Open Letter to the Home Secretary
Replies: 12
Views: 90408

Open Letter to the Home Secretary

<t>I am not native English either, but I must say that this whining and pressing of rights get on my nerves. If you choose (well, the children hasn't actually choosed...) to live in a country you must face how that is without complaining, and try to earn respect from the original inhabitants so they...
by ffyring
October 25th, 2006, 12:40 pm
Forum: General Forum
Topic: Fund tracking
Replies: 3
Views: 89642

Fund tracking

<t>This should not be that hard, but I can't find any good references.Suppose that I have a lot of data for a fund or an index. In the case of the fund I know the universe of the assets it contains, but not the actual weights for the assets in their portfolio. For an index I know both asset universe...
by ffyring
October 19th, 2005, 7:18 am
Forum: General Forum
Topic: Guaranteed Equity Bonds - ?
Replies: 8
Views: 133156

Guaranteed Equity Bonds - ?

<t>1. Buy a zero-coupon that matures in five years. With 4.3% in interest that costs approx. 82£. This will be our money-back guarantee.2. You now have 18£ that you use to buy ATM call options. If you scale FTSE to 100 and ATM volatility is 12.2% and div. yield is 3% that option cost 12£ for one uni...
by ffyring
February 17th, 2005, 6:42 am
Forum: General Forum
Topic: Option Value
Replies: 12
Views: 161085

Option Value

terrorbyte and outrun - Thanks for your help and insights. It really helped me a lot.
by ffyring
February 16th, 2005, 12:10 pm
Forum: General Forum
Topic: Option Value
Replies: 12
Views: 161085

Option Value

<t>Say that you have a physical asset like a powerplant. You want to maximise the value of the plant and therefore try to look at it like an option.For e.g next month you can sell power if the mkt price is more than your production cost. You can therefore view the problem as if you have a call optio...
by ffyring
February 23rd, 2004, 1:09 pm
Forum: Trading Forum
Topic: Automated Trading directly from Matlab
Replies: 17
Views: 213256

Automated Trading directly from Matlab

Hello Tim,I am very interested! I use both Interactive Brokers and Matlab, though I do not "connect them" in any way. If you are willing to share your code I would be happy.//Fredrik
by ffyring
January 22nd, 2004, 12:33 pm
Forum: Technical Forum
Topic: Real Time Plot in Matlab
Replies: 9
Views: 190399

Real Time Plot in Matlab

<t>An idea is something like the following. The code plots the spread between to values.SZ = 1000;z = cumsum(randn(SZ,2)*chol([1 0.7;0.7 1]));t = 300;subplot(2,1,1)plot(1:t,z(1:t,1),1:t,z(1:t,2));subplot(2,1,2);hold onplot(z(1:t,1),z(1:t,2))point = plot(z(t,1),z(t,2));while(1) if t> SZ, break, end t...
by ffyring
January 9th, 2004, 11:37 am
Forum: General Forum
Topic: swing options - any true values?
Replies: 12
Views: 190580

swing options - any true values?

I am also interested in this subject. Are you looking at swing options for specific products? I know that swing options are used in the Nordic electricity market and have been for many years./Fredrik
by ffyring
January 8th, 2004, 2:48 pm
Forum: General Forum
Topic: Quant Dream Hardware
Replies: 15
Views: 191935

Quant Dream Hardware

<t>QuoteOriginally posted by: exotiqQuoteOriginally posted by: ffyringFor most quants I guess that dual processor computers cost more than it tastes. The software used seldom uses both processors. Fast disks and lots of RAM is better spent money./FredrikI don't know what you mean by "most", but the ...
by ffyring
January 8th, 2004, 9:40 am
Forum: General Forum
Topic: Quant Dream Hardware
Replies: 15
Views: 191935

Quant Dream Hardware

<t>QuoteOriginally posted by: NDual Opteron 248s with phase change cooling, 3.7 GHz clock, 64 bit Linux, Symmetrix Disk Array (EMC)BTW, Sun is now using AMD CPUs.This is a dream right now. I think that the fastest Opteron 248 is clocked at Opteron 248 is 2.0GHz. Still, it's hard to beat by any compu...
by ffyring
August 7th, 2003, 6:17 am
Forum: Student Forum
Topic: Monte Carlo simulation in Option Valuation
Replies: 17
Views: 192534

Monte Carlo simulation in Option Valuation

<t>Perhaps you know the fact that the value of a option is v_t = exp(-r(T-t))*E[f(S_T) | S_t] where E denotes the expectation, f(x) = max(x,0) for a european call and S_t is the security. Arbitrage theory says that the expectation is under the "risk-neutral" meausure Q, where the dynamics for S_t is...
  • 1
  • 2