All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interestRate.Key

java.lang.Object
   |
   +----interestRate.Key

public class Key
extends Object
implements KeyInterface
Implements a Key used in the interest rate lattice.


Variable Index

 o option_value
 o short_rate
 o t
 o up_ticks

Constructor Index

 o Key(int, int)

Method Index

 o isEqual(KeyInterface)
 o print()

Variables

 o t
 public int t
 o up_ticks
 public int up_ticks
 o short_rate
 public double short_rate
 o option_value
 public double option_value

Constructors

 o Key
 public Key(int t,
            int u)

Methods

 o print
 public void print()
 o isEqual
 public boolean isEqual(KeyInterface key)

All Packages  Class Hierarchy  This Package  Previous  Next  Index