---
title: "Create DVP RVP Report"
method: POST
path: "/accounts/{accountID}/reports/daily-trade-summary"
tags: ["Settlements"]
---

# Create DVP RVP Report

`POST /accounts/{accountID}/reports/daily-trade-summary`

Creates a job to generate a DVP RVP Report.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Request body

- CreateDVPRVP
  - `tradeDate` string, date, required — The date to generate the DVP/RVP report for.
  - `note` string — A way to store a message/comment on the this object.

## Response `200`

Creating the job to generate a DVP/RVP Report was successful

- CreateDVPRVPRes
  - `id` string — The DVP/RVP report identifier.
  - `accountID` string — The user's unique account identifier.
  - `accountNo` string — The user's unique account number, that is human readable.
  - `tradeDate` string, date — The date for which the DVP/RVP was run for.
  - `note` string — A way to store a message/comment on the this object.
  - `partnerID` string — The partner's unique identifier.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
