Serving the Quantitative Finance Community

Search found 48 matches

by thepay
August 6th, 2007, 1:53 pm
Forum: Student Forum
Topic: American options with discrete fixed dividends
Replies: 11
Views: 164485

American options with discrete fixed dividends

Hi, I am trying to use binomial tree to price options (European & American) with discrete dividends. Because the unit for time is year, will the price/greeks be correct around the ex-date? Or I have to do the time-step as day?
by thepay
June 28th, 2007, 12:48 am
Forum: Programming and Software Forum
Topic: Daily Time Decay
Replies: 3
Views: 70847

Daily Time Decay

Thanks! I would think 2) is the correct definition.. but for a trading software, 1) is more useful... but how would you call this? Still theta? or time decay?
by thepay
June 26th, 2007, 3:04 am
Forum: Programming and Software Forum
Topic: Daily Time Decay
Replies: 3
Views: 70847

Daily Time Decay

<t>For the financial software you are using, is the theta equal to1) P(t+1) - P(t), everything else remains unchanged OR2) dP/dtFor me, it seems 1) is more helpful but 2) seems to be more correctAnd if you are using the system, do you prefer 1) or 2)?And a really really dumb question.. for a simple ...
by thepay
September 14th, 2004, 1:56 pm
Forum: Technical Forum
Topic: Tradesports and Binary Options
Replies: 1
Views: 175367

Tradesports and Binary Options

I saw in Tradesports, under presidential elections, there are contracts "BUSH.ELECTORAL+300", etc and contract "BUSH.ELECTORALVOTES". Think can trade it like binary options and "BUSH.ELECTORALVOTES" as the underlying?
by thepay
October 29th, 2002, 3:26 pm
Forum: Technical Forum
Topic: CDS
Replies: 2
Views: 190158

CDS

What will happen to a CDS buyer when the bond defaults? I kinda heard of 2 versions: 1) receive PAR and put the bond to the CDS seller 2) receive a pari passu bond and put the defaulted bond to the CDS seller. WHich one is correct? Or both?
by thepay
October 29th, 2002, 3:14 pm
Forum: Technical Forum
Topic: AMM
Replies: 2
Views: 189617

AMM

What does this stand for? Is this a day counting convention? I saw it on someone's terms of a swap. Thanks.
by thepay
October 28th, 2002, 4:11 am
Forum: General Forum
Topic: pricing quiz
Replies: 16
Views: 191717

pricing quiz

should we also incorporate the credit risk? i.e. when the stock price fall below a certain level, the firm will go bankrupt. In that case, it will not reach 100 with probability 1. Does that make sense?
by thepay
October 21st, 2002, 4:29 pm
Forum: Technical Forum
Topic: Rehedging
Replies: 7
Views: 190477

Rehedging

Isn't that I would try to sell at the highest and then buy at the lowest, if I could predict correctly, but not trying to rehedge every second, even in absence of transaction cost?
by thepay
October 21st, 2002, 4:19 pm
Forum: Technical Forum
Topic: Rehedging
Replies: 7
Views: 190477

Rehedging

Is there any model to decide an optimum price to do the rehedging when you are gamma trading? for example, something like getting the daily swings of past 30 days, using GARCH, etc...
by thepay
October 19th, 2002, 4:22 am
Forum: Technical Forum
Topic: Asset Swaps and ASCOTs
Replies: 1
Views: 190514

Asset Swaps and ASCOTs

<t>What are the differences between CB Asset swaps and ASCOTS, apart from convenience (due to the lack of intermediate cashflows for ASCOTs)? I mean how does an ASCOT differ from an asset swap in valuation and risk management perspective? When is the probable situation to use ASCOT and when to use a...
by thepay
October 8th, 2002, 3:01 pm
Forum: General Forum
Topic: Before Black&Scholes
Replies: 20
Views: 192656

Before Black&Scholes

<t>How did people price options before B&S published their nobel-winning paper in the 70s? As B&S seems to be a convention for pricing options everywhere now(at least for vanilla), it is difficult to imagine how the academic and industry is like before B&S. How did the B&S affect the...
by thepay
September 26th, 2002, 1:22 pm
Forum: Careers Forum
Topic: High Frequency Futures Trader
Replies: 3
Views: 190090

High Frequency Futures Trader

I saw this on the Jobs Board. What is high frequency trading?
by thepay
September 23rd, 2002, 4:16 am
Forum: Programming and Software Forum
Topic: VBA Questions
Replies: 4
Views: 190103

VBA Questions

<t>Anyway, I have asked the workbook_open subroutine to call the other subroutine and it works. so i won't bother with this anymore. thanks for help.However, I could resize the menubar even if i set its width and height in the codes. how could i achieve this? I didn't set protection for the menu bar...
by thepay
September 23rd, 2002, 1:23 am
Forum: Programming and Software Forum
Topic: VBA Questions
Replies: 4
Views: 190103

VBA Questions

It is:Set cbar1 = CommandBars.Add(Name:="Custom1", Position:=msoBarFloating)cbar1.Visible = Trueand the error message is Object variable or With block variable not set
by thepay
September 20th, 2002, 5:10 pm
Forum: Programming and Software Forum
Topic: VBA Questions
Replies: 4
Views: 190103

VBA Questions

<t>Hi, is it possible for me to create a menu bar and put it in a position I like? I know I could put it in some pre-defined position(top,right, etc) but is it possible to put it in some arbitrary position instead of those?Also, I tried to create a menu bar in a macro and it worked successfully but ...