Daml.Finance.Interface.Instrument.Bond¶
This package contains the interface definitions for bond instruments. It contains the following modules:
- Callable.Instrument: Instrument interface for callable bonds
 - Callable.Factory: Factory interface to instantiate callable bond instruments
 - Callable.Types: Type definitions to support callable bond instruments
 - FixedRate.Instrument: Instrument interface for fixed-rate bonds
 - FixedRate.Factory: Factory interface to instantiate fixed-rate bond instruments
 - FixedRate.Types: Type definitions to support fixed-rate bond instruments
 - FloatingRate.Instrument: Instrument interface for floating-rate bonds
 - FloatingRate.Factory: Factory interface to instantiate floating-rate bond instruments
 - FloatingRate.Types: Type definitions to support floating-rate bond instruments
 - InflationLinked.Instrument: Instrument interface for inflation-linked bonds
 - InflationLinked.Factory: Factory interface to instantiate inflation-linked bond instruments
 - InflationLinked.Types: Type definitions to support inflation-linked bond instruments
 - ZeroCoupon.Instrument: Instrument interface for zero-coupon bonds
 - ZeroCoupon.Factory: Factory interface to instantiate zero-coupon bond instruments
 - ZeroCoupon.Types: Type definitions to support zero-coupon bond instruments