|
WebCab Options and Futures Demo v2.5 (J2SE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--webcab.lib.finance.options.exotic.BlackScholesConstants
This enumeration class defines all constants required by the BlackScholes class.
| Field Summary | |
static BlackScholesConstants |
ARITHMETIC
This constant identifies the arithmetic averaging type. |
static BlackScholesConstants |
BARRIER
Used internally. |
static BlackScholesConstants |
CALL
This constant identifies a call option. |
static BlackScholesConstants |
CRANCK_NICHOLSON
This constant identifies the Cranck-Nicholson finite differencing algorithm |
static BlackScholesConstants |
DELTA
|
static BlackScholesConstants |
DOWN
Indicates that the barrier is below the initial variable value. |
static BlackScholesConstants |
EXPLICIT
This constant identifies the explicit finite differencing algorithm |
static BlackScholesConstants |
FULLY_IMPLICIT
This constant identifies the fully implicit finite differencing algorithm |
static BlackScholesConstants |
GAMMA
|
static BlackScholesConstants |
GEOMETRIC
This constant identifies the geometric averaging type. |
static BlackScholesConstants |
IN
Indicates that the contract pays when triggered. |
static BlackScholesConstants |
MAX
|
static BlackScholesConstants |
MIN
|
static BlackScholesConstants |
OUT
Indicates that the contract pays when not triggered. |
static BlackScholesConstants |
PARASIAN
Used internally. |
static BlackScholesConstants |
PARISIAN
Used internally. |
static BlackScholesConstants |
PRICE
|
static BlackScholesConstants |
PUT
This constant identifies a put option. |
static BlackScholesConstants |
RATE
|
static BlackScholesConstants |
RHO
|
static BlackScholesConstants |
STRIKE
|
static BlackScholesConstants |
THETA
|
static BlackScholesConstants |
UP
Indicates that the barrier is above the initial variable value. |
static BlackScholesConstants |
VEGA
|
| Method Summary | |
int |
value()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final BlackScholesConstants CALL
public static final BlackScholesConstants PUT
public static final BlackScholesConstants STRIKE
public static final BlackScholesConstants RATE
public static final BlackScholesConstants ARITHMETIC
public static final BlackScholesConstants GEOMETRIC
public static final BlackScholesConstants MIN
public static final BlackScholesConstants MAX
public static final BlackScholesConstants EXPLICIT
public static final BlackScholesConstants FULLY_IMPLICIT
public static final BlackScholesConstants CRANCK_NICHOLSON
public static final BlackScholesConstants BARRIER
public static final BlackScholesConstants PARISIAN
public static final BlackScholesConstants PARASIAN
public static final BlackScholesConstants UP
public static final BlackScholesConstants DOWN
public static final BlackScholesConstants IN
public static final BlackScholesConstants OUT
public static final BlackScholesConstants PRICE
public static final BlackScholesConstants DELTA
public static final BlackScholesConstants GAMMA
public static final BlackScholesConstants THETA
public static final BlackScholesConstants VEGA
public static final BlackScholesConstants RHO
| Method Detail |
public int value()
|
WebCab Options and Futures Demo v2.5 (J2SE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||