package
financial
Value Members
-
object
End extends PaymentTime with Product with Serializable
-
object
Start extends PaymentTime with Product with Serializable
-
def
futureValue(rate: Double, numPeriods: Int, payment: Double, presentValue: Double, when: PaymentTime = End): Double
-
def
interestPayments(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): DenseVector[Double]
-
-
def
payment(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): Double
-
def
presentValue(rate: Double, numPeriods: Int, payment: Double, futureValue: Double, when: PaymentTime = End): Double
-
def
principalInterest(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): (DenseVector[Double], DenseVector[Double], DenseVector[Double])
-
def
principalPayments(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): DenseVector[Double]
-
def
principalRemaining(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): DenseVector[Double]
Inherited from AnyRef
Inherited from Any