Background
Currently, the spending limit FundingRequestProposalMaxAmount is per account in the proposal, this is impractical in terms of setting risk adjusted constraints on this proposal, as the real spending capacity of a proposal is effectively FundingRequestProposalMaxAccounts*FundingRequestProposalMaxAmount, and allowing the council to spend up to this limit requires them to have to use duplicate accounts, or distinct accounts for the same beneficiary, which adds pointless opacity.
Proposal
Make FundingRequestProposalMaxAmount on the total amount, not per account.
┆Issue is synchronized with this Asana task by Unito
Background
Currently, the spending limit
FundingRequestProposalMaxAmountis per account in the proposal, this is impractical in terms of setting risk adjusted constraints on this proposal, as the real spending capacity of a proposal is effectivelyFundingRequestProposalMaxAccounts*FundingRequestProposalMaxAmount, and allowing the council to spend up to this limit requires them to have to use duplicate accounts, or distinct accounts for the same beneficiary, which adds pointless opacity.Proposal
Make
FundingRequestProposalMaxAmounton the total amount, not per account.┆Issue is synchronized with this Asana task by Unito