Serialized Form
|
Package com.cedarspring.tvm |
principal
java.math.BigDecimal principal
-
interest
java.math.BigDecimal interest
-
balance
java.math.BigDecimal balance
-
schedule
java.math.BigDecimal[][] schedule
- Amortization Schedule
-
o
Options o
- options
-
periods
int periods
- periods
-
errorNumber
java.lang.String errorNumber
- A unique error number
severity
int severity
- Type of event: Error, Warning, Info
message
java.lang.String message
- Text Message
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
java.lang.Object source
- The source of the error
message
java.lang.String message
- The localized error message
locale
java.util.Locale locale
- The Locale
pv
PresentValue pv
- Reference to the PresentValue object
-
fv
FutureValue fv
- Reference to the FutureValue object.
-
pmt
Payment pmt
- Reference to the Payment object.
-
iy
InterestRate iy
- Reference to the InterestRate object.
-
n
NumberOfPeriods n
- Reference to the NumberOfPeriods object.
-
opt
Options opt
- Reference to the Options object.
-
error
ErrorSupport error
- Reference to the ErrorSupport object.
-
change
java.beans.PropertyChangeSupport change
- Reference to the PropertChangeSupport object.
-