Get list of plans

get

/PASService/rest/services/v1/plans

Gets a list of the latest 100 plans.

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "the name of the child resource". More than one child can be specified using comma as a separator. Example:?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers). More than one child can be specified using comma as a separator. For example: "?expand=Employees,Localizations". Nested children can also be provided following the format: "Child.NestedChild" For example:"?expand=Employees.Managers" If a nested child is provided (Example:Employees.Managers), the missing children will be processed implicitly i.e.,"?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers", which will expand both Employees and Managers.
  • 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 list of plans successfully.
Back to Top

Examples

This example describes how to get a list of the latest 100 plans.

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/plans"

Example Response Body

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

{
    "count": 19,
    "offset": 0,
    "limit": 100,
    "plans": [
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/9F5507A5-B7EC-4637-BD86-5168A1864408",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/9F5507A5-B7EC-4637-BD86-5168A1864408/planslices",
                    "rel": "planslices",
                    "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": "2020-06-15T00:00:00Z",
            "effectiveTo": null,
            "planName": "MainPlanWithSegment123",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": "N",
            "planAllocationMethodCode": "01",
            "updatedGmt": "2023-02-01T07:09:17Z",
            "activeGmt": "2023-02-01T07:09:07Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "qatester3",
            "businessStatusCode": "Approved",
            "planSliceId": "75483CD4-743B-4588-A4F0-E6AA6F90AEA1",
            "planId": "9F5507A5-B7EC-4637-BD86-5168A1864408",
            "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "0689ACFC-F2B0-4BA9-8987-DE6C1AD83AC1"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/3496675B-C87C-40E0-986A-B518DA2B5144",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/3496675B-C87C-40E0-986A-B518DA2B5144/planslices",
                    "rel": "planslices",
                    "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": "2020-06-15T00:00:00Z",
            "effectiveTo": null,
            "planName": "MainPlanWithSegment",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": "N",
            "planAllocationMethodCode": "01",
            "updatedGmt": "2023-02-01T06:53:47Z",
            "activeGmt": "2023-01-31T07:01:22Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "qatester3",
            "businessStatusCode": "Approved",
            "planSliceId": "38F0F928-FF2B-4A46-BE4A-27F993E626FE",
            "planId": "3496675B-C87C-40E0-986A-B518DA2B5144",
            "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "0689ACFC-F2B0-4BA9-8987-DE6C1AD83AC1"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/FC48B30A-5CEF-49D3-8B8B-F50DB6F7823C",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/FC48B30A-5CEF-49D3-8B8B-F50DB6F7823C/planslices",
                    "rel": "planslices",
                    "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": "2010-01-01T00:00:00Z",
            "effectiveTo": null,
            "planName": "SS_Plan_Test_1",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "Y",
            "mixedValuation": "N",
            "planAllocationMethodCode": "01",
            "updatedGmt": "2021-09-13T13:29:42Z",
            "activeGmt": "2021-09-13T13:29:26Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "qatester3",
            "businessStatusCode": "Approved",
            "planSliceId": "6FCBCE7B-3ACF-4993-BCE6-7B007DD380A6",
            "planId": "FC48B30A-5CEF-49D3-8B8B-F50DB6F7823C",
            "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "0689ACFC-F2B0-4BA9-8987-DE6C1AD83AC1"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/01616C8F-4430-4F11-9257-B23626C50E99",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/01616C8F-4430-4F11-9257-B23626C50E99/planslices",
                    "rel": "planslices",
                    "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/plans/389E1379-69CD-48DC-BEAE-38758156B469",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/389E1379-69CD-48DC-BEAE-38758156B469/planslices",
                    "rel": "planslices",
                    "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
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/3904A440-E035-40A1-9905-D544F7A6C093",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/3904A440-E035-40A1-9905-D544F7A6C093/planslices",
                    "rel": "planslices",
                    "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/plans/3CD8F7B3-0928-43F9-8483-0AF739B4F36C",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/3CD8F7B3-0928-43F9-8483-0AF739B4F36C/planslices",
                    "rel": "planslices",
                    "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/plans/4F8750C3-8E2F-482E-B37D-B222178A16CA",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/4F8750C3-8E2F-482E-B37D-B222178A16CA/planslices",
                    "rel": "planslices",
                    "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": "Client Plan",
            "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": "4F8750C3-8E2F-482E-B37D-B222178A16CA",
            "planId": "4F8750C3-8E2F-482E-B37D-B222178A16CA",
            "companyId": "7204C2FE-13B1-4A48-8CDA-DE8386C60EF9",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": null
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/51673985-8606-4ABF-9EEE-85328BE03DA5",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/51673985-8606-4ABF-9EEE-85328BE03DA5/planslices",
                    "rel": "planslices",
                    "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/plans/575F5902-AE18-4279-9A3B-73679CFE769E",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/575F5902-AE18-4279-9A3B-73679CFE769E/planslices",
                    "rel": "planslices",
                    "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/plans/74C46F3A-7816-471A-BAC8-AECCD18E985C",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/74C46F3A-7816-471A-BAC8-AECCD18E985C/planslices",
                    "rel": "planslices",
                    "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/plans/8528EFFA-F207-49F2-942A-447167744E86",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/8528EFFA-F207-49F2-942A-447167744E86/planslices",
                    "rel": "planslices",
                    "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/plans/8CAD77E4-8F72-401C-AA28-F7562756BDA3",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/8CAD77E4-8F72-401C-AA28-F7562756BDA3/planslices",
                    "rel": "planslices",
                    "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/plans/C3B5382C-4A05-49A9-A69A-BFD3D55C94FD",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/C3B5382C-4A05-49A9-A69A-BFD3D55C94FD/planslices",
                    "rel": "planslices",
                    "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-08-26T00:00:00Z",
            "effectiveTo": null,
            "planName": "DisanbilityPlan",
            "systemCode": "00",
            "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": "C3B5382C-4A05-49A9-A69A-BFD3D55C94FD",
            "planId": "C3B5382C-4A05-49A9-A69A-BFD3D55C94FD",
            "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": "4848C86E-9582-42A5-9CB0-7DA0261557E6"
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/C5EE0DA4-3003-42C1-9468-D91DA546B79F",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/C5EE0DA4-3003-42C1-9468-D91DA546B79F/planslices",
                    "rel": "planslices",
                    "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/plans/C987E7BD-8F98-4F01-9330-05C9C7799E56",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/C987E7BD-8F98-4F01-9330-05C9C7799E56/planslices",
                    "rel": "planslices",
                    "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": "Customer Plan",
            "systemCode": null,
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "N",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "C987E7BD-8F98-4F01-9330-05C9C7799E56",
            "planId": "C987E7BD-8F98-4F01-9330-05C9C7799E56",
            "companyId": "7204C2FE-13B1-4A48-8CDA-DE8386C60EF9",
            "marketMakerId": "38D47B88-C2FD-4600-AAC6-BB299154291B",
            "productId": null
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/D5C118E4-73C7-4D6D-808A-C9CF18C631FA",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/D5C118E4-73C7-4D6D-808A-C9CF18C631FA/planslices",
                    "rel": "planslices",
                    "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": "System Plan",
            "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": "D5C118E4-73C7-4D6D-808A-C9CF18C631FA",
            "planId": "D5C118E4-73C7-4D6D-808A-C9CF18C631FA",
            "companyId": "7204C2FE-13B1-4A48-8CDA-DE8386C60EF9",
            "marketMakerId": "22FBC7C1-D8E0-4741-9D22-DF929A2890B5",
            "productId": null
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/EADD841F-E552-41CE-BFF5-E5F7A01E109E",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/EADD841F-E552-41CE-BFF5-E5F7A01E109E/planslices",
                    "rel": "planslices",
                    "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": "Relationship Plan",
            "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": "EADD841F-E552-41CE-BFF5-E5F7A01E109E",
            "planId": "EADD841F-E552-41CE-BFF5-E5F7A01E109E",
            "companyId": "7204C2FE-13B1-4A48-8CDA-DE8386C60EF9",
            "marketMakerId": "38D47B88-C2FD-4600-AAC6-BB299154291B",
            "productId": null
        },
        {
            "links": [
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/FF04A024-51D1-4DD8-BD48-F86901F29A84",
                    "rel": "self",
                    "mediaType": "application/json",
                    "method": "GET"
                },
                {
                    "href": "http://server:port/PASService/rest/services/v1/plans/FF04A024-51D1-4DD8-BD48-F86901F29A84/planslices",
                    "rel": "planslices",
                    "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": "Term Plan Group",
            "systemCode": "01",
            "defaultCurrencyCode": "USD",
            "pointInTimeValuation": "N",
            "mixedValuation": null,
            "planAllocationMethodCode": "01",
            "updatedGmt": "2014-04-07T11:08:35Z",
            "activeGmt": "2014-04-07T11:08:35Z",
            "recordStatusCode": "ACTIVE",
            "updatedBy": "system",
            "businessStatusCode": "Approved",
            "planSliceId": "FF04A024-51D1-4DD8-BD48-F86901F29A84",
            "planId": "FF04A024-51D1-4DD8-BD48-F86901F29A84",
            "companyId": "80798FC2-FEB9-4998-A575-513FF89698B1",
            "marketMakerId": "38D47B88-C2FD-4600-AAC6-BB299154291B",
            "productId": "AF346954-C02C-4091-BEB0-FED8CFBC2B38",
            "QuarterlyModalFactor": 0.2675,
            "PCSModalFactor": 0.0863,
            "SemiAnnualModalFactor": 0.09,
            "MonthlyModalFactor": 0.5175,
            "AnnualModalFactor": 1.0
        }
    ]
}
Back to Top