QuoteAnalyticsgetAnalytics Method

Get the Analytics object with values calculated to the provided Redemption. If the provided Redemption does not belong to the parent Security, a CalculationException with an errorCode of 5000 is thrown.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public Analytics getAnalytics(
	Redemption redemption
)

Parameters

redemption  Redemption
 

Return Value

Analytics
Analytics object with values calculated to the provided Redemption.

See Also