//! Duration conventions.
//!
//! Port of `ql/cashflows/duration.hpp`, whose `Duration` struct exists only to
//! scope the `Type` enum. The port drops the wrapper and keeps the enum.
use fmt;
/// The duration convention [`CashFlows::duration`](super::CashFlows::duration)
/// computes.