BundlePortfolio
Predefined bundle selections, for example following Oxford Offsetting Principles.
Bundle selection for a particular Bundle portfolio may change over time.
Attributes
stringrequired
Bundle portfolio unique identifier.
stringrequired
Identifier of the bundle portfolio.
stringrequired
Human readable name of the bundle portfolio.
array of objectrequired
Allocation ratios by bundle.
The sum of all allocation ratios must equal 100.
If not specified, the preconfigured allocation ratios are going to be used.
{
"id": "A7hPO9C01RnzPkYxJgAHxq112roXlWO5",
"identifier": "oxford-offsetting-principles",
"label": "Oxford Offseting Principles",
"bundle_selection": [
{
"bundle_id": "BmWxrvXo29eGqzA1qjANL5PwnkgaO8R3",
"percentage": 34
},
{
"bundle_id": "VndoQ0PZjGMzvYOZGwqy6kbgN1eOJx9B",
"percentage": 66
}
]
}