Transaction Type - This is a Core codelist.

This is a Core codelist.

TransactionType

TransactionType

Format

A data frame with 13 rows and 6 variables:

code

double COLUMN_DESCRIPTION

name

character COLUMN_DESCRIPTION

description

character COLUMN_DESCRIPTION

category

logical COLUMN_DESCRIPTION

url

logical COLUMN_DESCRIPTION

status

character COLUMN_DESCRIPTION

A data frame with 13 rows and 6 variables:

code

double COLUMN_DESCRIPTION

name

character COLUMN_DESCRIPTION

description

character COLUMN_DESCRIPTION

category

logical COLUMN_DESCRIPTION

url

logical COLUMN_DESCRIPTION

status

character COLUMN_DESCRIPTION

Source

https://iatistandard.org/en/iati-standard/203/codelists/

https://iatistandard.org/en/iati-standard/203/codelists/

Examples

{ head(TransactionType,10) }
#> # A tibble: 10 x 6 #> code name description category url status #> <dbl> <chr> <chr> <lgl> <lgl> <chr> #> 1 1 Incoming F… Funds recieved for use on the activi… NA NA active #> 2 2 Outgoing C… A firm, written obligation from a do… NA NA active #> 3 3 Disburseme… Outgoing funds that are placed at th… NA NA active #> 4 4 Expenditure Outgoing funds that are spent on goo… NA NA active #> 5 5 Interest P… The actual amount of interest paid o… NA NA active #> 6 6 Loan Repay… The actual amount of principal (amor… NA NA active #> 7 7 Reimbursem… A type of disbursement that covers f… NA NA active #> 8 8 Purchase o… Outgoing funds that are used to purc… NA NA active #> 9 9 Sale of Eq… Incoming funds from the sale of equi… NA NA active #> 10 10 Credit Gua… A commitment made by a funding organ… NA NA active
{ head(TransactionType,10) }
#> # A tibble: 10 x 6 #> code name description category url status #> <dbl> <chr> <chr> <lgl> <lgl> <chr> #> 1 1 Incoming F… Funds recieved for use on the activi… NA NA active #> 2 2 Outgoing C… A firm, written obligation from a do… NA NA active #> 3 3 Disburseme… Outgoing funds that are placed at th… NA NA active #> 4 4 Expenditure Outgoing funds that are spent on goo… NA NA active #> 5 5 Interest P… The actual amount of interest paid o… NA NA active #> 6 6 Loan Repay… The actual amount of principal (amor… NA NA active #> 7 7 Reimbursem… A type of disbursement that covers f… NA NA active #> 8 8 Purchase o… Outgoing funds that are used to purc… NA NA active #> 9 9 Sale of Eq… Incoming funds from the sale of equi… NA NA active #> 10 10 Credit Gua… A commitment made by a funding organ… NA NA active