Skip to main content
POST
Get exposures across multiple strategies

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Body

application/json
companiesWeight
object
required

Map of company ID to weight. Each weight is a number between 0 and 1, inclusive.

Example:
strategyIds
string<uuid>[]
Example:

Response

Companies that appear in every requested strategy.

id
string<uuid>
required

Identifier of the strategy.

Example:

"83d88f60-f581-4176-bb5c-e0b463d1d442"

name
string
required

Name of the strategy.

Example:

"Electric Vehicles"

overlap
number<float>
required

Fraction of the portfolio's holdings that also appear in the strategy.

Example:

0

exposure
number<float>
required

Portfolio weight allocated to companies that appear in the strategy.

Example:

0

returns
number<float>
required

The portfolio's return over the requested window, attributed to the strategy.

Example:

0