Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Option Pricing?
Date: Tue, 7 Aug 2007 17:28:37 +0000 (UTC)
Organization: Nationwide Mutual Insurance Co.
Lines: 13
Message-ID: <f9aa45$dka$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-00-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1186507717 13962 172.30.248.35 (7 Aug 2007 17:28:37 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 7 Aug 2007 17:28:37 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 642723
Xref: news.mathworks.com comp.soft-sys.matlab:422805



By using the function below in ML, you get both the call 
and put prices.

[CallPrice, PutPrice] = blsprice(Price, Strike, Rate, 
Time, Volatility, DividendRate)

On the other hand, if you use A=blsprice(...), A is the 
call price.

Is there anyway to get the put prices only?

Thanks,
Stephen