You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: accounting/src/codat/models/operations/create_account.py
+51-12Lines changed: 51 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,11 @@ class CreateAccountSourceModifiedDateValidDataTypeLinks:
89
89
classCreateAccountSourceModifiedDate:
90
90
r"""> **Language tip:** Accounts are also referred to as **chart of accounts**, **nominal accounts**, and **general ledger**.
91
91
92
-
Explore the <a className=\"external\" href=\"https://api.codat.io/swagger/index.html#/Accounts\" target=\"_blank\">Accounts</a> endpoints in Swagger.
93
-
94
92
View the coverage for accounts in the <a className=\"external\" href=\"https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts\" target=\"_blank\">Data coverage explorer</a>.
95
93
96
94
## Overview
97
95
98
-
Accounts are the categories a business uses to record accounting transactions. From the Accounts endpoints, you can retrieve [a list of all accounts for a specified company](https://api.codat.io/swagger/index.html#/Accounts/Accounts_List).
96
+
Accounts are the categories a business uses to record accounting transactions. From the Accounts endpoints, you can retrieve a list of all accounts for a specified company.
99
97
100
98
The categories for an account include:
101
99
* Asset
@@ -118,7 +116,7 @@ class CreateAccountSourceModifiedDate:
r"""> **Language tip:** Accounts are also referred to as **chart of accounts**, **nominal accounts**, and **general ledger**.
269
267
270
-
Explore the <a className=\"external\" href=\"https://api.codat.io/swagger/index.html#/Accounts\" target=\"_blank\">Accounts</a> endpoints in Swagger.
271
-
272
268
View the coverage for accounts in the <a className=\"external\" href=\"https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts\" target=\"_blank\">Data coverage explorer</a>.
273
269
274
270
## Overview
275
271
276
-
Accounts are the categories a business uses to record accounting transactions. From the Accounts endpoints, you can retrieve [a list of all accounts for a specified company](https://api.codat.io/swagger/index.html#/Accounts/Accounts_List).
272
+
Accounts are the categories a business uses to record accounting transactions. From the Accounts endpoints, you can retrieve a list of all accounts for a specified company.
277
273
278
274
The categories for an account include:
279
275
* Asset
@@ -296,7 +292,7 @@ class CreateAccount200ApplicationJSONSourceModifiedDate:
r"""'The validDatatypeLinks can be used to determine whether an account can be correctly mapped to another object; for example, accounts with a `type` of `income` might only support being used on an Invoice and Direct Income. For more information, see Valid Data Type Links.'"""
r"""> **Language tip:** Accounts are also referred to as **chart of accounts**, **nominal accounts**, and **general ledger**.
381
422
382
-
Explore the <a className=\"external\" href=\"https://api.codat.io/swagger/index.html#/Accounts\" target=\"_blank\">Accounts</a> endpoints in Swagger.
383
-
384
423
View the coverage for accounts in the <a className=\"external\" href=\"https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts\" target=\"_blank\">Data coverage explorer</a>.
385
424
386
425
## Overview
387
426
388
-
Accounts are the categories a business uses to record accounting transactions. From the Accounts endpoints, you can retrieve [a list of all accounts for a specified company](https://api.codat.io/swagger/index.html#/Accounts/Accounts_List).
427
+
Accounts are the categories a business uses to record accounting transactions. From the Accounts endpoints, you can retrieve a list of all accounts for a specified company.
389
428
390
429
The categories for an account include:
391
430
* Asset
@@ -400,7 +439,7 @@ class CreateAccount200ApplicationJSON:
400
439
>
401
440
> This approach gives a true representation of the company's accounts whilst preventing distorting financials such as a company's profit and loss and balance sheet reports.
r"""The type of transactions and balances on the account.
13
+
For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities.
14
+
For Debit accounts, positive balances are assets, and positive transactions **increase** assets.
15
+
"""
13
16
UNKNOWN="Unknown"
14
17
CREDIT="Credit"
15
18
DEBIT="Debit"
@@ -36,7 +39,7 @@ class CreateBankAccountSourceModifiedDate:
36
39
37
40
## Overview
38
41
39
-
A list of bank accounts associated with a company and a specific [data connection](https://api.codat.io/swagger/index.html#/Connection/get_companies__companyId__connections__connectionId_).
42
+
A list of bank accounts associated with a company and a specific data connection.
40
43
41
44
Bank accounts data includes:
42
45
* The name and ID of the account in the accounting platform.
@@ -55,8 +58,11 @@ class CreateBankAccountSourceModifiedDate:
55
58
FreeAgent integrations
56
59
For Credit accounts, only the last four digits are required. For other types, the field is optional.
r"""Total available balance of the bank account as reported by the underlying data source. This may take into account overdrafts or pending transactions for example."""
r"""The type of transactions and balances on the account.
133
+
For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities.
134
+
For Debit accounts, positive balances are assets, and positive transactions **increase** assets.
135
+
"""
127
136
UNKNOWN="Unknown"
128
137
CREDIT="Credit"
129
138
DEBIT="Debit"
@@ -150,7 +159,7 @@ class CreateBankAccount200ApplicationJSONSourceModifiedDate:
150
159
151
160
## Overview
152
161
153
-
A list of bank accounts associated with a company and a specific [data connection](https://api.codat.io/swagger/index.html#/Connection/get_companies__companyId__connections__connectionId_).
162
+
A list of bank accounts associated with a company and a specific data connection.
154
163
155
164
Bank accounts data includes:
156
165
* The name and ID of the account in the accounting platform.
@@ -169,8 +178,11 @@ class CreateBankAccount200ApplicationJSONSourceModifiedDate:
169
178
FreeAgent integrations
170
179
For Credit accounts, only the last four digits are required. For other types, the field is optional.
r"""Total available balance of the bank account as reported by the underlying data source. This may take into account overdrafts or pending transactions for example."""
@@ -258,14 +315,14 @@ class CreateBankAccount200ApplicationJSON:
258
315
259
316
## Overview
260
317
261
-
A list of bank accounts associated with a company and a specific [data connection](https://api.codat.io/swagger/index.html#/Connection/get_companies__companyId__connections__connectionId_).
318
+
A list of bank accounts associated with a company and a specific data connection.
262
319
263
320
Bank accounts data includes:
264
321
* The name and ID of the account in the accounting platform.
0 commit comments