pub type GreeksFilter = Box<dyn Fn(&GreeksData) -> bool>;
Type alias for a greeks filter function.
pub struct GreeksFilter(/* private fields */);