Learn R Programming

RQuantLib (version 0.2.2)

Option: Base class for option price evalution

Description

This class forms the basis from which the more specific classes are derived.

Usage

## S3 method for class 'Option':
printundefined
## S3 method for class 'Option':
plotundefined
## S3 method for class 'Option':
summaryundefined

Arguments

Option
Any option object derived from this base class

Value

  • None, but side effects of displaying content.

Details

Please see any decent Finance textbook for background reading, and the QuantLib documentation for details on the QuantLib implementation.

References

http://quantlib.org for details on QuantLib.

See Also

AmericanOption,EuropeanOption, BinaryOption

Examples

Run this code
EO<-EuropeanOption("call", strike=100, volatility=0.4, 100, 0.01, 0.03, 0.5)
print(EO)
summary(EO)

Run the code above in your browser using DataLab