Skip to contents

Schedule D, it shows debts and obligations owed to or by the committee that are required to be disclosed.

Usage

fec_get_schedules_schedule_d(
  creditor_debtor_name,
  max_image_number,
  sort_nulls_last,
  max_amount_outstanding_beginning,
  sort_hide_null,
  min_payment_period,
  max_amount_incurred,
  nature_of_debt,
  per_page,
  max_amount_outstanding_close,
  candidate_id,
  page,
  min_date,
  committee_id,
  min_amount_outstanding_close,
  max_payment_period,
  min_image_number,
  min_amount_incurred,
  sort_null_only,
  image_number,
  sort,
  min_amount_outstanding_beginning,
  max_date,
  api_key = Sys.getenv("FEC_API_KEY", unset = "DEMO_KEY")
)

Arguments

creditor_debtor_name

BKTODO: No description provided.

max_image_number

Maxium image number of the page where the schedule item is reported

sort_nulls_last

Toggle that sorts null values last

max_amount_outstanding_beginning

BKTODO: No description provided.

sort_hide_null

Hide null values on sorted column(s).

min_payment_period

BKTODO: No description provided.

max_amount_incurred

BKTODO: No description provided.

nature_of_debt

BKTODO: No description provided.

per_page

The number of results returned per page. Defaults to 20.

max_amount_outstanding_close

BKTODO: No description provided.

candidate_id

A unique identifier assigned to each candidate registered with the FEC. If a person runs for several offices, that person will have separate candidate IDs for each office.

page

For paginating through results, starting at page 1

min_date

Minimum load date

committee_id

A unique identifier assigned to each committee or filer registered with the FEC. In general committee id's begin with the letter C which is followed by eight digits.

min_amount_outstanding_close

BKTODO: No description provided.

max_payment_period

BKTODO: No description provided.

min_image_number

Minium image number of the page where the schedule item is reported

min_amount_incurred

BKTODO: No description provided.

sort_null_only

Toggle that filters out all rows having sort column that is non-null

image_number

An unique identifier for each page where the electronic or paper filing is reported.

sort

Provide a field to sort by. Use - for descending order.

min_amount_outstanding_beginning

BKTODO: No description provided.

max_date

Maximum load date

api_key

An API key provided by the API provider. This key is not clearly documented in the API description. Check the API documentation for details.

Value

BKTODO: Return descriptions are not yet implemented in beekeeper