Decision#

Decision Type#

Decision

The decision type returned from a strategy, built from decision functions.

Decision Functions#

hold()

Create a decision that makes no trades.

target_holdings(holdings[, fill_cash])

Create a decision targeting discrete holdings.

target_weights(weights[, fill_cash])

Create a decision targeting portfolio weights.

trade(direction, qty, security)

Create a decision to trade a specific quantity.

reallocate(fraction, *, out_of, into[, mode])

Create a reallocation decision across security sets.

combine(*decisions)

Combine multiple decisions into a single composite decision.