Requests
On Giving Credit, users can make requests of others through 'Asks'. An Ask can be a requst for a loan or to request compensation on an insurance claim.
Ask
webapp.finances_ask
      An Ask represents a request from one entity to another for a specific thing.
    | Field | Description | Type | 
|---|---|---|
| id | Ask ID | Number | 
| uuid | Ask UUID | UUID | 
| memo | Memo along with this Ask | Text | 
| amount | Amount of the Ask | Numeric | 
| balance | Amount of the Ask that has not been fullfilled | Numeric | 
| due_date | When the Ask is due, the meaning can change based on the ask type. | Date | 
| visibility | Who can see this ask, such as 'public', 'network', or 'individual' | Text | 
| status | Status of the ask, such as 'requestd', 'settled', or 'canceled' | Text | 
| requested_by_id | Entity that made the request | Numeric | 
| requested_of_id | Entity that is being asked | Numeric | 
| outcome_id | The outcome category for this ask | Numeric | 
| activity_id | The outcome of role 'activity' for this ask | Numeric | 
| credit_id | Credit ID, if this ask is being made on a line of credit | Numeric |