QuoteAnalyticsgetYTP Method

A convenience method used to retrieve the yield to the next par call. If the next call is a par call, this method will return the same value as the getYTC() method. If the Security for which this QuoteAnalytics object was created is non-callable or has no future par calls, this method will return 0.0.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual double getYTP()

Return Value

Double
YTP (Yield to Next Par Call)

See Also