No BSD License  

Highlights from
Matlab-GUI equity derivative calculator

image thumbnail
from Matlab-GUI equity derivative calculator by Biao
equity derivative calculator using matlab GUI

ForwardValue=StockForward(S,d,r,T)
function ForwardValue=StockForward(S,d,r,T)

%S: price of stock; d: dividend rate;
%T: time to maturity;

ForwardValue=S*exp((r-d)*T);

Contact us at files@mathworks.com