A Security implementation for index linked securities, such as UK Index Linked Gilts.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public class IndexLinkedSecurity : FixedInterestRateSecurity
Visual Basic (Declaration)
Public Class IndexLinkedSecurity _
	Inherits FixedInterestRateSecurity
Visual C++
public ref class IndexLinkedSecurity : public FixedInterestRateSecurity

Remarks

This differs from InflationIndexedSecurity in that the price is quoted with inflation.

Inheritance Hierarchy

See Also