-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.CorporateActionBase.CorporateActionBase
api/entities/CorporateActionBase.CorporateActionBase
Represents an action initiated by the issuer of an Asset which may affect the positions of the Asset Holders
-
Entity
<UniqueIdentifiers
,unknown
>↳
CorporateActionBase
• asset: FungibleAsset
Asset affected by this Corporate Action
api/entities/CorporateActionBase/index.ts:84
• declarationDate: Date
date at which the Corporate Action was created
api/entities/CorporateActionBase/index.ts:89
• defaultTaxWithholding: BigNumber
default percentage (0-100) of tax withholding for this Corporate Action
api/entities/CorporateActionBase/index.ts:105
• description: string
brief text description of the Corporate Action
api/entities/CorporateActionBase/index.ts:94
• id: BigNumber
internal Corporate Action ID
api/entities/CorporateActionBase/index.ts:79
• targets: CorporateActionTargets
Asset Holder Identities related to this Corporate action. If the treatment is Exclude
, the Identities
in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa
api/entities/CorporateActionBase/index.ts:100
• taxWithholdings: TaxWithholding
[]
percentage (0-100) of tax withholding per Identity. Any Identity not present in this array uses the default tax withholding percentage
api/entities/CorporateActionBase/index.ts:111
• uuid: string
▸ checkpoint(): Promise
<null
| CheckpointSchedule
| Checkpoint
>
Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means the Corporate Action was created without an associated Checkpoint
Promise
<null
| CheckpointSchedule
| Checkpoint
>
api/entities/CorporateActionBase/index.ts:195
▸ exists(): Promise
<boolean
>
Determine whether this Corporate Action exists on chain
Promise
<boolean
>
api/entities/CorporateActionBase/index.ts:184
▸ isEqual(entity
): boolean
Determine whether this Entity is the same as another one
Name | Type |
---|---|
entity |
Entity <unknown , unknown > |
boolean
▸ linkDocuments(args
, opts?
): Promise
<GenericPolymeshTransaction
<void
, void
>>
Link a list of documents to this corporate action
Name | Type |
---|---|
args |
LinkCaDocsParams |
opts? |
ProcedureOpts |
Promise
<GenericPolymeshTransaction
<void
, void
>>
Note
any previous links are removed in favor of the new list
Note
this method is of type ProcedureMethod, which means you can call linkDocuments.checkAuthorization on it to see whether the signing Account and Identity have the required roles and permissions to run it
api/entities/CorporateActionBase/index.ts:164
▸ Abstract
modifyCheckpoint(args
, opts?
): Promise
<GenericPolymeshTransaction
<void
, void
>>
Modify the Corporate Action's Checkpoint
Name | Type |
---|---|
args |
Modify <ModifyCaCheckpointParams , { checkpoint : InputCaCheckpoint }> |
opts? |
ProcedureOpts |
Promise
<GenericPolymeshTransaction
<void
, void
>>
Note
this method is of type ProcedureMethod, which means you can call modifyCheckpoint.checkAuthorization on it to see whether the signing Account and Identity have the required roles and permissions to run it
api/entities/CorporateActionBase/index.ts:174
▸ toHuman(): HumanReadable
Return the Corporate Action's static data
api/entities/CorporateActionBase/index.ts:275
▸ Static
generateUuid<Identifiers
>(identifiers
): string
Generate the Entity's UUID from its identifying properties
Name |
---|
Identifiers |
Name | Type |
---|---|
identifiers |
Identifiers |
string
▸ Static
unserialize<Identifiers
>(serialized
): Identifiers
Unserialize a UUID into its Unique Identifiers
Name |
---|
Identifiers |
Name | Type | Description |
---|---|---|
serialized |
string |
UUID to unserialize |
Identifiers
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types