Developers
SDK
const portfolio = await diversa.portfolio.create({
assets: [...],
allocations: [...],
rebalance: { model: 'threshold', threshold: 0.05 }
})Developers
const portfolio = await diversa.portfolio.create({
assets: [...],
allocations: [...],
rebalance: { model: 'threshold', threshold: 0.05 }
})