schema.org.ai

LoanAccount

Account tracking borrowed funds

Extends: Finance

LoanAccount

Account tracking borrowed funds

Reference

LoanAccount - finance.org.ai

Relationships

Properties

  • index: 11

Usage

import { $ } from 'sdk.do'

// Query for LoanAccount
const result = await db.query({
  subject: $.LoanAccount,
})
LoanAccount | schema.org.ai