Successful Response
The reviewable term-field output of the latest contract summary run.
Term-field proposals stay pending until the user accepts them. Proposed key dates are PROPOSED AnnualKeyDates rows the user ratifies individually; fetch them (alongside the contract's active/superseded dates) from GET /thirdparties/key-dates/contract/{contract_id} instead.
A single date the contract summary agent proposes for a term field.
accepted flips to True once the user ratifies it onto the Contract.
How much notice the documents require, as the period rather than the deadline it implies.
The period is the rule the contract states; the deadline it lands on is proposed separately (ContractSummaryChangeSet.termination_notice_date), because the two are not always one subtraction apart. Keeping the period is what lets a deadline that is that subtraction follow an amended expiration instead of going stale (NoticeDateSource.DERIVED).