Class: Rupee::Future
Class Method Summary collapse
-
.price(underlying, rate, time_to_maturity) ⇒ Object
The future’s price based on the provided underlying, risk-free rate and time to maturity.
Methods inherited from Security
Constructor Details
This class inherits a constructor from Rupee::Security
Class Method Details
.price(underlying, rate, time_to_maturity) ⇒ Object
The future’s price based on the provided underlying, risk-free rate and time to maturity
15 16 17 |
# File 'ext/rupee/future.c', line 15 static VALUE price(self, _S, _r, _ttm) VALUE self, _S, _r, _ttm; |