The methods of the TreasuryPrice class are listed below. For a complete list of TreasuryPrice class members, see the TreasuryPrice Members topic.
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. |
ParYield | We evaluate the Par Yield of a Treasury bond which pays annual or semi-annual coupons. |
ParYieldWithExplicitTime | We evaluate the Par Yield of a Treasury bond which pays annual or semi-annual coupons. |
PriceOfBond | Evaluates the price of a Treasury bond by discounting the cash flows until maturity in accordance with the corresponding continuously compounded zero rate. |
PriceOfBondWithExplicitTime | Evaluates the price of a Treasury bond by discounting the cash flows until maturity in accordance with the corresponding continuously compounded zero rate. |
TbondPrice | Evaluates the price of a Treasury bond by discounting the future cash flows in accordance with the risk free interest rate. |
TbondPriceWithExplicitTime | Evaluates the price of a Treasury bond by discounting the future cash flows in accordance with the risk free interest rate. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
YieldToMaturity | The yield to maturity (YTM) (also known as the internal rate of return) with continuous compounding is calculated for a traded bond. |
YieldToMaturityFromPrice | Here the yield to maturity of a bond is derived from its price, payments and time of these payments. |
YieldToMaturityFromPriceWithExplicitTime | Here the yield to maturity of a bond is derived from its price, payments and time of these payments. |
YieldToMaturityWithExplicitTime | The yield to maturity (YTM) (also known as the internal rate of return) with continuous compounding is calculated for a traded bond. |
ZeroTBondPrice | This method returns the price of a zero-coupon Treasury bond. |
ZeroTBondPriceWithExplicitTime | This method returns the price of a zero-coupon Treasury bond. |
ZeroYieldToMaturity | Evaluates the yield to maturity (YTM) (also known as the internal rate of return) of a zero coupon bond. |
ZeroYieldToMaturityWithExplicitTime | Evaluates the yield to maturity (YTM) (also known as the internal rate of return) of a zero coupon bond. |
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. |
TreasuryPrice Class | WebCab.COM.Finance.Bonds Namespace