# atom_api.ModelTransactionPayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shares** | **Number** | Number of shares of the security purchased as part of the transaction | 
**price** | **Number** | Security price at which the shares were purchased as part of the transaction | 
**_date** | **Date** | Date of the transaction | 
**modelId** | **String** | The ID of the model that the transaction record falls under | 
**securityId** | **String** | The ID of the security included in the transaction | 
**transactionCodeId** | **Number** | The ID referring to the transaction codes defined by your firm | 
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 


