Trade
Buying or selling of securities
Extends: Finance
Trade
Buying or selling of securities
Reference
Trade - finance.org.ai
Relationships
- relatedTo: https://schema.org/FinancialProduct
Properties
- index: 15
Usage
import { $ } from 'sdk.do'
// Query for Trade
const result = await db.query({
subject: $.Trade,
})