Get the list of plans for a company by company Id

get

/PASService/rest/services/v1/companies/{companyId}/plans

Gets a list of the latest 100 plans for a company based on the specified company Id.

Request

Path Parameters
Query Parameters
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY.

There's no request body for this operation.

Back to Top

Response

200 Response

This operation fetches a list of plans for a company by company Id successfully.
Back to Top

Examples

This example describes how to get a list of the latest 100 plans for a company based on the specified company Id.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl \
   -X GET \
   -H "Content-Type: application/json" \
   -u 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \ 
   -L "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans"

Example Response Body

The following shows an example of the response body in JSON format:

{
    "count": 10,
    "offset": 0,
    "limit": 100,
    "plans": [
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/01616C8F-4430-4F11-9257-B23626C50E99",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "1980-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Dynamic Prototype Plan",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "01616C8F-4430-4F11-9257-B23626C50E99",
            "planId": "01616C8F-4430-4F11-9257-B23626C50E99",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F",
            "TestField1": null,
            "TestField2": null,
            "PlanOrderOrdinal": 10
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/C5EE0DA4-3003-42C1-9468-D91DA546B79F",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "2000-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Functional Prototype Plan",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F",
            "planId": "C5EE0DA4-3003-42C1-9468-D91DA546B79F",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F",
            "MaximumPremiumAmount": 100000.0,
            "TestField1": "1",
            "TestField2": "2",
            "MinimumPremiumAmount": 10.0,
            "MaxIssueAge": 70,
            "MinimumWithdrawalAmount": 10.0,
            "PlanOrderOrdinal": 15
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/3904A440-E035-40A1-9905-D544F7A6C093",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "2002-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Guaranteed Level Premium Term",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": null,
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "3904A440-E035-40A1-9905-D544F7A6C093",
            "planId": "3904A440-E035-40A1-9905-D544F7A6C093",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": null,
            "productId": "B29A11E8-A787-48EE-9D4E-8435298763EE",
            "DefaultExpiryAge": 85,
            "MaximumConversionLength": 10,
            "PCSModalFactor": 0.0863,
            "MinimumYearsToExpiry": 30,
            "AnnualModalFactor": 1.0,
            "PCAInterestRate": 0.018,
            "GraceToLapseDays": 61,
            "ConversionStopNoticeDays": 90,
            "WaiverRateDescription": "WSP",
            "ADDMinimumBenefit": {
                "value": 50000.0,
                "currency": "USD"
            },
            "ConversionAgeReference": "75",
            "ADDBenefitExpiryAge": 75,
            "HighBandLimit": {
                "value": 7.5E7,
                "currency": "USD"
            },
            "MaximumFaceAmount": {
                "value": 7.5E7,
                "currency": "USD"
            },
            "MaximumPremiumAmount": {
                "value": 0.0,
                "currency": "USD"
            },
            "ReinstateValidQuoteDays": 30,
            "DisabilityWaiverExpiryAge": 60,
            "PolicyFeeRate": 75.0,
            "FirstYearCommRate": 0.5,
            "SemiAnnualModalFactor": 0.5175,
            "MinimumPremiumAmount": {
                "value": 0.0,
                "currency": "USD"
            },
            "GuaranteedYears": 20,
            "MediumBandFactor": 1.0,
            "BillingLeadDays": 28,
            "MinimumFaceAmount": {
                "value": 250000.0,
                "currency": "USD"
            },
            "DeathClaimInterestPercent": 0.025,
            "BaseRateDescription": "Premium",
            "HighBandFactor": 0.9,
            "LowBandLimit": {
                "value": 1000000.0,
                "currency": "USD"
            },
            "MinimumConversionLength": 5,
            "MinimumIssueAge": 18,
            "RenewalYearCommRate": 0.05,
            "BaseStopNoticeDays": 90,
            "PlanRatePrefix": "Term_20_",
            "ADDMinimumIssueAge": 18,
            "FirstYearCommRollingPeriod": 1,
            "ADDBenefitReductionAge": 65,
            "ADDMaxIssueAge": 65,
            "NYExpiryAge": 80,
            "TIRMaxDeathBenefit": {
                "value": 500000.0,
                "currency": "USD"
            },
            "MaximumDuplicatePolicyFee": {
                "value": 35.0,
                "currency": "USD"
            },
            "MaximumIssueAgeNY": 60,
            "MaximumIssueAge": 65,
            "FlatExtraExpiryAge": 65,
            "MidBandLimit": {
                "value": 2999999.0,
                "currency": "USD"
            },
            "SlushTolerance": "5",
            "MonthlyModalFactor": 0.09,
            "QuarterlyModalFactor": 0.2675,
            "RenewalYearCommPeriod": 10,
            "YearsToLastReinstate": 5,
            "ADDRateDescription": "ADD",
            "LowBandFactor": 1.1,
            "PWStopNoticeDays": 90
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/74C46F3A-7816-471A-BAC8-AECCD18E985C",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "2000-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Index Prototype Plan",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "74C46F3A-7816-471A-BAC8-AECCD18E985C",
            "planId": "74C46F3A-7816-471A-BAC8-AECCD18E985C",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F",
            "MinimumSweep": 3.0,
            "SweepDay": 21,
            "MaxBuckets": 12
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/8CAD77E4-8F72-401C-AA28-F7562756BDA3",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "2000-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Lateral Fund Prototype Plan",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "8CAD77E4-8F72-401C-AA28-F7562756BDA3",
            "planId": "8CAD77E4-8F72-401C-AA28-F7562756BDA3",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F",
            "MaximumPremiumAmount": 100000.0,
            "TestField1": "1",
            "TestField2": "2",
            "MinimumPremiumAmount": 10.0,
            "MinimumWithdrawalAmount": 10.0,
            "PlanOrderOrdinal": 15
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/575F5902-AE18-4279-9A3B-73679CFE769E",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=02",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "2000-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Standard Allocation Prototype",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": null,
            "mixedValuation": null,
            "planAllocationMethodCode": "02",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "575F5902-AE18-4279-9A3B-73679CFE769E",
            "planId": "575F5902-AE18-4279-9A3B-73679CFE769E",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "27AE3B47-4A29-47EC-AAB0-6D91B250375F",
            "productId": "3FE40262-1669-413E-ACBA-8615DD7DAA6F",
            "MinimumSweep": 0.0,
            "SweepDay": 21,
            "MaxBuckets": 2
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "1990-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Variable Deferred Annuity",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": null,
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
            "planId": "3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": null,
            "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA",
            "MinimumSubPremium": {
                "value": 50.0,
                "currency": "USD"
            },
            "MaxSurrenderYears": 10,
            "AABStartDays": 30,
            "FreePercent": 0.1,
            "FundTransferFee": {
                "value": 25.0,
                "currency": "USD"
            },
            "MaxAgePremiumNY": 80,
            "MinimumAABPremium": {
                "value": 100.0,
                "currency": "USD"
            },
            "MaximumPremiumUnder70": {
                "value": 1000000.0,
                "currency": "USD"
            },
            "MaturityAge": 90,
            "RebalanceStartDays": 30,
            "FeeMinimumContractValue": {
                "value": 25000.0,
                "currency": "USD"
            },
            "MaxTransfersPerYearForFeeWaved": 12,
            "MaximumIssueAge": 80,
            "MaximumNumberOfFunds": 29,
            "DCAStartDays": 30,
            "MinimumSWPAmount": {
                "value": 100.0,
                "currency": "USD"
            },
            "MinimumDCAAmount": {
                "value": 0.0,
                "currency": "USD"
            },
            "FreeAmountPercent": 0.1,
            "MaximumPremiumOver70": {
                "value": 500000.0,
                "currency": "USD"
            },
            "GMIBMaximumAge": 70,
            "ContractFeeAmount": {
                "value": 30.0,
                "currency": "USD"
            },
            "MaxAgePremiumNonNY": 85,
            "MaxBonusRecaptureYears": 3,
            "GMDBMaximumAge": 70,
            "MinimumPremium": {
                "value": 10000.0,
                "currency": "USD"
            },
            "MaximumFeeAmount": {
                "value": 50.0,
                "currency": "USD"
            },
            "CommissionRate": 0.05
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/51673985-8606-4ABF-9EEE-85328BE03DA5",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "1990-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Variable Deferred Annuity-PIT",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "51673985-8606-4ABF-9EEE-85328BE03DA5",
            "planId": "51673985-8606-4ABF-9EEE-85328BE03DA5",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA",
            "MinimumSubPremium": {
                "value": 50.0,
                "currency": "USD"
            },
            "MaxSurrenderYears": 10,
            "AABStartDays": 30,
            "FreePercent": 0.001,
            "FundTransferFee": {
                "value": 25.0,
                "currency": "USD"
            },
            "MaxAgePremiumNY": 80,
            "MinimumAABPremium": {
                "value": 100.0,
                "currency": "USD"
            },
            "MaximumPremiumUnder70": {
                "value": 1000000.0,
                "currency": "USD"
            },
            "MaturityAge": 90,
            "RebalanceStartDays": 30,
            "FeeMinimumContractValue": {
                "value": 25000.0,
                "currency": "USD"
            },
            "MaxTransfersPerYearForFeeWaved": 12,
            "MaximumIssueAge": 80,
            "MaximumNumberOfFunds": 29,
            "DCAStartDays": 30,
            "MinimumSWPAmount": {
                "value": 100.0,
                "currency": "USD"
            },
            "MinimumDCAAmount": {
                "value": 0.0,
                "currency": "USD"
            },
            "FreeAmountPercent": 0.1,
            "MaximumPremiumOver70": {
                "value": 500000.0,
                "currency": "USD"
            },
            "GMIBMaximumAge": 70,
            "ContractFeeAmount": {
                "value": 30.0,
                "currency": "USD"
            },
            "MaxAgePremiumNonNY": 85,
            "MaxBonusRecaptureYears": 3,
            "GMDBMaximumAge": 70,
            "MinimumPremium": {
                "value": 10000.0,
                "currency": "USD"
            },
            "MaximumFeeAmount": {
                "value": 50.0,
                "currency": "USD"
            },
            "CommissionRate": 0.05
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/8528EFFA-F207-49F2-942A-447167744E86",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "1990-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Variable Deferred Annuity-PIT T-N",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "T",
            "mixedValuation": "N",
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "8528EFFA-F207-49F2-942A-447167744E86",
            "planId": "8528EFFA-F207-49F2-942A-447167744E86",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA",
            "MinimumSubPremium": {
                "value": 50.0,
                "currency": "USD"
            },
            "MaxSurrenderYears": 10,
            "AABStartDays": 30,
            "FreePercent": 0.001,
            "FundTransferFee": {
                "value": 25.0,
                "currency": "USD"
            },
            "MaxAgePremiumNY": 80,
            "MinimumAABPremium": {
                "value": 100.0,
                "currency": "USD"
            },
            "MaximumPremiumUnder70": {
                "value": 1000000.0,
                "currency": "USD"
            },
            "MaturityAge": 90,
            "RebalanceStartDays": 30,
            "FeeMinimumContractValue": {
                "value": 25000.0,
                "currency": "USD"
            },
            "MaxTransfersPerYearForFeeWaved": 12,
            "MaximumIssueAge": 80,
            "MaximumNumberOfFunds": 29,
            "DCAStartDays": 30,
            "MinimumSWPAmount": {
                "value": 100.0,
                "currency": "USD"
            },
            "MinimumDCAAmount": {
                "value": 0.0,
                "currency": "USD"
            },
            "FreeAmountPercent": 0.1,
            "MaximumPremiumOver70": {
                "value": 500000.0,
                "currency": "USD"
            },
            "GMIBMaximumAge": 70,
            "ContractFeeAmount": {
                "value": 30.0,
                "currency": "USD"
            },
            "MaxAgePremiumNonNY": 85,
            "MaxBonusRecaptureYears": 3,
            "GMDBMaximumAge": 70,
            "MinimumPremium": {
                "value": 10000.0,
                "currency": "USD"
            },
            "MaximumFeeAmount": {
                "value": 50.0,
                "currency": "USD"
            },
            "CommissionRate": 0.05
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/companies/05711222-7DB3-4EBD-A821-57A30A699B88/plans/389E1379-69CD-48DC-BEAE-38758156B469",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanAllocationMethod&codeValue=01",
                    "rel": "codes/planAllocationMethodCode",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/codes?codeName=PlanBusinessStatus&codeValue=Approved",
                    "rel": "codes/businessStatus",
                    "mediaType": "application/json",
                    "method": "GET"
                }
            ],
            "effectiveFrom": "1990-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "Variable Deferred Annuity-PIT T-Y",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "T",
            "mixedValuation": "Y",
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "389E1379-69CD-48DC-BEAE-38758156B469",
            "planId": "389E1379-69CD-48DC-BEAE-38758156B469",
            "companyId": "05711222-7DB3-4EBD-A821-57A30A699B88",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "1B8EBC08-33FD-484E-BD60-831B03421ADA",
            "MinimumSubPremium": {
                "value": 50.0,
                "currency": "USD"
            },
            "MaxSurrenderYears": 10,
            "AABStartDays": 30,
            "FreePercent": 0.001,
            "FundTransferFee": {
                "value": 25.0,
                "currency": "USD"
            },
            "MaxAgePremiumNY": 80,
            "MinimumAABPremium": {
                "value": 100.0,
                "currency": "USD"
            },
            "MaximumPremiumUnder70": {
                "value": 1000000.0,
                "currency": "USD"
            },
            "MaturityAge": 90,
            "RebalanceStartDays": 30,
            "FeeMinimumContractValue": {
                "value": 25000.0,
                "currency": "USD"
            },
            "MaxTransfersPerYearForFeeWaved": 12,
            "MaximumIssueAge": 80,
            "MaximumNumberOfFunds": 29,
            "DCAStartDays": 30,
            "MinimumSWPAmount": {
                "value": 100.0,
                "currency": "USD"
            },
            "MinimumDCAAmount": {
                "value": 0.0,
                "currency": "USD"
            },
            "FreeAmountPercent": 0.1,
            "MaximumPremiumOver70": {
                "value": 500000.0,
                "currency": "USD"
            },
            "GMIBMaximumAge": 70,
            "ContractFeeAmount": {
                "value": 30.0,
                "currency": "USD"
            },
            "MaxAgePremiumNonNY": 85,
            "MaxBonusRecaptureYears": 3,
            "GMDBMaximumAge": 70,
            "MinimumPremium": {
                "value": 10000.0,
                "currency": "USD"
            },
            "MaximumFeeAmount": {
                "value": 50.0,
                "currency": "USD"
            },
            "CommissionRate": 0.05
        }
    ]
}
Back to Top