Search account positions

SecuritybearerToken
Request
path Parameters
AccountIdentifier
required
string

Account identifier

Example: 098B0A25
query Parameters
page
integer <int32>
size
integer <int32>
include
string

Comma-separated values from set [instrument.instrumentMarkets, taxLots.previousCounterparty, taxLots.externalIdentifier]

Request Body schema: application/json
programs
Array of strings (ProgramCode)
Items Enum: "NEPOOL" "M_RETS" "NAR" "ERCOT" "PJM" "MIRECS" "NCRETS" "NYGATS" "IREC" "TIGR" "CAR" "VCS" "ACR" "CERCARBONO"
resourceName
string
registryAssignedId
string
object
upns
Array of strings
Responses
200

List of positions

400

Bad request

401

Not authorized error

500

Internal server error

post/portfolio/account/{AccountIdentifier}/position/action/search
Request samples
application/json
{
  • "programs": [
    ],
  • "resourceName": "string",
  • "registryAssignedId": "string",
  • "vintagePeriod": {
    },
  • "upns": [
    ]
}
Response samples
application/json
{
  • "page": 0,
  • "size": 0,
  • "totalPages": 0,
  • "totalElements": 0,
  • "content": [
    ]
}