defaultTitle

defaultDescription
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 0.1
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Default

Default

Up
post /DCNv2/rest/portfolio/CO/create
(dCNv2RestPortfolioCOCreatePost)
Auto generated using Swagger Inspector

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CO_create_body (optional)
Body Parameter
example: { "value" : "{\n \"notificationId\" : \"000009\",\n \"effectiveFrom\" : \"2023-12-23T22:00:00\",\n \"effectiveTo\" : \"2025-12-23T21:59:59\",\n \"assetClass\" : \"Equities\",\n \"marketDepth\" : \"Full_book\",\n \"transmissionType\" : \"Conflated\",\n \"usageType\" : \"Eyeball\",\n \"usageTypeOther\":\"\",\n \"display\":\"Yes\",\n \"nonDisplay\":\"No\",\n \"historicalStorage\":\"Yes\",\n \"redistribution\":\"Limited\",\n \"redistributionLicenses\":\"200\"\n}" }

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector String

Example data

Content-Type: 0
{"RedistributionLicenses":"200","UsageTypeOther":"","OriginBlock":"5","MarketDepth":"Full_book","UsageType":"Eyeball","HistoricalStorage":"Yes","OriginOffset":"397823f410dff36f815956127a3985341b13f727e00bea7d395ee5df6dc41598","ObjectType":"CO","Redistribution":"Limited","NotificationOriginBlock":"5","TransmissionType":"Conflated","DateTimeStamp":"2023-03-20T09:00:43.944745593","EffectiveFrom":"2023-12-23T22:00:00","EffectiveTo":"2025-12-23T21:59:59","NotificationOriginOffset":"43635525c4b1a8cfac6df77988a9264913c5e6846af8127519732ca696203fec","NonDisplay":"No","Display":"Yes"}

Up
post /DCNv2/rest/portfolio/MSA/create
(dCNv2RestPortfolioMSACreatePost)
Auto generated using Swagger Inspector

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MSA_create_body (optional)
Body Parameter
example: { "value" : "{\n \"notificationId\": \"000009\",\n \"subscriberId\": \"23423784987\",\n \"effectiveFrom\": \"2023-12-23T23:00:00\",\n \"effectiveTo\": \"2025-12-23T21:59:59\"\n}" }

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector String

Example data

Content-Type: 0
{"ObjectType":"MSA","NotificationOriginBlock":"5","SubscriberId":"23423784987","DateTimeStamp":"2023-03-20T08:59:21.321448739","EffectiveFrom":"2023-12-23T23:00:00","EffectiveTo":"2025-12-23T21:59:59","NotificationOriginOffset":"43635525c4b1a8cfac6df77988a9264913c5e6846af8127519732ca696203fec"}

Up
post /DCNv2/rest/portfolio/notification/create
(dCNv2RestPortfolioNotificationCreatePost)
Auto generated using Swagger Inspector

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body notification_create_body (optional)
Body Parameter
example: { "value" : "{\n \"notificationType\": \"NewContract\",\n \"notificationReason\": \"Try an MSA and SSA and COs\",\n \"notificationId\": \"000009\",\n \"ParticipantId\": \"23497234789\"\n}" }

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector String

Example data

Content-Type: 0
{"ParticipantId":"23497234789","ObjectType":"Notification","NotificationReason":"Try an MSA and SSA and COs","NotificationId":"000009","NotificationType":"NewContract","DateTimeStamp":"2023-03-20T08:57:46.433872131"}

Up
get /DCNv2/rest/portfolio/participant/generateid
(dCNv2RestPortfolioParticipantGenerateidGet)
Auto generated using Swagger Inspector

Return type

inline_response_200_1

Example data

Content-Type: application/json
{
  "participantId" : "participantId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector inline_response_200_1

Example data

Content-Type: 0
{"participantId":"f6ef330daca18250efc02d9a5fadb7a73ebd9942bd6f749b6102faa8a396414a13b623bec57e3e33"}

Up
post /DCNv2/rest/portfolio/SSA/create
(dCNv2RestPortfolioSSACreatePost)
Auto generated using Swagger Inspector

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SSA_create_body (optional)
Body Parameter
example: { "value" : "{\n \"notificationId\" : \"000009\",\n \"effectiveFrom\" : \"2023-12-23T22:00:00\",\n \"effectiveTo\" : \"2025-12-23T21:59:59\",\n \"assetClass\" : \"Equities\",\n \"billableUnit\" : \"Seat\",\n \"unitPrice\" : \"20\",\n \"unitCurrency\" : \"USD\"\n}" }

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector String

Example data

Content-Type: 0
{"ObjectType":"SSA","UnitPrice":"20","NotificationOriginBlock":"5","DateTimeStamp":"2023-03-20T09:00:10.907119408","BillableUnit":"Seat","EffectiveFrom":"2023-12-23T22:00:00","OriginBlock":"5","AssetClass":"Equities","UnitCurrency":"USD","EffectiveTo":"2025-12-23T21:59:59","NotificationOriginOffset":"43635525c4b1a8cfac6df77988a9264913c5e6846af8127519732ca696203fec","OriginOffset":"397823f410dff36f815956127a3985341b13f727e00bea7d395ee5df6dc41598"}

Up
get /DCNv2/rest/portfolio/test/echoserver
(dCNv2RestPortfolioTestEchoserverGet)
Auto generated using Swagger Inspector

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector String

Example data

Content-Type: 0
Hello Alan

Up
get /DCNv2/rest/portfolio/test/get2
(dCNv2RestPortfolioTestGet2Get)
Auto generated using Swagger Inspector

Query parameters

id (optional)
Query Parameter
age (optional)
Query Parameter

Return type

inline_response_200

Example data

Content-Type: application/json
{
  "firstName" : "firstName",
  "lastName" : "lastName",
  "id" : 0,
  "age" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector inline_response_200

Example data

Content-Type: 0
{"firstName":"Alan","lastName":"Ross","age":62,"id":283367}

Up
get /DCNv2/rest/portfolio/test/get
(dCNv2RestPortfolioTestGetGet)
Auto generated using Swagger Inspector

Query parameters

firstName (optional)
Query Parameter
lastName (optional)
Query Parameter

Return type

inline_response_200

Example data

Content-Type: application/json
{
  "firstName" : "firstName",
  "lastName" : "lastName",
  "id" : 0,
  "age" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Auto generated using Swagger Inspector inline_response_200

Example data

Content-Type: 0
{"firstName":"freddy","lastName":"mercury","age":51,"id":20}

Models

[ Jump to Methods ]

Table of Contents

  1. CO_create_body
  2. MSA_create_body
  3. SSA_create_body
  4. inline_response_200
  5. inline_response_200_1
  6. notification_create_body

CO_create_body Up

marketDepth (optional)
display (optional)
historicalStorage (optional)
redistribution (optional)
redistributionLicenses (optional)
assetClass (optional)
nonDisplay (optional)
effectiveTo (optional)
notificationId (optional)
transmissionType (optional)
effectiveFrom (optional)
usageTypeOther (optional)
usageType (optional)

MSA_create_body Up

effectiveTo (optional)
subscriberId (optional)
notificationId (optional)
effectiveFrom (optional)

SSA_create_body Up

effectiveTo (optional)
unitPrice (optional)
billableUnit (optional)
unitCurrency (optional)
notificationId (optional)
assetClass (optional)
effectiveFrom (optional)

inline_response_200 Up

firstName (optional)
lastName (optional)
id (optional)
age (optional)

inline_response_200_1 Up

participantId (optional)

notification_create_body Up

ParticipantId (optional)
notificationReason (optional)
notificationId (optional)
notificationType (optional)