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.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double getYTC()
Public Overridable Function getYTC As Double
Return Value
DoubleYTC (Yield to Next Call)
The value returned from this method will match the value returned from the
getYTP() method if the next call is also a par call.