QuoteAnalyticsgetYTC Method

A convenience method used to retrieve the yield to the next call, whether the next call is a par call or premium call. If the Security for which this QuoteAnalytics object was created is non-callable, 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 getYTC()

Return Value

Double
YTC (Yield to Next Call)

Remarks

The value returned from this method will match the value returned from the getYTP() method if the next call is also a par call.

See Also