Serving the Quantitative Finance Community

Search found 17 matches

  • 1
  • 2
by MMP
February 17th, 2009, 2:51 am
Forum: General Forum
Topic: Is there some decent way to find investors?
Replies: 29
Views: 46616

Is there some decent way to find investors?

Did you come across this guaranteed 2000% strategy all on your own, or did Bernie Madoff give you a hand?
by MMP
June 20th, 2007, 4:14 am
Forum: Programming and Software Forum
Topic: Frustrated VBA Error
Replies: 15
Views: 74681

Frustrated VBA Error

<r>IF DCFC's suggestions have not resolved your issue, try running Rob Bovey's Code Cleaner on your file. It may help, as Excel's garbage cleanup is not ideal. <URL url="http://www.appspro.com/Utilities/CodeCleaner.htmI">http://www.appspro.com/Utilities/CodeCleaner.htmI</URL> seem to remember runnin...
by MMP
June 8th, 2007, 3:50 am
Forum: Programming and Software Forum
Topic: Accuracy: Calc vs. Excel
Replies: 4
Views: 72971

Accuracy: Calc vs. Excel

<r>QuoteOriginally posted by: kaikowIt seems that there were accuracy issues in version 1.1 of Calc.Any info on whether things have improved in more recent versions of Calc?How does Calc compare with Excel in numerical accuracy?I don't remember what versions I was using when I looked at some of the ...
by MMP
May 17th, 2007, 10:53 am
Forum: Student Forum
Topic: Problem in Excel
Replies: 4
Views: 72472

Problem in Excel

What version? Never used 2007, but if you have 2003 or earlier, go to Options > Edit tab > Uncheck the Fixed Decimal option.
by MMP
April 19th, 2007, 3:14 am
Forum: Numerical Methods Forum
Topic: Mersenne Twister VBA algorithm?
Replies: 21
Views: 87033

Mersenne Twister VBA algorithm?

<t>QuoteOriginally posted by: OHi Guys!Is there anyone who can explain to me how the Mersenne Twister works, or has got an easily understood algorithm?I can’t find an algorithm for VBA, does anyone know where to find one?I have looked at the Mersenne Twister home page, but it’s a little too “hardcor...
by MMP
January 7th, 2007, 2:55 am
Forum: Technical Forum
Topic: VLookup VBA Run-time Error '13': Type Mismatch
Replies: 4
Views: 89294

VLookup VBA Run-time Error '13': Type Mismatch

<t>1. Is the Dates() array dimensioned as a date? Is the Lookup column 33 (AG) a list of dates as well? If so, Excel will use the Long Integer representation. Coercing the lookup value to long worked for me...x = Application.VLookup(CLng(Dates(i)), Worksheets("XMKT").Range(Cells(8, 33), Cells(1007, ...
by MMP
December 14th, 2006, 8:10 pm
Forum: Programming and Software Forum
Topic: Excel Calc Time
Replies: 4
Views: 85286

Excel Calc Time

Check out the following site. FastExcel is designed for this purpose. http://www.decisionmodels.com/
by MMP
November 4th, 2006, 5:30 am
Forum: Student Forum
Topic: Hedging in the Real World
Replies: 3
Views: 89226

Hedging in the Real World

<t>Make it simpler:Suppose at time t=0, you fund a portfolio with 100 and instantaneously go long 100 and short -100. In period 1, both the long and short positions appreciate 10%. Assume also that your cash return is 5%, no leverage is used and no additional flows occurred during the period (broker...
by MMP
November 2nd, 2006, 4:32 pm
Forum: Student Forum
Topic: excel vba implied volatility model
Replies: 7
Views: 89982

excel vba implied volatility model

See if the functions in the attached file help you. Please test thoroughly and report any problems. EDIT: I tried to upload just the .bas file, but it wasn't supported. I loaded a workbook with no data, only the module.
by MMP
October 7th, 2006, 10:15 am
Forum: Student Forum
Topic: Payment estimator
Replies: 4
Views: 91128

Payment estimator

<t>Wouldn't the correct answer be to pay down the highest interest rate card first, subject to the minimum payments on the others? That is, I assume you have a fixed amount you plan to pay each month. Pay off the minimum on all the cards except the highest one, which gets the rest of the amount.I ha...
by MMP
October 6th, 2006, 12:01 am
Forum: Student Forum
Topic: bond return
Replies: 3
Views: 91293

bond return

<t>Let Px_0 represent the price per unit at the end of period 0Px_1 represent the price per unit at the end of period 1Mult_0 represent the pricing factor/consideration constant at end of period 0Mult_1 represent the pricing factor/consideration constant at end of period 1(Note that the valuation mu...
by MMP
September 11th, 2006, 4:26 am
Forum: Numerical Methods Forum
Topic: Silly VBA problem
Replies: 3
Views: 94002

Silly VBA problem

<t>Try the VBA Round function rather than INT. Also, please note that VBA Round behaves differently than does the =ROUND(...) worksheet function (uses round to even vs. round up when the critical digit is 5).''''''''''''''''''''Sub test() Debug.Print (2 / 0.2 * 0.5) & " " & Int(2 / 0.2 * 0.5...
by MMP
September 11th, 2006, 3:58 am
Forum: Student Forum
Topic: An extremely simple "return" question
Replies: 19
Views: 95652

An extremely simple "return" question

<t>Lepperbe is correct. Get the expected value first and then calculate the return rather than calculating the individual component returns and creating an composite from their respective probabilities.The correct expected return for the given situation is:Periodic/Annualized =SQRT((150*0.5+200*0.5)...
by MMP
October 4th, 2005, 11:55 am
Forum: Programming and Software Forum
Topic: Who's got the best technology on the street?
Replies: 31
Views: 141582

Who's got the best technology on the street?

Thanks for the responses. Of course, in the situation I was in, I mouthed off. It was years of getting the shaft and I kept mouting off. It was a vicious cycle downward.Next time, I will definitely take more of the advice in this thread and that of others and just shut up.
by MMP
October 3rd, 2005, 9:33 pm
Forum: Programming and Software Forum
Topic: Who's got the best technology on the street?
Replies: 31
Views: 141582

Who's got the best technology on the street?

<r>QuoteOriginally posted by: terrorbytere: Politics. It is more prevalent in some organizations than others.I find if I keep my head down, arse up and keep producing good stuff, the politics flies around me but not too me. Everyone now and then you might have to deal with some crap but if you make ...
  • 1
  • 2