YieldMat
Implements the YIELDMAT financial function, which calculates the annual yield for a security that pays interest at maturity.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class YieldMat : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionYieldMat...
Inherited Members
Constructors
Initializes a new YIELDMAT function instance for calculating annual yield on securities that pay all interest at maturity.
public YieldMat()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the YIELDMAT function using the provided settlement date, maturity, issue date, interest rate, price, and optional basis, returning the annual yield as a numeric expression or an error.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Specifies the conversion rules applied to function arguments, excluding boolean-to-number conversions for financial calculations.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Provides metadata describing the function's category, arguments, and help documentation.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: