POST v1/Issuers

Description

Add a new issuer.

Base Url

https://api-mgi.uat.wsohosting.com/


Rest Call Syntax


POST SecurityMaster/v1/Issuers

POST SecurityMaster/v1/Issuers

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



IssuerAdd

Name

Description

Type

Additional Information

Abbreviation

The abbreviation of the issuer.

string

Required

IssuerName

The name of the issuer

string

Required, Must be unique

Analyst

The analyst name

string

BackupServicerId

The backup servicer listed by ID value

integer

CollateralManagerId

The collateral manager listed by ID value

integer

CountryId

The legal country of this asset by ID value

integer

HasPublicEquity

The flag indicating if the issuer has public equity

boolean

Identifier

The identifier for the issuer

string

IsABSIssuer

Determines if this issuer should implement ABS specific behavior

boolean

IsABSSponsor

Determines if this issuer will be selectable as an ABS sponsor

boolean

IssueDate

The date the issue was created

date

MarkitEntityId

The Markit Entity ID for this issuer

string

MarkitTicker

The MarkitTicker for the issuer

string

MasterServicerId

The master servicer listed by ID value

integer

Notes

Notes regarding the issuer

string

OriginalIssueSize

The original total global amount of the issuer

decimal number

ParentAffiliateId

The parent issuer object to which this issuer is affiliated

integer

State

The legal state of the US issuer

string

TrusteeId

The trustee for this issuer listed by ID value

integer




Limitations

There are no limitations specified.




Request Information


Request body formats


application/json, text/json

Sample:
{
  "abbreviation": "sample string 1",
  "analyst": "sample string 2",
  "backupServicerId": 3,
  "collateralManagerId": 4,
  "countryId": 1,
  "hasPublicEquity": true,
  "identifier": "sample string 6",
  "isABSIssuer": true,
  "isABSSponsor": true,
  "issueDate": "2024-10-08T11:41:32.7037648+01:00",
  "issuerName": "sample string 10",
  "markitEntityId": "sample string 11",
  "masterServicerId": 12,
  "notes": "sample string 13",
  "originalIssueSize": 14.0,
  "parentAffiliateId": 1,
  "state": "sample string 15",
  "trusteeId": 16,
  "markitTicker": "sample string 17"
}

application/xml, text/xml

Sample:
<IssuerAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <Analyst>sample string 2</Analyst>
  <BackupServicerId>3</BackupServicerId>
  <CollateralManagerId>4</CollateralManagerId>
  <CountryId>1</CountryId>
  <HasPublicEquity>true</HasPublicEquity>
  <Identifier>sample string 6</Identifier>
  <IsABSIssuer>true</IsABSIssuer>
  <IsABSSponsor>true</IsABSSponsor>
  <IssueDate>2024-10-08T11:41:32.7037648+01:00</IssueDate>
  <IssuerName>sample string 10</IssuerName>
  <MarkitEntityId>sample string 11</MarkitEntityId>
  <MarkitTicker>sample string 17</MarkitTicker>
  <MasterServicerId>12</MasterServicerId>
  <Notes>sample string 13</Notes>
  <OriginalIssueSize>14</OriginalIssueSize>
  <ParentAffiliateId>1</ParentAffiliateId>
  <State>sample string 15</State>
  <TrusteeId>16</TrusteeId>
</IssuerAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



Issuer

Name

Description

Type

Additional Information

Abbreviation

The abbreviation of the issuer

string

Analyst

The analyst name

string

CollateralManagerId

The collateral manager for this issuer.

integer

Country

Link to the Issuers country

GlobalId

The Global Id of the issuer

integer

HasPublicEquity

The flag indicating if the asset has public equity

boolean

Id

The WSO ID of the issuer

integer

Identifier

The identifier for the issuer

string

IndustryCodes

Link to IndustryCodes

IsABSIssuer

The flag indicating if the issuer should implement ABS specific behavior

boolean

IsABSSponsor

The flag indicating if the issuer will be selectable as an ABS sponsor

boolean

IsDeleted

The flag indicating if this issuer has been soft deleted in the system

boolean

IssueDate

The date the issue was created

date

IssuerName

The name of the issuer

string

Links

The Hateoas links related to this issuer

Collection of Link

MarkitEntityId

The Markit Entity ID for this issuer

string

MarkitTicker

The MarkitTicker property

string

Notes

Notes regarding the issuer

string

OriginalIssueSize

The original total global amount at issuance

decimal number

Ratings

Link to Ratings

State

The legal state of the issuer

string

TrusteeId

The trustee for this issuer.

integer

Udfs

Link to Udfs




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "issuerName": "sample string 2",
  "abbreviation": "sample string 3",
  "analyst": "sample string 4",
  "hasPublicEquity": true,
  "country": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "identifier": "sample string 6",
  "isABSIssuer": true,
  "isABSSponsor": true,
  "isDeleted": true,
  "issueDate": "2024-10-08T11:41:32.7201999+01:00",
  "markitEntityId": "sample string 11",
  "notes": "sample string 12",
  "originalIssueSize": 13.0,
  "state": "sample string 14",
  "globalId": 1,
  "ratings": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "industryCodes": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "udfs": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "collateralManagerId": 15,
  "trusteeId": 16,
  "markitTicker": "sample string 17",
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ]
}

application/xml, text/xml

Sample:
<Issuer xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 3</Abbreviation>
  <Analyst>sample string 4</Analyst>
  <CollateralManagerId>15</CollateralManagerId>
  <Country>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Country>
  <GlobalId>1</GlobalId>
  <HasPublicEquity>true</HasPublicEquity>
  <Id>1</Id>
  <Identifier>sample string 6</Identifier>
  <IndustryCodes>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </IndustryCodes>
  <IsABSIssuer>true</IsABSIssuer>
  <IsABSSponsor>true</IsABSSponsor>
  <IsDeleted>true</IsDeleted>
  <IssueDate>2024-10-08T11:41:32.7201999+01:00</IssueDate>
  <IssuerName>sample string 2</IssuerName>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <MarkitEntityId>sample string 11</MarkitEntityId>
  <MarkitTicker>sample string 17</MarkitTicker>
  <Notes>sample string 12</Notes>
  <OriginalIssueSize>13</OriginalIssueSize>
  <Ratings>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Ratings>
  <State>sample string 14</State>
  <TrusteeId>16</TrusteeId>
  <Udfs>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Udfs>
</Issuer>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.