WebCab Bonds for COM v2.01

Interest Methods

The methods of the Interest class are listed below. For a complete list of Interest class members, see the Interest Members topic.

Public Instance Methods

Deposit Calculates the return for a fixed interest bearing investment over n years.
DepositCompounded Calculates the return for a fixed interest bearing investment which is compounded n times a year over m years.
DepositCompoundedWithExplicitTime Calculates the return for a fixed interest bearing investment which is compounded n times a year over m years.
DepositContinuouslyCompounded Calculates the returns from a fixed interest bearing investment which is continuously compounded.
DepositContinuouslyCompoundedWithExplicitTime Calculates the returns from a fixed interest bearing investment which is continuously compounded.
DepositWithExplicitTime Calculates the return for a fixed interest bearing investment over n years.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
InterestCompoundToContinuous Converts the interest expressed in terms of compounding over m times per annum to the interest expressed as its continuously compounded equivalent.
InterestContinuousToCompound Converts the interest expressed in terms of continuously compounded per annum to the interest expressed as the equivalent interest rate with compounding periods times per annum.
InterestPeriodConversion Converts the interest compounded over m periods per annum to the equivalent interest rate calculated over n periods per annum.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Interest Class | WebCab.COM.Finance.Bonds Namespace