com.numobjects.records
Interface Formula


public interface Formula


Field Summary
static java.lang.String BLACK_SCHOLES
          Black-Scholes formula set for European option pricing Computes today's expected value and delta of an option given current (spot) price, exercise (strike) price, riskless interest rate, dividend yield, volatility and days to expiration
static java.lang.String MORTGAGE
          Mortgage formula set Computes monthly payment and total interest paid given loan amount, rate and term in months
static java.lang.String SAVINGS
          Savings formula Computes accumulated savings given amount now, rate of return, monthly contribution, federal and state tax rates, term in years
 

Field Detail

MORTGAGE

public static final java.lang.String MORTGAGE
Mortgage formula set Computes monthly payment and total interest paid given loan amount, rate and term in months

SAVINGS

public static final java.lang.String SAVINGS
Savings formula Computes accumulated savings given amount now, rate of return, monthly contribution, federal and state tax rates, term in years

BLACK_SCHOLES

public static final java.lang.String BLACK_SCHOLES
Black-Scholes formula set for European option pricing Computes today's expected value and delta of an option given current (spot) price, exercise (strike) price, riskless interest rate, dividend yield, volatility and days to expiration