Add a new issuer.
https://services.wsoweb.com/
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
There are no limitations specified.
{ "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-11-23T01:45:40.8761592-06: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" }
<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-11-23T01:45:40.8761592-06: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>
Sample not available.
Abbreviation
The abbreviation of the issuer
string
Analyst
The analyst name
string
CollateralManagerId
The collateral manager for this issuer.
integer
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
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
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
State
The legal state of the issuer
string
TrusteeId
The trustee for this issuer.
integer
{ "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-11-23T01:45:41.3142213-06: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" } ] }
<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-11-23T01:45:41.3142213-06: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>