PriceDisc
Calculates the price per $100 face value of a discounted security that does not pay periodic interest.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class PriceDisc : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionPriceDisc...
Inherited Members
Constructors
Initializes a new PRICEDISC function instance for valuing zero-coupon or discount securities.
public PriceDisc()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the discounted security price using settlement, maturity, discount rate, redemption value, and optional basis, returning the result or an error expression.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Controls how arguments are converted before evaluation, excluding boolean conversions.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Metadata describing this function's signature, category, and arguments.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: