You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Somewhat (see below for more info).
Describe the feature you'd like
Market allows to purchase fractional shares (e.g. crypto). Currently implemented post-processing methods in discrete_allocation.DiscreteAllocation do not allow that - they by default do rounding without option to disable that.
The idea is to include an argument rounding: bool or similar that allows to either do rounding or not while doing post-processing discrete allocation.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Somewhat (see below for more info).
Describe the feature you'd like
Market allows to purchase fractional shares (e.g. crypto). Currently implemented post-processing methods in
discrete_allocation.DiscreteAllocation
do not allow that - they by default do rounding without option to disable that.The idea is to include an argument
rounding: bool
or similar that allows to either do rounding or not while doing post-processing discrete allocation.Additional context
None.
The text was updated successfully, but these errors were encountered: