Skip to main content

List asset investments

GET 

/companies/:company_id/assets/:asset_id/investments

List asset investments

Request

Path Parameters

    asset_id uuidrequired

Query Parameters

    from string
    to string

Responses

A JSON array of asset investments

Schema

  • Array [

  • id uuidrequired

    The unique identifier of the investment

    label stringrequired

    The label/name of the investment

    unitPrice numberrequired

    The price per unit

    unitValue numberrequired

    The current value per unit

    quantity numberrequired

    The number of units held

    valuation numberrequired

    The total valuation of the investment

    instrument stringrequired

    The type of investment instrument

    category stringrequired

    The investment category

    subcategory stringrequired

    The investment subcategory

    managementCompany stringrequired

    The company managing the investment

    riskIndicator stringrequired

    Risk indicator of the investment

    sri stringrequired

    Synthetic Risk Indicator

  • ]

Loading...