OddFPrice
Calculates the price per $100 face value of a security with an odd (short or long) first coupon period.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class OddFPrice : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionOddFPrice...
Inherited Members
Constructors
Initializes a new ODDFPRICE function instance for pricing securities with irregular first coupon periods.
public OddFPrice()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the security price using settlement, maturity, issue, first coupon dates, rate, yield, redemption, frequency, 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: