OptionStrategies Constructor | Initializes a new instance of the OptionStrategies class. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
PayOffBearSpread | Returns the payoff at expiry for the Bear Spread. |
PayOffBullSpread | Returns the payoff at expiry for the Bull Spread. |
PayOffButterflySpread | Returns the payoff at expiry for the Butterfly Spread. |
PayOffSpread | Returns the payoff function of a spread of bull or bear type. |
PayOffStraddleCombination | We implement the payoff function for the Straddle Combination which involves taking a long position in a call option and a long position in a put option with the same strike price and expiration date. |
PayOffStrangleCombination | We implement the payoff function for the Strangle Combination consists of a long position in a call option and a put option with different strike prices and the same expiry date. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OptionStrategies Class | WebCab.COM.Finance.Options Namespace