New to Telerik Document ProcessingStart a free 30-day trial

Implements the RECEIVED financial function that calculates the amount received at maturity for a fully invested security.

Definition

Constructors

Initializes a new RECEIVED function instance for calculating maturity proceeds based on settlement date, maturity date, investment amount, and discount rate.

C#
public Received()

Fields

Function name identifier for the RECEIVED function.

C#
public static readonly string FunctionName

Methods

Virtual method evaluating the function with System.Object arguments array.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters:contextFunctionEvaluationContext<double>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithSameTypeArguments<double>.EvaluateOverride(FunctionEvaluationContext<double>)

Properties

Conversion rules applied to function arguments during evaluation, excluding boolean values from number conversion.

C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value:

The argument conversion rules as ArgumentConversionRules.

Overrides: NumbersInFunction.ArgumentConversionRules

Metadata describing the function's signature, arguments, and return format for use by the expression evaluator.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Function name used for formula evaluation and display.

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name